Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Continue implementing online custom themes. Fetch OnlineCustomThemeMetadata ↵ | Docile-Alligator | 2024-07-09 | 1 | -0/+7 |
| | | | | instead of CustomTheme. | ||||
* | 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. | ||||
* | 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. | ||||
* | Lowercase package names. | Alex Ning | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | Changing font is available. Fix subtitle on toolbar being cut if the font is ↵ | Alex Ning | 2020-06-10 | 1 | -1/+2 |
| | | | | large. | ||||
* | Remove unused attributes. Fix loading images using GlideImageGetter after ↵ | Alex Ning | 2020-04-18 | 1 | -1/+1 |
| | | | | the activity is destroyed. | ||||
* | Still implementing custom themes. | Alex Ning | 2020-03-26 | 1 | -0/+1 |
| | |||||
* | Start implementing custom theme settings. | Alex Ning | 2020-03-19 | 1 | -0/+41 |