summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2023-12-08android: Bump minSdkVersion to 21 (Android 5.0)Michael Weghorn7-45/+7
2023-12-01android: Update Android Gradle Plugin to 8.2.0Michael Weghorn2-3/+3
2023-12-01Fix typoAndrea Gelmini1-1/+1
2023-12-01android: Shown warnings about deprecated API usageMichael Weghorn1-0/+5
2023-11-30android: Add make dep to update build ID more reliablyMichael Weghorn1-1/+3
2023-11-30android: Separate build ID and vendor from versionNameMichael Weghorn2-16/+12
2023-11-30android: Drop trailing whitespace in MakefileMichael Weghorn1-1/+1
2023-11-30android: Simplify vendor info handling for about dialogMichael Weghorn2-6/+3
2023-11-30android: Simplify version info handling for about dialogMichael Weghorn5-8/+5
2023-11-30android: Remove 'build' dir in 'clean' make targetMichael Weghorn1-1/+1
2023-11-30android: Update com.google.android.material:material to 1.10.0Michael Weghorn1-1/+1
2023-11-30android: Update compileSdk/targetSdkVersion to 34Michael Weghorn1-2/+2
2023-11-30android: Update Android Gradle Plugin to 8.1.4Michael Weghorn1-1/+1
2023-11-30android: Use 'compileSdk' instead of deprecated 'compileSdkVersion'Michael Weghorn1-1/+1
2023-11-30android: No longer extract native libsMichael Weghorn1-2/+0
2023-11-30tdf#124480 android: Set bg color for calc formula barMichael Weghorn1-1/+2
2023-11-30tdf#124480 android: Avoid using color attr requiring API 23Michael Weghorn4-6/+13
2023-11-30tdf#124480 android: Use an actual button for "Select file to open"Michael Weghorn2-20/+9
2023-11-30tdf#124480 android: Use themed color for icon on start activityMichael Weghorn2-2/+2
2023-11-30tdf#124480 android: Rename icons no longer using hard-coded colorMichael Weghorn16-12/+12
2023-11-30tdf#124480 android: Use themed color for more iconsMichael Weghorn14-14/+14
2023-11-30tdf#124480 android: Drop unused iconsMichael Weghorn6-41/+0
2023-11-30tdf#124480 android: Override icon color for dark themeMichael Weghorn1-0/+4
2023-11-30tdf#124480 android: Use theme bg color for bottom toolbarsMichael Weghorn4-6/+4
2023-11-30tdf#124480 android: Support dark themeMichael Weghorn2-3/+3
2023-11-30tdf#124480 android: Replace hard-coded bg color with themeable oneMichael Weghorn4-9/+8
2023-11-30tdf#124480 android: Use MaterialToolbar and drop manual bg colorMichael Weghorn2-5/+3
2023-11-27tdf#158398 android: Draw light gray background for Calc headersMichael Weghorn1-7/+14
2023-11-27tdf#158398 android: Center Calc header textMichael Weghorn1-1/+6
2023-11-27android: Make CalcHeaderCell fields finalMichael Weghorn1-5/+5
2023-11-26android: Suggest file name for PDF exportMichael Weghorn2-0/+9
2023-11-23tdf#158331 android: Fix "Save As" for non-experimental modeMichael Weghorn1-1/+1
2023-11-22android: Set autofill hints in Calc toolbarMichael Weghorn1-2/+4
2023-11-22tdf#158307 android a11y: Auto-detect toolbar heightMichael Weghorn2-3/+2
2023-11-17android: Update app-specific/MIME type iconsMichael Weghorn4-0/+0
2023-11-17android: Update app icon to new startcenter iconMichael Weghorn6-0/+0
2023-11-17android: Reuse launcher icon in activitiesMichael Weghorn5-3/+3
2023-11-16android: Add missing make dependencyMichael Weghorn1-1/+1
2023-11-15android: Add button to open privacy URLMichael Weghorn4-0/+14
2023-11-15android: Drop "More Info" item in "About" dialogMichael Weghorn7-16/+2
2023-11-09android: Drop unused LayerView#mFullScreenMichael Weghorn1-10/+0
2023-11-09android: Drop Robocop commentMichael Weghorn1-2/+0
2023-11-09android: Drop never-assigned to LayerRenderer#mPixelBufferMichael Weghorn1-15/+0
2023-11-09tdf#158125 android: Don't insist on RGB 565 EGL configMichael Weghorn1-1/+2
2023-11-09android a11y: Add content labelsMichael Weghorn3-2/+9
2023-11-09android: Drop obsolete TODO commentMichael Weghorn1-3/+0
2023-11-09android: Drop unused GLController#checkForLostContextMichael Weghorn1-11/+0
2023-11-09android: Cast to GL10 in getter, not callersMichael Weghorn2-3/+3
2023-11-09android: Use local var instead of 'mGL' memberMichael Weghorn1-12/+6
2023-11-09android: Use local var instead of class memberMichael Weghorn1-5/+4