Commit Graph

48 Commits

Author SHA1 Message Date
Marcos Rodriguez Vélez
1e770f779b
REF: useContext for centralized data access 2020-10-24 18:20:59 +01:00
marcosrdz
dfbaab3730 REF: Export useFocusEffect and Hooks 2020-08-05 15:49:26 +01:00
marcosrdz
d411c19196 FIX: Inverted QR codes #1386 2020-08-03 19:17:37 +01:00
Ivan
7d1511056b
REF: Improve localization 2020-07-20 14:38:46 +01:00
Marcos Rodriguez Vélez
2ce7111687
ADD: Dark Mode 2020-07-15 18:32:59 +01:00
marcosrdz
b41b998587 FIX: StatusBar wasn't visible when modals opened 2020-06-10 23:54:47 -04:00
Ivan Vershigora
71c8b74e92 REF: upgrade eslint, prettier, fix errors, reformat everything 2020-06-04 11:48:07 +01:00
Ivan Vershigora
206f3ef1a3 FIX: syncup with master 2020-05-30 10:47:32 +03:00
Ivan Vershigora
c65709dab6 REF: migrate to RN5, fix everything 2020-05-27 14:12:17 +03:00
Ivan Vershigora
68e10cd7f1 REF: move all inline styles to StyleSheet.create 2020-05-24 12:17:26 +03:00
ncoelho
55825a9d08 allow copy to clipboard on watch-only wallets 2020-04-07 16:29:38 +01:00
ncoelho
0337b0ad2f fix lint 2020-03-26 23:39:51 +00:00
ncoelho
b4f5157f07 bigger fontSize on mnemonic export screen 2020-03-26 23:39:51 +00:00
Overtorment
8724a7ff65 REF: wallet export screen 2020-03-12 17:50:58 +00:00
Marcos Rodriguez
ec5bc4a3c6 ADD: Ask user if they have backed up their seed phrase 2019-12-26 22:40:03 +00:00
Marcos Rodriguez
29d35c36b5 ADD: Export screen allows copying to clipboard if its a LNDHub wallet 2019-12-26 22:21:46 +00:00
Marcos Rodriguez
41b2808378 DEL: Remove react-native-system-setting 2019-10-22 12:22:54 +01:00
Marcos Rodriguez
102bad7727 Merge branch 'master' into biometrics 2019-09-28 12:33:36 -04:00
Overtorment
d53f502da1 FIX: better wallet export QR readability 2019-09-28 14:08:45 +01:00
Marcos Rodriguez
29ce0271f8 ADD: Biometrics
FIX: Added FaceID Usage description

ADD: Use Biometrics for Show balance.

ADD: Unlock With Boot Screen

FIX: Allow the use of Biometrics after decrypt

FIX: Build system revert.

FIX: Remove biometric from receive address.

ADD: Biometric for export

FIX: Use RNSecureKeyStore for biometrics

FIX: Realign views

