aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Bottom app bar is available in ViewMultiRedditDetailActivity.Docile-Alligator2022-04-083-21/+304
|
* Removed option: View Full Markdown. Handle jpeg link in LinkResolverActivity.Docile-Alligator2022-04-024-17/+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-023-21/+306
|
* 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-253-12/+41
|
* Add a FloatingActionButton in ViewMultiRedditDetailActivity.Docile-Alligator2022-03-251-1/+381
|
* Fix getRedditUriByPath in LinkResolverActivity.Docile-Alligator2022-03-251-1/+5
|
* Fix captions and urls hidden by the navigation bar in ↵Docile-Alligator2022-03-242-6/+4
| | | | ViewRedditGalleryImageorGifFragment.
* Prevent WebView from reloading the website after orientation change in ↵Docile-Alligator2022-03-171-2/+17
| | | | WebViewActivity.
* Check if PostFragment is detached before initializing PostViewModel.Docile-Alligator2022-03-171-8/+8
|
* Fix clicking the back button on the toolbar does not finish ↵Docile-Alligator2022-03-171-3/+1
| | | | FullMarkdownActivity.
* Fix unable to update anonymous multireddits.Docile-Alligator2022-03-171-0/+4
|
* Version 5.1.9-beta2. Optimize AppBarStateChangeListener.Docile-Alligator2022-03-141-3/+9
|
* Load image after the AspectRatioGifImageView's height is determined in ↵Docile-Alligator2022-03-112-12/+74
| | | | PostRecyclerViewAdapter to prevent blurry images.
* Fix image loading issue.Docile-Alligator2022-03-112-71/+10
|
* Fix navigation drawer issues.Docile-Alligator2022-03-114-10/+9
|
* Version 5.1.9-beta1. Fix low resolution post previews when showing them for ↵Docile-Alligator2022-03-062-8/+33
| | | | the first time in PostDetailRecyclerViewAdapter.
* New option: Settings->Miscellaneous->Post Feed Preview Max Resolution. Fix ↵Docile-Alligator2022-03-069-20/+174
| | | | low resolution post previews when showing them for the first time. Tweak themed icon.
* Fix preview issue in PostCompactBaseViewHolder in PostRecyclerViewAdapter.Docile-Alligator2022-03-051-5/+3
|
* Try fixing Parcelable implementation issues.Docile-Alligator2022-02-285-24/+28
|
* Show and open r/u_ style subreddits in comments.Docile-Alligator2022-02-281-19/+6
|
* Show and open r/u_ style subreddits in posts.Docile-Alligator2022-02-282-44/+19
|
* Fix changing default post layout not working.Docile-Alligator2022-02-281-21/+27
|