aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle (follow)
Commit message (Expand)AuthorAgeFilesLines
* Swipe right to go back from ViewPostDetailActivity. Fix inconsistency in elap...Alex Ning2019-11-151-1/+0
* 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 material...Alex Ning2019-11-051-4/+4
* 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 item_po...Alex Ning2019-10-281-1/+1
* Disable clicking comment icon in a post to submit a comment. Enlarge the icon...Alex Ning2019-10-251-14/+14
* Fixed bottom sheet fragments cannot swipe down to show items when they are ex...Alex Ning2019-10-201-2/+2
* Show an error message when favorite or unfavorite something failed. Minor bug...Alex Ning2019-10-141-2/+2
* 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
* Only show the new messages within the the notification interval to prevent sh...Alex Ning2019-09-221-2/+2
* 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 exp...Alex Ning2019-09-171-2/+2
* 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 i...Alex Ning2019-08-301-1/+1
* Reimplement Markdown display due to update of Markwon library. Fixed RetryLoa...Alex Ning2019-08-261-6/+7
* Fixed getting same notifications for different accounts (for real this time)....Alex Ning2019-08-211-2/+3
* Fetch unread messages periodically (15 mins for test) using WorkManager. Clic...Alex Ning2019-08-171-0/+1
* Editing flair is now available.Alex Ning2019-08-141-1/+1
* Use Brige library and Android-State library to avoid TransactionTooLargeExcep...Alex Ning2019-07-311-0/+3
* Use rounded corner bottom fragment. Tweak bottom sheet fragment UI. Change po...Alex Ning2019-07-261-0/+1
* 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 dialog...Alex Ning2019-07-121-2/+2
* Reimplemented parsing comments using recursion to parse all the child comment...Alex Ning2019-06-171-1/+0
* Show a snackbar when sending comment and sending comment fails. Display the s...Alex Ning2019-06-141-2/+1
* 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 dark...Alex Ning2019-06-111-6/+6
* Unescape HTML for post content and comments. Minor UI fixes.Alex Ning2019-04-261-2/+2
* Synchronizing voting state between PostRecyclerViewAdapter and ViewPostDetail...Alex Ning2019-04-181-2/+3
* Fixed displaying wrong score when rapidly clicking vote buttons in PostRecycl...Alex Ning2019-04-181-5/+5
* Fixed user icon and user banner not displaying after user login. LoginActivit...Alex Ning2019-02-261-2/+0
* Add a search view in MainActivity and add a SearchActivity.Alex Ning2019-02-221-0/+2
* Migrate to AndroidXAlex Ning2019-02-211-17/+17
* Use another GifImageView library.Alex Ning2019-02-211-1/+1
* Load All comments of a post using paging library. Loading comments of comment...Alex Ning2019-02-121-1/+1
* Use MarkwonView (a markdown library) instead of HtmlTextView to display post ...Alex Ning2019-01-091-1/+3