aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Version 1.2.12019-10-061-2/+2
* Version 1.2.02019-10-051-2/+2
* Change gitignore file.2019-09-291-1/+0
* Blurring spoiler post images is now available. Change spoiler and flair text ...2019-09-271-2/+2
* Only show the new messages within the the notification interval to prevent sh...2019-09-221-2/+2
* Delete something related to downloading videos.2019-09-191-7/+7
* Change the color of the comment's vertical bar. Long press the comment to exp...2019-09-171-2/+2
* Version 1.0.82019-09-151-2/+2
* Version 1.0.72019-09-121-2/+2
* Version 1.0.62019-09-111-2/+2
* Version 1.0.52019-09-101-2/+2
* Version 1.0.42019-09-091-2/+2
* Version 1.0.32019-09-091-2/+2
* Hiding and unhiding posts are now available.2019-09-081-2/+2
* Version 1.0.12019-09-081-2/+2
* Fixed force stop when opening link type post. Update libraries.2019-09-071-9/+9
* Make generating release apk availalbe.2019-09-051-1/+0
* View crosspost parent in ViewPostDetailActivity when clicking the crosspost i...2019-08-301-1/+1
* Reimplement Markdown display due to update of Markwon library. Fixed RetryLoa...2019-08-261-6/+7
* Fixed getting same notifications for different accounts (for real this time)....2019-08-211-2/+3
* Fetch unread messages periodically (15 mins for test) using WorkManager. Clic...2019-08-171-0/+1
* Editing flair is now available.2019-08-141-1/+1
* Use Brige library and Android-State library to avoid TransactionTooLargeExcep...2019-07-311-0/+3
* Use rounded corner bottom fragment. Tweak bottom sheet fragment UI. Change po...2019-07-261-0/+1
* Flair, spoiler and nsfw support for submitting posts.2019-07-171-0/+1
* Use a modal bottom sheet to display post selection instead of an alert dialog...2019-07-121-2/+2
* Reimplemented parsing comments using recursion to parse all the child comment...2019-06-171-1/+0
* Show a snackbar when sending comment and sending comment fails. Display the s...2019-06-141-2/+1
* Added a feature: Sending comments.2019-06-141-1/+1
* Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.2019-06-131-1/+2
* Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in dark...2019-06-111-6/+6
* Unescape HTML for post content and comments. Minor UI fixes.2019-04-261-2/+2
* Synchronizing voting state between PostRecyclerViewAdapter and ViewPostDetail...2019-04-181-2/+3
* Fixed displaying wrong score when rapidly clicking vote buttons in PostRecycl...2019-04-181-5/+5
* Fixed user icon and user banner not displaying after user login. LoginActivit...2019-02-261-2/+0
* Add a search view in MainActivity and add a SearchActivity.2019-02-221-0/+2
* Migrate to AndroidX2019-02-211-17/+17
* Use another GifImageView library.2019-02-211-1/+1
* Load All comments of a post using paging library. Loading comments of comment...2019-02-121-1/+1
* Use MarkwonView (a markdown library) instead of HtmlTextView to display post ...2019-01-091-1/+3
* Display a MaterialLoadingProgressBar instead of a ProgressBar when loading po...2018-12-271-0/+1
* Use Android Paging Library to load and display best posts. Loading best posts...2018-12-271-0/+5
* Use GifImageView to display all the images in order to prevent slow playing o...2018-12-221-2/+3
* Use AspectRatiotImageView instead of ImageView to fully display the preview i...2018-10-281-0/+1
* Bind views using ButterKnife. Let volume controls adjust music stream in View...2018-10-261-1/+0
* Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed.2018-10-121-0/+3
* Fixed a bug which causes the LastItemSynchronizer object in PaginationSynchro...2018-09-281-0/+2
* Disable the animation for finishing activity in ViewImageActivity and ViewVid...2018-09-221-6/+6
* Replace the RecyclerView for comments to MultiLevelRecyclerView in order to d...2018-09-021-0/+1
* Blur the preview image if the post is NSFW. Tweak some layouts. Optimize some...2018-08-301-2/+3