Commit Graph

624 Commits

Author SHA1 Message Date
Ivan Vershigora
31eca3cc2d REF: scrypt + AES-256-GCM (v2 envelope), legacy v1 read-only
Encrypt now emits a v2: envelope — scrypt (N=2^15, r=8, p=1) KDF plus
AES-256-GCM. Decrypt still reads legacy Salted__ (EVP_BytesToKey-MD5 +
AES-256-CBC) ciphertexts, and lazily rewrites them as v2 on the first
successful unlock. Public encrypt/decrypt are now async.
2026-06-22 11:20:56 +01:00
Nuno
d415f1a0b8
feat: iOS 26 glass (#8508)
Some checks failed
Build Release and Upload to TestFlight (iOS) / build (push) Has been cancelled
BuildReleaseApk / buildReleaseApk (push) Has been cancelled
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Has been cancelled
BuildReleaseApk / browserstack (push) Has been cancelled
2026-06-18 16:37:24 +01:00
Overtorment
0181f0a849
ADD: arkade ln pushes (#8634)
Some checks are pending
Build Release and Upload to TestFlight (iOS) / build (push) Waiting to run
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Blocked by required conditions
BuildReleaseApk / buildReleaseApk (push) Waiting to run
BuildReleaseApk / browserstack (push) Blocked by required conditions
2026-06-10 17:35:17 +01:00
Cursor Agent
bfeda40284 REF: remove GroundControl server URL option from notification settings
Co-authored-by: Overtorment <Overtorment@users.noreply.github.com>
2026-06-10 12:44:18 +01:00
pietro909
e37c4a693c
OPS: upgrade Arkade SDKs and harden Ark wallet integration (#8585)
Some checks are pending
Build Release and Upload to TestFlight (iOS) / build (push) Waiting to run
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Blocked by required conditions
BuildReleaseApk / buildReleaseApk (push) Waiting to run
BuildReleaseApk / browserstack (push) Blocked by required conditions
2026-06-01 15:22:17 +01:00
Overtorment
220cd7e61d REF: blue electrum 2026-05-27 20:40:07 +01:00
Ivan Vershigora
1766cadcdf
REF: split BlueComponents, prune dead/optional props 2026-05-18 12:56:12 +01:00
Marcos Rodriguez
71dd93ede2 FIX: amountinput layout 2026-05-13 14:49:39 -05:00
Nuno
167dc05cdf
ref: manage wallets list and search (#8527)
Some checks are pending
Build Release and Upload to TestFlight (iOS) / build (push) Waiting to run
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Blocked by required conditions
BuildReleaseApk / buildReleaseApk (push) Waiting to run
BuildReleaseApk / browserstack (push) Blocked by required conditions
* ref: manage wallets list and search

* fix review

* improvements

* fix: svg and localization

* fix: swipe

* fix: dark mode

* fix: props type

* fix: remove dead code

* fix: drop TouchableWithoutFeedback

* fix: usePreventRemove

* ref: address search

* fix header animation

* fix: code style

---------

Co-authored-by: Ivan Vershigora <ivan.vershigora@gmail.com>
2026-05-10 17:59:12 +02:00
Marcos Rodriguez
e098e89dc3 REF: migrate SegmentedControl to New Architecture 2026-04-27 21:20:35 -05:00
overtorment
66cf16fba3 FIX: greatly improve startup time
Some checks are pending
Build Release and Upload to TestFlight (iOS) / build (push) Waiting to run
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Blocked by required conditions
BuildReleaseApk / buildReleaseApk (push) Waiting to run
BuildReleaseApk / browserstack (push) Blocked by required conditions
2026-04-21 19:18:25 +01:00
Overtorment
5e1c60c5ff REF: settings-privacy 2026-03-16 22:13:55 +00:00
Overtorment
9dc35cecb9
REF: bump react native 2026-03-16 21:13:23 +00:00
Marcos Rodriguez Vélez
37916ab2e5
REF: Use new icons package 2026-03-02 14:54:47 +00:00
Li0nd3v
0e58e9ab63 fix lint 2026-02-18 10:30:37 +01:00
Li0nd3v
2d38bc0424 fix more styles 2026-02-18 10:24:38 +01:00
Marcos Rodriguez
bfbbb32ff1 fix: styles 2026-02-17 23:10:20 -05:00
Marcos Rodriguez
7a0da56fd1 fix: lint 2026-02-16 11:43:47 -05:00
Marcos Rodriguez
e54580da6e colors 2026-02-15 17:09:06 -05:00
Overtorment
9213491a0f FIX: rate app button 2026-02-14 22:07:05 +00:00
Marcos Rodriguez
8c60cc0ed7 ff 2026-01-27 21:54:13 -05:00
Ivan Vershigora
b94a3de2b1 fix: simplify settings screens 2026-01-26 12:28:58 +00:00
Marcos Rodriguez
852461f62c ref: reduce code for settings screens 2026-01-26 12:28:58 +00:00
overtorment
df5f1dd9c1 OPS: update tests after compromised test seed 2026-01-25 10:58:11 +00:00
Ivan Vershigora
d7fcea8b4f ref: replace Buffer with Uint8Array in some internal structures 2026-01-15 13:20:42 +00:00
pechen987
5911e2f373 ADD: display electrum server banner in settings 2026-01-15 12:20:26 +00:00
Marcos Rodriguez
82388e76c4 fix: style 2026-01-10 16:45:59 -05:00
Ivan Vershigora
dde1022d1f
fix: run prettier 2026-01-10 17:31:05 +00:00
Nuno
df5e0c039f
REF: update settings screens with new theme system 2026-01-09 19:53:28 +00:00
Overtorment
a0416b10b8
ADD: lightning wallet powered by ark 2025-11-16 13:14:27 +00:00
Ojok Emmanuel Nsubuga
645c912b0f FIX: Linking test fails in selftest 2025-10-23 12:53:19 +01:00
overtorment
79f68bd88c FIX: taproot address unwrap from wif 2025-09-17 18:45:49 +01:00
Marcos Rodriguez Vélez
e6e25407ad
OPS: Upgrade RN to 78 2025-08-19 19:39:01 +01:00
Ojok Emmanuel Nsubuga
c74dd0fc2e
REF: Replace TouchableOpacity with Pressable ( part 1 ) (#7945)
* REF: Replace TouchableOpacity with Pressable

* REF: Remove inline styles and move android ripple color to themes

* REF: Remove unused variable I18nManager

---------

Co-authored-by: Marcos Rodriguez Vélez <marcospr@pm.me>
2025-06-18 12:08:09 -04:00
danilobatson
9aed4e3af6 Merge remote-tracking branch 'upstream/master' into ref/7909-move-blue-spacing-to-own-file 2025-06-16 09:47:04 -07:00
Marcos Rodriguez
8f02a35054 wip 2025-06-10 19:23:18 -04:00
Marcos Rodriguez
c58bf002f3 REF: Use useLocale hook
For RTL/LTR.
2025-06-10 12:05:50 -04:00
danilobatson
16efa527e7 REF: reorganize imports and extract BlueLoading 2025-06-10 09:24:17 +01:00
danilobatson
19d9ccd8b9 REF: direct import from BlueSpacing instead of BlueComponents 2025-05-30 11:49:43 -07:00
overtorment
1a62ae186d Merge branch 'master' of github.com:BlueWallet/BlueWallet into fix-taproot-send 2025-05-25 16:43:46 +01:00
Marcos Rodriguez
ae2dc78827 FIx: onapp launch was not working
navigation changes broke it
2025-05-12 23:14:28 -04:00
overtorment
dcc235edac FIX: taproot send 2025-05-09 16:25:22 +01:00
overtorment
277b40bd46 FIX: taproot wallet wif import 2025-05-08 14:13:43 +01:00
Marcos Rodriguez
059b01e560 wip 2025-04-30 18:23:22 -04:00
Ivan Vershigora
e00ee914ed
fix: remove some @ts-ignore 2025-04-11 12:02:47 +01:00
overtorment
a72f874ffc REF: more stuff converted to typescript 2025-04-10 12:08:19 +01:00
Marcos Rodriguez Velez
85138a02e0 wip 2025-03-21 08:25:31 -04:00
Marcos Rodriguez Velez
4109a26661 Merge branch 'master' into larg 2025-03-21 07:31:56 -04:00
Marcos Rodriguez Velez
5dd4224f34 w 2025-03-20 09:39:05 -04:00
Marcos Rodriguez Velez
893f6dc8cc w 2025-03-19 21:12:04 -04:00