summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-27android: Slightly clean up style of LOKitTileProvider#resetPartsMichael Weghorn1-2/+4
2022-04-27android: Reuse existing LOKitTileProvider#resetPartsMichael Weghorn1-18/+2
2022-04-27android: Leave part names starting with "Sheet" etc. intactMichael Weghorn1-2/+0
2022-04-26android: Use 'if' instead of switch-cases with just 1 caseMichael Weghorn1-6/+3
2022-04-26android: Drop redundant check for SDK version <= 11Michael Weghorn1-4/+0
2022-04-21android: Show file chooser despite package visibility filtering in API 30Michael Weghorn1-1/+4
2022-04-21android: Slightly improve style in use of arraysMichael Weghorn1-4/+4
2022-04-21android: Drop unused import and extra semicolonMichael Weghorn1-2/+1
2022-04-21android: Avoid using resource ID in switch-caseMichael Weghorn1-41/+33
2022-04-21android: Explicitly load libc++_sharedMichael Weghorn1-0/+1
2022-04-21android: Use drawable tag already supported with API level 16Michael Weghorn1-2/+2
2022-04-21android: use mavenCentral instead of jcenter repositoryMichael Weghorn1-2/+2
2022-04-20android: Use android.ndkPath property to set path to NDKMichael Weghorn1-2/+4
2022-04-20android: Set archivesBaseName differently after gradle updateMichael Weghorn2-1/+1
2022-04-20android: Update dependencies to current versionsMichael Weghorn1-2/+2
2022-04-20android: Drop obsolete "sourceCompatibility 6"Michael Weghorn1-4/+0
2022-04-20android: Update Android Gradle Plugin to 7.1.3Michael Weghorn2-3/+3
2022-04-20android: Stop using ANDROID_SDK_HOME env variableMichael Weghorn3-5/+5
2022-04-20android: Use property instead of ANDROID_NDK_HOME env varMichael Weghorn1-2/+3
2022-04-20android: Remove redundant label attribute from activitiesMichael Weghorn1-2/+0
2022-04-20android: Update compileSdkVersion/targetSdkVersion to 31Michael Weghorn2-4/+6
2022-04-14android: Use proper Intent to open doc for API level < 19Michael Weghorn1-2/+3
2022-04-14android: Use "ContentResolver#query" available from API level 1Michael Weghorn1-1/+1