aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (follow)
Commit message (Expand)AuthorAgeFilesLines
* Viewing saved comments in Saved is available.Alex Ning2019-09-184-9/+76
* Change the color of the comment's vertical bar. Long press the comment to exp...Alex Ning2019-09-171-0/+8
* Unbluring NSFW images is now an option in settings.Alex Ning2019-09-172-1/+8
* Fixed android.view.DisplayListCanvas.throwIfCannotDraw in ViewPostDetailActiv...Alex Ning2019-09-171-1/+2
* Support 2FA. Fixed time parsing in messages.Alex Ning2019-09-152-1/+2
* Fix status bar and navbar icon color in MainActivity.Alex Ning2019-09-143-6/+24
* Add more info in settings->about. Fix title mismatch in settings.Alex Ning2019-09-122-0/+30
* Use download manager to download images. Change image and video download loca...Alex Ning2019-09-121-1/+1
* Delete splash icon in drawable folder.Alex Ning2019-09-121-0/+0
* Load HLS video instead of Dash video to support older Android versions. Fixed...Alex Ning2019-09-104-11/+4
* Fixed clicking username in comments in user's comment section opening current...Alex Ning2019-09-101-2/+2
* Handle no browser installed when opening links and no apps are eligible to sh...Alex Ning2019-09-091-0/+3
* Hiding and unhiding posts are now available.Alex Ning2019-09-082-5/+17
* Fixed notification color in dark theme.Alex Ning2019-09-041-0/+2
* Change score color if the post is voted.Alex Ning2019-09-032-0/+4
* Change upvoted color for upvote buttons.Alex Ning2019-09-032-3/+5
* Display a splash screen when the app starts.Alex Ning2019-09-0310-0/+34
* Lazy mode is available in FilteredThingActivity. Fixed a bug related to lazy ...Alex Ning2019-08-303-3/+10
* Minor bugs fixed. Fixed circular progress bar background in UserListingFragme...Alex Ning2019-08-302-2/+2
* View crosspost parent in ViewPostDetailActivity when clicking the crosspost i...Alex Ning2019-08-302-6/+16
* Fixed controller position and margin in ViewVideoActivity. Minor UI tweaks.Alex Ning2019-08-293-1/+3
* Set item offset in Postfragment when using StaggeredGridLayoutManager. Minor ...Alex Ning2019-08-298-1/+8
* Receiving images, videos and texts to directly submitting different kinds of ...Alex Ning2019-08-282-8/+15
* Continue submitting posts even if the user leave PostXXXActivity.Alex Ning2019-08-283-14/+2
* Display an alert dialog if the user want to cancel submitting a post or press...Alex Ning2019-08-271-0/+7
* Delete wrong credit. Change the notification icon and color.Alex Ning2019-08-274-7/+21
* This app now has an icon (finally)git statusgit statusgit status Add a credit...Alex Ning2019-08-2730-215/+285
* Don't start lazy mode if there is no posts. Stop lazy mode when refreshing.Alex Ning2019-08-261-0/+1
* Changing lazy mode interval in Settings is now available.Alex Ning2019-08-265-65/+44
* Display an archived icon if the post is archived. Display a locked icon if th...Alex Ning2019-08-265-29/+161
* Tap the error view to retry loading comments in ViewPostDetailActivity. Minor...Alex Ning2019-08-2610-11/+28
* Reimplement Markdown display due to update of Markwon library. Fixed RetryLoa...Alex Ning2019-08-265-5/+5
* Add an acknowledgement page in settings.Alex Ning2019-08-244-0/+36
* Fixed UI in dark theme.Alex Ning2019-08-221-0/+4
* Saving and unsaving post are now available. Disable commenting and replying f...Alex Ning2019-08-224-6/+35
* Check for theme setting on every activities except ViewImageActivity and View...Alex Ning2019-08-229-10/+17
* Changing theme is now available.Alex Ning2019-08-223-3/+10
* Enabling or disabling nsfw are now available.Alex Ning2019-08-223-5/+6
* Fixed getting same notifications for different accounts (for real this time)....Alex Ning2019-08-2114-2/+207
* Handle sending comment fails. Fixed snackbar hidden by keyboard in some activ...Alex Ning2019-08-202-22/+29
* Many small fixes and mior UI fixed.Alex Ning2019-08-202-1/+5
* Potentially fixed a bug that notification for all the users are the same. Sho...Alex Ning2019-08-201-0/+2
* Finish MainActivity if clicking a notification for another user.Alex Ning2019-08-192-0/+17
* Mark message as read when clicking the message in ViewMessageActivity.Alex Ning2019-08-181-3/+3
* View messages in ViewMessageActivity. Use LinkResolverActivity to handle link...Alex Ning2019-08-187-1/+167
* Fetch unread messages periodically (15 mins for test) using WorkManager. Clic...Alex Ning2019-08-171-0/+8
* Lazy mode is available in AccountPostsActivity. Minor bugs fixed.Alex Ning2019-08-161-0/+1
* Handle invalid uri when opening in Custom Tabs.Alex Ning2019-08-151-0/+2
* Display single comment thread when clicking a comment from ViewUserDetailActi...Alex Ning2019-08-152-2/+18
* Sorting gilded posts in AccountPostsActivity is available. Refreshing in Acco...Alex Ning2019-08-141-0/+23