aboutsummaryrefslogtreecommitdiff
path: root/app/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-11Fix switching account issue in ViewPostDetailActivity and InboxActivity when ↵Docile-Alligator2-0/+5
a user clicks the notification that belongs to another account.
2024-08-11Logging out by long clicking an account. Rename SwitchAccount to ↵Docile-Alligator10-53/+70
AccountManagement. Move SwitchToAnonymousMode's methods to AccountManagement.
2024-08-01Fix app crashes on downloading media, submitting posts and editing profile ↵Docile-Alligator4-0/+5
on Android < 14.
2024-07-25Add NetworkCapabilities.NET_CAPABILITY_INTERNET in required network in ↵Docile-Alligator4-4/+8
JobService.
2024-07-24Modify SubmitCrosspostActivity to use SubmitPostService as a JobService. Add ↵Docile-Alligator4-12/+41
RECEIVER_NOT_EXPORTED in registerReceiver on Android 13+. Remove startForeground in DownloadRedditVideoService.
2024-07-24Make NotificationCompat.Builder a local variable in DownloadMediaService and ↵Docile-Alligator2-68/+66
DownloadRedditVideoService.
2024-07-23Call jobFinished in downloadFinished in DownloadRedditVideoService.Docile-Alligator1-21/+21
2024-07-23Start migrating DownloadRedditVideoService to JobService.Docile-Alligator3-283/+268
2024-07-19Start migrating DownloadMediaService to JobService.Docile-Alligator8-233/+334
2024-07-19Optimize methods in EditProfileService.Docile-Alligator3-218/+196
2024-07-19Start migrating EditProfileService to JobService.Docile-Alligator10-105/+151
2024-07-18Continue migrating SubmitPostService to JobService. Estimate network bytes.Docile-Alligator7-24/+68
2024-07-18Starting migrating SubmitPostService to JobService.Docile-Alligator12-127/+361
2024-07-18Fix filtered out comments not collapsed when display mode in comment filter ↵Docile-Alligator2-2/+2
is set to fully collapse comments.
2024-07-18Add an entry for Display mode in CustomizeCommentFilterActivity.Docile-Alligator5-0/+53
2024-07-18Start implementing display mode for CommentFilter.Docile-Alligator5-13/+58
2024-07-17Apply embedded media type setting to EmotePlugin.Docile-Alligator11-100/+116
2024-07-17Add options to control which kind of media to show in the markdown content.Docile-Alligator13-26/+98
2024-07-17Different save options when saving the online theme.Docile-Alligator3-35/+65
2024-07-11Update online theme information after modifying the theme.Docile-Alligator5-8/+77
2024-07-11Separate online theme modification and upload.Docile-Alligator3-3/+13
2024-07-11Continue implementing online custom themes. Modifying online theme.Docile-Alligator4-12/+60
2024-07-09Continue implementing online custom themes. Fetch OnlineCustomThemeMetadata ↵Docile-Alligator12-46/+191
instead of CustomTheme.
2024-07-08Continue implementing online custom themes.Docile-Alligator4-7/+232
2024-07-02Fix video autoplay not working in some cases by always providing a new ↵Docile-Alligator6-138/+133
LoadControl in DefaultExoCreator.createPlayer().
2024-07-02Use ViewModel instead of AndroidViewModel. Update some dependencies.Docile-Alligator15-55/+34
2024-06-25Upgrade Media3 and enable decoder fallback.Docile-Alligator3-3/+17
2024-06-21Download gif in ViewVideoActivity when it's a gif post.Docile-Alligator1-4/+14
2024-06-21Use openMedia in HistoryPostRecyclerViewAdapter.Docile-Alligator1-94/+27
2024-06-21Use openMedia in PostRecyclerViewAdapter na d PostDetailRecyclerViewAdapter.Docile-Alligator2-299/+144
2024-06-18Revert user agent.Docile-Alligator1-2/+2
2024-06-18Try fixing retrofit2.Utils.methodError in PostPagingSource when loading ↵Docile-Alligator1-1/+4
anonymous front page.
2024-06-18Fix wrong coordinates when saving the position of ↵Docile-Alligator2-14/+34
MovableFloatingActionButton in some Android versions.
2024-06-17Support multiple displays (e.g. foldable phone) when saving the position of ↵Docile-Alligator3-20/+63
fab in PostDetailActivity.
2024-06-17Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1674 the ↵Docile-Alligator1-0/+11
audio does not stop after closing a video.
2024-06-14Save fab position in ViewPostDetailActivity.Docile-Alligator3-2/+71
2024-06-05Fix proguard rules.Docile-Alligator1-1/+1
2024-06-04Fix RuntimeException related to Handler in SubredditListingDataSource.Docile-Alligator4-9/+18
2024-06-02Version 7.2.4-beta1.Docile-Alligator3-6/+6
2024-06-02Temporary user agent.Docile-Alligator1-2/+3
2024-06-02Fix NullPointerException in ParseSubredditData.Docile-Alligator16-312/+312
2024-05-30Workaround for not loading any posts (except for user submitted posts).Docile-Alligator1-1/+1
2024-05-29Remove unnecessary logs in ViewVideoActivity.Docile-Alligator1-11/+0
2024-05-29Fix user posts not loading by a stupid workaround.Docile-Alligator2-6/+11
2024-05-28Version 7.2.0-beta1Docile-Alligator1-1/+1
2024-05-24Fix string resource issue.Docile-Alligator19-36/+0
2024-05-24Login using Chrome custom tab. Remove option to set setDomStorageEnabled() ↵Docile-Alligator8-71/+104
in LoginActivity.
2024-05-23Bare bone login using Chrome custom tab.Docile-Alligator7-43/+317
2024-05-23Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625Docile-Alligator13-92/+66
2024-05-15Bold title in PostXXXActivity.Docile-Alligator5-4/+5