Akinwale Ariwodola
c3efa4d004
generate install_id natively
2020-09-10 12:20:49 +01:00
Akinwale Ariwodola
ed50e1300a
real time notifications over websocket ( #1000 )
...
* real time notifications over websocket
* automatically re-establish websocket connections
2020-09-09 14:16:22 +01:00
Akinwale Ariwodola
86dbfd54d1
Merge pull request #1006 from lbryio/notification-back
...
proper back navigation to the notifications screen
2020-09-09 14:05:29 +01:00
Akinwale Ariwodola
535120eebd
proper back navigation to the notifications screen
2020-09-09 14:03:36 +01:00
Javi Rueda
f602418b31
Merge branch 'master' of https://github.com/lbryio/lbry-android
2020-09-07 09:56:24 +02:00
Akinwale Ariwodola
c1106d7186
display correct playback speed for media
2020-09-04 12:50:22 +01:00
Akinwale Ariwodola
45be7f2c9b
Merge pull request #1004 from lbryio/player-resume-black-screen
...
display player view correctly after dismissing PIP view
2020-09-04 12:33:53 +01:00
Akinwale Ariwodola
d6baf3d1c8
display player view correctly after dismissing PIP view
2020-09-04 12:32:53 +01:00
Javi Rueda
726fdd0220
Don't send buffering events by default on F-Droid build
2020-08-28 14:57:11 +02:00
Javi Rueda
49971d1453
Merge branch 'master' of https://github.com/lbryio/lbry-android
2020-08-28 14:30:04 +02:00
Javi Rueda
2e44ce4414
Remove private key dependant Twitter API and non-free BillingClient API
2020-08-28 14:29:00 +02:00
Akinwale Ariwodola
08c38c1723
bumpversion 0.16.0 --> 0.16.1
2020-08-28 10:07:20 +01:00
Javi Rueda
af4fa454d3
Add setting to enable sending buffering events ( #993 )
...
* Add setting to enable sending buffering events
* Use true as default value
2020-08-28 10:06:41 +01:00
Akinwale Ariwodola
0620582a4e
fix in-app notification read background in dark mode
2020-08-28 10:04:10 +01:00
Akinwale Ariwodola
b11c07e3d1
fix comment redirect from device notifications
2020-08-28 10:00:57 +01:00
Javi Rueda
d054c615c3
Fix conflicts and merge from upstream lbry-android
2020-08-25 00:16:23 +02:00
Akinwale Ariwodola
593b34079c
load notifications after app startup
2020-08-20 20:47:14 +01:00
Akinwale Ariwodola
becb533624
fix notification relative time display
2020-08-20 20:32:22 +01:00
Akinwale Ariwodola
8efc0522f2
load unread count after fetching remote notifications
2020-08-20 20:03:30 +01:00
Akinwale Ariwodola
cead924ca5
Notification timestamp timezone fix. Tweak loading unread notification count.
2020-08-20 19:56:35 +01:00
Akinwale Ariwodola
f83a043664
fix notification sorting
2020-08-20 19:00:21 +01:00
Akinwale Ariwodola
e8a0bca5ea
tweak equality check for LbryNotification
2020-08-20 18:45:02 +01:00
Akinwale Ariwodola
1198c2298a
add and update translations
2020-08-20 18:28:32 +01:00
Akinwale Ariwodola
7205acb9d6
Sort newly added notifications. Add remote loading TTL.
2020-08-20 18:06:35 +01:00
Akinwale Ariwodola
d21cfd55ab
Handle special URLs from notifications. Disable auto load/play for comment notifications.
2020-08-20 16:39:45 +01:00
Akinwale Ariwodola
47cbc3624c
Merge pull request #980 from lbryio/channel-comment-hash
...
properly handle channel comment notifications
2020-08-20 16:26:08 +01:00
Akinwale Ariwodola
1f9a0886a0
properly handle channel comment notifications
2020-08-20 16:20:46 +01:00
Akinwale Ariwodola
dd5ea68915
new YRBL
2020-08-20 14:52:41 +01:00
Akinwale Ariwodola
b3bba4d273
Merge pull request #979 from lbryio/is-seen
...
check is_seen flag. display comment author thumbnails if present.
2020-08-20 13:30:28 +01:00
Akinwale Ariwodola
10c123ba6a
check is_seen flag. display comment author thumbnails if present.
2020-08-20 13:26:41 +01:00
Akinwale Ariwodola
a8ba45b941
bumpversion 0.15.17 --> 0.16.0
2020-08-19 18:18:37 +01:00
Akinwale Ariwodola
3652cdf6bc
CI apt-transport-https
2020-08-19 18:14:13 +01:00
Akinwale Ariwodola
f2a7a8c439
cleanup: yarn.lock
2020-08-19 18:10:57 +01:00
Akinwale Ariwodola
78d5a99441
Gradle fix ( #978 )
2020-08-19 18:09:37 +01:00
Akinwale Ariwodola
6931dbe79c
Instant verification ( #974 )
...
* add instant verification options and Google Play Billing
bumpversion 0.15.16 --> 0.15.17
restore account_undergo_review default string
twitter sign-in flow
fix build error
final changes
update api key and secret
* tweak build script
2020-08-19 17:23:35 +01:00
Akinwale Ariwodola
4d024c06cc
In-app notifications ( #969 )
...
* display notification bell icon beside URL bar
* notification model
* persist received notifications
* Refresh notification list. Add is_read flag and display unread count.
* Hide notifications when opening the navigatinon drawer. Open selected notification item before hiding the list.
* update local store with remote notifications
* use card view for notification items
* make notification cards clickable
* handle comment hash
* fix remote notifications not loading. fix comment scroll.
* Improve in-app comment notification linking. Add icons.
2020-08-18 14:19:35 +01:00
Javi Rueda
e5dcc527eb
Merge branch 'master' of https://github.com/lbryio/lbry-android
2020-08-09 12:59:58 +02:00
Akinwale Ariwodola
ddcb190457
do not display global background servce initializing indicator
2020-08-07 10:11:57 +01:00
Javi Rueda
54338a2a7d
Merge branch 'master' of https://github.com/lbryio/lbry-android
2020-08-03 09:27:12 +02:00
Akinwale Ariwodola
dd14b90d7e
Merge pull request #967 from kekkyojin/sendto-feat
...
Allow to publish files via Send To feature
2020-07-29 15:20:59 +01:00
Javi Rueda
35c2512ad6
Merge branch 'master' of https://github.com/lbryio/lbry-android
2020-07-27 20:15:44 +02:00
Akinwale Ariwodola
4b86444478
bumpversion 0.15.15 --> 0.15.16
2020-07-27 11:11:10 +01:00
Javi Rueda
feb7f260dc
Allow to publish files via Send To feature
2020-07-24 01:59:59 +02:00
Jeremy Kauffman
4f4daabf68
Update title.txt
2020-07-23 15:39:14 -04:00
Akinwale Ariwodola
74c7a1de4d
sdk 0.79.1. Clear resolved sub cache after sync.
2020-07-23 20:04:48 +01:00
Javi Rueda
230b3f0bae
Merge remote-tracking branch 'upstream/master'
2020-07-22 18:00:27 +02:00
Akinwale Ariwodola
88a43dc679
set sync interval back to 5 minutes
2020-07-22 05:52:44 +01:00
Akinwale Ariwodola
1bb5ce72fa
Proper fix for subscription sync retention. Eliminate double sync attempt on startup.
2020-07-22 05:49:48 +01:00
Akinwale Ariwodola
b4ce544965
bumpversion 0.15.14 --> 0.15.15
2020-07-21 21:25:26 +01:00
Akinwale Ariwodola
1ec6f6173a
sdk 0.79.0
2020-07-21 21:13:05 +01:00