Cross-device sync implementation #505

Merged
akinwale merged 38 commits from sync into master 2019-04-22 14:42:48 +02:00

38 commits

Author SHA1 Message Date
Akinwale Ariwodola
d5a3665035 code cleanup per review 2019-04-21 18:01:04 +01:00
Akinwale Ariwodola
8621adaddf enable secure password input and auto account_unlock on startup 2019-04-21 16:52:57 +01:00
Jeremy Kauffman
a4d826dc27 minor copy changes 2019-04-19 15:50:51 -04:00
Akinwale Ariwodola
e1bc650fc0 finishing touches to first run 2019-04-17 16:25:24 +01:00
Akinwale Ariwodola
04a8210c21 more first run flow and account setup changes 2019-04-17 10:47:28 +01:00
Akinwale Ariwodola
ba2b63af33 more first run flow and account setup changes 2019-04-17 10:22:56 +01:00
Akinwale Ariwodola
c4c51f2af2 fix continue button position on wallet first run screen 2019-04-05 10:24:04 +01:00
Akinwale Ariwodola
d4464f3de8 some first run flow changes 2019-04-05 10:24:04 +01:00
Akinwale Ariwodola
3a70c43a55 trigger build 2019-04-05 10:24:04 +01:00
Akinwale Ariwodola
6eb4edaf1f display total wallet balance. fix dispatch prop. 2019-04-05 10:24:04 +01:00
Akinwale Ariwodola
0f5003ec02 fix NativeModules import on wallet page 2019-04-05 10:24:04 +01:00
Akinwale Ariwodola
a18bec6d52 fix openssl recipe and tweak build 2019-04-05 10:24:04 +01:00
Akinwale Ariwodola
c251e4f875 finish sync implementation and fix build for openssl 1.1.1b required for sdk 2019-04-05 10:23:19 +01:00
Akinwale Ariwodola
42cc698e15 first run updates for sync 2019-04-05 10:17:28 +01:00
Akinwale Ariwodola
f79ad3dabc
Upgrade to React Native 0.59.3 (#513)
* upgrade to react native 0.59.3
* add FOREGROUND_SERVICE permission for Android 9 Pie (target sdk 28)
* put android.permission.FOREGROUND_SERVICE permission directly in AndroidManifest
* allow cleartext traffic
2019-04-05 09:13:35 +01:00
Akinwale Ariwodola
c5ebfa5021 fix navigate to main on splash page 2019-04-02 22:38:55 +01:00
Akinwale Ariwodola
534a966ee8 bumpversion 0.6.1 --> 0.6.2 2019-04-02 22:17:52 +01:00
Akinwale Ariwodola
7484596fb4
0.6.1 fixes (#512)
* fix issues with 0.6.1 release
2019-04-02 22:16:53 +01:00
Akinwale Ariwodola
1637752b02
Merge pull request #510 from lbryio/release-0.6.1 2019-04-02 14:51:57 +01:00
Akinwale Ariwodola
4ce424d4db move unclaimed reward amount to the left of floating wallet balance 2019-04-02 12:00:33 +01:00
Akinwale Ariwodola
916af88c53 bumpversion 0.6.0 --> 0.6.1 2019-04-02 11:40:58 +01:00
Akinwale Ariwodola
2314565fe1 hide 'No, thanks' button during email new request 2019-04-01 21:09:06 +01:00
Akinwale Ariwodola
d7be4f138c fix continue button position on wallet first run screen 2019-04-01 21:04:51 +01:00
Akinwale Ariwodola
b21776c517
Merge pull request #509 from lbryio/sdk-requirements-cleanup
clean up python sdk requirements
2019-03-31 06:51:37 +01:00
Akinwale Ariwodola
6bb128e38a clean up python sdk requirements 2019-03-30 23:51:38 +01:00
Akinwale Ariwodola
8b2694efb7
New build (#508)
* fix build for openssl 1.1.1b required for sdk
(cherry picked from commit aa49e3b275)

* use js code from master

* fix openssl recipe and tweak build
(cherry picked from commit 6e94c27021)

* remove unused build recipes
(cherry picked from commit f5c0577bdb)
2019-03-30 21:58:45 +01:00
Akinwale Ariwodola
f853132e9b use different gradle output (until sync build update) 2019-03-30 21:19:31 +01:00
Akinwale Ariwodola
39e8d5513a add modified mangled-glibc-syscalls.h for crystax build 2019-03-30 20:43:15 +01:00
Akinwale Ariwodola
6feadf73dd revert to default gradle apk output folder 2019-03-30 20:36:56 +01:00
Akinwale Ariwodola
450070732d some first run flow changes 2019-03-30 11:17:07 +01:00
Akinwale Ariwodola
f5c0577bdb remove unused build recipes 2019-03-30 10:31:10 +01:00
Akinwale Ariwodola
d683c48338 add pipeline status to README.md 2019-03-30 10:24:20 +01:00
Akinwale Ariwodola
c0d81d9239 trigger build 2019-03-30 07:04:04 +01:00
Akinwale Ariwodola
d16a614584 display total wallet balance. fix dispatch prop. 2019-03-30 05:06:31 +01:00
Akinwale Ariwodola
ee75a6bca6 fix NativeModules import on wallet page 2019-03-29 18:35:14 +01:00
Akinwale Ariwodola
6e94c27021 fix openssl recipe and tweak build 2019-03-29 18:29:45 +01:00
Akinwale Ariwodola
aa49e3b275 finish sync implementation and fix build for openssl 1.1.1b required for sdk 2019-03-29 16:34:59 +01:00
Akinwale Ariwodola
171f7841c9 first run updates for sync 2019-03-29 03:37:51 +01:00