aboutsummaryrefslogtreecommitdiff
path: root/.idea/assetWizardSettings.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-30Clean the repo.Alex Ning1-177/+0
2019-09-27Blurring spoiler post images is now available. Change spoiler and flair text ↵Alex Ning1-2/+2
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 Ning1-2/+2
the user is a moderator. Tweak the vertical bar colors in comments in dark theme.
2019-09-19Fixed frames dropping when playing videos. Use smaller icons for saving and ↵Alex Ning1-2/+2
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 Ning1-2/+2
crashes on low resolution devices. Add a subreddit link in Settings -> About.
2019-08-28Continue submitting posts even if the user leave PostXXXActivity.Alex Ning1-1/+1
2019-08-27Delete wrong credit. Change the notification icon and color.Alex Ning1-2/+2
2019-08-27This app now has an icon (finally)git statusgit statusgit status Add a ↵Alex Ning1-3/+127
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-3/+2
the post is locked.
2019-08-22Saving and unsaving post are now available. Disable commenting and replying ↵Alex Ning1-2/+2
for locked posts in last commit.
2019-08-21Fixed getting same notifications for different accounts (for real this ↵Alex Ning1-2/+2
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-2/+2
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 Ning1-2/+2
available to see.
2019-08-14Editing flair is now available.Alex Ning1-2/+2
2019-08-13Editing and deleting comments are now available.Alex Ning1-2/+2
2019-08-08Log in other reddit accounts are available. Add an account switcher in the ↵Alex Ning1-2/+2
navigation drawer in MainActivity.
2019-07-26Sorting posts is now available. Minor bugs fixed.Alex Ning1-2/+2
2019-07-12Preparing to submit image posts.Alex Ning1-2/+2
2019-07-12Use a modal bottom sheet to display post selection instead of an alert ↵Alex Ning1-4/+2
dialog. Fixed some icons.
2019-06-14Reply to comments. Preparing for comment deletion.Alex Ning1-2/+6
2019-06-13Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.Alex Ning1-2/+2
2019-02-22Change SearchView style in MainActivity. Solve tab layout covering fragments ↵Alex Ning1-2/+2
in viewpager in SearchActivity.
2019-02-22Add a search view in MainActivity and add a SearchActivity.Alex Ning1-3/+18
2019-01-04Minor UI tweaks.Alex Ning1-0/+37
2018-12-29Error handling for loading posts now works again. Don't show refresh button ↵Alex Ning1-53/+0
as an icon. Rewrite some code.
2018-10-12Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed.Alex Ning1-2/+3
2018-10-05Display a crosspost icon if the post is a crosspost. Hide the thumbtack icon ↵Alex Ning1-0/+5
if the post is not viewed in its subreddit. Tweak the post layout. Minor bugs fixed.
2018-10-01Add an error view when loading the image fails in ViewImageActivity.Alex Ning1-1/+2
2018-09-28Change the layout of post. Add an error view when loading the preview image ↵Alex Ning1-3/+2
fails.
2018-09-24Add a feature which is refreshing the posts by clicking the refresh button. ↵Alex Ning1-0/+47
Minor bugs fixed. Rewrite some code.
2018-07-31Preparing to fetch the subreddit info and save it to the database.Alex Ning1-52/+0
2018-07-28Add a RecyclerView for subscribed subreddits in navigation drawer, rewrite ↵Alex Ning1-3/+3
some code and minor bugs fixed