aboutsummaryrefslogtreecommitdiff
path: root/app/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-19Fix changing post layout not working in HistoryActivity.Docile-Alligator3-6/+6
2022-07-18Movable FAB in ViewPostDetailActivity.Docile-Alligator2-1/+122
2022-07-17Fix cannot go back from ViewMultiRedditDetailActivity.Docile-Alligator1-1/+1
2022-07-17Fix scroll using volume on multireddit (#834)Patrick Demers1-0/+8
2022-07-15Show the number of subscribers in SubredditAutocompleteRecyclerViewAdapter.Docile-Alligator1-0/+5
2022-07-15Show the number of subscribers in SubredditListingRecyclerViewAdapter.Docile-Alligator3-17/+40
2022-07-15Add an option for History in the navigation drawer.Docile-Alligator3-13/+23
2022-07-13Read posts history is available.Docile-Alligator18-15/+6105
2022-06-28Minor update to immersive interface.Docile-Alligator22-83/+21
2022-06-27Navigation rail in ViewMultiRedditDetailActivity.Docile-Alligator5-129/+238
2022-06-27Navigation rail in ViewUserDetailActivity.Docile-Alligator4-71/+445
2022-06-27Navigation rail in ViewSubredditDetailActivity.Docile-Alligator4-97/+514
2022-06-27Fix java.lang.StringIndexOutOfBoundsException in LinkResolverActivity.getRedd...Docile-Alligator1-0/+5
2022-06-27Do not mux video and audio on Android 7 and below.Docile-Alligator1-27/+42
2022-06-18Use Navigation Rail in MainActivity in landscape mode.Docile-Alligator7-67/+439
2022-06-17Fix an issue in Separate Post and Comments in Portrait Mode.Docile-Alligator1-1/+2
2022-06-17Fix and improvements (#741)Antonin Curtit2-92/+92
2022-06-17Fixed bug that doesnt show user being followed (#707)MChen3211-1/+1
2022-06-17Add locale-based separators (#724)Winston Cooke1-22/+22
2022-06-15Rename "external browser" to "external app" to make it more clear (#795)soredake2-5/+5
2022-06-11Fix app crashes when deleting media from notification.Docile-Alligator1-1/+15
2022-06-11Fix Settings->Video->Easier to Watch in Full Screen not working in card layou...Docile-Alligator1-2/+1
2022-06-11Fix post layout not saved for anonymous multireddits.Docile-Alligator1-1/+3
2022-06-11New option: Settings->Video->Easier to Watch in Full Screen.Docile-Alligator8-2/+43
2022-06-03Add a link handler in SearchActivity.Docile-Alligator3-13/+44
2022-06-01Disable auto correct when creating links.Docile-Alligator1-2/+4
2022-06-01Request incognito keyboard in anonymous mode on Android 8+.Docile-Alligator8-1/+55
2022-06-01Use EditText instead of SimpleSearchView in SearchActivity.Docile-Alligator10-91/+65
2022-06-01Fix app crashes when applying Material You theme after changing wallpaper. Tw...Docile-Alligator12-263/+244
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-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-Alligator4-23/+19
2022-04-28Version v5.2.0-beta1.Docile-Alligator1-4/+1
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