Akinwale Ariwodola
d0117b14db
React Native 0.61 ( #808 )
...
* support for RN 0.61.5
* update gradle_dependencies
2019-12-28 15:42:26 +01:00
Akinwale Ariwodola
2b3397bc85
snackbar support
2019-12-18 11:48:29 +01:00
Akinwale Ariwodola
48543a48fb
log events for received and opened notifications ( #760 )
...
* log events for received and opened notifications
* app head: update to master
2019-11-12 15:50:47 +01:00
Akinwale Ariwodola
fb497cebfe
app head: fix launch urls and notification target urls
2019-10-31 07:55:36 +01:00
Akinwale Ariwodola
42cf11358e
handle remote notification payloads ( #737 )
...
* handle remote notification payloads
* handle intent extras for background notifications
2019-10-30 10:34:57 +01:00
Akinwale Ariwodola
6e6ed07890
app head: rc
2019-10-30 10:33:09 +01:00
Akinwale Ariwodola
29286efbd4
sdk 0.40.0. fix merge conflicts.
2019-09-05 16:48:18 +01:00
Akinwale Ariwodola
ea30ad5974
Channel creator ( #663 )
...
* app head: channel creator page
* remove react-native-document-picker
* app head: support optional parameters
* app head: channel creator updates. upload image assets.
2019-09-05 15:59:51 +01:00
Akinwale Ariwodola
5f30cca79b
app head: channel creator page
2019-08-30 18:31:49 +01:00
Akinwale Ariwodola
715a52b291
app head: edit published content ( #653 )
2019-08-26 08:58:10 +01:00
Akinwale Ariwodola
fd97ba3ae9
Drawer menu stutter ( #633 )
...
* app head: fix drawer menu stuttering and getting stuck
* fix release script
* fix 32-bit gradle template
2019-08-13 12:32:38 +01:00
Akinwale Ariwodola
8459d10dc7
Publishing ( #577 )
...
* create gallery module for retrieving media from device
* gallery and ui flow for publishing
* publishing. add channel selector component.
* enable record and take photo buttons
* create thumbnails for camera media
* upload thumbnails. check publish success status.
* update to sdk 0.38.0. add tags / tag selection to publish.
2019-07-09 01:43:30 +01:00
Akinwale Ariwodola
abeadd858e
sdk 0.37.2 update for release ( #547 )
2019-05-27 10:30:33 +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
2c56c78467
Subscription notifications implementation ( #407 )
...
* add notifications for unread subscriptions
2019-01-21 17:11:31 +01:00
Akinwale Ariwodola
404647c4cb
add storage stats card to My LBRY downloads page ( #278 )
...
* add storage stats card to My LBRY downloads page
* add decimalPoints parameter to formatBytes method
* some more tweaks to notifications and startup
* cancel all notifications if the service is not running when the activity is destroyed
2018-09-03 03:00:54 +01:00
Akinwale Ariwodola
c0b464ae36
implement phone verification ( #274 )
...
* implement phone verification
* update permissions in buildozer.spec
2018-09-03 02:57:54 +01:00
Akinwale Ariwodola
e8185e0f9c
cancel specific notifications instead of using cancelAll
2018-09-02 17:54:37 +01:00
Akinwale Ariwodola
4b7be60c27
better performance on lower end devices with react-native-fast-image ( #275 )
...
* thumbnail aspect ratio sizing tweaks
* show approximate values for formatted bytes
* truncate titles over 80 characters in the file item list component
2018-09-01 22:04:50 +01:00
Akinwale Ariwodola
c25785ccf4
Mobile rewards ( #251 )
2018-08-28 11:59:14 +01:00
Akinwale Ariwodola
b99ffa0395
add stop action button to LBRY service notification ( #248 )
2018-08-22 13:50:59 +01:00
Akinwale Ariwodola
df561cc582
Background media controls ( #242 )
...
* create background control notification when background play is enabled
2018-08-20 16:00:16 +01:00
Akinwale Ariwodola
a9199661a4
obtain the proper activity reference in the utility module
2018-08-16 18:42:07 +01:00
Akinwale Ariwodola
413ef66701
complete authentication flow and email verification link implementation ( #232 )
...
* complete authentication flow and email verification link implementation
* send appVersion and deviceId with authentication request
2018-08-16 10:48:34 +01:00
Akinwale Ariwodola
ee90951945
Use redux-persist-filesystem-storage engine due to AsyncStorage size limitation on Android ( #227 )
2018-08-13 10:00:02 +01:00
Akinwale Ariwodola
88fdc1b503
Android Oreo tweaks ( #217 )
...
* display notifications on Android 8.0 Oreo and higher using required notification channels
* fix daemon background service implementation for Android Oreo
2018-08-06 11:51:55 +01:00
Akinwale Ariwodola
33abefdd14
request for READ_PHONE_STATE permission after storage permission is granted
2018-06-22 02:18:38 +01:00
Akinwale Ariwodola
245942ff14
added method to MainActivity to obtain a device ID ( #182 )
2018-06-20 19:07:20 +01:00
Akinwale Ariwodola
0da47c409f
Start daemon service immediately app starts (even for first run)
2018-06-18 14:20:37 +01:00
Akinwale Ariwodola
468c41c526
implement extendable first run experience starting with welcome page
2018-06-08 09:13:45 +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
0bb215a803
Allow download notifications to be dismissed. Group active download notifications.
2018-04-19 22:43:15 +01: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