Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make navigation bar and status bar transparent to display posts, comments, ↵ | Alex Ning | 2019-08-10 | 1 | -1/+2 |
| | | | | subreddits and users under them. Minor UI tweaks for bottom sheet fragments. | ||||
* | Refactored all the other classes to support multi user. Clearing the app ↵ | Alex Ning | 2019-08-07 | 1 | -1/+1 |
| | | | | data is required before launching the app. | ||||
* | Dark theme support. | Alex Ning | 2019-05-07 | 1 | -0/+1 |
| | |||||
* | Hide Toolbar when scrolling content up. | Alex Ning | 2019-04-23 | 1 | -8/+0 |
| | |||||
* | Migrate to AndroidX | Alex Ning | 2019-02-21 | 1 | -3/+3 |
| | |||||
* | Fixed the user's posts cannot be loaded. Refreshing in MainActivity also ↵ | Alex Ning | 2019-01-22 | 1 | -4/+4 |
| | | | | refreshes user info, subscribed users and subreddits. Enlarge the area which contains subreddit or user name and icon for easier touching. | ||||
* | Display a MaterialLoadingProgressBar instead of a ProgressBar when loading ↵ | Alex Ning | 2018-12-27 | 1 | -2/+4 |
| | | | | posts. Correctly handle the visibility of the MaterialLoadingProgressBar when loading posts. | ||||
* | Display a custom error view when there is something wrong when loading best ↵ | Alex Ning | 2018-08-30 | 1 | -0/+22 |
| | | | | posts. Probably fix a bug that holder.getAdapterPosition() returns -1 when loading subreddit icons in the RecyclerView of PostFragment. Subreddit banners are parsed correctly in ParseSubscribedThing. Check if the api call is successful in onResponse. Rewrite some methods. | ||||
* | Rename some classes and layout resources. Feature added: view posts in ↵ | Alex Ning | 2018-08-20 | 1 | -0/+30 |
ViewSubredditDetailActivity. |