aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/adapters (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove NSFW toggle in the navigation drawer to comply with the stupid Google ...Docile-Alligator2024-10-302-39/+2
* Long click menu for compact layout if long click to hide toolbar is disabled....Docile-Alligator2024-10-292-1/+43
* Reduce ItemTouchHelper sensitivity in ViewPostDetailFragment by using Adjusta...Docile-Alligator2024-10-291-5/+3
* Refine horizontal gestures on gallery posts.Docile-Alligator2024-10-282-84/+59
* Refine markdown table scrolling. Refine horizontal gestures.Docile-Alligator2024-10-284-47/+85
* Finish adding PostFragmentBase as the base class for PostFragment and History...Docile-Alligator2024-10-172-6411/+33
* Start adding PostFragmentBase as the base class for PostFragment and HistoryP...Docile-Alligator2024-10-163-3/+5
* Fix PostCompactBaseViewHolder implementation in PostRecyclerViewAdapter.Docile-Alligator2024-10-151-28/+25
* Long click the preview image to open PostOptionsBottomSheetFragment.Docile-Alligator2024-09-284-8/+34
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-271-1118/+439
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-271-125/+77
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-271-642/+375
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-271-78/+28
* Continue optimizing class structures in PostRecyclerViewAdapter. PostCard2Tex...Docile-Alligator2024-09-271-41/+72
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-271-118/+1
* Continue optimizing class structures in PostRecyclerViewAdapter. PostCard2Wit...Docile-Alligator2024-09-271-121/+145
* Continue optimizing class structures in PostRecyclerViewAdapter. Use VideoAut...Docile-Alligator2024-09-261-481/+126
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-261-114/+452
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-261-356/+75
* Start optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-261-561/+244
* Remove PostCard2BaseVideoAutoplayViewHolder and use PostBaseVideoAutoplayView...Docile-Alligator2024-09-261-400/+8
* Fix theming issues in CustomThemeListingRecyclerViewAdapter.Docile-Alligator2024-09-251-0/+7
* Show updated Giphy gif in the edit comments.Docile-Alligator2024-09-192-10/+33
* Reverse the order of items in MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator2024-09-191-12/+12
* Sending comments with a Giphy gif is available.Docile-Alligator2024-09-191-2/+17
* Add an option to download all media in a gallery in ViewRedditGalleryActivity.Docile-Alligator2024-09-183-9/+3
* Download the gallery image that's been swiped to in PostOptionsBottomSheetFra...Docile-Alligator2024-09-171-1/+7
* Use VideoLinkFetcher to load the video link in posts.Docile-Alligator2024-09-173-42/+59
* Rearrange files and packages.Docile-Alligator2024-09-1514-30/+30
* Enabling or disabling reply notifications in CommentMoreBottomSheetFragment.Docile-Alligator2024-09-132-0/+17
* Start implementing PostOptionsBottomSheetFragment. Rename some drawables.Docile-Alligator2024-09-119-136/+148
* Save multireddit path and display name in RecentSearchQuery. App data should ...Docile-Alligator2024-08-221-11/+19
* Continue adding support for searching in multireddit. App data should be clea...Docile-Alligator2024-08-211-1/+2
* Start adding searching in multireddit feature. Start showing subscribed users...Docile-Alligator2024-08-211-9/+10
* Fix showing the search query as the username or subreddit in SearchActivity.Docile-Alligator2024-08-191-2/+2
* Fix wrong drop down icon shown after closing the navigation drawer.Docile-Alligator2024-08-182-26/+22
* Fix build issue and use Utils' hideKeyboard() and showKeyboard() in SearchAct...Docile-Alligator2024-08-171-1/+0
* Snackbar for recent search deletions (#1627)Abhishek2024-08-171-1/+2
* Show 'All subreddits' in recent searches in SearchActivity if applicable.Docile-Alligator2024-08-151-5/+20
* Show 'Search in' in recent searches in SearchActivity.Docile-Alligator2024-08-151-1/+9
* Save 'Search in' in RecentSearchQuery.Docile-Alligator2024-08-151-2/+2
* Redesign recent search queries UI.Docile-Alligator2024-08-141-10/+23
* Logging out by long clicking an account. Rename SwitchAccount to AccountManag...Docile-Alligator2024-08-112-2/+9
* Start implementing display mode for CommentFilter.Docile-Alligator2024-07-181-2/+4
* Apply embedded media type setting to EmotePlugin.Docile-Alligator2024-07-174-54/+61
* Add options to control which kind of media to show in the markdown content.Docile-Alligator2024-07-174-17/+21
* Update online theme information after modifying the theme.Docile-Alligator2024-07-111-0/+16
* Continue implementing online custom themes. Modifying online theme.Docile-Alligator2024-07-111-5/+5
* Continue implementing online custom themes. Fetch OnlineCustomThemeMetadata i...Docile-Alligator2024-07-091-14/+15
* Continue implementing online custom themes.Docile-Alligator2024-07-081-0/+2