Commit graph

38 commits

Author SHA1 Message Date
Akinwale Ariwodola
0da47c409f Start daemon service immediately app starts (even for first run) 2018-06-18 14:20:37 +01:00
Akinwale Ariwodola
191bc33fa3 bumpversion 0.1.7 --> 0.1.8 2018-06-11 19:24:26 +01:00
Akinwale Ariwodola
468c41c526 implement extendable first run experience starting with welcome page 2018-06-08 09:13:45 +01:00
Akinwale Ariwodola
00f4745d46 bumpversion 0.1.6 --> 0.1.7 2018-05-27 22:00:46 +01:00
Akinwale Ariwodola
fd2d20af94 bumpversion 0.1.5 --> 0.1.6 2018-05-26 00:33:37 +01:00
akinwale
7d2e4c1e8c
Handle lbry:// url scheme, and download notification fixes. (#139) 2018-05-25 08:13:05 +01:00
Akinwale Ariwodola
1a6e3bf214 add debug build checks 2018-05-19 23:35:43 +01:00
Akinwale Ariwodola
16db19fac7 Increase storage requirement toast display duration 2018-05-19 23:03:03 +01:00
Akinwale Ariwodola
5e6dfb18f7 bumpversion 0.1.4 --> 0.1.5 2018-05-15 19:00:18 +01:00
Akinwale Ariwodola
491782a88e bumpversion 0.1.3 --> 0.1.4 2018-05-10 23:08:22 +01:00
akinwale
614069e342
wallet alpha warning (#118) 2018-05-10 22:10:12 +01:00
akinwale
3706bc5936
Wallet implementation (#92)
* Created walletAddress and walletBalance components
* Added walletSend and transaction list components.
* added transaction history page
2018-05-03 19:58:31 +01:00
Akinwale Ariwodola
b8ad99b2a1 bumpversion 2018-04-24 21:02:50 +01:00
Akinwale Ariwodola
d018e9b577 Removed service foreground notification. Tapping on the download progress notification should open the app. 2018-04-23 05:32:19 +01:00
akinwale
496ec53f8a
About page (#78)
* added about page with version info
* lock drawer to closed state for About screen. Added About screen hardware back button handling.
2018-04-23 05:10:18 +01:00
akinwale
a4798c3cf9
Merge pull request #68 from lbryio/mixpanel
Implemented Mixpanel analytics
2018-04-23 05:00:38 +01:00
Akinwale Ariwodola
bb7fa61c33 Implemented Mixpanel analytics 2018-04-20 03:14:44 +01:00
Akinwale Ariwodola
0bb215a803 Allow download notifications to be dismissed. Group active download notifications. 2018-04-19 22:43:15 +01:00
Akinwale Ariwodola
a90c795891 bumpversion 2018-04-09 14:59:11 -04:00
akinwale
76dee67e9a
First alpha release (#52)
* added __version__ to main.py
* package name changed from io.lbry.lbrynet to io.lbry.browser
* removed unnecessary WRITE_EXTERNAL_STORAGE permission from AndroidManifest template, buildozer.spec updates and some cleanup
2018-03-31 10:28:26 +01:00
akinwale
67783f3f34
Stop download functionality (#45) 2018-03-30 12:11:52 +01:00
akinwale
5cb25e4171
added NSFW overlay component and a toggle option for NSFW content on the settings page (#42) 2018-03-30 12:02:19 +01:00
Akinwale Ariwodola
8eea4ac107 Added required permission request for WRITE_EXTERNAL_STORAGE on Android Marshmallow and higher (6+) 2018-03-26 22:09:02 +01:00
Akinwale Ariwodola
3e275e7be5 settings persisted to redux store 2018-03-23 08:09:01 +01:00
Akinwale Ariwodola
6f6696b5bb implemented basic settings page with background service running option 2018-03-23 00:20:03 +01:00
Akinwale Ariwodola
08808ad3eb implemented rudimentary media seeker. Still needs some tweaking. 2018-03-22 07:26:04 +01:00
Akinwale Ariwodola
deb9771b68 now with download progress bar and media playback 2018-03-18 15:42:16 +01:00
akinwale
2063e716f5
Splash screen, discover and file Pages (#30) 2018-03-11 16:32:13 +01:00
akinwale
316634f5b7
Integrate build process with React Native (#18)
* created react base and updated build to use android sdk 23
* add nodejs install step to travis build script
* added simple build script to create the react native  bundle before the buildozer APK build
2017-12-28 19:06:31 +01:00
akinwale
4f720ece58
Switch build tool to Gradle (#15) 2017-12-21 08:24:31 +01:00
akinwale
968c5d1f8e
Wallet encryption (#14)
* enabled wallet encryption with custom keyring backend
* updated with lbry and lbryum master refs for wallet encryption
2017-12-20 17:10:30 +01:00
Akinwale Ariwodola
55f2aba998 main lbrynetservice hotfix 2017-10-08 10:58:24 +01:00
akinwale
9eeeefa1d2 Python unit tests (#13)
* Modified build to allow Python unit tests to run
* Added extra dependencies and build recipes for the unit tests
2017-10-03 10:16:24 +01:00
Akinwale Ariwodola
5694a25ff7 daemon RPC authentication with encrypted api key storage 2017-08-25 04:59:35 +01:00
akinwale
3c5f90bf14 Path utility class implementation (#9)
* Paths utility class implementation
* Updated buildozer requirements list
* lbry repository in buildozer.spec requirements changed to https://github.com/lbryio/lbry
2017-08-22 22:03:05 +01:00
akinwale
80aeb406af Python logging (#7)
Service code cleanup. Kivy dependency eliminated. File and stdout logging working properly.
2017-08-17 23:06:57 +01:00
Akinwale Ariwodola
f211b0df99 Android service control activity implementation 2017-08-17 15:31:42 +01:00
Akinwale Ariwodola
744cfaebc2 Initial commit 2017-08-13 02:24:00 +01:00