aboutsummaryrefslogtreecommitdiff
path: root/app/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-05Fix bugs related to changing default post layout. Rewrite opening links to ↵Alex Ning6-16/+82
handle error. Version 2.2.0.
2020-02-03Fix crashes on scrolling posts using volume keys.Alex Ning8-10/+43
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 Ning5-30/+98
2020-02-02Minor layout tweaks.Alex Ning19-247/+196
2020-02-02Lock the bottom app bar.Alex Ning7-10/+58
2020-02-02Fix fab jumps to top-left of the screen. Add more items in the bottom app ↵Alex Ning7-83/+232
bar. Add a bottom app bar in ViewSubredditDetailActivity.
2020-02-02Confirm to exit.Alex Ning9-3/+70
2020-02-01Showing top-level comments at first is available.Alex Ning7-21/+43
2020-02-01Show image preview for some posts which were classified as link posts before.Alex Ning4-13/+38
2020-02-01Locking fab in ViewPostDetailActivity, Swiping up to hide fab in ↵Alex Ning9-35/+108
ViewPostDetailActivity are available. Minor bugs fixed.
2020-01-31Reorganize settings. Opening link in app is now available.Alex Ning22-404/+567
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 Ning17-216/+348
2020-01-29Copy post title and content in ViewPostDetailActivity.Alex Ning10-2/+248
2020-01-11Setting default post layout is now available. Add an option to hide the ↵Alex Ning12-20/+113
divider in post compact layout.
2020-01-06Sharing and copying post links and media links are available.Alex Ning16-252/+528
2020-01-05Mute videos by default is now available.Alex Ning10-3/+126
2020-01-04Fix the fab in MainActivity shows in wrong places. Put all classes related ↵Alex Ning25-58/+70
to Post to Package Post.
2019-12-31Handle sidebar links. Version 2.1.0.Alex Ning1-0/+5
2019-12-31Fetch subreddit info in ViewSidebarActivity.Alex Ning7-16/+143
2019-12-30Change text color in TableLayout in markdown. Change markdown TextView style.Alex Ning6-5/+33
2019-12-30View subreddit sidebar is now available.Alex Ning12-12/+277
2019-12-29Prevent activity from sliding right when the markdown table is swiping left ↵Alex Ning3-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 ↵Alex Ning1-32/+13
a new reply is sent.
2019-12-28Expand all the children in a comment instead of expanding only the next ↵Alex Ning1-1/+29
level of comments.
2019-12-27Change Markdown text style. Reduce the sensitivity of sliding right to go ↵Alex Ning3-11/+7
back from ViewPostDetailActivity to prevent go back when sliding tables.
2019-12-26Markdown table support.Alex Ning5-10/+71
2019-12-25Add an option to hide the bottom app bar. Change the icon color in the ↵Alex Ning15-21/+77
bottom app bar.
2019-12-19Fixed UI in ViewMultiRedditDetailActivity. Add a share option in Settings -> ↵Alex Ning8-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.Alex Ning1-12/+7
2019-12-19Show a play button on the image if the post is a video or an image.Alex Ning10-19/+110
2019-12-19Change icon for subscriptions. Fixed wrong margin in bottom app bar.Alex Ning5-6/+14
2019-12-18Change icons for multireddit and subscriptions.Alex Ning11-31/+49
2019-12-18Fix bottom app bar is under navbar in immersive mode.Alex Ning2-7/+6
2019-12-18Hide FAB and BottomAppBar in anonymous mode.Alex Ning2-12/+13
2019-12-18Add a BottomAppBar to navigate to subscriptions and multireddits.Alex Ning16-52/+121
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 Ning12-28/+150
2019-12-17Fixed sort type cannot be changed for multireddit.Alex Ning2-18/+21
2019-12-17Change the UI of ViewMultiRedditActivity.Alex Ning2-147/+44
2019-12-17Add menusin ViewMultiRedditDetailActivity. Minor bugs fixed.Alex Ning6-7/+169
2019-12-16Showing posts of multireddit is now available. Fix a typo.Alex Ning14-36/+647
2019-12-13Show MultiReddits list.Alex Ning22-13/+1299
2019-12-08Because we do not use a SmoothScroller we do not need to keep track of ↵martinsandfuchs1-18/+4
smooth scrolling
2019-12-08Use volume keys to navigate postsmartinsandfuchs12-4/+128
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 Ning11-55/+126
2019-11-27Show a alert dialog when go back from CommentActivity, EditCommentActivity ↵Alex Ning8-61/+147
and EditPostActivity.