aboutsummaryrefslogtreecommitdiff
path: root/app/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix app crashes on downloading media, submitting posts and editing profile ↵Docile-Alligator2024-08-014-0/+5
| | | | on Android < 14.
* Add NetworkCapabilities.NET_CAPABILITY_INTERNET in required network in ↵Docile-Alligator2024-07-254-4/+8
| | | | JobService.
* Modify SubmitCrosspostActivity to use SubmitPostService as a JobService. Add ↵Docile-Alligator2024-07-244-12/+41
| | | | RECEIVER_NOT_EXPORTED in registerReceiver on Android 13+. Remove startForeground in DownloadRedditVideoService.
* Make NotificationCompat.Builder a local variable in DownloadMediaService and ↵Docile-Alligator2024-07-242-68/+66
| | | | DownloadRedditVideoService.
* Call jobFinished in downloadFinished in DownloadRedditVideoService.Docile-Alligator2024-07-231-21/+21
|
* Start migrating DownloadRedditVideoService to JobService.Docile-Alligator2024-07-233-283/+268
|
* Start migrating DownloadMediaService to JobService.Docile-Alligator2024-07-198-233/+334
|
* Optimize methods in EditProfileService.Docile-Alligator2024-07-193-218/+196
|
* Start migrating EditProfileService to JobService.Docile-Alligator2024-07-1910-105/+151
|
* Continue migrating SubmitPostService to JobService. Estimate network bytes.Docile-Alligator2024-07-187-24/+68
|
* Starting migrating SubmitPostService to JobService.Docile-Alligator2024-07-1812-127/+361
|
* Fix filtered out comments not collapsed when display mode in comment filter ↵Docile-Alligator2024-07-182-2/+2
| | | | is set to fully collapse comments.
* Add an entry for Display mode in CustomizeCommentFilterActivity.Docile-Alligator2024-07-185-0/+53
|
* Start implementing display mode for CommentFilter.Docile-Alligator2024-07-185-13/+58
|
* Apply embedded media type setting to EmotePlugin.Docile-Alligator2024-07-1711-100/+116
|
* Add options to control which kind of media to show in the markdown content.Docile-Alligator2024-07-1713-26/+98
|
* Different save options when saving the online theme.Docile-Alligator2024-07-173-35/+65
|
* Update online theme information after modifying the theme.Docile-Alligator2024-07-115-8/+77
|
* Separate online theme modification and upload.Docile-Alligator2024-07-113-3/+13
|
* Continue implementing online custom themes. Modifying online theme.Docile-Alligator2024-07-114-12/+60
|
* Continue implementing online custom themes. Fetch OnlineCustomThemeMetadata ↵Docile-Alligator2024-07-0912-46/+191
| | | | instead of CustomTheme.
* Continue implementing online custom themes.Docile-Alligator2024-07-084-7/+232
|
* Fix video autoplay not working in some cases by always providing a new ↵Docile-Alligator2024-07-026-138/+133
| | | | LoadControl in DefaultExoCreator.createPlayer().
* Use ViewModel instead of AndroidViewModel. Update some dependencies.Docile-Alligator2024-07-0215-55/+34
|
* Upgrade Media3 and enable decoder fallback.Docile-Alligator2024-06-253-3/+17
|
* Download gif in ViewVideoActivity when it's a gif post.Docile-Alligator2024-06-211-4/+14
|
* Use openMedia in HistoryPostRecyclerViewAdapter.Docile-Alligator2024-06-211-94/+27
|
* Use openMedia in PostRecyclerViewAdapter na d PostDetailRecyclerViewAdapter.Docile-Alligator2024-06-212-299/+144
|
* Revert user agent.Docile-Alligator2024-06-181-2/+2
|
* Try fixing retrofit2.Utils.methodError in PostPagingSource when loading ↵Docile-Alligator2024-06-181-1/+4
| | | | anonymous front page.
* Fix wrong coordinates when saving the position of ↵Docile-Alligator2024-06-182-14/+34
| | | | MovableFloatingActionButton in some Android versions.
* Support multiple displays (e.g. foldable phone) when saving the position of ↵Docile-Alligator2024-06-173-20/+63
| | | | fab in PostDetailActivity.
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1674 the ↵Docile-Alligator2024-06-171-0/+11
| | | | audio does not stop after closing a video.
* Save fab position in ViewPostDetailActivity.Docile-Alligator2024-06-143-2/+71
|
* Fix proguard rules.Docile-Alligator2024-06-051-1/+1
|
* Fix RuntimeException related to Handler in SubredditListingDataSource.Docile-Alligator2024-06-044-9/+18
|
* Version 7.2.4-beta1.Docile-Alligator2024-06-023-6/+6
|
* Temporary user agent.Docile-Alligator2024-06-021-2/+3
|
* Fix NullPointerException in ParseSubredditData.Docile-Alligator2024-06-0216-312/+312
|
* Workaround for not loading any posts (except for user submitted posts).Docile-Alligator2024-05-301-1/+1
|
* Remove unnecessary logs in ViewVideoActivity.Docile-Alligator2024-05-291-11/+0
|
* Fix user posts not loading by a stupid workaround.Docile-Alligator2024-05-292-6/+11
|
* Version 7.2.0-beta1Docile-Alligator2024-05-281-1/+1
|
* Fix string resource issue.Docile-Alligator2024-05-2419-36/+0
|
* Login using Chrome custom tab. Remove option to set setDomStorageEnabled() ↵Docile-Alligator2024-05-248-71/+104
| | | | in LoginActivity.
* Bare bone login using Chrome custom tab.Docile-Alligator2024-05-237-43/+317
|
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625Docile-Alligator2024-05-2313-92/+66
|
* Bold title in PostXXXActivity.Docile-Alligator2024-05-155-4/+5
|
* Back up and restore comment filters.Docile-Alligator2024-05-142-1/+25
|
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1636Docile-Alligator2024-05-141-0/+5
|