aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/styles.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copy post title and content in ViewPostDetailActivity.Alex Ning2020-01-291-0/+6
|
* Swiping to refresh posts is now available.Alex Ning2019-11-151-0/+5
|
* Set post layout for subreddit and user posts individually.Alex Ning2019-11-111-0/+4
|
* AMOLED dark theme is now available.Alex Ning2019-10-031-2/+49
|
* Add title and content font size options.Alex Ning2019-09-261-2/+77
|
* Minor UI tweaks. Fix UI issues in dark theme. Fix settings activity title.Alex Ning2019-09-241-0/+1
|
* Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning2019-09-201-0/+56
|
* Load HLS video instead of Dash video to support older Android versions. ↵Alex Ning2019-09-101-8/+1
| | | | Fixed app crashes on opening video or images on older Android versions.
* Display a splash screen when the app starts.Alex Ning2019-09-031-0/+4
|
* Check for theme setting on every activities except ViewImageActivity and ↵Alex Ning2019-08-221-0/+2
| | | | ViewVideoActivity to correctly set the theme. Minor bugs fixed. Minor UI tweaks.
* Fixed getting same notifications for different accounts (for real this ↵Alex Ning2019-08-211-0/+4
| | | | time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks.
* Deleting and editing posts are now available.Alex Ning2019-08-121-0/+13
|
* Make navigation bar and status bar transparent to display posts, comments, ↵Alex Ning2019-08-101-1/+1
| | | | subreddits and users under them. Minor UI tweaks for bottom sheet fragments.
* Dark theme support.Alex Ning2019-05-071-2/+2
|
* Add a search view in MainActivity and add a SearchActivity.Alex Ning2019-02-221-1/+11
|
* Minor UI tweaks.Alex Ning2019-01-041-1/+3
|
* Disable the animation for finishing activity in ViewImageActivity and ↵Alex Ning2018-09-221-1/+0
| | | | ViewVideoActivity. Fixed a bug that occurred when parsing posts finishes but the PostFragment is not added in any Activity (e.g. Activity finishes).
* Click the subreddit icon or the subreddit name to view the subreddit's ↵Alex Ning2018-09-211-4/+8
| | | | details in PostFragment. Make the status bar in ViewSubredditDetailActivity translucent. Prepare to view the user's details in ViewUserDetailActivity. Minor bugs fixed.
* First commitAlex Ning2018-07-261-0/+35