summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2023-01-18android: Hide UI to creat new files for SDK version < 19Michael Weghorn3-10/+4
2023-01-18android: Only offer creating docs when editing enabledMichael Weghorn2-1/+7
2023-01-18android: Update Android Gradle Plugin to 7.4.0Michael Weghorn2-3/+3
2023-01-17tdf#153058 android: Use "fit page" for min zoom levelMichael Weghorn2-4/+6
2023-01-17android: Drop superfluous ZoomConstraints#mAllow{,DoubleTap}ZoomMichael Weghorn3-25/+5
2023-01-17tdf#153009 android: Include more doc layout related XML filesMichael Weghorn1-1/+1
2023-01-17tdf#153009 android: Set BRAND_SHARE_SUBDIR for more default structureMichael Weghorn1-12/+11
2023-01-06android: Enable checksum verification for gradle downloadMichael Weghorn1-0/+1
2023-01-06android: Update gradle wrapper to 7.4Michael Weghorn4-141/+209
2022-12-30android: Offer "Save" entry independent of edit actionsMichael Weghorn2-3/+7
2022-12-28android: Use PNG icons instead of vector image for compatibilityMichael Weghorn4-18/+6
2022-12-28android: Enable multidex, update com.google.android.material to 1.7.0Michael Weghorn2-3/+7
2022-12-28android: Update compileSdkVersion/targetSdkVersion to 33Michael Weghorn1-2/+2
2022-12-28android: Set namespace in build.gradle instead of manifestMichael Weghorn2-2/+2
2022-12-28android: Include Impress's layout.xml into appMichael Weghorn1-2/+3
2022-12-28android: Update Android Gradle Plugin to 7.3.1Michael Weghorn2-2/+2
2022-12-23android: Add buttons to increase/decrease indentMichael Weghorn4-0/+45
2022-12-20tdf#85592 android: .uno:BackColor deprecated, use .uno:CharBackColorJustin Luth2-5/+2
2022-10-14WASM add Calc as optional build result, make it build & runBalazs Varga1-0/+0
2022-09-08replace egrep/fgrep calls with grep -E/grep -FRene Engelhard1-2/+2
2022-08-08android: Add scrollbars.ui into APKMichael Weghorn1-0/+1
2022-08-08android: Drop empty main.jni.srcDirs from sourceSetsMichael Weghorn1-1/+0
2022-08-08android: Update Android Gradle Plugin to 7.2.2Michael Weghorn1-1/+1
2022-06-22Revert changes to android/mobile-config.pyIlmari Lauhakangas1-23/+14
2022-06-22android and bin/update: make pythonicLukas1-14/+23
2022-06-14android: Update com.google.android.material to 1.6.1Michael Weghorn1-1/+1
2022-05-28android: Update Android Gradle Plugin to 7.2.1Michael Weghorn1-1/+1
2022-05-26android: Update compileSdkVersion/targetSdkVersion to 32Michael Weghorn1-2/+2
2022-05-26android: Update androidx.constraintlayout to 2.1.4Michael Weghorn1-1/+1
2022-05-26android: Update com.google.android.material to 1.6.0Michael Weghorn1-1/+1
2022-05-21android: Drop 'android.enableJetifier=true'Michael Weghorn1-1/+0
2022-05-21android: Update Android Gradle Plugin to 7.2.0Michael Weghorn2-2/+2
2022-05-09Fix typo in codeAndrea Gelmini1-4/+4
2022-05-08android: Don't use res Id in switch-case (ToolbarController)Michael Weghorn1-79/+70
2022-05-08android: Don't use res ID in switch-case (SearchController)Michael Weghorn1-9/+2
2022-05-08android: Avoid using res ID in switch-case (FormattingController)Michael Weghorn1-82/+51
2022-05-08android: Allow setting auto font/bg colorMichael Weghorn5-13/+52
2022-05-08android: Handle auto color as suchMichael Weghorn2-27/+27
2022-05-08android: Don't show any color in palette as selected if none matchesMichael Weghorn1-12/+23
2022-05-08android: Switch order of these if/else statementsMichael Weghorn1-12/+12
2022-05-08android: Don't store selected pos in ColorPickerAdapterMichael Weghorn2-6/+6
2022-05-08android: Make Color{Palette,Picker}Adapter members privateMichael Weghorn2-12/+12
2022-05-08android: Drop explicit type arguments when calling ctorsMichael Weghorn1-6/+6
2022-05-08android: Move assignment to existing loopMichael Weghorn1-3/+1
2022-05-08android: Use existing Color.WHITE constantMichael Weghorn1-1/+1
2022-05-04android: Don't use log tag longer than 23 charsMichael Weghorn1-1/+1
2022-05-04android: Make clear that column index is non-negativeMichael Weghorn1-1/+1
2022-05-04android: Call base class implementation in 'onActivityResult'Michael Weghorn2-0/+2
2022-04-30android: Show Impress icon for .pps filesMichael Weghorn1-1/+1
2022-04-30tdf#111427 android: Enable support for .ppsxMichael Weghorn3-2/+3