aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Creating multireddit without specifying subreddits is available.Alex Ning2020-02-121-3/+4
|
* Fix bugs related to changing default post layout. Rewrite opening links to ↵Alex Ning2020-02-051-2/+2
| | | | handle error. Version 2.2.0.
* Handle sidebar links. Version 2.1.0.Alex Ning2019-12-311-2/+2
|
* Markdown table support.Alex Ning2019-12-261-4/+6
|
* Fixed UI in ViewMultiRedditDetailActivity. Add a share option in Settings -> ↵Alex Ning2019-12-191-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 Ning2019-12-061-2/+2
|
* Fix force stop when navigating top-level comments. Fix invisible retry ↵Alex Ning2019-11-261-2/+2
| | | | loading more posts button in dark theme. Minor bugs fixed.
* Version 1.6.0Alex Ning2019-11-191-2/+2
|
* Superscript is now available.Alex Ning2019-11-191-0/+1
|
* Swipe right to go back from ViewPostDetailActivity. Fix inconsistency in ↵Alex Ning2019-11-151-1/+0
| | | | elapsed time.
* Swiping to refresh posts is now available.Alex Ning2019-11-151-0/+1
|
* Showing elapsed time in posts and comments is available.Alex Ning2019-11-121-2/+3
|
* Fixed IllegalStateException in SubredditSelectionActivity. Downgrade ↵Alex Ning2019-11-051-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 Ning2019-10-291-2/+2
|
* Use FlowLayout to host all the information of a post in item_post and ↵Alex Ning2019-10-281-1/+1
| | | | item_post_detail.
* Disable clicking comment icon in a post to submit a comment. Enlarge the ↵Alex Ning2019-10-251-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 Ning2019-10-201-2/+2
| | | | expanded. Version 1.3.1.
* Show an error message when favorite or unfavorite something failed. Minor ↵Alex Ning2019-10-141-2/+2
| | | | bugs fixed. Version 1.3.0.
* Fix app crashes when opening images and videos.Alex Ning2019-10-071-2/+2
|
* Version 1.2.1Alex Ning2019-10-061-2/+2
|
* Version 1.2.0Alex Ning2019-10-051-2/+2
|
* Change gitignore file.Alex Ning2019-09-291-1/+0
|
* Blurring spoiler post images is now available. Change spoiler and flair text ↵Alex Ning2019-09-271-2/+2
| | | | background colors. Fixed collapsed comments shown after orientation change.
* Only show the new messages within the the notification interval to prevent ↵Alex Ning2019-09-221-2/+2
| | | | showing the same notifications over and over again. Version 1.1.1.
* Delete something related to downloading videos.Alex Ning2019-09-191-7/+7
|
* Change the color of the comment's vertical bar. Long press the comment to ↵Alex Ning2019-09-171-2/+2
| | | | expand or collapse. Version 1.0.9.
* Version 1.0.8Alex Ning2019-09-151-2/+2
|
* Version 1.0.7Alex Ning2019-09-121-2/+2
|
* Version 1.0.6Alex Ning2019-09-111-2/+2
|
* Version 1.0.5Alex Ning2019-09-101-2/+2
|
* Version 1.0.4Alex Ning2019-09-091-2/+2
|
* Version 1.0.3Alex Ning2019-09-091-2/+2
|
* Hiding and unhiding posts are now available.Alex Ning2019-09-081-2/+2
|
* Version 1.0.1Alex Ning2019-09-081-2/+2
|
* Fixed force stop when opening link type post. Update libraries.Alex Ning2019-09-071-9/+9
|
* Make generating release apk availalbe.Alex Ning2019-09-051-1/+0
|
* View crosspost parent in ViewPostDetailActivity when clicking the crosspost ↵Alex Ning2019-08-301-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 Ning2019-08-261-6/+7
| | | | RetryLoadingMoreCallback is null in MessageRecyclerViewAdapter.
* Fixed getting same notifications for different accounts (for real this ↵Alex Ning2019-08-211-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 Ning2019-08-171-0/+1
| | | | Click new comment notifications to view new comment in ViewPostDetailActivity.
* Editing flair is now available.Alex Ning2019-08-141-1/+1
|
* Use Brige library and Android-State library to avoid ↵Alex Ning2019-07-311-0/+3
| | | | TransactionTooLargeException during state saving and restoration. Minor bugs fixed.
* Use rounded corner bottom fragment. Tweak bottom sheet fragment UI. Change ↵Alex Ning2019-07-261-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 Ning2019-07-171-0/+1
|
* Use a modal bottom sheet to display post selection instead of an alert ↵Alex Ning2019-07-121-2/+2
| | | | dialog. Fixed some icons.
* Reimplemented parsing comments using recursion to parse all the child ↵Alex Ning2019-06-171-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 Ning2019-06-141-2/+1
| | | | sent comment data after the comment is sent.
* Added a feature: Sending comments.Alex Ning2019-06-141-1/+1
|
* Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.Alex Ning2019-06-131-1/+2
|
* Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in ↵Alex Ning2019-06-111-6/+6
| | | | dark mode.