aboutsummaryrefslogtreecommitdiff
path: root/.idea/assetWizardSettings.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
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