aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-16Refactor menu setup.Hermes Junior1-189/+71
2020-06-16Implement option to see removed comment.Hermes Junior7-5/+160
2020-06-16Set wallpaper in an AsyncTask.Alex Ning4-81/+108
2020-06-16Resolve conflicts: Some refactors on media activities.Alex Ning16-805/+488
2020-06-15Fix branch rebase.Hermes Junior1-1/+1
2020-06-15Refactor wallpaper setting feature, extracting to it's own class.Hermes Junior4-163/+112
2020-06-15Refactor media download feature extracting to dedicated class.Hermes Junior6-190/+94
2020-06-15Refactor ViewImage and ViewGif activities. Allow zooming in gifs.Hermes Junior8-463/+200
2020-06-15Remove SidebarActivity, use sidebar page in SubredditDetailActivity.Hermes Junior5-265/+11
2020-06-15Remove SidebarActivity, use sidebar page in SubredditDetailActivity.Hermes Junior5-265/+11
2020-06-15Maybe fix java.lang.RuntimeException: Canvas: trying to draw too large ↵Alex Ning9-51/+65
bitmap. Fix many bugs.
2020-06-15Make exit animation follow slide direction on media activities.Hermes Junior4-6/+28
2020-06-15Set image as wallpaper.Alex Ning6-8/+302
2020-06-14Add a rounded background to thumbnail in compact layout. Fix subreddits and ↵Alex Ning2-10/+19
users not clickable in sidebar.
2020-06-13Add an option to move thumbnail in compact layout to the left.Alex Ning7-37/+134
2020-06-12Fix bugs related to favoriting multireddits. Add some fonts.Alex Ning7-18/+31
2020-06-11Fix force stop when long pressing the toolbar in MainActivity in anonymous mode.Alex Ning1-2/+10
2020-06-10Add more fonts.Alex Ning3-3/+15
2020-06-10Changing font is available. Fix subtitle on toolbar being cut if the font is ↵Alex Ning10-25/+125
large.
2020-06-10Prepare to add different font support.Alex Ning12-18/+114
2020-06-09Fail gracefully when there is no webview installed.Hermes Junior1-1/+10
2020-06-08Move all bottom sheet fragments to package BottomSheetFragment. Add a ↵Alex Ning36-57/+144
UrlMenuBottomSheetFragment for future use.
2020-06-08Set toolbar secondary text color. Fix flairs don't show in some posts.Alex Ning4-8/+14
2020-06-08Add a tab for multireddit list in SubscribedThingActivity. Remove ↵Alex Ning7-11/+291
Multireddit button in bottom navigation bar in ViewSubredditDetailActivity and add a go back to main page button.
2020-06-08Let MediaScannerConnection to scan the downloaded Reddit videos after ↵Alex Ning1-6/+12
downloading to make the video shows up in WhatsApp.
2020-06-07Add more notifications for downloading Reddit videos. Open the downloaded ↵Alex Ning1-236/+293
Reddit video when clicking the notification after downloading finishes. Put all work in an AsyncTask.
2020-06-06Make downloaded video visible for galleries and simplify the code.Hermes Junior1-141/+133
2020-06-06Show different notifications when downloading Reddit videos.Alex Ning1-10/+30
2020-06-06Downloading Reddit videos with sound is now available. For Android Q and ↵Alex Ning10-38/+574
above, the downloaded videos are stored in Movies/Infinity.
2020-06-05Fix some issues related to showing sort type on toolbars.Alex Ning2-7/+21
2020-06-05Copying post title, post content and comment content is now available in ↵Alex Ning5-17/+66
CommentActivity.
2020-06-05Use outline icon for multireddit. Fix black report icon in dark theme. Add a ↵Alex Ning1-1/+1
colon between sort type and sort time in toolbar.
2020-06-05Show sort type in toolbar.Alex Ning13-41/+223
2020-06-05Long press the toolbar to go to top.Alex Ning25-28/+316
2020-06-04Update acknowledgement info.Alex Ning1-3/+15
2020-06-04Fix flairs don't show in post list.Alex Ning1-0/+1
2020-06-04Add an option to disable autoplaying nsfw videos. Support imgur gifv videos.Alex Ning8-12/+84
2020-06-04Swipe up or down to finish ViewImgurMediaActivity. Using Hauler to do swipe ↵Alex Ning6-617/+39
up or down to finish ViewImageActivity, ViewGIFActivity and ViewVideoActivity. Fixed gifs downloaded as jpg.
2020-06-04Support REdgifs and Gfycat videos in post lists and links.Alex Ning8-98/+215
2020-06-04Viewing imgur albums and images is now available.Alex Ning2-2/+117
2020-06-04Remove ViewImgurGifFragment.Alex Ning3-254/+6
2020-06-03Downloading videos and images is now available.Alex Ning10-17/+370
2020-06-03Show a progress bar in ViewVideoActivity if it is a gfycat video and in ↵Alex Ning2-40/+59
ViewImgurMediaActivity.
2020-06-03Support viewing imgur albums in-app.Alex Ning55-284/+1210
2020-05-28Support viewing gfycat videos in app.Alex Ning7-69/+251
2020-05-14Fix wrong tab type default value in MainActivity.Alex Ning1-2/+2
2020-05-14Fix string value for popular.Alex Ning1-14/+14
2020-05-13Customize tabs in main page for logged-in users.Alex Ning4-75/+311
2020-05-12Disable video autoply in lazy mode.Alex Ning2-0/+21
2020-05-12Resume video position when viewing it in fullscreen.Alex Ning3-0/+10