Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Creating multireddit without specifying subreddits is available. | Alex Ning | 2020-02-12 | 1 | -3/+4 |
| | |||||
* | Fix bugs related to changing default post layout. Rewrite opening links to ↵ | Alex Ning | 2020-02-05 | 1 | -2/+2 |
| | | | | handle error. Version 2.2.0. | ||||
* | Handle sidebar links. Version 2.1.0. | Alex Ning | 2019-12-31 | 1 | -2/+2 |
| | |||||
* | Markdown table support. | Alex Ning | 2019-12-26 | 1 | -4/+6 |
| | |||||
* | Fixed UI in ViewMultiRedditDetailActivity. Add a share option in Settings -> ↵ | Alex Ning | 2019-12-19 | 1 | -2/+2 |
| | | | | About to let you easily share this app to other people. Version 2.0.0. | ||||
* | Share only the link of the post instead of title + link. Version 1.6.2. | Alex Ning | 2019-12-06 | 1 | -2/+2 |
| | |||||
* | Fix force stop when navigating top-level comments. Fix invisible retry ↵ | Alex Ning | 2019-11-26 | 1 | -2/+2 |
| | | | | loading more posts button in dark theme. Minor bugs fixed. | ||||
* | Version 1.6.0 | Alex Ning | 2019-11-19 | 1 | -2/+2 |
| | |||||
* | Superscript is now available. | Alex Ning | 2019-11-19 | 1 | -0/+1 |
| | |||||
* | Swipe right to go back from ViewPostDetailActivity. Fix inconsistency in ↵ | Alex Ning | 2019-11-15 | 1 | -1/+0 |
| | | | | elapsed time. | ||||
* | Swiping to refresh posts is now available. | Alex Ning | 2019-11-15 | 1 | -0/+1 |
| | |||||
* | Showing elapsed time in posts and comments is available. | Alex Ning | 2019-11-12 | 1 | -2/+3 |
| | |||||
* | Fixed IllegalStateException in SubredditSelectionActivity. Downgrade ↵ | Alex Ning | 2019-11-05 | 1 | -4/+4 |
| | | | | material library to fix the bugs introduced in the last update. | ||||
* | Fixed UI issues in posts and comments. Version 1.4.0. | Alex Ning | 2019-10-29 | 1 | -2/+2 |
| | |||||
* | Use FlowLayout to host all the information of a post in item_post and ↵ | Alex Ning | 2019-10-28 | 1 | -1/+1 |
| | | | | item_post_detail. | ||||
* | Disable clicking comment icon in a post to submit a comment. Enlarge the ↵ | Alex Ning | 2019-10-25 | 1 | -14/+14 |
| | | | | icons in comments. Fix regex used to linkify subreddits and users. | ||||
* | Fixed bottom sheet fragments cannot swipe down to show items when they are ↵ | Alex Ning | 2019-10-20 | 1 | -2/+2 |
| | | | | expanded. Version 1.3.1. | ||||
* | Show an error message when favorite or unfavorite something failed. Minor ↵ | Alex Ning | 2019-10-14 | 1 | -2/+2 |
| | | | | bugs fixed. Version 1.3.0. | ||||
* | Fix app crashes when opening images and videos. | Alex Ning | 2019-10-07 | 1 | -2/+2 |
| | |||||
* | Version 1.2.1 | Alex Ning | 2019-10-06 | 1 | -2/+2 |
| | |||||
* | Version 1.2.0 | Alex Ning | 2019-10-05 | 1 | -2/+2 |
| | |||||
* | Change gitignore file. | Alex Ning | 2019-09-29 | 1 | -1/+0 |
| | |||||
* | Blurring spoiler post images is now available. Change spoiler and flair text ↵ | Alex Ning | 2019-09-27 | 1 | -2/+2 |
| | | | | background colors. Fixed collapsed comments shown after orientation change. | ||||
* | Only show the new messages within the the notification interval to prevent ↵ | Alex Ning | 2019-09-22 | 1 | -2/+2 |
| | | | | showing the same notifications over and over again. Version 1.1.1. | ||||
* | Delete something related to downloading videos. | Alex Ning | 2019-09-19 | 1 | -7/+7 |
| | |||||
* | Change the color of the comment's vertical bar. Long press the comment to ↵ | Alex Ning | 2019-09-17 | 1 | -2/+2 |
| | | | | expand or collapse. Version 1.0.9. | ||||
* | Version 1.0.8 | Alex Ning | 2019-09-15 | 1 | -2/+2 |
| | |||||
* | Version 1.0.7 | Alex Ning | 2019-09-12 | 1 | -2/+2 |
| | |||||
* | Version 1.0.6 | Alex Ning | 2019-09-11 | 1 | -2/+2 |
| | |||||
* | Version 1.0.5 | Alex Ning | 2019-09-10 | 1 | -2/+2 |
| | |||||
* | Version 1.0.4 | Alex Ning | 2019-09-09 | 1 | -2/+2 |
| | |||||
* | Version 1.0.3 | Alex Ning | 2019-09-09 | 1 | -2/+2 |
| | |||||
* | Hiding and unhiding posts are now available. | Alex Ning | 2019-09-08 | 1 | -2/+2 |
| | |||||
* | Version 1.0.1 | Alex Ning | 2019-09-08 | 1 | -2/+2 |
| | |||||
* | Fixed force stop when opening link type post. Update libraries. | Alex Ning | 2019-09-07 | 1 | -9/+9 |
| | |||||
* | Make generating release apk availalbe. | Alex Ning | 2019-09-05 | 1 | -1/+0 |
| | |||||
* | View crosspost parent in ViewPostDetailActivity when clicking the crosspost ↵ | Alex Ning | 2019-08-30 | 1 | -1/+1 |
| | | | | icon or select Crosspost parent menu item in toolbar. Filter NSFW posts in FilteredThingActivity is now available. | ||||
* | Reimplement Markdown display due to update of Markwon library. Fixed ↵ | Alex Ning | 2019-08-26 | 1 | -6/+7 |
| | | | | RetryLoadingMoreCallback is null in MessageRecyclerViewAdapter. | ||||
* | Fixed getting same notifications for different accounts (for real this ↵ | Alex Ning | 2019-08-21 | 1 | -2/+3 |
| | | | | time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks. | ||||
* | Fetch unread messages periodically (15 mins for test) using WorkManager. ↵ | Alex Ning | 2019-08-17 | 1 | -0/+1 |
| | | | | Click new comment notifications to view new comment in ViewPostDetailActivity. | ||||
* | Editing flair is now available. | Alex Ning | 2019-08-14 | 1 | -1/+1 |
| | |||||
* | Use Brige library and Android-State library to avoid ↵ | Alex Ning | 2019-07-31 | 1 | -0/+3 |
| | | | | TransactionTooLargeException during state saving and restoration. Minor bugs fixed. | ||||
* | Use rounded corner bottom fragment. Tweak bottom sheet fragment UI. Change ↵ | Alex Ning | 2019-07-26 | 1 | -0/+1 |
| | | | | post type bottom sheet dialog to fragment. Exit SearchActivity no matter searchview is open or not. | ||||
* | Flair, spoiler and nsfw support for submitting posts. | Alex Ning | 2019-07-17 | 1 | -0/+1 |
| | |||||
* | Use a modal bottom sheet to display post selection instead of an alert ↵ | Alex Ning | 2019-07-12 | 1 | -2/+2 |
| | | | | dialog. Fixed some icons. | ||||
* | Reimplemented parsing comments using recursion to parse all the child ↵ | Alex Ning | 2019-06-17 | 1 | -1/+0 |
| | | | | comments. Reimplemented CommentRecyclerView (some methods need proper implementation. Minor bugs fixed. | ||||
* | Show a snackbar when sending comment and sending comment fails. Display the ↵ | Alex Ning | 2019-06-14 | 1 | -2/+1 |
| | | | | sent comment data after the comment is sent. | ||||
* | Added a feature: Sending comments. | Alex Ning | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks. | Alex Ning | 2019-06-13 | 1 | -1/+2 |
| | |||||
* | Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in ↵ | Alex Ning | 2019-06-11 | 1 | -6/+6 |
| | | | | dark mode. |