aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning2019-09-2084-153/+496
|
* Disable showing precise error messages.Alex Ning2019-09-191-11/+1
|
* Delete something related to downloading videos.Alex Ning2019-09-1910-163/+38
|
* Fixed frames dropping when playing videos (for real this time).Alex Ning2019-09-191-17/+1
|
* Fixed frames dropping when playing videos. Use smaller icons for saving and ↵Alex Ning2019-09-1910-28/+53
| | | | unsaving comments. Temporarily show precise error message when loading posts failed.
* Saving and unsaving comments are now available. Use xml thumbtack to avoid ↵Alex Ning2019-09-1817-14/+177
| | | | crashes on low resolution devices. Add a subreddit link in Settings -> About.
* Viewing saved comments in Saved is available.Alex Ning2019-09-1819-92/+658
|
* Change the color of the comment's vertical bar. Long press the comment to ↵Alex Ning2019-09-175-10/+91
| | | | expand or collapse. Version 1.0.9.
* Unbluring NSFW images is now an option in settings.Alex Ning2019-09-1711-46/+153
|
* Fixed android.view.DisplayListCanvas.throwIfCannotDraw in ↵Alex Ning2019-09-175-21/+37
| | | | ViewPostDetailActivity. Fixed app crashes when pressing the comment button in ViewPostDetailActivity while the post is not loaded. Re-enable spalsh screen.
* Fetch subscriptions in MainActivity. Check if the account exists before ↵Alex Ning2019-09-1611-26/+68
| | | | inserting subscriptions to the database.
* Shrink the vertical block in comments tree. Temporarily disable the splash ↵Alex Ning2019-09-164-13/+34
| | | | screen to see if android.view.DisplayListCanvas.throwIfCannotDraw exception will be gone. Minor bugs fixed.
* Version 1.0.8Alex Ning2019-09-153-2/+2
|
* Support 2FA. Fixed time parsing in messages.Alex Ning2019-09-154-2/+4
|
* Refreshing subreddit and user details when click the refresh menu item in ↵Alex Ning2019-09-142-4/+15
| | | | ViewSubredditDetailActivity and ViewUserDetailActivity.
* Fix status bar and navbar icon color in MainActivity.Alex Ning2019-09-144-6/+58
|
* Add more deep links.Alex Ning2019-09-131-0/+49
|
* Version 1.0.7Alex Ning2019-09-123-2/+2
|
* Add more info in settings->about. Fix title mismatch in settings.Alex Ning2019-09-125-4/+103
|
* Use download manager to download images. Change image and video download ↵Alex Ning2019-09-127-128/+68
| | | | location to Pictures for Android version >= Q. Fix dark theme in ViewMessageActivity.
* Delete splash icon in drawable folder.Alex Ning2019-09-121-0/+0
|
* Version 1.0.6Alex Ning2019-09-113-2/+2
|
* Fixed images cannot be saved. Fixed crashes when downloading videosAlex Ning2019-09-102-16/+32
|
* Version 1.0.5Alex Ning2019-09-103-2/+2
|
* Load HLS video instead of Dash video to support older Android versions. ↵Alex Ning2019-09-1011-39/+31
| | | | Fixed app crashes on opening video or images on older Android versions.
* Fixed clicking username in comments in user's comment section opening ↵Alex Ning2019-09-103-7/+7
| | | | current accout profile. Fixed downvote state would not retain after orientation change. Reverse the color of upvote and downvote buttons.
* Handle ActivityNotFoundException when opening Custom Tabs.Alex Ning2019-09-103-21/+30
|
* Update README.mdDocile-Alligator2019-09-091-0/+2
|
* Version 1.0.4Alex Ning2019-09-093-2/+2
|
* Fixed SimpleDateFormat problem which causes the app to crash on start.Alex Ning2019-09-092-2/+2
|
* Version 1.0.3Alex Ning2019-09-093-2/+2
|
* Handle no browser installed when opening links and no apps are eligible to ↵Alex Ning2019-09-095-186/+183
| | | | share when sharing.
* Fixed displaying wrong score.Alex Ning2019-09-093-5/+2
|
* Vote status is now correctly shown when viewing post details. Fixed ↵Alex Ning2019-09-087-20/+47
| | | | following user failed.
* Update README.mdDocile-Alligator2019-09-081-0/+7
|
* Hiding and unhiding posts are now available.Alex Ning2019-09-0812-46/+236
|
* Update README.mdDocile-Alligator2019-09-081-0/+1
|
* Version 1.0.1Alex Ning2019-09-083-2/+2
|
* Fixed force stop when opening link type post. Update libraries.Alex Ning2019-09-074-10/+10
|
* Update README.mdDocile-Alligator2019-09-051-1/+1
|
* Update README.mdDocile-Alligator2019-09-051-1/+1
|
* Make generating release apk availalbe.Alex Ning2019-09-055-2/+2
|
* Delete all logs.Alex Ning2019-09-0421-104/+13
|
* Fixed notification color in dark theme.Alex Ning2019-09-041-0/+2
|
* Change score color if the post is voted.Alex Ning2019-09-035-2/+70
|
* Change upvoted color for upvote buttons.Alex Ning2019-09-035-27/+29
|
* Display a splash screen when the app starts.Alex Ning2019-09-0315-12/+48
|
* Fixed lazy mode in anonymous mode in MainActivity.Alex Ning2019-09-012-52/+105
|
* Minor bugs fixed related to marking and unmarking spoiler and nsfw.Alex Ning2019-09-016-13/+81
|
* Lazy mode is available in FilteredThingActivity. Fixed a bug related to lazy ↵Alex Ning2019-08-3016-91/+151
| | | | mode. Fixed several bugs in ViewModels. Minor bugs fixed.