Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-25 | Disable clicking comment icon in a post to submit a comment. Enlarge the ↵ | Alex Ning | 1 | -14/+14 | |
icons in comments. Fix regex used to linkify subreddits and users. | |||||
2019-10-20 | Fixed bottom sheet fragments cannot swipe down to show items when they are ↵ | Alex Ning | 1 | -2/+2 | |
expanded. Version 1.3.1. | |||||
2019-10-14 | Show an error message when favorite or unfavorite something failed. Minor ↵ | Alex Ning | 1 | -2/+2 | |
bugs fixed. Version 1.3.0. | |||||
2019-10-07 | Fix app crashes when opening images and videos. | Alex Ning | 1 | -2/+2 | |
2019-10-06 | Version 1.2.1 | Alex Ning | 1 | -2/+2 | |
2019-10-05 | Version 1.2.0 | Alex Ning | 1 | -2/+2 | |
2019-09-29 | Change gitignore file. | Alex Ning | 1 | -1/+0 | |
2019-09-27 | Blurring spoiler post images is now available. Change spoiler and flair text ↵ | Alex Ning | 1 | -2/+2 | |
background colors. Fixed collapsed comments shown after orientation change. | |||||
2019-09-22 | Only show the new messages within the the notification interval to prevent ↵ | Alex Ning | 1 | -2/+2 | |
showing the same notifications over and over again. Version 1.1.1. | |||||
2019-09-19 | Delete something related to downloading videos. | Alex Ning | 1 | -7/+7 | |
2019-09-17 | Change the color of the comment's vertical bar. Long press the comment to ↵ | Alex Ning | 1 | -2/+2 | |
expand or collapse. Version 1.0.9. | |||||
2019-09-15 | Version 1.0.8 | Alex Ning | 1 | -2/+2 | |
2019-09-12 | Version 1.0.7 | Alex Ning | 1 | -2/+2 | |
2019-09-11 | Version 1.0.6 | Alex Ning | 1 | -2/+2 | |
2019-09-10 | Version 1.0.5 | Alex Ning | 1 | -2/+2 | |
2019-09-09 | Version 1.0.4 | Alex Ning | 1 | -2/+2 | |
2019-09-09 | Version 1.0.3 | Alex Ning | 1 | -2/+2 | |
2019-09-08 | Hiding and unhiding posts are now available. | Alex Ning | 1 | -2/+2 | |
2019-09-08 | Version 1.0.1 | Alex Ning | 1 | -2/+2 | |
2019-09-07 | Fixed force stop when opening link type post. Update libraries. | Alex Ning | 1 | -9/+9 | |
2019-09-05 | Make generating release apk availalbe. | Alex Ning | 1 | -1/+0 | |
2019-08-30 | View crosspost parent in ViewPostDetailActivity when clicking the crosspost ↵ | Alex Ning | 1 | -1/+1 | |
icon or select Crosspost parent menu item in toolbar. Filter NSFW posts in FilteredThingActivity is now available. | |||||
2019-08-26 | Reimplement Markdown display due to update of Markwon library. Fixed ↵ | Alex Ning | 1 | -6/+7 | |
RetryLoadingMoreCallback is null in MessageRecyclerViewAdapter. | |||||
2019-08-21 | Fixed getting same notifications for different accounts (for real this ↵ | Alex Ning | 1 | -2/+3 | |
time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks. | |||||
2019-08-17 | Fetch unread messages periodically (15 mins for test) using WorkManager. ↵ | Alex Ning | 1 | -0/+1 | |
Click new comment notifications to view new comment in ViewPostDetailActivity. | |||||
2019-08-14 | Editing flair is now available. | Alex Ning | 1 | -1/+1 | |
2019-07-31 | Use Brige library and Android-State library to avoid ↵ | Alex Ning | 1 | -0/+3 | |
TransactionTooLargeException during state saving and restoration. Minor bugs fixed. | |||||
2019-07-26 | Use rounded corner bottom fragment. Tweak bottom sheet fragment UI. Change ↵ | Alex Ning | 1 | -0/+1 | |
post type bottom sheet dialog to fragment. Exit SearchActivity no matter searchview is open or not. | |||||
2019-07-17 | Flair, spoiler and nsfw support for submitting posts. | Alex Ning | 1 | -0/+1 | |
2019-07-12 | Use a modal bottom sheet to display post selection instead of an alert ↵ | Alex Ning | 1 | -2/+2 | |
dialog. Fixed some icons. | |||||
2019-06-17 | Reimplemented parsing comments using recursion to parse all the child ↵ | Alex Ning | 1 | -1/+0 | |
comments. Reimplemented CommentRecyclerView (some methods need proper implementation. Minor bugs fixed. | |||||
2019-06-14 | Show a snackbar when sending comment and sending comment fails. Display the ↵ | Alex Ning | 1 | -2/+1 | |
sent comment data after the comment is sent. | |||||
2019-06-14 | Added a feature: Sending comments. | Alex Ning | 1 | -1/+1 | |
2019-06-13 | Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks. | Alex Ning | 1 | -1/+2 | |
2019-06-11 | Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in ↵ | Alex Ning | 1 | -6/+6 | |
dark mode. | |||||
2019-04-26 | Unescape HTML for post content and comments. Minor UI fixes. | Alex Ning | 1 | -2/+2 | |
2019-04-18 | Synchronizing voting state between PostRecyclerViewAdapter and ↵ | Alex Ning | 1 | -2/+3 | |
ViewPostDetailActivity using EventBus by greenrobot. Minor bugs fixed. | |||||
2019-04-18 | Fixed displaying wrong score when rapidly clicking vote buttons in ↵ | Alex Ning | 1 | -5/+5 | |
PostRecyclerViewAdapter. | |||||
2019-02-26 | Fixed user icon and user banner not displaying after user login. ↵ | Alex Ning | 1 | -2/+0 | |
LoginActivity will not show page not found error after login finish. | |||||
2019-02-22 | Add a search view in MainActivity and add a SearchActivity. | Alex Ning | 1 | -0/+2 | |
2019-02-21 | Migrate to AndroidX | Alex Ning | 1 | -17/+17 | |
2019-02-21 | Use another GifImageView library. | Alex Ning | 1 | -1/+1 | |
2019-02-12 | Load All comments of a post using paging library. Loading comments of ↵ | Alex Ning | 1 | -1/+1 | |
comments is now broken. | |||||
2019-01-09 | Use MarkwonView (a markdown library) instead of HtmlTextView to display post ↵ | Alex Ning | 1 | -1/+3 | |
content and comments. | |||||
2018-12-27 | Display a MaterialLoadingProgressBar instead of a ProgressBar when loading ↵ | Alex Ning | 1 | -0/+1 | |
posts. Correctly handle the visibility of the MaterialLoadingProgressBar when loading posts. | |||||
2018-12-27 | Use Android Paging Library to load and display best posts. Loading best ↵ | Alex Ning | 1 | -0/+5 | |
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. | |||||
2018-12-22 | Use GifImageView to display all the images in order to prevent slow playing ↵ | Alex Ning | 1 | -2/+3 | |
of the gifs. Extend GifImageView as AspectRatioGifImageView to retain the features of AspectRatioImageView. | |||||
2018-10-28 | Use AspectRatiotImageView instead of ImageView to fully display the preview ↵ | Alex Ning | 1 | -0/+1 | |
images of posts and prevent scrolling jump in PostFragment and ViewPostDetailActivity. | |||||
2018-10-26 | Bind views using ButterKnife. Let volume controls adjust music stream in ↵ | Alex Ning | 1 | -1/+0 | |
ViewVideoActivity. | |||||
2018-10-12 | Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed. | Alex Ning | 1 | -0/+3 | |