aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-03Fix bugs of showing top-level comments.Alex Ning2-6/+11
2020-02-02Add a dark theme toggle in the navigation drawer.Alex Ning1-29/+63
2020-02-02Minor layout tweaks.Alex Ning1-20/+20
2020-02-02Lock the bottom app bar.Alex Ning5-9/+50
2020-02-02Fix fab jumps to top-left of the screen. Add more items in the bottom app bar...Alex Ning2-70/+119
2020-02-02Confirm to exit.Alex Ning4-1/+41
2020-02-01Showing top-level comments at first is available.Alex Ning5-20/+36
2020-02-01Show image preview for some posts which were classified as link posts before.Alex Ning3-10/+38
2020-02-01Locking fab in ViewPostDetailActivity, Swiping up to hide fab in ViewPostDeta...Alex Ning6-33/+93
2020-01-31Reorganize settings. Opening link in app is now available.Alex Ning11-347/+448
2020-01-31Fix unsubscribed subreddits and deleted multireddits still show in lists.Alex Ning9-49/+165
2020-01-30Copying comments is now available. Some UI tweaks.Alex Ning7-172/+202
2020-01-29Copy post title and content in ViewPostDetailActivity.Alex Ning5-1/+135
2020-01-11Setting default post layout is now available. Add an option to hide the divid...Alex Ning7-18/+80
2020-01-06Sharing and copying post links and media links are available.Alex Ning5-170/+330
2020-01-05Mute videos by default is now available.Alex Ning3-0/+75
2020-01-04Fix the fab in MainActivity shows in wrong places. Put all classes related to...Alex Ning25-58/+70
2019-12-31Handle sidebar links. Version 2.1.0.Alex Ning1-0/+5
2019-12-31Fetch subreddit info in ViewSidebarActivity.Alex Ning4-11/+120
2019-12-30Change text color in TableLayout in markdown. Change markdown TextView style.Alex Ning2-0/+28
2019-12-30View subreddit sidebar is now available.Alex Ning7-5/+218
2019-12-29Prevent activity from sliding right when the markdown table is swiping left b...Alex Ning3-8/+81
2019-12-28Fixed a bug when expanding comments. Expand all children of the comment when ...Alex Ning1-32/+13
2019-12-28Expand all the children in a comment instead of expanding only the next level...Alex Ning1-1/+29
2019-12-27Change Markdown text style. Reduce the sensitivity of sliding right to go bac...Alex Ning1-1/+3
2019-12-26Markdown table support.Alex Ning1-3/+25
2019-12-25Add an option to hide the bottom app bar. Change the icon color in the bottom...Alex Ning4-3/+35
2019-12-19Fixed UI in ViewMultiRedditDetailActivity. Add a share option in Settings -> ...Alex Ning4-10/+28
2019-12-19Show a play button on the image if the post is a video or an image.Alex Ning2-1/+23
2019-12-18Fix bottom app bar is under navbar in immersive mode.Alex Ning1-4/+5
2019-12-18Hide FAB and BottomAppBar in anonymous mode.Alex Ning1-12/+11
2019-12-18Add a BottomAppBar to navigate to subscriptions and multireddits.Alex Ning1-33/+24
2019-12-17Fixed FilteredThingActivity for multireddits.Alex Ning1-1/+16
2019-12-17Fix sorting and changing post layout for multireddits.Alex Ning4-21/+33
2019-12-17Swipe to refresh in SubscribedThingActivity and MultiRedditListingActivity.Alex Ning8-17/+116
2019-12-17Fixed sort type cannot be changed for multireddit.Alex Ning2-18/+21
2019-12-17Change the UI of ViewMultiRedditActivity.Alex Ning1-68/+40
2019-12-17Add menusin ViewMultiRedditDetailActivity. Minor bugs fixed.Alex Ning2-5/+129
2019-12-16Showing posts of multireddit is now available. Fix a typo.Alex Ning9-33/+515
2019-12-13Show MultiReddits list.Alex Ning18-11/+1195
2019-12-08Because we do not use a SmoothScroller we do not need to keep track of smooth...martinsandfuchs1-18/+4
2019-12-08Use volume keys to navigate postsmartinsandfuchs10-4/+122
2019-12-06Share only the link of the post instead of title + link. Version 1.6.2.Alex Ning3-10/+5
2019-12-01Downloading video without sound is now available. Minor bugs fixed.Alex Ning10-55/+125
2019-11-27Show a alert dialog when go back from CommentActivity, EditCommentActivity an...Alex Ning7-57/+141
2019-11-26Fix force stop when navigating top-level comments. Fix invisible retry loadin...Alex Ning4-65/+64
2019-11-19Version 1.6.0Alex Ning1-4/+1
2019-11-19Swipe down to refresh is available in other activities.Alex Ning6-54/+120
2019-11-19Superscript is now available.Alex Ning11-12/+52
2019-11-19Disable double touch to upvote in comments due to the link in comments cannot...Alex Ning2-66/+0