Update biometrics.js
2019-09-27 20:12:25 -04:00
Marcos Rodriguez
bbefe8ff6c ADD: Auto adjust screen brightness on screens with QRCode. 2019-08-31 15:41:07 +01:00
Marcos Rodriguez Vélez
57d1f85548 FIX: UI fixes for transactions list
ADD: Haptic feedbacks on error alerts
2019-03-05 02:29:13 +00:00
Marcos Rodriguez Vélez
311b9838ee ADD: Blur sensitive views from visibility on app switcher 2019-02-28 23:24:17 +00:00
Marcos Rodriguez Vélez
9bb4b85bfa Remove old QRCode package 2019-02-14 18:15:38 -05:00
Marcos Rodriguez Vélez
c615ebbc07 FIX: Android not redering QR code #302 2019-02-14 00:15:56 -05:00
Overtorment
122a8ae943 FIX: sometimes export QR is unreadable 2019-01-10 14:58:22 +00:00
Marcos Rodriguez Vélez
00845ef838 FIX: Export QRCode was too big on iPad 2019-01-06 14:28:02 -05:00
Marcos Rodriguez Vélez
c049d12e74 essage 2018-12-28 16:01:55 -05:00
Pavel Ševčík
43512fd8cf Refactor: Use static properties for wallet types 2018-12-28 16:52:06 +01:00
Marcos Rodriguez Vélez
912d8808cc ADD: If wallet was previously imported, throw an alert. 2018-12-27 18:33:39 -05:00
Marcos Rodriguez Vélez
78988dfe1f FIX: Removed remaining old-style headers 2018-12-27 10:12:22 -05:00
Igor Korsakov
6f581a2f2e
Eject (#126)
* OPS: randombytes work
* OPS: porting to RN android: added prompt, refactoring
* OPS: better android prompt
* FIX: scan qr callback
* FIX: correct fee sat calculation for HD & classic segwit wallets
* FIX: Fixed height for button in empty transaction list
* FIX: keyboard issue on fee selection modal
* FIX: slow QR code generation for HD backup screen
* ADD: wallet reorder
* FIX: TypeError: undefined is not an object (evaluating 'recommendedFees.halfHourFee') #133
* FIX: android appstore link
* OPS: Code to Migrate Expo json
* REF: renamed blitzhub to lndhub
* OPS: Migration: move expo files instead of parsing
* FIX: lndhub uri usage
* FIX: no security alert on android (it was ios specific)
* REF: better tx list rendering and sorting
* ADD: verify tx on coinb.in
* FIX: Tap to dismiss is not working #137
* REF: Removed Wallet gradients duplication.
* REF: about screen
* FIX: bech32 qr scan in send screen
* FIX: better bip21 handling
* Use of dayjs for transaction details
* REF: QR code content follows BIP21
* ADD: fee in local currency when send
* FIX: Refresh wallet info on page focus
2018-12-11 22:52:46 +00:00
Marcos Rodriguez Vélez
d913934c9e FIX: Addressed some crashes when running on an Android device. (#115)
FIX: Weird styling on inputs #68
2018-11-01 19:44:39 +00:00
Marcos Rodriguez Vélez
6bc435fd48 FIX: Improve broadcasting experience #66 (#107)
ADD: New transaction Confirm UI
REF: Improve broadcasting experience #66
FIX: Satoshis to local currency in Send screen
FIX: Fixed Wallet export QR code width
FIX: Invalid BIP21 URI at value #108
FIX: #109  TypeError: undefined is not an object (evaluating 'this.state.tx.inputs.length')
2018-10-27 16:13:09 +01:00
Igor Korsakov
a11b7b17e8
FIX: layout bugs (#71)
* FIX: layout bugs
2018-09-22 12:26:45 +01:00
Marcos Rodriguez Vélez
5a2f2020fc
Updated Main screen header design. Moved all react-native-elements Header to be react-navigation's header prop instead of being inside render() 2018-09-18 21:59:16 -04:00
Overtorment
6df0d90ef1 FIX: 'Export / Details' button for iPad 2018-09-12 21:07:35 +01:00
Overtorment
4a10782453 ADD: import HD wallets (watch-only for now) 2018-07-22 15:49:59 +01:00
Overtorment
7619183285 REF: prettier 140 chars
WIP: HD wallets
TST
REF
2018-07-07 22:15:14 +01:00
Overtorment
b369a1b917 REF: prettier: line width 120 2018-07-07 14:04:32 +01:00
Overtorment
c43ec87bb0 WIP: redesign 2018-06-28 23:17:14 +01:00
Igor Korsakov
75d054d0e7
Translations (#15)
ADD: locale
2018-05-28 20:18:11 +01:00
Overtorment
2b5d00c0bd REF 2018-05-22 18:10:53 +01:00
Overtorment
8646f1d06e store version 1.2.0 2018-05-12 21:27:34 +01:00
Overtorment
c310034333 UI improvements 2018-05-06 18:36:48 +01:00
Overtorment
f84f797f28 codestyle 2018-03-18 03:11:54 +00:00
Sergey Tsegelnyk
f1d68e53e6 prettier 2018-03-18 03:11:54 +00:00
Overtorment
08a5749c12 init 2018-01-30 22:42:38 +00:00