Commit graph

1051 commits

Author SHA1 Message Date
Akinwale Ariwodola
37f4b6b273 update build.gradle 2021-03-08 20:12:36 +01:00
Akinwale Ariwodola
60983929b9 clean up PR 2021-03-08 20:06:41 +01:00
Akinwale Ariwodola
e9d70dbf87
Merge pull request #1163 from lbryio/iap-check
allow users to initiate a purchase flow check
2021-03-08 19:40:19 +01:00
Akinwale Ariwodola
0849ce2b66 allow users to initiate a purchase flow check 2021-03-08 19:38:00 +01:00
Javi Rueda
d0a8b3b218
Fix mass tips unlocking (#1157) 2021-03-06 00:32:12 +01:00
Javi Rueda
a8cdc4a771
Move the wallet floating button away when scroll gets to the bottom at FileViewFragment (#1155) 2021-03-04 19:11:19 +01:00
Javi Rueda
67b883660f
Hide support button and comments consistently with claim tags (#1152)
* Hide support button and comments consistently with claim tags

* Set visibility to GONE instead of INVISIBLE for the tipping button
2021-02-26 19:31:11 +01:00
Javi Rueda
f328efb831
Allow media to be played automatically (#1153)
* Allow media to be played automatically

* Fix for media been always autoplayed when opened from miniplayer
2021-02-26 19:24:17 +01:00
Javi Rueda
b2f56364d6
Use commentron instead of Comment SDK calls (#1149)
* Use commentron instead of Comment SDK calls

* Use current timestamp as 'id' for comment server request
2021-02-24 16:23:33 +01:00
Akinwale Ariwodola
2761857fe8
Merge pull request #1135 from kekkyojin/totvstring-unittest
Add unit test for LbryUri.toTvString
2021-02-22 20:07:55 +01:00
Akinwale Ariwodola
d439260d69
Merge pull request #1132 from kekkyojin/ignore_helpertest
Change HelperTest to JUnit4 and remove example test class
2021-02-16 17:02:48 +01:00
Akinwale Ariwodola
f0f0a5028b
Merge pull request #1123 from kekkyojin/style-code-tag
Styling <code> tag for Markdown content
2021-02-16 16:59:36 +01:00
Javi Rueda
13e170cb61 Add unit test for LbryUri.toTvString 2021-02-16 16:42:05 +01:00
Javi Rueda
127d8052ca Change HelperTest to JUnit4 and remove example test class 2021-02-12 01:28:22 +01:00
Javi Rueda
1b3086572f Styling <code> tag for Markdown content 2021-02-02 19:00:17 +01:00
Akinwale Ariwodola
6fa308ef96 bumpversion 0.16.13 --> 0.16.14 2021-01-25 18:54:00 +01:00
Akinwale Ariwodola
f3e513fc2d Update translations and content filters 2021-01-25 18:52:21 +01:00
Akinwale Ariwodola
d72a8faec4 sdk 0.88.0 2021-01-23 19:23:11 +01:00
Akinwale Ariwodola
fdb4578349
Merge pull request #1119 from kekkyojin/remove-sha256
Remove Helper.SHA256() method
2021-01-18 20:24:22 +01:00
Javi Rueda
c08237d399 Remove Helper.SHA256() method 2021-01-14 13:04:43 +01:00
Patric Karlström
09d5db287d Simplify code 2021-01-13 16:26:43 +01:00
Patric Karlström
722438ba41 Add missing null check 2021-01-13 16:20:47 +01:00
Patric Karlström
e8f78baca0 Add TODO 2021-01-13 16:19:07 +01:00
Patric Karlström
4ffc054bdd cannot compare doubles with == sainly, switch to checking if difference is less than 0.000001 instead 2021-01-13 16:16:29 +01:00
Patric Karlström
e18a740b20 Add missing null check 2021-01-13 16:11:37 +01:00
Patric Karlström
b002621861 add missing null check 2021-01-13 16:07:43 +01:00
Patric Karlström
da8ca05a38 Remove unused imports 2021-01-13 16:05:21 +01:00
Patric Karlström
2e026a6920 Unnecessecary semicolons 2021-01-13 15:37:08 +01:00
Patric Karlström
5879cbd3db context does not need null check 2021-01-13 15:36:17 +01:00
Patric Karlström
40b6591bb0 Simplify code for readability 2021-01-13 15:34:58 +01:00
Patric Karlström
49a3d157ee Simplify code for return value 2021-01-13 15:34:31 +01:00
Patric Karlström
3ca7d9b369 Use StandardCharsets.UTF_8 instead of string UTF8 2021-01-13 15:33:31 +01:00
Patric Karlström
e49b7b6776 use contains instead of indexOf 2021-01-13 15:32:39 +01:00
Patric Karlström
1ca2b92855 Add todo for MediaStore.Video.Media.DURATION that requires API level 29 2021-01-13 15:19:56 +01:00
Patric Karlström
62dbfed1a3 A couple more fields that can be final 2021-01-13 15:19:18 +01:00
Patric Karlström
fd5ffb1e50 Set gradle version to static 3.6.4 instead of dynamic 3.+ 2021-01-13 15:07:18 +01:00
Patric Karlström
1eed13e889 Bump buildToolsVersion 29.0.1 -> 29.0.2 for FDroid build compability 2021-01-13 15:00:11 +01:00
Patric Karlström
962cfda206 Downgrade from gradle-6.5 to 6.1.1 due to FDroid not compatible with 6.5 2021-01-12 20:06:02 +01:00
Patric Karlström
b9251c2036 code cleanup, make newInstance use final variables for listener and claim 2021-01-12 17:26:04 +01:00
Patric Karlström
c95f25b584 Change minSdkVersion from 21 to 24 since isInPictureInPictureMode requires 24 2021-01-12 16:51:33 +01:00
Patric Karlström
ac098c4062 Upgrade sdkVersion from 29 -> 30 2021-01-12 16:23:33 +01:00
Patric Karlström
dc6b218834 Upgrade gradle 5.6.4 -> 6.5 2021-01-12 16:23:28 +01:00
Patric Karlström
35d448c601 code-cleanup. Make non-changing variables final 2021-01-12 16:18:31 +01:00
Patric Karlström
e0bf54c304 simplify code for readability, no need for null check before instanceof check 2021-01-12 16:18:31 +01:00
Patric Karlström
d39952e048 simplify code for readability, stringbuilder is overkill 2021-01-12 16:18:31 +01:00
Patric Karlström
8c9a1a396a simplify code for readability 2021-01-12 16:18:31 +01:00
Patric Karlström
a261a62584 fix check for claims 2021-01-12 16:18:31 +01:00
Patric Karlström
49dee407c8 No need for null check before instanceof 2021-01-12 16:18:31 +01:00
Patric Karlström
6c5144e323 Simplify code, not needed to check if collection contains key before trying to remove it 2021-01-12 16:18:31 +01:00
Patric Karlström
258ea4aff6 FirebaseAnalytics needs ACCESS_NETWORK_STATE permission 2021-01-12 16:18:31 +01:00