aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a notification action to delete the media after downloading.2022-05-314-2/+41
|
* Share media file after downloading.2022-05-312-22/+42
|
* Share a link to Infinity so that you can open reddit links in this app.2022-05-303-3/+33
|
* Version 5.2.0-beta2. Update translation.2022-05-3019-327/+888
|
* Version v5.2.0-beta2.2022-05-301-2/+2
|
* Fix missing pendingintent mutability flag.2022-05-203-12/+14
|
* Animate the software keyboard in ViewPrivateMessgesActivity.2022-05-172-63/+113
|
* Fix duplicate sent private messages.2022-05-151-1/+0
|
* Fix app crashes when opening a very long private message.2022-05-156-8/+91
|
* Fix inbox count not updating after reading a message.2022-05-142-2/+10
|
* Fix cannot share text to Infinity.2022-05-141-3/+2
|
* Tweak UI in private messages.2022-05-144-9/+14
|
* Render spoiler in PrivateMessagesDetailRecyclerViewAdapter.2022-05-142-19/+20
|
* Fix biometric authentication prompt not shown when opening the account ↵2022-05-146-21/+76
| | | | section in the navigation drawer. Require biometric authentication in AccountChooserBottomSheetFragment.
* Copy priate messages.2022-05-134-20/+69
|
* Do not show nsfw gif preview in case the blurring is not working. Fix bugs ↵2022-05-133-89/+112
| | | | related to post filter in PostFragment.
* Fix disabling blur nsfw images not working in anonymous multireddits.2022-04-301-1/+1
|
* targetSdkVersion 31. Fix sort type problems in anonymous home page and ↵2022-04-305-24/+20
| | | | multireddits.
* Version v5.2.0-beta1.2022-04-282-6/+3
|
* Submitting crosspost using other accounts is available.2022-04-282-5/+99
|
* Submitting comment using another comment is available.2022-04-283-10/+132
|
* Submitting posts using another account is available in other PostXXXActivity.2022-04-2511-48/+515
|
* Load selected account's subscriptions in SubredditSelectionActivity when ↵2022-04-243-8/+38
| | | | submitting posts using another account.
* Submit posts using another account is available in PostTextActivity.2022-04-2421-55/+517
|
* Fix NullPointerException in Utils.parseInlineEmotes.2022-04-231-22/+24
|
* Fix a bug when setting up notification work manager in MainActivity.2022-04-231-6/+4
|
* Show post karma, comment karma, awarder karma and awardee karma in ↵2022-04-105-2/+186
| | | | ViewUserDetailActivity by clicking the karma info text.
* Update inbox count in MainActivity after reading all messages in InboxActivity.2022-04-104-9/+31
|
* Click autoplaying videos to open them in fullscreen.2022-04-102-5/+20
|
* Bottom app bar is available in ViewMultiRedditDetailActivity.2022-04-085-23/+311
|
* Removed option: View Full Markdown. Handle jpeg link in LinkResolverActivity.2022-04-0226-74/+2
|
* Use the updated access token to fetch new notifications in ↵2022-04-021-0/+1
| | | | PullNotificationWorker. This may fix notification issues.
* Render full markdown in CommentsListingRecyclerViewAdapter.2022-04-024-50/+101
|
* Render full markdown in CommentsRecyclerViewAdapter.2022-04-025-31/+314
|
* Do not load subreddit data in SidebarFragment. Save subreddit data to the ↵2022-04-015-26/+15
| | | | database in ViewSubredditDetailActivity.
* Fix spoiler not rendering last two characters.2022-03-291-4/+4
|
* New option: Settings->Data Saving Mode->Reddit Video Default Resolution.2022-03-256-12/+70
|
* Add a FloatingActionButton in ViewMultiRedditDetailActivity.2022-03-252-1/+388
|
* Fix getRedditUriByPath in LinkResolverActivity.2022-03-251-1/+5
|
* Fix captions and urls hidden by the navigation bar in ↵2022-03-242-6/+4
| | | | ViewRedditGalleryImageorGifFragment.
* Version 5.1.9.2022-03-171-2/+2
|
* Prevent WebView from reloading the website after orientation change in ↵2022-03-172-3/+19
| | | | WebViewActivity.
* Check if PostFragment is detached before initializing PostViewModel.2022-03-171-8/+8
|
* Fix clicking the back button on the toolbar does not finish ↵2022-03-171-3/+1
| | | | FullMarkdownActivity.
* Fix unable to update anonymous multireddits.2022-03-171-0/+4
|
* Version 5.1.9-beta2. Optimize AppBarStateChangeListener.2022-03-142-5/+11
|
* Load image after the AspectRatioGifImageView's height is determined in ↵2022-03-117-21/+78
| | | | PostRecyclerViewAdapter to prevent blurry images.
* Fix image loading issue.2022-03-112-71/+10
|
* Fix navigation drawer issues.2022-03-114-10/+9
|
* Version 5.1.9-beta1. Fix low resolution post previews when showing them for ↵2022-03-063-10/+35
| | | | the first time in PostDetailRecyclerViewAdapter.