aboutsummaryrefslogtreecommitdiff
path: root/build.gradle (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove font: Bad Script. Add some bold fonts.Alex Ning2020-07-151-1/+1
* Remove unnecessary maven repositories.Hermes Junior2020-06-221-3/+0
* Downloading videos and images is now available.Alex Ning2020-06-031-1/+1
* Rearrange dependencies and update someTacoTheDank2020-04-221-11/+5
* Editing multireddits is now available.Alex Ning2020-04-041-1/+1
* Fix post card has empty space under vote buttons once again by upgrading goog...Alex Ning2020-02-211-1/+1
* Creating multireddit without specifying subreddits is available.Alex Ning2020-02-121-2/+2
* Show MultiReddits list.Alex Ning2019-12-131-1/+1
* Showing elapsed time in posts and comments is available.Alex Ning2019-11-121-1/+1
* Changing post layout in ViewSubredditDetailActivity is available. Tweak the c...Alex Ning2019-11-111-1/+1
* Disable clicking comment icon in a post to submit a comment. Enlarge the icon...Alex Ning2019-10-251-2/+2
* Add a time option to some sort types. Remember the last sort type.Alex Ning2019-10-131-1/+1
* Change gitignore file.Alex Ning2019-09-291-1/+1
* Delete something related to downloading videos.Alex Ning2019-09-191-2/+2
* View crosspost parent in ViewPostDetailActivity when clicking the crosspost i...Alex Ning2019-08-301-1/+1
* Add an acknowledgement page in settings.Alex Ning2019-08-241-1/+1
* Editing flair is now available.Alex Ning2019-08-141-2/+2
* Use a modal bottom sheet to display post selection instead of an alert dialog...Alex Ning2019-07-121-3/+3
* Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in dark...Alex Ning2019-06-111-2/+2
* Refresh post in ViewPostDetailActivity.Alex Ning2019-06-061-1/+1
* Synchronizing voting state between PostRecyclerViewAdapter and ViewPostDetail...Alex Ning2019-04-181-1/+1
* Fixed displaying wrong score when rapidly clicking vote buttons in PostRecycl...Alex Ning2019-04-181-3/+3
* Migrate to AndroidXAlex Ning2019-02-211-2/+2
* Load All comments of a post using paging library. Loading comments of comment...Alex Ning2019-02-121-1/+1
* Fixed the user's posts cannot be loaded. Refreshing in MainActivity also refr...Alex Ning2019-01-221-1/+1
* Use Android Paging Library to load and display best posts. Loading best posts...Alex Ning2018-12-271-0/+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/+1
* Load user info after the new access token is retrieved if the old access toke...Alex Ning2018-08-181-1/+1
* Save subscribed subreddits and users to the SQLite database by using Room Per...Alex Ning2018-07-291-0/+5
* First commitAlex Ning2018-07-261-0/+27
le. Remove CollapsingToolbarLayout in View...Alex Ning10-130/+326 2020-07-01Add an EditText and a send button in ViewPrivateMessagesActivity. Rewrite the...Alex Ning5-61/+124 2020-06-30Implemente a chat UI for private messages.Alex Ning7-67/+308 2020-06-29Show all the messages in ViewPrivateMessagesActivity.Alex Ning7-15/+211 2020-06-29Add ViewPrivateMessagesActivity. Rename getSharedPreferences to getDefaultSha...Alex Ning44-102/+394 2020-06-29Test WorkManager. Still implementing PM.Alex Ning4-17/+66 2020-06-27Add another tab for PM in ViewMessageActivity.Alex Ning7-158/+190 2020-06-23Hide actionbar on imgur images too.Hermes Junior2-3/+20 2020-06-23For F-Droid release.Alex Ning1-5/+5 2020-06-23Prepare to support PM.Alex Ning5-10/+203 2020-06-23Fix flair cannot be applied when submitting posts. Fix crash in FollowedUsers...Alex Ning7-12/+16 2020-06-22Remove unnecessary maven repositories.Hermes Junior1-3/+0 2020-06-21Add Fastlane file structure for app metadata.Hermes Junior12-0/+37 2020-06-21Improve removed thing not found detection.Hermes Junior2-25/+33 2020-06-20Probably fix blurred images this time.Hermes Junior2-12/+12 2020-06-20Try another possible solution for blurry image problem.Alex Ning2-15/+16 2020-06-20Add 2 options for notification interval: 15 minutes and 30 minutes.Alex Ning2-8/+13 2020-06-20Add an option to automatically try loading removed gfycat videos on Redgifs.Alex Ning8-55/+85 2020-06-20Add an option: Mute Autoplaying Videos.Alex Ning12-15/+60 2020-06-19Add version info to about section.Hermes Junior4-1/+30