aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_rules.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix java.lang.IndexOutOfBoundsException in ↵2021-08-241-0/+1
| | | | com.google.android.material.appbar.HeaderScrollingViewBehavior.layoutChild and com.google.android.material.appbar.HeaderScrollingViewBehavior.onMeasureChild.
* Changing font is available. Fix subtitle on toolbar being cut if the font is ↵2020-06-101-1/+2
| | | | large.
* Prepare to add different font support.2020-06-101-0/+2
|
* Remove unused attributes. Fix loading images using GlideImageGetter after ↵2020-04-181-2/+0
| | | | the activity is destroyed.
* Fix some issues of custom theme.2020-03-271-1/+0
|
* Implemented share and import themes. Fixed some issues of custom theme.2020-03-271-1/+2
|
* Implement custom multiple themes (Buggy).2020-03-151-0/+1
|
* AMOLED dark theme is now available.2019-10-031-0/+2
|
* Changing font size is available. Delete duplicate Edit menu in comments.2019-09-201-0/+1
|
* Check for theme setting on every activities except ViewImageActivity and ↵2019-08-221-1/+1
| | | | ViewVideoActivity to correctly set the theme. Minor bugs fixed. Minor UI tweaks.
* Fixed nav bar icon color in dark theme. Transparent nav bar in ↵2019-08-121-3/+31
| | | | SubredditSelectionActivity for Android version >= 8.1.
* Refactored all the other classes to support multi user. Clearing the app ↵2019-08-071-1/+1
| | | | data is required before launching the app.
* Viewing rules after pressing rules button in PostXXXActivity is available. ↵2019-07-181-0/+27
Extend MarkwonView to support opening reddit subreddit and user links.