aboutsummaryrefslogtreecommitdiff
path: root/app (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug that doesnt show user being followed (#707)MChen3212022-06-172-2/+2
| | | | | | | * 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
* Add locale-based separators (#724)Winston Cooke2022-06-171-22/+22
|
* Rename "external browser" to "external app" to make it more clear (#795)soredake2022-06-152-5/+5
|
* 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-118-2/+43
|
* Version 5.2.0Docile-Alligator2022-06-031-2/+2
|
* Add a link handler in SearchActivity.Docile-Alligator2022-06-033-13/+44
|
* Disable auto correct when creating links.Docile-Alligator2022-06-011-2/+4
|
* Request incognito keyboard in anonymous mode on Android 8+.Docile-Alligator2022-06-018-1/+55
|
* Use EditText instead of SimpleSearchView in SearchActivity.Docile-Alligator2022-06-0111-94/+65
|
* Fix app crashes when applying Material You theme after changing wallpaper. ↵Docile-Alligator2022-06-0113-264/+245
| | | | Tweak the design of the fast scroller.
* Add a notification action to delete the media after downloading.Docile-Alligator2022-05-314-2/+41
|
* 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-303-3/+33
|
* Version 5.2.0-beta2. Update translation.Docile-Alligator2022-05-3019-327/+888
|
* Version v5.2.0-beta2.Docile-Alligator2022-05-301-2/+2
|
* Fix missing pendingintent mutability flag.Docile-Alligator2022-05-203-12/+14
|
* Animate the software keyboard in ViewPrivateMessgesActivity.Docile-Alligator2022-05-172-63/+113
|
* 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
|
* Fix cannot share text to Infinity.Docile-Alligator2022-05-141-3/+2
|
* Tweak UI in private messages.Docile-Alligator2022-05-144-9/+14
|
* Render spoiler in PrivateMessagesDetailRecyclerViewAdapter.Docile-Alligator2022-05-142-19/+20
|
* Fix biometric authentication prompt not shown when opening the account ↵Docile-Alligator2022-05-146-21/+76
| | | | section in the navigation drawer. Require biometric authentication in AccountChooserBottomSheetFragment.
* Copy priate messages.Docile-Alligator2022-05-134-20/+69
|
* 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-305-24/+20
| | | | multireddits.
* Version v5.2.0-beta1.Docile-Alligator2022-04-282-6/+3
|
* Submitting crosspost using other accounts is available.Docile-Alligator2022-04-282-5/+99
|
* Submitting comment using another comment is available.Docile-Alligator2022-04-283-10/+132
|
* Submitting posts using another account is available in other PostXXXActivity.Docile-Alligator2022-04-2511-48/+515
|
* 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-2421-55/+517
|
* 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-105-2/+186
| | | | 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
|
* Bottom app bar is available in ViewMultiRedditDetailActivity.Docile-Alligator2022-04-085-23/+311
|
* Removed option: View Full Markdown. Handle jpeg link in LinkResolverActivity.Docile-Alligator2022-04-0226-74/+2
|
* Use the updated access token to fetch new notifications in ↵Docile-Alligator2022-04-021-0/+1
| | | | PullNotificationWorker. This may fix notification issues.
* Render full markdown in CommentsListingRecyclerViewAdapter.Docile-Alligator2022-04-024-50/+101
|
* Render full markdown in CommentsRecyclerViewAdapter.Docile-Alligator2022-04-025-31/+314
|
* Do not load subreddit data in SidebarFragment. Save subreddit data to the ↵Docile-Alligator2022-04-015-26/+15
| | | | database in ViewSubredditDetailActivity.
* Fix spoiler not rendering last two characters.Docile-Alligator2022-03-291-4/+4
|
* New option: Settings->Data Saving Mode->Reddit Video Default Resolution.Docile-Alligator2022-03-256-12/+70
|