Commit Graph

2245 Commits

Author SHA1 Message Date
Docile-Alligator
e4c11e8d61 Version 7.2.8. 2024-06-25 16:52:49 -04:00
Docile-Alligator
5a1b67f599 Upgrade Media3 and enable decoder fallback. 2024-06-25 16:51:22 -04:00
Docile-Alligator
e1f4dbd01f Version 7.2.7. 2024-06-24 16:53:51 -04:00
Docile-Alligator
20620a67f7 Download gif in ViewVideoActivity when it's a gif post. 2024-06-21 19:22:02 -04:00
Docile-Alligator
3d9dc47775 Use openMedia in HistoryPostRecyclerViewAdapter. 2024-06-21 19:00:20 -04:00
Docile-Alligator
31b2c123dc Use openMedia in PostRecyclerViewAdapter na d PostDetailRecyclerViewAdapter. 2024-06-21 18:54:38 -04:00
Docile-Alligator
9af98548aa Version 7.2.6. 2024-06-17 21:30:37 -04:00
Docile-Alligator
f39d7f822e Revert user agent. 2024-06-17 21:30:05 -04:00
Docile-Alligator
c8e5f60c0a Try fixing retrofit2.Utils.methodError in PostPagingSource when loading anonymous front page. 2024-06-17 21:21:37 -04:00
Docile-Alligator
d644c1c032 Fix wrong coordinates when saving the position of MovableFloatingActionButton in some Android versions. 2024-06-17 21:06:35 -04:00
Docile-Alligator
e186c42a1f Support multiple displays (e.g. foldable phone) when saving the position of fab in PostDetailActivity. 2024-06-17 11:32:23 -04:00
Docile-Alligator
c495336360 Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1674 the audio does not stop after closing a video. 2024-06-17 10:58:39 -04:00
Docile-Alligator
9b7e1e863a Fix unable to restore settings by upgrading Gson, which includes the correct proguard file. 2024-06-14 19:20:01 -04:00
Docile-Alligator
bb9653a522 Save fab position in ViewPostDetailActivity. 2024-06-14 17:19:32 -04:00
Docile-Alligator
ff8ff046a3 Version 7.2.5. Just to bypass the stupid Play Console restriction. 2024-06-05 12:48:41 -04:00
Docile-Alligator
27b5264cf6 Version 7.2.4. 2024-06-05 10:38:34 -04:00
Docile-Alligator
64ef6656cf Fix proguard rules. 2024-06-04 23:10:15 -04:00
Docile-Alligator
43f389f12f Fix RuntimeException related to Handler in SubredditListingDataSource. 2024-06-04 15:00:53 -04:00
Docile-Alligator
d278bd873d Version 7.2.4-beta1. 2024-06-02 10:05:28 -04:00
Docile-Alligator
f9858ccaa9 Temporary user agent. 2024-06-01 23:05:19 -04:00
Docile-Alligator
74f17d4db5 Fix NullPointerException in ParseSubredditData. 2024-06-01 23:02:52 -04:00
Docile-Alligator
a7a142af8c Version 7.2.3. 2024-05-30 23:38:44 -04:00
Docile-Alligator
07c9865ab2 Workaround for not loading any posts (except for user submitted posts). 2024-05-30 14:02:49 -04:00
Docile-Alligator
52b265bf59 Version 7.2.2-beta1. 2024-05-29 17:59:18 -04:00
Docile-Alligator
8494195064 Remove unnecessary logs in ViewVideoActivity. 2024-05-29 17:01:51 -04:00
Docile-Alligator
392ea8ee9b Fix user posts not loading by a stupid workaround. 2024-05-29 16:51:12 -04:00
Docile-Alligator
da93713f5c Version 7.2.0-beta1 2024-05-28 19:55:15 -04:00
Docile-Alligator
66620912de Fix string resource issue. 2024-05-23 23:26:45 -04:00
Docile-Alligator
9725d5e411 Login using Chrome custom tab. Remove option to set setDomStorageEnabled() in LoginActivity. 2024-05-23 23:05:28 -04:00
Docile-Alligator
18aec38d9f Bare bone login using Chrome custom tab. 2024-05-23 16:12:44 -04:00
Docile-Alligator
5d050204e7 Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625 2024-05-22 23:49:40 -04:00
Docile-Alligator
f6474881a0 Bold title in PostXXXActivity. 2024-05-14 22:47:17 -04:00
Docile-Alligator
e666e6774e Back up and restore comment filters. 2024-05-14 19:27:36 -04:00
Docile-Alligator
382f3e8167 Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1636 2024-05-14 18:15:48 -04:00
Docile-Alligator
cc9880cadd Fix mute and resolution buttons not shown and not able to swipe vertically to finish in ViewVideoActivity. 2024-05-14 17:11:37 -04:00
Docile-Alligator
9b6033b2db Update dependencies. 2024-05-12 23:05:31 -04:00
Docile-Alligator
ff91d33a88 Migrate to AndroidX Media3. 2024-05-12 22:52:04 -04:00
Docile-Alligator
4abb494709 Fix app crashes when going into ViewVideoActivity, ViewImgurVideoFragment and ViewRedditGalleryVideoFragment. 2024-05-12 18:43:06 -04:00
Docile-Alligator
3f6842f27a Fix play button not shown in ViewVideoActivity when pinch to zoom video is enabled. 2024-05-09 18:59:31 -04:00
Docile-Alligator
019970d5fe Fix controller animation issues in StyledPlayerView in ExoPlayer. 2024-05-09 18:06:54 -04:00
Docile-Alligator
a283e39473 Fix controller issues in StyledPlayerView in ExoPlayer. 2024-05-09 15:50:30 -04:00
Docile-Alligator
b0fad500b9 Migrate from PlayerView to StyledPlayerView in ExoPlayer. 2024-05-08 18:31:05 -04:00
Docile-Alligator
16d926fdf8 Save pending intent flags in a variable to not show error in DownloadMediaService and DownloadRedditVideoService. 2024-05-08 13:23:24 -04:00
Docile-Alligator
d85ce883f4 Upgrade dependencies and compileSdk. 2024-05-08 11:18:17 -04:00
Docile-Alligator
a91556ca71 Upgrade gradle. 2024-05-07 19:02:56 -04:00
Docile-Alligator
cc772b5324 Remove Butter Knife. Optimize imports. 2024-05-07 18:47:28 -04:00
Docile-Alligator
4604e1b366 Migrate to ViewBinding in all components. 2024-05-07 18:38:55 -04:00
Docile-Alligator
1cdec1200a Migrate to ViewBinding in some adapters. 2024-05-07 17:51:26 -04:00
Docile-Alligator
73840fd23d Migrate to ViewBinding in some adapters. 2024-05-07 16:46:12 -04:00
Docile-Alligator
104bdeafe7 Migrate to ViewBinding in some adapters. 2024-05-07 14:11:41 -04:00