aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Display a MaterialLoadingProgressBar instead of a ProgressBar when loading po...Alex Ning2018-12-271-0/+1
* Use Android Paging Library to load and display best posts. Loading best posts...Alex Ning2018-12-271-0/+5
* Use GifImageView to display all the images in order to prevent slow playing o...Alex Ning2018-12-221-2/+3
* Use AspectRatiotImageView instead of ImageView to fully display the preview i...Alex Ning2018-10-281-0/+1
* Bind views using ButterKnife. Let volume controls adjust music stream in View...Alex Ning2018-10-261-1/+0
* Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed.Alex Ning2018-10-121-0/+3
* Fixed a bug which causes the LastItemSynchronizer object in PaginationSynchro...Alex Ning2018-09-281-0/+2
* Disable the animation for finishing activity in ViewImageActivity and ViewVid...Alex Ning2018-09-221-6/+6
* Replace the RecyclerView for comments to MultiLevelRecyclerView in order to d...Alex Ning2018-09-021-0/+1
* Blur the preview image if the post is NSFW. Tweak some layouts. Optimize some...Alex Ning2018-08-301-2/+3
* Change some methods related to parsing data to static methods. Preparing to u...Alex Ning2018-08-271-0/+1
* Display the number of gold given to the post.Alex Ning2018-08-261-0/+1
* Load comment and post content text in HTML form instead of String. Fixed a bu...Alex Ning2018-08-201-0/+2
* Added feature: Vote in ViewPostDetailActivity. Fix some behavior after the vo...Alex Ning2018-08-181-5/+7
* Save subscribed subreddits and users to the SQLite database by using Room Per...Alex Ning2018-07-291-5/+12
* First commitAlex Ning2018-07-261-0/+48