aboutsummaryrefslogtreecommitdiff
path: root/app (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-01Use EditText instead of SimpleSearchView in SearchActivity.Docile-Alligator11-94/+65
2022-06-01Fix app crashes when applying Material You theme after changing wallpaper. Tw...Docile-Alligator13-264/+245
2022-05-31Add a notification action to delete the media after downloading.Docile-Alligator4-2/+41
2022-05-31Share media file after downloading.Docile-Alligator2-22/+42
2022-05-30Share a link to Infinity so that you can open reddit links in this app.Docile-Alligator3-3/+33
2022-05-30Version 5.2.0-beta2. Update translation.Docile-Alligator19-327/+888
2022-05-30Version v5.2.0-beta2.Docile-Alligator1-2/+2
2022-05-20Fix missing pendingintent mutability flag.Docile-Alligator3-12/+14
2022-05-17Animate the software keyboard in ViewPrivateMessgesActivity.Docile-Alligator2-63/+113
2022-05-15Fix duplicate sent private messages.Docile-Alligator1-1/+0
2022-05-15Fix app crashes when opening a very long private message.Docile-Alligator6-8/+91
2022-05-14Fix inbox count not updating after reading a message.Docile-Alligator2-2/+10
2022-05-14Fix cannot share text to Infinity.Docile-Alligator1-3/+2
2022-05-14Tweak UI in private messages.Docile-Alligator4-9/+14
2022-05-14Render spoiler in PrivateMessagesDetailRecyclerViewAdapter.Docile-Alligator2-19/+20
2022-05-14Fix biometric authentication prompt not shown when opening the account sectio...Docile-Alligator6-21/+76
2022-05-13Copy priate messages.Docile-Alligator4-20/+69
2022-05-13Do not show nsfw gif preview in case the blurring is not working. Fix bugs re...Docile-Alligator3-89/+112
2022-04-30Fix disabling blur nsfw images not working in anonymous multireddits.Docile-Alligator1-1/+1
2022-04-30targetSdkVersion 31. Fix sort type problems in anonymous home page and multir...Docile-Alligator5-24/+20
2022-04-28Version v5.2.0-beta1.Docile-Alligator2-6/+3
2022-04-28Submitting crosspost using other accounts is available.Docile-Alligator2-5/+99
2022-04-28Submitting comment using another comment is available.Docile-Alligator3-10/+132
2022-04-25Submitting posts using another account is available in other PostXXXActivity.Docile-Alligator11-48/+515
2022-04-24Load selected account's subscriptions in SubredditSelectionActivity when subm...Docile-Alligator3-8/+38
2022-04-24Submit posts using another account is available in PostTextActivity.Docile-Alligator21-55/+517
2022-04-23Fix NullPointerException in Utils.parseInlineEmotes.Docile-Alligator1-22/+24
2022-04-23Fix a bug when setting up notification work manager in MainActivity.Docile-Alligator1-6/+4
2022-04-10Show post karma, comment karma, awarder karma and awardee karma in ViewUserDe...Docile-Alligator5-2/+186
2022-04-10Update inbox count in MainActivity after reading all messages in InboxActivity.Docile-Alligator4-9/+31
2022-04-10Click autoplaying videos to open them in fullscreen.Docile-Alligator2-5/+20
2022-04-08Bottom app bar is available in ViewMultiRedditDetailActivity.Docile-Alligator5-23/+311
2022-04-02Removed option: View Full Markdown. Handle jpeg link in LinkResolverActivity.Docile-Alligator26-74/+2
2022-04-02Use the updated access token to fetch new notifications in PullNotificationWo...Docile-Alligator1-0/+1
2022-04-02Render full markdown in CommentsListingRecyclerViewAdapter.Docile-Alligator4-50/+101
2022-04-02Render full markdown in CommentsRecyclerViewAdapter.Docile-Alligator5-31/+314
2022-04-01Do not load subreddit data in SidebarFragment. Save subreddit data to the dat...Docile-Alligator5-26/+15
2022-03-29Fix spoiler not rendering last two characters.Docile-Alligator1-4/+4
2022-03-25New option: Settings->Data Saving Mode->Reddit Video Default Resolution.Docile-Alligator6-12/+70
2022-03-25Add a FloatingActionButton in ViewMultiRedditDetailActivity.Docile-Alligator2-1/+388
2022-03-25Fix getRedditUriByPath in LinkResolverActivity.Docile-Alligator1-1/+5
2022-03-24Fix captions and urls hidden by the navigation bar in ViewRedditGalleryImageo...Docile-Alligator2-6/+4
2022-03-17Version 5.1.9.Docile-Alligator1-2/+2
2022-03-17Prevent WebView from reloading the website after orientation change in WebVie...Docile-Alligator2-3/+19
2022-03-17Check if PostFragment is detached before initializing PostViewModel.Docile-Alligator1-8/+8
2022-03-17Fix clicking the back button on the toolbar does not finish FullMarkdownActiv...Docile-Alligator1-3/+1
2022-03-17Fix unable to update anonymous multireddits.Docile-Alligator1-0/+4
2022-03-14Version 5.1.9-beta2. Optimize AppBarStateChangeListener.Docile-Alligator2-5/+11
2022-03-11Load image after the AspectRatioGifImageView's height is determined in PostRe...Docile-Alligator7-21/+78
2022-03-11Fix image loading issue.Docile-Alligator2-71/+10