aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix changing post layout not working in HistoryActivity.Docile-Alligator2022-07-193-6/+6
|
* Movable FAB in ViewPostDetailActivity.Docile-Alligator2022-07-181-0/+121
|
* Fix cannot go back from ViewMultiRedditDetailActivity.Docile-Alligator2022-07-171-1/+1
|
* Fix scroll using volume on multireddit (#834)Patrick Demers2022-07-171-0/+8
|
* Show the number of subscribers in SubredditAutocompleteRecyclerViewAdapter.Docile-Alligator2022-07-151-0/+5
|
* Show the number of subscribers in SubredditListingRecyclerViewAdapter.Docile-Alligator2022-07-152-1/+6
|
* Add an option for History in the navigation drawer.Docile-Alligator2022-07-152-13/+22
|
* Read posts history is available.Docile-Alligator2022-07-1313-5/+5975
|
* Minor update to immersive interface.Docile-Alligator2022-06-2822-83/+21
|
* Navigation rail in ViewMultiRedditDetailActivity.Docile-Alligator2022-06-273-129/+98
|
* Navigation rail in ViewUserDetailActivity.Docile-Alligator2022-06-271-70/+101
|
* Navigation rail in ViewSubredditDetailActivity.Docile-Alligator2022-06-272-97/+104
|
* Fix java.lang.StringIndexOutOfBoundsException in ↵Docile-Alligator2022-06-271-0/+5
| | | | LinkResolverActivity.getRedditUriByPath.
* Do not mux video and audio on Android 7 and below.Docile-Alligator2022-06-271-27/+42
|
* Use Navigation Rail in MainActivity in landscape mode.Docile-Alligator2022-06-182-67/+264
|
* Fix an issue in Separate Post and Comments in Portrait Mode.Docile-Alligator2022-06-171-1/+2
|
* Fixed bug that doesnt show user being followed (#707)MChen3212022-06-171-1/+1
| | | | | | | * In anonymous mode, fixed bug in CheckIsFollowingUser.java that does not check if accountName is null or not, which prevents room from retrieving SubscribedUserData to check if the user is followed or not. Also updated Room version to 2.4.2 to be compatible with M1 macbook. * Simplified SubscribedUserData accountName null check code
* Fix app crashes when deleting media from notification.Docile-Alligator2022-06-111-1/+15
|
* Fix Settings->Video->Easier to Watch in Full Screen not working in card ↵Docile-Alligator2022-06-111-2/+1
| | | | layout 2.
* Fix post layout not saved for anonymous multireddits.Docile-Alligator2022-06-111-1/+3
|
* New option: Settings->Video->Easier to Watch in Full Screen.Docile-Alligator2022-06-116-2/+37
|
* Add a link handler in SearchActivity.Docile-Alligator2022-06-032-2/+16
|
* Request incognito keyboard in anonymous mode on Android 8+.Docile-Alligator2022-06-017-1/+53
|
* Use EditText instead of SimpleSearchView in SearchActivity.Docile-Alligator2022-06-017-56/+46
|
* Fix app crashes when applying Material You theme after changing wallpaper. ↵Docile-Alligator2022-06-0111-260/+244
| | | | Tweak the design of the fast scroller.
* Add a notification action to delete the media after downloading.Docile-Alligator2022-05-313-2/+39
|
* Share media file after downloading.Docile-Alligator2022-05-312-22/+42
|
* Share a link to Infinity so that you can open reddit links in this app.Docile-Alligator2022-05-301-0/+16
|
* Fix missing pendingintent mutability flag.Docile-Alligator2022-05-203-12/+14
|
* Animate the software keyboard in ViewPrivateMessgesActivity.Docile-Alligator2022-05-171-4/+55
|
* Fix duplicate sent private messages.Docile-Alligator2022-05-151-1/+0
|
* Fix app crashes when opening a very long private message.Docile-Alligator2022-05-156-8/+91
|
* Fix inbox count not updating after reading a message.Docile-Alligator2022-05-142-2/+10
|
* Render spoiler in PrivateMessagesDetailRecyclerViewAdapter.Docile-Alligator2022-05-142-19/+20
|
* Fix biometric authentication prompt not shown when opening the account ↵Docile-Alligator2022-05-144-19/+74
| | | | section in the navigation drawer. Require biometric authentication in AccountChooserBottomSheetFragment.
* Copy priate messages.Docile-Alligator2022-05-132-13/+43
|
* Do not show nsfw gif preview in case the blurring is not working. Fix bugs ↵Docile-Alligator2022-05-133-89/+112
| | | | related to post filter in PostFragment.
* Fix disabling blur nsfw images not working in anonymous multireddits.Docile-Alligator2022-04-301-1/+1
|
* targetSdkVersion 31. Fix sort type problems in anonymous home page and ↵Docile-Alligator2022-04-303-23/+18
| | | | multireddits.
* Version v5.2.0-beta1.Docile-Alligator2022-04-281-4/+1
|
* Submitting crosspost using other accounts is available.Docile-Alligator2022-04-281-5/+72
|
* Submitting comment using another comment is available.Docile-Alligator2022-04-282-5/+103
|
* Submitting posts using another account is available in other PostXXXActivity.Docile-Alligator2022-04-256-48/+380
|
* Load selected account's subscriptions in SubredditSelectionActivity when ↵Docile-Alligator2022-04-243-8/+38
| | | | submitting posts using another account.
* Submit posts using another account is available in PostTextActivity.Docile-Alligator2022-04-2419-55/+475
|
* Fix NullPointerException in Utils.parseInlineEmotes.Docile-Alligator2022-04-231-22/+24
|
* Fix a bug when setting up notification work manager in MainActivity.Docile-Alligator2022-04-231-6/+4
|
* Show post karma, comment karma, awarder karma and awardee karma in ↵Docile-Alligator2022-04-103-1/+75
| | | | ViewUserDetailActivity by clicking the karma info text.
* Update inbox count in MainActivity after reading all messages in InboxActivity.Docile-Alligator2022-04-104-9/+31
|
* Click autoplaying videos to open them in fullscreen.Docile-Alligator2022-04-102-5/+20
|