aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Snackbar for recent search deletions (#1627)Abhishek2024-08-171-1/+3
| | | | | | | | | * snackbar will be shown for recent search deletions * the view from SearchActivityRecyclerViewAdapter causes crash in android 6 sometimes, so using appBarLayout instead. --------- Co-authored-by: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
* Optimize subreddit auto complete.Docile-Alligator2024-08-171-1/+5
|
* Show 'All subreddits' in recent searches in SearchActivity if applicable.Docile-Alligator2024-08-151-2/+1
|
* Redesign recent search queries UI.Docile-Alligator2024-08-142-29/+41
|
* Optimize methods in EditProfileService.Docile-Alligator2024-07-191-1/+1
|
* Start migrating EditProfileService to JobService.Docile-Alligator2024-07-191-3/+3
|
* Starting migrating SubmitPostService to JobService.Docile-Alligator2024-07-181-0/+1
|
* Add an entry for Display mode in CustomizeCommentFilterActivity.Docile-Alligator2024-07-183-0/+34
|
* Apply embedded media type setting to EmotePlugin.Docile-Alligator2024-07-172-6/+6
|
* Add options to control which kind of media to show in the markdown content.Docile-Alligator2024-07-174-0/+47
|
* Different save options when saving the online theme.Docile-Alligator2024-07-172-4/+13
|
* Continue implementing online custom themes. Modifying online theme.Docile-Alligator2024-07-111-0/+5
|
* Continue implementing online custom themes. Fetch OnlineCustomThemeMetadata ↵Docile-Alligator2024-07-092-0/+8
| | | | instead of CustomTheme.
* Fix string resource issue.Docile-Alligator2024-05-2419-36/+0
|
* Login using Chrome custom tab. Remove option to set setDomStorageEnabled() ↵Docile-Alligator2024-05-245-17/+43
| | | | in LoginActivity.
* Bare bone login using Chrome custom tab.Docile-Alligator2024-05-231-0/+10
|
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625Docile-Alligator2024-05-231-2/+2
|
* Bold title in PostXXXActivity.Docile-Alligator2024-05-155-4/+5
|
* Fix mute and resolution buttons not shown and not able to swipe vertically ↵Docile-Alligator2024-05-141-1/+1
| | | | to finish in ViewVideoActivity.
* Migrate to AndroidX Media3.Docile-Alligator2024-05-1317-35/+37
|
* Fix app crashes when going into ViewVideoActivity, ViewImgurVideoFragment ↵Docile-Alligator2024-05-121-3/+3
| | | | and ViewRedditGalleryVideoFragment.
* Fix play button not shown in ViewVideoActivity when pinch to zoom video is ↵Docile-Alligator2024-05-092-5/+4
| | | | enabled.
* Fix controller animation issues in StyledPlayerView in ExoPlayer.Docile-Alligator2024-05-0913-16/+40
|
* Fix controller issues in StyledPlayerView in ExoPlayer.Docile-Alligator2024-05-093-56/+17
|
* Migrate from PlayerView to StyledPlayerView in ExoPlayer.Docile-Alligator2024-05-0812-12/+12
|
* Remove Butter Knife. Optimize imports.Docile-Alligator2024-05-0718-27/+11
|
* Migrate to ViewBinding in all components.Docile-Alligator2024-05-072-2/+0
|
* Migrate to ViewBinding in some adapters.Docile-Alligator2024-05-072-2/+0
|
* Fix Dutch translation.Docile-Alligator2024-05-071-1/+1
|
* Migrate to ViewBinding in some fragments.Docile-Alligator2024-04-305-6/+0
|
* Migrate to ViewBinding in some fragments.Docile-Alligator2024-04-301-1/+0
|
* Migrate to ViewBinding in some activities. Remove TrendingActivity.Docile-Alligator2024-04-2940-149/+0
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-298-8/+0
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-282-2/+0
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-282-3/+1
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-285-5/+0
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-281-0/+1
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-285-5/+1
|
* Minor bugs fixed.Docile-Alligator2024-04-271-1/+2
|
* Start adding support for online themes.Docile-Alligator2024-04-224-5/+36
|
* Fix UploadedImagesBottomSheetFragment not scrolling.Docile-Alligator2024-03-301-48/+55
|
* Version 7.1.0-beta1. Submit gallery posts with text content (without ↵Docile-Alligator2024-03-196-176/+203
| | | | embedded images).
* Showing content preview in PostPollActivity is available.Docile-Alligator2024-03-192-6/+17
|
* Click the corresponding layout group to open subreddit listing in ↵Docile-Alligator2024-03-175-0/+5
| | | | PostXXXActivity.
* Add superscript to MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator2024-03-174-4/+29
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-03-171-1/+1
|
* Submit video posts with text content (without embedded images).Docile-Alligator2024-03-151-207/+234
|
* Submit image posts with text content (without embedded images).Docile-Alligator2024-03-142-209/+236
|
* Submit link posts with text content (without embedded images).Docile-Alligator2024-03-141-192/+220
|
* Submit poll posts with text content (of course with embedded images).Docile-Alligator2024-03-132-289/+318
|