aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_view_subreddit_detail.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix fab jumps to top-left of the screen. Add more items in the bottom app bar...Alex Ning2020-02-021-2/+76
* Add a BottomAppBar to navigate to subscriptions and multireddits.Alex Ning2019-12-181-1/+1
* Showing posts of multireddit is now available. Fix a typo.Alex Ning2019-12-161-1/+1
* AMOLED dark theme is now available.Alex Ning2019-10-031-1/+3
* Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning2019-09-201-2/+5
* Tap the error view to retry loading comments in ViewPostDetailActivity. Minor...Alex Ning2019-08-261-0/+2
* Refactored all the other classes to support multi user. Clearing the app data...Alex Ning2019-08-071-1/+1
* Add a FAB in ViewSubredditDetailActivity to submit posts. Display the current...Alex Ning2019-07-161-0/+8
* Lazy mode in ViewSubredditDetailActivity.Alex Ning2019-06-111-0/+2
* Lazy mode in ViewUserDetailActivity. Fixed follow chip background color in da...Alex Ning2019-06-111-1/+1
* Dark theme support.Alex Ning2019-05-071-4/+4
* Hide Toolbar when scrolling content up.Alex Ning2019-04-231-2/+1
* Migrate to AndroidXAlex Ning2019-02-211-8/+8
* Use another GifImageView library.Alex Ning2019-02-211-5/+2
* Fixed the user's posts cannot be loaded. Refreshing in MainActivity also refr...Alex Ning2019-01-221-4/+4
* Use MarkwonView (a markdown library) instead of HtmlTextView to display post ...Alex Ning2019-01-091-13/+5
* New feature: Subscribe or unsubscribe to a subreddit. Allow clear text traffi...Alex Ning2019-01-071-15/+28
* Use GifImageView to display all the images in order to prevent slow playing o...Alex Ning2018-12-221-2/+2
* Click the subreddit icon or the subreddit name to view the subreddit's detail...Alex Ning2018-09-211-3/+0
* Display a custom error view when there is something wrong when loading best p...Alex Ning2018-08-301-1/+2
* Change the logic of parsing the subreddit icon. Click the icon and the banner...Alex Ning2018-08-231-4/+9
* Rename some classes and layout resources. Feature added: view posts in ViewSu...Alex Ning2018-08-201-0/+1
* Fetch a new access token in onCreate method of MainActivity when the old acce...Alex Ning2018-08-051-1/+4
* Fetch the subreddit info and save it to the database. Solve a bug that cannot...Alex Ning2018-08-051-17/+31
* Add the ViewSubredditActivity. Add a OnClickListener in the subscribed subred...Alex Ning2018-07-301-0/+98