aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-10Add more fonts.Alex Ning21-0/+139
2020-06-10Changing font is available. Fix subtitle on toolbar being cut if the font is ↵Alex Ning44-94/+167
large.
2020-06-10Prepare to add different font support.Alex Ning110-161/+621
2020-06-08Move all bottom sheet fragments to package BottomSheetFragment. Add a ↵Alex Ning8-4/+92
UrlMenuBottomSheetFragment for future use.
2020-06-08Add a tab for multireddit list in SubscribedThingActivity. Remove ↵Alex Ning4-4/+69
Multireddit button in bottom navigation bar in ViewSubredditDetailActivity and add a go back to main page button.
2020-06-07Add more notifications for downloading Reddit videos. Open the downloaded ↵Alex Ning1-5/+13
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-0/+1
2020-06-06Show different notifications when downloading Reddit videos.Alex Ning1-1/+4
2020-06-06Downloading Reddit videos with sound is now available. For Android Q and ↵Alex Ning1-2/+2
above, the downloaded videos are stored in Movies/Infinity.
2020-06-05Use outline icon for multireddit. Fix black report icon in dark theme. Add a ↵Alex Ning5-5/+20
colon between sort type and sort time in toolbar.
2020-06-04Add an option to disable autoplaying nsfw videos. Support imgur gifv videos.Alex Ning3-6/+23
2020-06-04Swipe up or down to finish ViewImgurMediaActivity. Using Hauler to do swipe ↵Alex Ning5-99/+160
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 Ning1-0/+1
2020-06-04Remove ViewImgurGifFragment.Alex Ning2-38/+2
2020-06-03Show a progress bar in ViewVideoActivity if it is a gfycat video and in ↵Alex Ning2-0/+25
ViewImgurMediaActivity.
2020-06-03Support viewing imgur albums in-app.Alex Ning10-10/+165
2020-05-28Support viewing gfycat videos in app.Alex Ning2-0/+6
2020-05-14Fix string value for popular.Alex Ning1-1/+1
2020-05-13Version 3.1.0.Alex Ning1-3/+3
2020-05-13Customize tabs in main page for logged-in users.Alex Ning4-1/+114
2020-05-11Add swap tap and long click option.Hermes Junior2-0/+6
2020-05-07Video autoplay in ViewPostDetailActivity. Optimize ↵Alex Ning15-559/+1697
CommentAndPostRecyclerViewAdapter.
2020-05-05Reporting comments is now available.Alex Ning3-0/+35
2020-05-05Reporting posts is now available.Alex Ning2-5/+6
2020-05-03Prepare to add report feature.Alex Ning7-1/+106
2020-05-03Show cakeday of users and subreddits, user description and post and comment ↵Alex Ning3-18/+74
karma.
2020-05-02Sharing user and subreddit is now available.Alex Ning2-0/+12
2020-05-02Fix the color of award cannot be changed. Prepare to show user comment ↵Alex Ning1-1/+3
karma, description, cakeday and subreddit creation day.
2020-05-01Beautify player control view for video autoplay.Alex Ning5-57/+87
2020-05-01Muting and unmuting audio when autoplaying are available.Alex Ning1-1/+3
2020-04-30Add an option for video autoplay. Rewrite some viewholders in ↵Alex Ning7-51/+77
PostRecyclerViewAdapter.
2020-04-30Move onClickListeners to ViewHolders in PostRecyclerViewAdapter. Pause video ↵Alex Ning4-3/+6
after fragment pause.
2020-04-29Buggy video and Gif autoplay.Alex Ning9-1/+1908
2020-04-19Show 1 Award instead of 1 Awards. Version 3.0.3.Alex Ning1-0/+1
2020-04-19Add an option to ignore navigation bar height.Alex Ning2-0/+9
2020-04-18Add awards background and text color to custom theme. Show only the number ↵Alex Ning3-7/+15
of awards on Post Compact Layout.
2020-04-18Show the number of awards in PostRecyclerView instead.Alex Ning3-15/+16
2020-04-18Remove unused attributes. Fix loading images using GlideImageGetter after ↵Alex Ning55-391/+36
the activity is destroyed.
2020-04-17Fix white theme issues. Remove CollapsingToolbarLayout in some activities.Alex Ning6-158/+104
2020-04-17Minor bugs fixed.Alex Ning1-1/+1
2020-04-16Show author flair for posts.Alex Ning1-1/+18
2020-04-16Show awards for comments.Alex Ning1-0/+9
2020-04-16Show author flair (not richtext) for comments.Alex Ning1-10/+0
2020-04-16Show all post awards.Alex Ning3-20/+18
2020-04-06Fix app crashes when selecting font size to small. Version 3.0.1.Alex Ning1-1/+1
2020-04-05Fix font size issues.Alex Ning5-6/+12
2020-04-05Long press a multireddit in the list to show some options. Fix some UI issues.Alex Ning4-2/+58
2020-04-05Add Calm Pastel theme. Fix an fab icon color issue.Alex Ning1-0/+1
2020-04-04Add a Dracula theme.Alex Ning1-0/+1
2020-04-04Fix some issues in themeing. Add red themes.Alex Ning3-1/+5