aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-14Collapsing sections in the navigation drawer is available.Alex Ning4-17/+184
2021-03-12Handle v.redd.it videos loading failed.Alex Ning1-4/+4
2021-03-12New option: Do not blur nsfw media in nsfw subreddits.Alex Ning12-29/+90
2021-03-12Support v.redd.it videos.Alex Ning6-47/+173
2021-03-11Add a WebView for those who do not have Chrome installed.Alex Ning3-4/+186
2021-03-11Fix posts not loading in anonymous front page.Alex Ning2-1/+3
2021-03-09Anonymous subreddit subscription in SubredditListingRecyclerViewAdapter.Alex Ning4-17/+39
2021-03-09Fix crash when subscribing in anonymous mode.Alex Ning2-0/+14
2021-03-08The number of columns in card layout 2 is available.Alex Ning2-0/+9
2021-03-07Implement save sort type.Alex Ning2-34/+37
2021-03-07Add an option to toggle swipe between posts.Alex Ning2-5/+7
2021-03-07Finish adding SuicidePreventionActivity.Alex Ning2-22/+36
2021-03-06Show a suicide prevention quote when searching suicide.Alex Ning6-25/+123
2021-03-06Restore settings.Alex Ning3-44/+225
2021-03-06Backup settings.Alex Ning3-0/+271
2021-03-04Anonymous subreddit subscription is available.Alex Ning3-94/+157
2021-03-04Start adding anonymous subscriptions.Alex Ning9-145/+429
2021-03-02Fix gif posts rendered as video posts in Card Layout 2.Alex Ning1-1/+1
2021-03-02Add more options for tabs in MainActivity.Alex Ning2-0/+32
2021-03-01Fix single comment id and message id not passing to ViewPostDetailFragment.Alex Ning1-1/+4
2021-02-26New option: Show avatar on the right in the navigation drawer.Alex Ning5-1/+60
2021-02-26Minor bugs fixed.Alex Ning1-10/+10
2021-02-26Change some colors. Add a current user icon.Alex Ning3-14/+17
2021-02-26Upvote ratio and different username color for comments sent by the current ac...Alex Ning9-105/+212
2021-02-26Fix not able to add subreddits in CustomizePostFilterActivity in anonymous mode.Alex Ning1-16/+35
2021-02-26Multi-selection in user search result for CustomizePostFilterActivity.Alex Ning8-60/+155
2021-02-25Multi-selection in subreddit search result for CustomizePostFilterActivity.Alex Ning6-50/+148
2021-02-24Try to fix superscript.Alex Ning9-126/+55
2021-02-24New option: Hide the number of comments.Alex Ning5-2/+50
2021-02-24New options: Hide subreddit and user prefix and hide the number of votes.Alex Ning7-20/+133
2021-02-23New options: hide post type and hide the number of awards. Tweak settings.Alex Ning7-43/+104
2021-02-22Try to fix superscript rendering.Alex Ning1-3/+7
2021-02-22Try to fix superscript rendering.Alex Ning1-1/+59
2021-02-22Continue adding Card Layout 2.Alex Ning1-2/+7
2021-02-22Fix invisible link icon in PostTypeBottomSheetFragment.Alex Ning1-1/+1
2021-02-22Continue adding Card Layout 2.Alex Ning1-0/+2
2021-02-22Continue adding Card Layout 2.Alex Ning1-58/+357
2021-02-22Continue adding Card Layout 2.Alex Ning1-37/+145
2021-02-21Start adding Card Layout 2.Alex Ning3-12/+257
2021-02-20Long click gallery layout.Alex Ning1-135/+70
2021-02-20New option: Click to show media in gallery layout.Alex Ning2-4/+56
2021-02-19Add Gallery Layout to default post layout option. 3 columns is available in P...Alex Ning1-14/+29
2021-02-17Add Gallery Layout to default post layout option.Alex Ning1-15/+11
2021-02-17Customize the number of columns in Post Feed for every post layout.Alex Ning6-77/+150
2021-02-16Continue adding Gallery Layout.Alex Ning1-1/+45
2021-02-16Continue adding Gallery Layout.Alex Ning2-2/+8
2021-02-16Continue adding Gallery Layout.Alex Ning2-2/+20
2021-02-15Continue adding Gallery Layout.Alex Ning1-8/+90
2021-02-13Start adding Gallery Layout.Alex Ning3-65/+214
2021-02-13Fix getCurrentFragment() in ViewPostDetailActivity's ViewPager2's adapter. Fi...Alex Ning2-31/+30