Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate to ViewBinding in some activities. | Docile-Alligator | 2024-04-28 | 1 | -1/+0 |
| | |||||
* | Fix crash in debug build by using fully qualified class name for ↵ | Sergei Kozelko | 2022-09-25 | 1 | -1/+1 |
| | | | | | | | | | | layoutmanager (#1130) When the class name is relative, Android tries to resolve it against applicationId. However it does not match the package because of `.debug` suffix so it tries to load the wrong class. This results in ClassNotFoundException and a crash. Using fully qualified class name fixes it as the system can use the class name as is. | ||||
* | Continue migrating to Material Design 3. | Alex Ning | 2021-10-30 | 1 | -0/+1 |
| | |||||
* | Try to fix java.lang.IndexOutOfBoundsException in ↵ | Alex Ning | 2021-08-24 | 1 | -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 ↵ | Alex Ning | 2020-06-10 | 1 | -1/+2 |
| | | | | large. | ||||
* | Prepare to add different font support. | Alex Ning | 2020-06-10 | 1 | -0/+2 |
| | |||||
* | Remove unused attributes. Fix loading images using GlideImageGetter after ↵ | Alex Ning | 2020-04-18 | 1 | -2/+0 |
| | | | | the activity is destroyed. | ||||
* | Fix some issues of custom theme. | Alex Ning | 2020-03-27 | 1 | -1/+0 |
| | |||||
* | Implemented share and import themes. Fixed some issues of custom theme. | Alex Ning | 2020-03-27 | 1 | -1/+2 |
| | |||||
* | Implement custom multiple themes (Buggy). | Alex Ning | 2020-03-15 | 1 | -0/+1 |
| | |||||
* | AMOLED dark theme is now available. | Alex Ning | 2019-10-03 | 1 | -0/+2 |
| | |||||
* | Changing font size is available. Delete duplicate Edit menu in comments. | Alex Ning | 2019-09-20 | 1 | -0/+1 |
| | |||||
* | Check for theme setting on every activities except ViewImageActivity and ↵ | Alex Ning | 2019-08-22 | 1 | -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 ↵ | Alex Ning | 2019-08-12 | 1 | -3/+31 |
| | | | | SubredditSelectionActivity for Android version >= 8.1. | ||||
* | Refactored all the other classes to support multi user. Clearing the app ↵ | Alex Ning | 2019-08-07 | 1 | -1/+1 |
| | | | | data is required before launching the app. | ||||
* | Viewing rules after pressing rules button in PostXXXActivity is available. ↵ | Alex Ning | 2019-07-18 | 1 | -0/+27 |
Extend MarkwonView to support opening reddit subreddit and user links. |