Commit graph

91 commits

Author SHA1 Message Date
Akinwale Ariwodola
584682ef3d aws test 2018-05-09 19:05:02 +01:00
Akinwale Ariwodola
0bcff543f4 some more release tweaks 2018-05-09 18:43:56 +01:00
Akinwale Ariwodola
f0cca5100b simple deploy test 2 2018-05-09 18:38:48 +01:00
Akinwale Ariwodola
f378eeade1 simple deploy test 2018-05-09 18:37:18 +01:00
Akinwale Ariwodola
fd90f37f82 fix build-tools path 2018-05-09 18:33:31 +01:00
Akinwale Ariwodola
84347d7424 before_deploy tweak 2018-05-09 18:10:34 +01:00
Akinwale Ariwodola
c1d487a70a using before_deploy 2018-05-09 18:05:35 +01:00
Akinwale Ariwodola
8343cc2c1c travis release tweaks 2018-05-09 17:55:47 +01:00
Akinwale Ariwodola
2135b47e0d travis being weird 2018-05-09 14:40:55 +01:00
Akinwale Ariwodola
25bf2b244e single script line 2018-05-09 14:38:58 +01:00
Akinwale Ariwodola
49ea47c89f modify export script 2018-05-09 14:33:28 +01:00
Akinwale Ariwodola
7a5d620ed4 remove export from release.sh 2018-05-09 14:26:24 +01:00
Akinwale Ariwodola
51240a3936 export BUILD_VERSION env variable 2018-05-09 14:15:10 +01:00
Akinwale Ariwodola
6deadb279e testing release script 2018-05-09 14:06:17 +01:00
Akinwale Ariwodola
a4706b2747 change after_script command 2018-05-09 13:52:10 +01:00
Akinwale Ariwodola
5e47c76a93 fix release script run command 2018-05-09 13:50:48 +01:00
Akinwale Ariwodola
84bc61c2cb sudo try again 2018-05-09 12:50:12 +01:00
Akinwale Ariwodola
27c5f6ff6d try with node 8.11.1 2018-05-09 12:44:11 +01:00
Akinwale Ariwodola
e0ca8c3f1c npm still being weird 2018-05-09 12:31:36 +01:00
Akinwale Ariwodola
4329f621ac updated npm install command 2018-05-09 12:24:21 +01:00
Akinwale Ariwodola
73ee6ab4e6 conditional deployment of specific builds 2018-05-09 12:21:26 +01:00
Akinwale Ariwodola
766290a2a3 updated build doc to refer to lbryio/buildozer fork 2018-05-03 20:00:41 +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
Jeremy Kauffman
351e39826b
light build update 2018-04-30 15:29:12 -04:00
Jeremy Kauffman
808217d41e
buildozer link 2018-04-30 15:25:08 -04:00
Jeremy Kauffman
1c8f75ec88
further clarify alpha 2018-04-30 15:24:05 -04:00
Jeremy Kauffman
296f8b2363
light README cleanup 2018-04-30 15:23:34 -04:00
Akinwale Ariwodola
4960b9e2ec README formatting fix 2018-04-30 20:16:46 +01:00
Jeremy Kauffman
3bba3c5689
Merge pull request #86 from lbryio/doc-standardisation
standardised README.md. Created BUILD.md for full build instructions.
2018-04-30 15:12:32 -04:00
Akinwale Ariwodola
297b2e0826 added npm instructions 2018-04-29 17:09:39 +01:00
Akinwale Ariwodola
9ed8a67c5c standardised README.md. Created BUILD.md for full build instructions. 2018-04-28 00:36:03 +01:00
Akinwale Ariwodola
b8ad99b2a1 bumpversion 2018-04-24 21:02:50 +01:00
akinwale
68cec1659a
Merge pull request #84 from lbryio/release-script
created a release script
2018-04-24 21:01:58 +01:00
Akinwale Ariwodola
a7264e506a created a release script 2018-04-24 21:01:11 +01:00
akinwale
90d17604fc
First run timing (#83)
* first run time tracking implementation
* Fix values in AsyncStorage calls. Some tweaks to Mixpanel event properties.
* remove first launch related items in AsyncStorage after final retrieval
2018-04-24 20:32:17 +01:00
akinwale
77a86da984
Merge pull request #79 from lbryio/service-notification
Removed service foreground notification
2018-04-24 15:59:20 +01:00
akinwale
41becae272
Merge pull request #80 from lbryio/background-play
added new setting to toggle background media play
2018-04-23 22:22:40 +01:00
akinwale
21640e4264
Merge pull request #81 from lbryio/search-drawer-locked
keep navigation drawer locked in the closed state on the search screen
2018-04-23 17:23:37 +01:00
Akinwale Ariwodola
1366dc0996 keep navigation drawer locked in the closed state on the search screen 2018-04-23 10:34:45 +01:00
Akinwale Ariwodola
c6129ffc31 added new setting to toggle background media play 2018-04-23 10:26:09 +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
b9e0065aad
added single page header with back button and some styling (#75)
* added single page header with back button and some styling
* lock drawer mode state to closed for settings screen
2018-04-23 05:01:33 +01:00
akinwale
a4798c3cf9
Merge pull request #68 from lbryio/mixpanel
Implemented Mixpanel analytics
2018-04-23 05:00:38 +01:00
Sean Yesmunt
7a335515f6
Merge pull request #76 from lbryio/splash-screen-title
change Lbry. to LBRY on splash screen
2018-04-22 23:14:27 -04:00
Akinwale Ariwodola
a8457a748a change Lbry. to LBRY on splash screen 2018-04-21 10:58:25 +01:00
Akinwale Ariwodola
bb7fa61c33 Implemented Mixpanel analytics 2018-04-20 03:14:44 +01:00
akinwale
5d8d832e99
Merge pull request #67 from lbryio/dismissable-and-grouped-notifications
Allow download notifications to be dismissed. Group active download notifications.
2018-04-19 23:59:05 +01:00
Akinwale Ariwodola
0bb215a803 Allow download notifications to be dismissed. Group active download notifications. 2018-04-19 22:43:15 +01:00
akinwale
173920d9eb
Merge pull request #63 from lbryio/delete-button-fullscreen-fix
fix action buttons displaying in full screen video mode
2018-04-12 13:11:14 -04:00