Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate to ViewBinding in all components. | Docile-Alligator | 2024-05-07 | 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. | ||||
* | Try to fix java.lang.IndexOutOfBoundsException in ↵ | Alex Ning | 2021-08-24 | 1 | -0/+2 |
| | | | | 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 |
| | |||||
* | Add translation contributors in Settigs->About->Translation. | Alex Ning | 2020-09-28 | 1 | -0/+7 |