aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix theming issues in PostPollActivity.Docile-Alligator2024-09-261-0/+1
* Fix theming issues in CustomThemeListingRecyclerViewAdapter.Docile-Alligator2024-09-251-0/+7
* Show GiphyGifInfoBottomSheetFragment before the Giphy gif selector.Docile-Alligator2024-09-252-1/+45
* Show updated Giphy gif in the edit comments.Docile-Alligator2024-09-199-48/+135
* Editing comments with Giphy gif is available.Docile-Alligator2024-09-197-16/+133
* Reverse the order of items in MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator2024-09-1911-21/+26
* Sending comments with a Giphy gif is available.Docile-Alligator2024-09-1911-46/+236
* Add an option to download all media in an imgur album in ViewImgurMediaActivity.Docile-Alligator2024-09-184-18/+103
* Use the better constructJobInfo() in DownloadMediaService when downloading me...Docile-Alligator2024-09-182-16/+4
* Add an option to download all media in a gallery in ViewRedditGalleryActivity.Docile-Alligator2024-09-185-16/+29
* Fix notification content when downloading all media in a gallery.Docile-Alligator2024-09-181-73/+127
* Add an option to download the entire gallery in PostOptionsBottomSheetFragment.Docile-Alligator2024-09-172-173/+281
* Download the gallery image that's been swiped to in PostOptionsBottomSheetFra...Docile-Alligator2024-09-172-1/+16
* Show a toast when downloading media in PostOptionsBottomSheetFragment.Docile-Alligator2024-09-171-0/+2
* Add an option to download media in PostOptionsBottomSheetFragment.Docile-Alligator2024-09-179-43/+265
* Use VideoLinkFetcher to load the video link in posts.Docile-Alligator2024-09-1716-276/+421
* Rearrange files and packages.Docile-Alligator2024-09-15163-289/+262
* Enabling or disabling reply notifications in CommentMoreBottomSheetFragment.Docile-Alligator2024-09-1312-3/+165
* Continue implementing PostOptionsBottomSheetFragment.Docile-Alligator2024-09-111-0/+104
* Start implementing PostOptionsBottomSheetFragment. Rename some drawables.Docile-Alligator2024-09-1134-329/+404
* New UI design in CreateMultiRedditActivity.Docile-Alligator2024-09-101-17/+36
* New UI design in ViewUserDetailActivity.Docile-Alligator2024-09-101-1/+1
* Enable swipe action for card layout 3.Docile-Alligator2024-09-102-2/+4
* New UI design in ViewSubredditDetailActivity.Docile-Alligator2024-09-101-1/+1
* Remove MultiredditSelectionActivity.Docile-Alligator2024-09-092-210/+0
* Use SubscribedThingListingActivity to select a multireddit.Docile-Alligator2024-09-096-74/+114
* Reset FAB position option in ViewPostDetailActivity.Docile-Alligator2024-09-082-5/+37
* Refine ViewPrivateMessagesActivity UI.Docile-Alligator2024-09-081-5/+4
* Continue adding contentDescription for image views.Docile-Alligator2024-09-087-14/+225
* Continue adding contentDescription for image views.Docile-Alligator2024-09-051-0/+13
* Show a divider in SearchActivity.Docile-Alligator2024-09-041-2/+6
* Fix app crashes when loading multireddit posts. Rename some variables in Mult...Docile-Alligator2024-09-043-13/+9
* Show correct title in SubscribedThingListingActivity. Remove SubredditSelecti...Docile-Alligator2024-09-043-288/+8
* Use SubscribedThingListingActivity to select subreddits.Docile-Alligator2024-09-0410-21/+87
* Preparing to use SubscribedThingListingActivity to select subreddits or users.Docile-Alligator2024-09-041-26/+106
* Fix profile image not showing in SubscribedThingListingActivity.Docile-Alligator2024-09-041-0/+2
* Fix submitting posts and downloading media not working on Android >= 14 with ...Docile-Alligator2024-08-254-10/+4
* Fix notification not dismissed after submitting a post on Android < 14.Docile-Alligator2024-08-251-32/+46
* Use keys in SelectThingReturnKey to pass return intent data for users and mul...Docile-Alligator2024-08-224-19/+13
* Use keys in SelectThingReturnKey to pass return intent data.Docile-Alligator2024-08-2210-48/+40
* Fix "You're trying to build a job with no constraints, this is not allowed." ...Docile-Alligator2024-08-224-0/+4
* Save multireddit path and display name in RecentSearchQuery. App data should ...Docile-Alligator2024-08-228-20/+79
* Set "Search In" after opening SearchActivity from ViewMultiRedditDetailActivity.Docile-Alligator2024-08-221-1/+13
* Searching posts inside a multireddit is available.Docile-Alligator2024-08-225-30/+163
* Pass multireddit data back to SearchActivity after selecting a multireddit in...Docile-Alligator2024-08-212-30/+20
* Continue adding searching in multireddit feature.Docile-Alligator2024-08-212-31/+42
* Select multireddit in SearchActivity.Docile-Alligator2024-08-211-8/+17
* Update database migration.Docile-Alligator2024-08-211-1/+1
* Continue adding support for searching in multireddit. App data should be clea...Docile-Alligator2024-08-2122-78/+107
* Pass data back to the original SearchActivity after selecting a subreddit or ...Docile-Alligator2024-08-211-5/+11