aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-29Finished adding advanced preferences.Alex Ning1-0/+9
2020-03-27Add a SidebarFragment in ViewSubredditDetailActivity. Fix some UI issues.Alex Ning1-9/+0
2020-03-27Implemented share and import themes. Fixed some issues of custom theme.Alex Ning1-0/+9
2020-03-27Still implementing custom themes.Alex Ning1-0/+0
2020-03-26Still implementing custom themes.Alex Ning1-0/+9
2020-03-19Start implementing custom theme settings.Alex Ning3-0/+22
2020-03-18Immersive Interface is now available on Android 8.0. Add ↵Alex Ning1-0/+0
ThemePreferenceFragment. Fix theme database.
2020-03-15Still implementing custom themes.Alex Ning2-0/+0
2020-03-02Share image directly in ViewImageActivity.Alex Ning1-0/+9
2020-03-01Still prepare to support multiple themes.Alex Ning12-20/+20
2020-02-27Still prepare to add different themes.Alex Ning1-1/+1
2020-02-20Add a nsfw toggle in the nav drawer.Alex Ning3-0/+18
2020-02-19The new nav bar is now fully functional. Fix wrong icon color in dark theme.Alex Ning3-0/+0
2020-02-18Selecting subreddits when creating multireddits is now available.Alex Ning1-0/+9
2020-02-12Creating multireddit without specifying subreddits is available.Alex Ning1-0/+9
2020-02-02Add a dark theme toggle in the navigation drawer.Alex Ning2-0/+18
2020-02-02Minor layout tweaks.Alex Ning5-1/+1
2020-02-02Fix fab jumps to top-left of the screen. Add more items in the bottom app ↵Alex Ning2-0/+0
bar. Add a bottom app bar in ViewSubredditDetailActivity.
2020-02-02Confirm to exit.Alex Ning1-0/+9
2020-01-31Reorganize settings. Opening link in app is now available.Alex Ning3-0/+18
2020-01-30Copying comments is now available. Some UI tweaks.Alex Ning3-0/+27
2020-01-06Sharing and copying post links and media links are available.Alex Ning3-0/+18
2020-01-05Mute videos by default is now available.Alex Ning3-0/+27
2019-12-25Add an option to hide the bottom app bar. Change the icon color in the ↵Alex Ning3-3/+3
bottom app bar.
2019-12-19Show a play button on the image if the post is a video or an image.Alex Ning2-0/+13
2019-12-19Change icon for subscriptions. Fixed wrong margin in bottom app bar.Alex Ning2-2/+2
2019-12-18Change icons for multireddit and subscriptions.Alex Ning5-18/+27
2019-12-18Add a BottomAppBar to navigate to subscriptions and multireddits.Alex Ning3-1/+19
2019-11-17Add a Fab to scroll down parent comments. Use volume up and down keys to ↵Alex Ning1-0/+9
navigate parent comments.
2019-10-29Fixed UI issues in posts and comments. Version 1.4.0.Alex Ning2-9/+8
2019-10-29Placing vote buttons on the right for comments is now available.Alex Ning1-2/+2
2019-10-29Make Placing vote buttons on the right an option.Alex Ning19-25/+68
2019-10-28Use FlowLayout to host all the information of a post in item_post and ↵Alex Ning1-2/+2
item_post_detail.
2019-10-25Disable clicking comment icon in a post to submit a comment. Enlarge the ↵Alex Ning5-10/+10
icons in comments. Fix regex used to linkify subreddits and users.
2019-10-09Favorite and unfavorite subreddits are now available.Alex Ning2-0/+18
2019-09-27Blurring spoiler post images is now available. Change spoiler and flair text ↵Alex Ning1-0/+9
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 Ning2-0/+8
the user is a moderator. Tweak the vertical bar colors in comments in dark theme.
2019-09-22Display comments count in the post. Display a comment and a save button in a ↵Alex Ning3-2/+2
post. Minor bugs fixed.
2019-09-19Fixed frames dropping when playing videos. Use smaller icons for saving and ↵Alex Ning2-0/+8
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 Ning2-0/+4
crashes on low resolution devices. Add a subreddit link in Settings -> About.
2019-09-14Fix status bar and navbar icon color in MainActivity.Alex Ning1-0/+9
2019-09-12Delete splash icon in drawable folder.Alex Ning1-0/+0
2019-09-03Display a splash screen when the app starts.Alex Ning2-0/+12
2019-08-27Delete wrong credit. Change the notification icon and color.Alex Ning1-0/+19
2019-08-27This app now has an icon (finally)git statusgit statusgit status Add a ↵Alex Ning7-170/+123
credits page in settings. Use another error view and no comment placeholder.
2019-08-26Display an archived icon if the post is archived. Display a locked icon if ↵Alex Ning1-0/+9
the post is locked.
2019-08-22Saving and unsaving post are now available. Disable commenting and replying ↵Alex Ning2-0/+18
for locked posts in last commit.
2019-08-21Fixed getting same notifications for different accounts (for real this ↵Alex Ning3-0/+39
time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks.
2019-08-18View messages in ViewMessageActivity. Use LinkResolverActivity to handle ↵Alex Ning1-0/+9
link clicking in CustomMarkwonView. Fixed cannot load user profile image after the post is deleted.
2019-08-14Current user's upvoted, downvoted, hidden, saved, gilded posts are now ↵Alex Ning3-0/+27
available to see.