aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/bottomsheetfragments (follow)
Commit message (Expand)AuthorAgeFilesLines
* Show GiphyGifInfoBottomSheetFragment before the Giphy gif selector.Docile-Alligator2024-09-251-0/+42
* Add an option to download all media in an imgur album in ViewImgurMediaActivity.Docile-Alligator2024-09-181-1/+1
* Add an option to download the entire gallery in PostOptionsBottomSheetFragment.Docile-Alligator2024-09-171-0/+10
* Download the gallery image that's been swiped to in PostOptionsBottomSheetFra...Docile-Alligator2024-09-171-0/+9
* 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-171-2/+39
* Rearrange files and packages.Docile-Alligator2024-09-159-16/+16
* Enabling or disabling reply notifications in CommentMoreBottomSheetFragment.Docile-Alligator2024-09-131-0/+13
* Continue implementing PostOptionsBottomSheetFragment.Docile-Alligator2024-09-111-0/+104
* Start implementing PostOptionsBottomSheetFragment. Rename some drawables.Docile-Alligator2024-09-119-38/+101
* Fix cursor color in TextInputLayout.Docile-Alligator2024-08-191-3/+3
* Update online theme information after modifying the theme.Docile-Alligator2024-07-111-6/+4
* Continue implementing online custom themes. Fetch OnlineCustomThemeMetadata i...Docile-Alligator2024-07-091-6/+11
* Continue implementing online custom themes.Docile-Alligator2024-07-081-0/+6
* Migrate to ViewBinding in all bottom sheet fragments.Docile-Alligator2024-05-0722-540/+274
* Fix UploadedImagesBottomSheetFragment not scrolling.Docile-Alligator2024-03-301-0/+2
* Migrate to ViewBinding in some activities.Docile-Alligator2024-03-171-16/+7
* Edit comments with embedded images.Docile-Alligator2024-03-121-0/+7
* Move accessToken and accountName to BaseActivity.Docile-Alligator2024-01-282-9/+2
* Remove see removed posts and comments.Docile-Alligator2024-01-121-14/+0
* Continue changing anonymous mode.Docile-Alligator2024-01-081-3/+0
* Use !accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accessToken != ...Docile-Alligator2024-01-011-1/+4
* Start deleting awards related components.Docile-Alligator2023-11-041-14/+0
* New option in CommentMoreBottomSheetFragment: Add to comment filter.Docile-Alligator2023-11-042-52/+38
* Remove USER_TYPE in CommentFilterUsage. Add exclude users in comment filter.Docile-Alligator2023-10-211-5/+0
* Continue adding comment filter.Docile-Alligator2023-10-192-0/+110
* Continue adding comment filter.Docile-Alligator2023-10-172-18/+70
* Version 6.3.0-beta1. Rename RedditAPIInfoBottomSheetFragment to ImportantInfo...Docile-Alligator2023-09-251-4/+4
* Update strings.Docile-Alligator2023-09-191-8/+2
* Continue adding Card Layout 3. Settings entry for Card Layout 3.Docile-Alligator2023-09-141-21/+14
* Fix RedditAPIInfoBottomSheetFragment not scrollable.Docile-Alligator2023-06-221-0/+2
* Showing info related to the Reddit API changesDocile-Alligator2023-06-201-0/+71
* Support long press for posts and comments to copy the post or comment link. (...cmp2023-03-112-12/+7
* New option in fab: go to top.Docile-Alligator2022-12-261-42/+23
* Sort type converters - part 2 (#1244)Sergei Kozelko2022-11-271-11/+11
* hide keyboard when choosing account from bottom sheet (#1231)Patrick Demers2022-11-181-0/+3
* Rename confidence sort to best (#1177)Sergei Kozelko2022-11-031-10/+1
* Disable Copied toast on android 13+ (#1139)o13e2022-10-153-3/+9
* Refactor and de-duplicate markdown code (#1086)Sergei Kozelko2022-10-081-0/+10
* Fix reply markdown (#1098)Sergei Kozelko2022-09-211-2/+2
* refactor: Extract CopyTextBottomSheetFragment display logic (#969)Sergei Kozelko2022-09-092-6/+17
* Show an indicator for the current sort type.Docile-Alligator2022-08-215-2/+101
* Show an indicator for the current sort type in SortTypeBottomSheetFragment.Docile-Alligator2022-08-211-1/+28
* Show urls in ShareLinkBottomSheetFragment.Docile-Alligator2022-08-151-2/+11
* Fix biometric authentication prompt not shown when opening the account sectio...Docile-Alligator2022-05-141-5/+54
* Submit posts using another account is available in PostTextActivity.Docile-Alligator2022-04-242-2/+80
* Show post karma, comment karma, awarder karma and awardee karma in ViewUserDe...Docile-Alligator2022-04-101-0/+63
* Removed option: View Full Markdown. Handle jpeg link in LinkResolverActivity.Docile-Alligator2022-04-021-13/+0
* Submitting poll posts is available.Docile-Alligator2022-02-211-0/+8
* Minor bugs fixed.Docile-Alligator2022-02-191-5/+15