aboutsummaryrefslogtreecommitdiff
path: root/app/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-06Sharing and copying post links and media links are available.16-252/+528
2020-01-05Mute videos by default is now available.10-3/+126
2020-01-04Fix the fab in MainActivity shows in wrong places. Put all classes related ↵25-58/+70
to Post to Package Post.
2019-12-31Handle sidebar links. Version 2.1.0.1-0/+5
2019-12-31Fetch subreddit info in ViewSidebarActivity.7-16/+143
2019-12-30Change text color in TableLayout in markdown. Change markdown TextView style.6-5/+33
2019-12-30View subreddit sidebar is now available.12-12/+277
2019-12-29Prevent activity from sliding right when the markdown table is swiping left ↵3-8/+81
by user by using a custom LinearLayoutManager instead of setting the sensitivity of the Slidr library.
2019-12-28Fixed a bug when expanding comments. Expand all children of the comment when ↵1-32/+13
a new reply is sent.
2019-12-28Expand all the children in a comment instead of expanding only the next ↵1-1/+29
level of comments.
2019-12-27Change Markdown text style. Reduce the sensitivity of sliding right to go ↵3-11/+7
back from ViewPostDetailActivity to prevent go back when sliding tables.
2019-12-26Markdown table support.5-10/+71
2019-12-25Add an option to hide the bottom app bar. Change the icon color in the ↵15-21/+77
bottom app bar.
2019-12-19Fixed UI in ViewMultiRedditDetailActivity. Add a share option in Settings -> ↵8-13/+40
About to let you easily share this app to other people. Version 2.0.0.
2019-12-19Hide progress bar in post compact layout when the post is a video.1-12/+7
2019-12-19Show a play button on the image if the post is a video or an image.10-19/+110
2019-12-19Change icon for subscriptions. Fixed wrong margin in bottom app bar.5-6/+14
2019-12-18Change icons for multireddit and subscriptions.11-31/+49
2019-12-18Fix bottom app bar is under navbar in immersive mode.2-7/+6
2019-12-18Hide FAB and BottomAppBar in anonymous mode.2-12/+13
2019-12-18Add a BottomAppBar to navigate to subscriptions and multireddits.16-52/+121
2019-12-17Fixed FilteredThingActivity for multireddits.1-1/+16
2019-12-17Fix sorting and changing post layout for multireddits.4-21/+33
2019-12-17Swipe to refresh in SubscribedThingActivity and MultiRedditListingActivity.12-28/+150
2019-12-17Fixed sort type cannot be changed for multireddit.2-18/+21
2019-12-17Change the UI of ViewMultiRedditActivity.2-147/+44
2019-12-17Add menusin ViewMultiRedditDetailActivity. Minor bugs fixed.6-7/+169
2019-12-16Showing posts of multireddit is now available. Fix a typo.14-36/+647
2019-12-13Show MultiReddits list.22-13/+1299
2019-12-08Because we do not use a SmoothScroller we do not need to keep track of ↵1-18/+4
smooth scrolling
2019-12-08Use volume keys to navigate posts12-4/+128
2019-12-06Share only the link of the post instead of title + link. Version 1.6.2.3-10/+5
2019-12-01Downloading video without sound is now available. Minor bugs fixed.11-55/+126
2019-11-27Show a alert dialog when go back from CommentActivity, EditCommentActivity ↵8-61/+147
and EditPostActivity.
2019-11-26Fix force stop when navigating top-level comments. Fix invisible retry ↵6-65/+67
loading more posts button in dark theme. Minor bugs fixed.
2019-11-19Version 1.6.01-4/+1
2019-11-19Swipe down to refresh is available in other activities.13-127/+178
2019-11-19Superscript is now available.11-12/+52
2019-11-19Disable double touch to upvote in comments due to the link in comments ↵2-66/+0
cannot be opened.
2019-11-18Hide the FloatingActionButton in ViewPostDetailActivity when scrolling down ↵1-0/+88
but not when scroll down comments by clicking the volume down key or the fab. Fixed more comments cannot be fetched after orientation change in ViewPostDetailActivity.
2019-11-17Double tap to upvote comments.2-0/+68
2019-11-17Add a Fab to scroll down parent comments. Use volume up and down keys to ↵7-4/+131
navigate parent comments.
2019-11-15Swipe right to go back from ViewPostDetailActivity. Fix inconsistency in ↵8-37/+76
elapsed time.
2019-11-15Swiping to refresh posts is now available.6-38/+59
2019-11-14Move util classes to Utils package.68-43/+84
2019-11-12Showing elapsed time in posts and comments is available.16-74/+183
2019-11-12Show low-resolution images in compact layout. Send notifications of messages ↵7-48/+83
that are received after the last notification.
2019-11-11Set post layout for subreddit and user posts individually.10-22/+30
2019-11-11Changing post layout in other activities is available. Show username in card ↵11-17/+151
layout posts.
2019-11-11Changing post layout in ViewSubredditDetailActivity is available. Tweak the ↵6-14/+54
compact post UI. Minor bugs fixed.