Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Video autoplay in ViewPostDetailActivity. Optimize ↵ | Alex Ning | 2020-05-07 | 1 | -361/+0 |
| | | | | CommentAndPostRecyclerViewAdapter. | ||||
* | Add awards background and text color to custom theme. Show only the number ↵ | Alex Ning | 2020-04-18 | 1 | -1/+0 |
| | | | | of awards on Post Compact Layout. | ||||
* | Show the number of awards in PostRecyclerView instead. | Alex Ning | 2020-04-18 | 1 | -12/+13 |
| | |||||
* | Remove unused attributes. Fix loading images using GlideImageGetter after ↵ | Alex Ning | 2020-04-18 | 1 | -15/+0 |
| | | | | the activity is destroyed. | ||||
* | Show all post awards. | Alex Ning | 2020-04-16 | 1 | -10/+6 |
| | |||||
* | Add a custom theme table in database. | Alex Ning | 2020-03-05 | 1 | -3/+3 |
| | |||||
* | Still prepare to support multiple themes. | Alex Ning | 2020-03-01 | 1 | -4/+4 |
| | |||||
* | Still prepare to add different themes. | Alex Ning | 2020-02-27 | 1 | -4/+4 |
| | |||||
* | Prepare to add different themes. Try fixing timeout issue in okhttp3. | Alex Ning | 2020-02-26 | 1 | -11/+11 |
| | |||||
* | Minor layout tweaks. | Alex Ning | 2020-02-02 | 1 | -1/+1 |
| | |||||
* | Show a play button on the image if the post is a video or an image. | Alex Ning | 2019-12-19 | 1 | -7/+23 |
| | |||||
* | Changing post layout in other activities is available. Show username in card ↵ | Alex Ning | 2019-11-11 | 1 | -1/+17 |
| | | | | layout posts. | ||||
* | Fixed UI issues in posts and comments. Version 1.4.0. | Alex Ning | 2019-10-29 | 1 | -119/+32 |
| | |||||
* | Make Placing vote buttons on the right an option. | Alex Ning | 2019-10-29 | 1 | -17/+93 |
| | |||||
* | Use FlowLayout to host all the information of a post in item_post and ↵ | Alex Ning | 2019-10-28 | 1 | -93/+51 |
| | | | | item_post_detail. | ||||
* | Disable clicking comment icon in a post to submit a comment. Enlarge the ↵ | Alex Ning | 2019-10-25 | 1 | -4/+13 |
| | | | | icons in comments. Fix regex used to linkify subreddits and users. | ||||
* | AMOLED dark theme is now available. | Alex Ning | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | Change project structures. | Alex Ning | 2019-09-29 | 1 | -2/+2 |
| | |||||
* | Blurring spoiler post images is now available. Change spoiler and flair text ↵ | Alex Ning | 2019-09-27 | 1 | -4/+4 |
| | | | | background colors. Fixed collapsed comments shown after orientation change. | ||||
* | Add title and content font size options. | Alex Ning | 2019-09-26 | 1 | -1/+1 |
| | |||||
* | Display comments count in the post. Display a comment and a save button in a ↵ | Alex Ning | 2019-09-22 | 1 | -47/+107 |
| | | | | post. Minor bugs fixed. | ||||
* | Changing font size is available. Delete duplicate Edit menu in comments. | Alex Ning | 2019-09-20 | 1 | -8/+12 |
| | |||||
* | This app now has an icon (finally)git statusgit statusgit status Add a ↵ | Alex Ning | 2019-08-27 | 1 | -0/+1 |
| | | | | credits page in settings. Use another error view and no comment placeholder. | ||||
* | Display an archived icon if the post is archived. Display a locked icon if ↵ | Alex Ning | 2019-08-26 | 1 | -26/+54 |
| | | | | the post is locked. | ||||
* | Deleting and editing posts are now available. | Alex Ning | 2019-08-12 | 1 | -2/+2 |
| | |||||
* | Sorting and refreshing in FilteredPostsActivity are available. | Alex Ning | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | Fixed UI in dark theme. Minor bugs fixed. | Alex Ning | 2019-08-04 | 1 | -4/+4 |
| | |||||
* | Fixed bugs when posting without a flair specified. Minor UI tweaks. | Alex Ning | 2019-07-19 | 1 | -5/+2 |
| | |||||
* | Display spoiler and flair info in posts. | Alex Ning | 2019-07-17 | 1 | -1/+43 |
| | |||||
* | Minor UI tweaks. | Alex Ning | 2019-06-18 | 1 | -0/+1 |
| | |||||
* | Fixed dark theme in landscape mode. Display the host of the url when the ↵ | Alex Ning | 2019-06-06 | 1 | -30/+39 |
| | | | | post is a link. | ||||
* | Fixed UI problems introduced by dark theme. | Alex Ning | 2019-06-05 | 1 | -1/+1 |
| | |||||
* | Dark theme support. | Alex Ning | 2019-05-07 | 1 | -4/+5 |
| | |||||
* | Reverse the change of unescaping HTML because it also remove all the HTML ↵ | Alex Ning | 2019-05-07 | 1 | -6/+9 |
| | | | | 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 | 1 | -13/+6 |
| | |||||
* | 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. |