Commit graph

285 commits

Author SHA1 Message Date
Marcos Rodriguez Velez
aee4c9dd6f
REF 2023-10-20 13:47:37 -04:00
Marcos Rodriguez Velez
889689a3af
REF: Camera Authorization Request 2023-10-17 09:35:10 -04:00
Ivan Vershigora
7a6aa679fe
fix: enable @react-native-community eslint plugin and fix all the errors 2023-07-27 10:08:16 +01:00
Overtorment
74dbe47467
Update list.js 2023-04-12 20:14:37 +00:00
Marcos Rodriguez Velez
9e1974dbc7 REF: Pass item rather than index
This will open the door to future features that will prefer the item instead of index. Such as search
2023-04-12 10:58:00 -05:00
Marcos Rodriguez Velez
144c9bea25 ADD: Use performance improving props for large lists 2023-04-03 09:02:25 -04:00
Marcos Rodriguez Velez
30609af527 REF: Transactions Header JS > TSX 2023-04-01 20:16:00 -04:00
Christoph Ono
8d46cc66d3
Add missing accessibility labels (#5390) 2023-03-31 15:32:07 +00:00
Marcos Rodriguez Velez
f7153b21ae WIP 2023-03-29 20:46:11 -04:00
Marcos Rodriguez Velez
1b19f53991 DEL: Refresh button for macOS Catalina 2023-03-28 15:57:15 -04:00
Marcos Rodriguez Velez
dcc6232857 OPS: Lint 2023-02-25 12:24:06 -04:00
Marcos Rodriguez Velez
64a5863af8 DEL: Remove outdated code for unsupported macOS 2023-02-25 12:20:46 -04:00
Ivan Vershigora
ecb12d9832
OPS: update eslint packages and config 2022-10-31 12:25:26 +00:00
Marcos Rodriguez Vélez
563d12a2ee
FIX: use layouteffect to avoid UI flicker 2022-09-25 18:08:27 -04:00
Overtorment
c64f753739 FIX: broken kebab-horizontal icon 2022-06-19 17:17:33 +01:00
Ivan Vershigora
c8bd4d3423 REF: enable eslint react-native/no-unused-styles rule and remove unused styles 2022-01-28 15:16:47 +03:00
Marcos Rodriguez Vélez
1dac459cb6
Lint 2022-01-26 12:50:41 -05:00
Marcos Rodriguez Vélez
a6f22a1870
FIX: Incorrect side of transactions displayed when both send and receive wallets are on same device 2021-12-17 05:41:18 -05:00
Ivan Vershigora
d4f6217eeb FIX: Pull-to-refresh on main screen 2021-11-09 14:08:47 +03:00
Marcos Rodriguez Vélez
395430fdb4
FIX: Statusbar barstyle 2021-09-27 12:40:58 -04:00
Ivan
b2d9f8db0f
ADD: custom derivation path to HD wallets (#3452) 2021-09-23 14:05:10 +01:00
Marcos Rodriguez Vélez
80f7b207b3 FIX: DrawerRoot would shrink on Desktop 2021-09-17 09:06:44 +01:00
Marcos Rodriguez Vélez
18de2baf48 FIX: Header colors 2021-09-14 12:13:14 +01:00
Marcos Rodriguez Vélez
bc8067e9ab
REF: Use NativeStack 2021-09-13 18:43:26 +01:00
Marcos Rodriguez Vélez
34994a9839 REF: Use context 2021-08-24 01:00:57 -04:00
Marcos Rodriguez Vélez
681c256c17 ADD: Enhance offline mode UI 2021-08-24 00:33:32 -04:00
Marcos Rodriguez Vélez
895225476e FIX: macOS alignment and Camera crash fix 2021-08-19 15:56:59 -04:00
Nuno Coelho
813ea34d9a
Update list.js 2021-08-19 15:27:57 +02:00
Marcos Rodriguez Vélez
234975232e REF: Move LT to Tools 2021-08-19 08:57:23 -04:00
Marcos Rodriguez Vélez
47e02aa84c REF: Components isolated from BlueComponents 2021-08-16 12:10:04 -04:00
Marcos Rodriguez Vélez
5a61a8a41d
ADD: Electrum connection toggle (#3470)
* ADD: Electrum connection toggle
2021-08-10 10:35:47 -04:00
Marcos Rodriguez Vélez
81b4d7f1de Update list.js 2021-07-20 18:34:27 +01:00
Marcos Rodriguez Vélez
472f4c214c
REF: Remove error-prone random placeholder scroll calculation 2021-07-18 16:54:43 +01:00
Marcos Rodriguez Vélez
ff09a64d8d Update list.js 2021-07-05 13:56:11 -04:00
Marcos Rodriguez Vélez
35fc5114b1 FIX: Re-order wallet bug #3341 2021-07-04 00:21:53 -04:00
Marcos Rodriguez Vélez
7bed1e4c88 FIX: Index when scrolling carousel 2021-07-01 00:28:50 -04:00
Marcos Rodriguez Vélez
248dba504b Merge branch 'master' into FlatList-Wallet-Carousel-#3273 2021-06-24 11:32:19 -04:00
Marcos Rodriguez Vélez
51d67ae1b3 ADD: Accessibility button trait to TouchableOpacity 2021-06-24 08:50:57 -04:00
Marcos Rodriguez Vélez
5d3b6270f5 WIP 2021-06-16 02:05:04 -04:00
Marcos Rodriguez Vélez
010ec6fcc4 REF: FlatList Wallet Carousel #3273 2021-06-15 23:21:28 -04:00
marcosrdz
646c5a8ea0 DEL: Remove isCatalyst package 2021-05-29 01:57:40 -04:00
marcosrdz
f4a187d9e6 FIX: RTL on iOS doesn’t work #3122 2021-05-21 23:36:34 -04:00
marcosrdz
16eb9704fc Update list.js 2021-04-28 15:44:00 +01:00
marcosrdz
fbd46a3b53 FIX: Carousel padding and Scan button crash 2021-04-04 19:26:38 -04:00
marcosrdz
26586cf62b WIP 2021-03-28 14:27:57 -04:00
marcosrdz
e908e36657 WIP 2021-03-27 23:14:03 -04:00
marcosrdz
b520e70c2b Merge branch 'master' into rtl 2021-03-22 16:39:21 -04:00
Overtorment
c84fc9a384 ADD: main view SCAN button can now import watch-only wallets (closes #2817) 2021-03-20 13:00:01 +00:00
marcosrdz
ece9b99abd WIP 2021-03-18 22:30:01 -04:00
GLaDOS
aa1f9b17cc
Merge pull request #2777 from BlueWallet/statusbarandroid
REF: Status Bar on android with native style
2021-03-12 14:26:49 +00:00