Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed dark theme in landscape mode. Display the host of the url when the ↵ | Alex Ning | 2019-06-06 | 1 | -21/+29 |
| | | | | post is a link. | ||||
* | Refresh post in ViewPostDetailActivity. | Alex Ning | 2019-06-06 | 11 | -237/+416 |
| | |||||
* | Fixed UI problems introduced by dark theme. | Alex Ning | 2019-06-05 | 13 | -30/+22 |
| | |||||
* | Dark theme support. | Alex Ning | 2019-05-07 | 6 | -16/+17 |
| | |||||
* | Reverse the change of unescaping HTML because it also remove all the HTML ↵ | Alex Ning | 2019-05-07 | 2 | -7/+6 |
| | | | | tags. Fixed subreddit name and post time overlapping. Fixed menu item text not shown in MainActivity. | ||||
* | Unescape HTML for post content and comments. Minor UI fixes. | Alex Ning | 2019-04-26 | 5 | -14/+15 |
| | |||||
* | Hide Toolbar when scrolling content up. | Alex Ning | 2019-04-23 | 2 | -9/+0 |
| | |||||
* | Fixed voting state inconsistency after orientation change in ↵ | Alex Ning | 2019-04-19 | 4 | -434/+37 |
| | | | | ViewPostDetailActivity. Fixed title could not be shown properly in CollapsingToolbarLayout in ViewSubredditDetailActivity and ViewUserDetailActivity. | ||||
* | Synchronizing voting state between PostRecyclerViewAdapter and ↵ | Alex Ning | 2019-04-18 | 7 | -29/+139 |
| | | | | ViewPostDetailActivity using EventBus by greenrobot. Minor bugs fixed. | ||||
* | Fixed displaying wrong score when rapidly clicking vote buttons in ↵ | Alex Ning | 2019-04-18 | 3 | -225/+171 |
| | | | | CommentMultiLevelRecyclerViewAdapter and ViewPostDetailActivity. | ||||
* | Fixed displaying wrong score when rapidly clicking vote buttons in ↵ | Alex Ning | 2019-04-18 | 1 | -85/+74 |
| | | | | PostRecyclerViewAdapter. | ||||
* | Don't draw under display cutouts in landscape mode (API >= 28). | Alex Ning | 2019-02-27 | 2 | -10/+8 |
| | |||||
* | Fixed the error drawable of glide image loading has not been done rounded ↵ | Alex Ning | 2019-02-26 | 9 | -18/+34 |
| | | | | corners transformation. | ||||
* | Fixed user icon and user banner not displaying after user login. ↵ | Alex Ning | 2019-02-26 | 3 | -92/+98 |
| | | | | LoginActivity will not show page not found error after login finish. | ||||
* | Reload MainActivity after login success. | Alex Ning | 2019-02-26 | 2 | -31/+37 |
| | |||||
* | Add two features: refresh searching and searching in SearchActivity. Fixed a ↵ | Alex Ning | 2019-02-26 | 10 | -88/+179 |
| | | | | bug which is the listener object is null when it is called because the parse failed in ParsePost, ParseSubredditData and ParseUserData. | ||||
* | Add a feature: Search for users. Change some names of interfaces and methods. | Alex Ning | 2019-02-23 | 17 | -96/+795 |
| | |||||
* | Add a feature: Search for users. Fixed calling callback.onResult twice when ↵ | Alex Ning | 2019-02-23 | 18 | -106/+924 |
| | | | | loading user's posts. | ||||
* | Change SearchView style in MainActivity. Solve tab layout covering fragments ↵ | Alex Ning | 2019-02-22 | 1 | -3/+0 |
| | | | | in viewpager in SearchActivity. | ||||
* | Load parent-level comments using pagination. Only load comments of comments ↵ | Alex Ning | 2019-02-22 | 6 | -55/+84 |
| | | | | once more. | ||||
* | Add a feature: Searching for posts. | Alex Ning | 2019-02-22 | 5 | -30/+137 |
| | |||||
* | Add a search view in MainActivity and add a SearchActivity. | Alex Ning | 2019-02-22 | 3 | -17/+175 |
| | |||||
* | Migrate to AndroidX | Alex Ning | 2019-02-21 | 49 | -183/+178 |
| | |||||
* | Use another GifImageView library. | Alex Ning | 2019-02-21 | 7 | -205/+8 |
| | |||||
* | Fixed loading more comments even though there are no more comments. | Alex Ning | 2019-02-21 | 2 | -2/+3 |
| | |||||
* | Load comments of comments one more time, just like parent-level comments. | Alex Ning | 2019-02-21 | 2 | -9/+45 |
| | |||||
* | Temporarily use the old way to load comments instead of Paging library. Load ↵ | Alex Ning | 2019-02-20 | 6 | -136/+236 |
| | | | | more parent-level comments once. Loading comments of comments is now working. | ||||
* | Load All comments of a post using paging library. Loading comments of ↵ | Alex Ning | 2019-02-12 | 11 | -58/+864 |
| | | | | comments is now broken. | ||||
* | Fixed vote status cannot be shown on posts loaded from specific subreddits ↵ | Alex Ning | 2019-01-24 | 6 | -41/+43 |
| | | | | or users. | ||||
* | Enlarge the area which contains subreddit or user name and icon for easier ↵ | Alex Ning | 2019-01-22 | 3 | -35/+77 |
| | | | | touching in ViewPostDetailActivity. Fixed subreddit icon cannot be loaded in ViewPostDetailActivity. Smoothly play gif subreddit icon in ViewPostDetailActivity. | ||||
* | Fixed the user's posts cannot be loaded. Refreshing in MainActivity also ↵ | Alex Ning | 2019-01-22 | 6 | -154/+205 |
| | | | | refreshes user info, subscribed users and subreddits. Enlarge the area which contains subreddit or user name and icon for easier touching. | ||||
* | Fixed infinite loading duplicate posts when there is no more posts to load. ↵ | Alex Ning | 2019-01-21 | 2 | -112/+122 |
| | | | | Minor bugs fixed. Minor layout tweaks. | ||||
* | Added feature: View users' best posts. | Alex Ning | 2019-01-21 | 11 | -179/+301 |
| | |||||
* | Click user names in comment to view the user's details. Minor visual redesign. | Alex Ning | 2019-01-21 | 2 | -1/+10 |
| | |||||
* | Click subreddit names and user names in post content and comment content to ↵ | Alex Ning | 2019-01-21 | 8 | -156/+200 |
| | | | | start ViewSubredditDetailActiviy and ViewUserDetailActivity respectively. Use Chrome custom tab to open URL in post content and comment content. | ||||
* | Display the Follow Chip only if the user can be followed. Change schemes of ↵ | Alex Ning | 2019-01-11 | 6 | -87/+93 |
| | | | | database users. | ||||
* | Following and unfollowing users are now properly implemented. | Alex Ning | 2019-01-11 | 4 | -4/+2 |
| | |||||
* | Resolve issues related to renaming User class to UserData class. | Alex Ning | 2019-01-11 | 1 | -1/+1 |
| | |||||
* | View user details in ViewUserDetailActivity. Follow or unfollow user is not ↵ | Alex Ning | 2019-01-11 | 24 | -101/+611 |
| | | | | properly implemented right now. Change users and subscribed_users databases' schemes. Press Profile in navigation drawer to view my reddit info. Press the username in the post to view that account's info. | ||||
* | Use MarkwonView (a markdown library) instead of HtmlTextView to display post ↵ | Alex Ning | 2019-01-09 | 2 | -17/+16 |
| | | | | content and comments. | ||||
* | New feature: Subscribe or unsubscribe to a subreddit. Allow clear text ↵ | Alex Ning | 2019-01-07 | 19 | -611/+655 |
| | | | | traffic in Android Pie. Rewrite some code in lambda. | ||||
* | Minor UI tweaks. | Alex Ning | 2019-01-04 | 2 | -20/+34 |
| | |||||
* | Display user name and user icon in each post when loading posts in specific ↵ | Alex Ning | 2019-01-01 | 20 | -157/+587 |
| | | | | subreddits. | ||||
* | Refreshing posts is working now. | Alex Ning | 2018-12-30 | 3 | -20/+17 |
| | |||||
* | Error handling for loading posts now works again. Don't show refresh button ↵ | Alex Ning | 2018-12-29 | 6 | -190/+195 |
| | | | | as an icon. Rewrite some code. | ||||
* | Display a MaterialLoadingProgressBar instead of a ProgressBar when loading ↵ | Alex Ning | 2018-12-27 | 5 | -29/+42 |
| | | | | posts. Correctly handle the visibility of the MaterialLoadingProgressBar when loading posts. | ||||
* | Move several classes to other packages. | Alex Ning | 2018-12-27 | 25 | -23/+54 |
| | |||||
* | Loading best posts in specific subreddits is now working. | Alex Ning | 2018-12-27 | 5 | -75/+203 |
| | |||||
* | Use Android Paging Library to load and display best posts. Loading best ↵ | Alex Ning | 2018-12-27 | 8 | -519/+368 |
| | | | | posts in a specific subreddit is broken. Fixed a bug which is PostViewModel's data becoming null after the app restart. Add notch support for Android Pie. | ||||
* | Use GifImageView to display all the images in order to prevent slow playing ↵ | Alex Ning | 2018-12-22 | 6 | -31/+223 |
| | | | | of the gifs. Extend GifImageView as AspectRatioGifImageView to retain the features of AspectRatioImageView. |