Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate to AndroidX | Alex Ning | 2019-02-21 | 1 | -6/+6 |
| | |||||
* | Enlarge the area which contains subreddit or user name and icon for easier ↵ | Alex Ning | 2019-01-22 | 1 | -3/+0 |
| | | | | 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 | 1 | -26/+37 |
| | | | | 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 | 1 | -1/+6 |
| | | | | Minor bugs fixed. Minor layout tweaks. | ||||
* | Minor UI tweaks. | Alex Ning | 2019-01-04 | 1 | -24/+21 |
| | |||||
* | Use GifImageView to display all the images in order to prevent slow playing ↵ | Alex Ning | 2018-12-22 | 1 | -4/+4 |
| | | | | of the gifs. Extend GifImageView as AspectRatioGifImageView to retain the features of AspectRatioImageView. | ||||
* | Use MVVM design pattern to load and display the posts. Minor bugs fixed. | Alex Ning | 2018-11-09 | 1 | -0/+1 |
| | |||||
* | Minor layout tweaks. | Alex Ning | 2018-11-08 | 1 | -3/+5 |
| | |||||
* | Use AspectRatiotImageView instead of ImageView to fully display the preview ↵ | Alex Ning | 2018-10-28 | 1 | -4/+5 |
| | | | | images of posts and prevent scrolling jump in PostFragment and ViewPostDetailActivity. | ||||
* | Move refreshAccessToken method from RefreshAccessToken class to ↵ | Alex Ning | 2018-10-19 | 1 | -1/+0 |
| | | | | AccessTokenAuthenticator class. Bind views using Butterknife in PostRecyclerViewAdapter and CommentMultiLevelRecyclerViewAdapter. | ||||
* | Display a crosspost icon if the post is a crosspost. Hide the thumbtack icon ↵ | Alex Ning | 2018-10-05 | 1 | -194/+201 |
| | | | | if the post is not viewed in its subreddit. Tweak the post layout. Minor bugs fixed. | ||||
* | Minor layout tweaks. | Alex Ning | 2018-10-01 | 1 | -3/+3 |
| | |||||
* | Add an error view when loading the image fails in ViewImageActivity. | Alex Ning | 2018-10-01 | 1 | -8/+12 |
| | |||||
* | Change the layout of post. Add an error view when loading the preview image ↵ | Alex Ning | 2018-09-28 | 1 | -169/+190 |
| | | | | fails. | ||||
* | Blur the preview image if the post is NSFW. Tweak some layouts. Optimize ↵ | Alex Ning | 2018-08-30 | 1 | -1/+1 |
| | | | | some methods. | ||||
* | Display a thumbtack icon if the post is stickied on top. Display a gold icon ↵ | Alex Ning | 2018-08-24 | 1 | -9/+37 |
| | | | | and the number of gold if the post is gilded. Load subreddit icons in LoadSubredditIconAsyncTaskListener instead of loading the icons in onPostExecute() of LoadSubredditIconAsyncTask in order to avoid loading icons on a destroyed activity when start the Activity and then press back or up button immediately. | ||||
* | Rename some classes and layout resources. Feature added: view posts in ↵ | Alex Ning | 2018-08-20 | 1 | -0/+180 |
ViewSubredditDetailActivity. |