aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_translation.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to ViewBinding in all components.Docile-Alligator2024-05-071-1/+0
|
* Fix crash in debug build by using fully qualified class name for ↵Sergei Kozelko2022-09-251-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 Ning2021-08-241-0/+2
| | | | com.google.android.material.appbar.HeaderScrollingViewBehavior.layoutChild and com.google.android.material.appbar.HeaderScrollingViewBehavior.onMeasureChild.
* Lowercase package names.Alex Ning2020-11-181-1/+1
|
* Add translation contributors in Settigs->About->Translation.Alex Ning2020-09-281-0/+7