aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-25Disable clicking comment icon in a post to submit a comment. Enlarge the ↵Alex Ning3-21/+11
icons in comments. Fix regex used to linkify subreddits and users.
2019-10-20Fixed bottom sheet fragments cannot swipe down to show items when they are ↵Alex Ning1-1/+4
expanded. Version 1.3.1.
2019-10-20Fixed loading posts error in FilteredThingActivity when loading user's posts.Alex Ning3-8/+19
2019-10-20Fixed several IndexOutOfBoundsException in ↵Alex Ning2-181/+197
CommentAndPostRecyclerViewAdapter. Fixed no comments error after orientation change in ViewPostDetailActivity when comments are not loaded. Minor bugs fixed.
2019-10-20Fixed a bug that if multiple accounts have the same subscribed subreddits ↵Alex Ning3-13/+38
and users, only one account's subscribed subreddits and users will be properly saved.
2019-10-19Sorting post comments is now available.Alex Ning6-49/+233
2019-10-14Fixed some links cannot be opened in this app but it is still present in app ↵Alex Ning1-0/+6
chooser.
2019-10-14Fixed bugs related to sort type.Alex Ning2-24/+27
2019-10-14Show an error message when favorite or unfavorite something failed. Minor ↵Alex Ning3-1/+11
bugs fixed. Version 1.3.0.
2019-10-13Add a time option to some sort types. Remember the last sort type.Alex Ning34-239/+761
2019-10-10Favorite and unfavorite subscribed users are now available.Alex Ning9-65/+391
2019-10-09Favorite and unfavorite subreddits are now available.Alex Ning16-74/+481
2019-10-08Add ViewGifActivity to view gifs. Fixed some links cannot be opened by ↵Alex Ning14-51/+512
browsers. Maybe fixed IllegalStateException in ViewSubredditDetailActivity and FilteredThingActivity. Minor bugs fixed.
2019-10-07Fix app crashes when opening images and videos.Alex Ning2-0/+4
2019-10-06Open browser first instead of Chrome Custom Tabs when opening links.Alex Ning1-30/+30
2019-10-05Disabling immersive mode (content shown under status bar and nav bar) is now ↵Alex Ning17-57/+104
available.
2019-10-04Handle no browser when trying to opening links. Fixed app crashes in various ↵Alex Ning3-17/+21
cases.
2019-10-03AMOLED dark theme is now available.Alex Ning31-1053/+332
2019-09-29Clean up code.Alex Ning127-3374/+3591
2019-09-29Change project structures.Alex Ning115-683/+1231
2019-09-29Change project structures.Alex Ning70-125/+118
2019-09-27Blurring spoiler post images is now available. Change spoiler and flair text ↵Alex Ning7-25/+86
background colors. Fixed collapsed comments shown after orientation change.
2019-09-27Add a mic icon if the user is the submitter in comments. Add a mod icon if ↵Alex Ning5-7/+50
the user is a moderator. Tweak the vertical bar colors in comments in dark theme.
2019-09-26Add title and content font size options.Alex Ning29-16/+239
2019-09-26Fixed UI issues in dark theme.Alex Ning2-8/+7
2019-09-24Minor UI tweaks. Fix UI issues in dark theme. Fix settings activity title.Alex Ning3-1/+10
2019-09-22Show a toast after comment is sent.Alex Ning1-0/+2
2019-09-22Only show the new messages within the the notification interval to prevent ↵Alex Ning1-11/+29
showing the same notifications over and over again. Version 1.1.1.
2019-09-22Display comments count in the post. Display a comment and a save button in a ↵Alex Ning10-88/+253
post. Minor bugs fixed.
2019-09-20Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning32-48/+211
2019-09-19Disable showing precise error messages.Alex Ning1-11/+1
2019-09-19Delete something related to downloading videos.Alex Ning5-146/+20
2019-09-19Fixed frames dropping when playing videos (for real this time).Alex Ning1-17/+1
2019-09-19Fixed frames dropping when playing videos. Use smaller icons for saving and ↵Alex Ning5-26/+43
unsaving comments. Temporarily show precise error message when loading posts failed.
2019-09-18Saving and unsaving comments are now available. Use xml thumbtack to avoid ↵Alex Ning9-6/+116
crashes on low resolution devices. Add a subreddit link in Settings -> About.
2019-09-18Viewing saved comments in Saved is available.Alex Ning12-77/+568
2019-09-17Change the color of the comment's vertical bar. Long press the comment to ↵Alex Ning1-8/+81
expand or collapse. Version 1.0.9.
2019-09-17Unbluring NSFW images is now an option in settings.Alex Ning9-45/+145
2019-09-17Fixed android.view.DisplayListCanvas.throwIfCannotDraw in ↵Alex Ning3-19/+34
ViewPostDetailActivity. Fixed app crashes when pressing the comment button in ViewPostDetailActivity while the post is not loaded. Re-enable spalsh screen.
2019-09-16Fetch subscriptions in MainActivity. Check if the account exists before ↵Alex Ning11-26/+68
inserting subscriptions to the database.
2019-09-16Shrink the vertical block in comments tree. Temporarily disable the splash ↵Alex Ning3-12/+33
screen to see if android.view.DisplayListCanvas.throwIfCannotDraw exception will be gone. Minor bugs fixed.
2019-09-15Support 2FA. Fixed time parsing in messages.Alex Ning2-1/+2
2019-09-14Refreshing subreddit and user details when click the refresh menu item in ↵Alex Ning2-4/+15
ViewSubredditDetailActivity and ViewUserDetailActivity.
2019-09-14Fix status bar and navbar icon color in MainActivity.Alex Ning1-0/+34
2019-09-12Add more info in settings->about. Fix title mismatch in settings.Alex Ning3-4/+73
2019-09-12Use download manager to download images. Change image and video download ↵Alex Ning6-127/+67
location to Pictures for Android version >= Q. Fix dark theme in ViewMessageActivity.
2019-09-10Fixed images cannot be saved. Fixed crashes when downloading videosAlex Ning2-16/+32
2019-09-10Load HLS video instead of Dash video to support older Android versions. ↵Alex Ning7-28/+27
Fixed app crashes on opening video or images on older Android versions.
2019-09-10Fixed clicking username in comments in user's comment section opening ↵Alex Ning2-5/+5
current accout profile. Fixed downvote state would not retain after orientation change. Reverse the color of upvote and downvote buttons.
2019-09-10Handle ActivityNotFoundException when opening Custom Tabs.Alex Ning1-21/+30