summaryrefslogtreecommitdiffstats
path: root/android
Commit message (Expand)AuthorAgeFilesLines
* android: Update Android Gradle Plugin to 7.2.1Michael Weghorn2022-05-281-1/+1
* android: Update compileSdkVersion/targetSdkVersion to 32Michael Weghorn2022-05-261-2/+2
* android: Update androidx.constraintlayout to 2.1.4Michael Weghorn2022-05-261-1/+1
* android: Update com.google.android.material to 1.6.0Michael Weghorn2022-05-261-1/+1
* android: Drop 'android.enableJetifier=true'Michael Weghorn2022-05-211-1/+0
* android: Update Android Gradle Plugin to 7.2.0Michael Weghorn2022-05-212-2/+2
* Fix typo in codeAndrea Gelmini2022-05-091-4/+4
* android: Don't use res Id in switch-case (ToolbarController)Michael Weghorn2022-05-081-79/+70
* android: Don't use res ID in switch-case (SearchController)Michael Weghorn2022-05-081-9/+2
* android: Avoid using res ID in switch-case (FormattingController)Michael Weghorn2022-05-081-82/+51
* android: Allow setting auto font/bg colorMichael Weghorn2022-05-085-13/+52
* android: Handle auto color as suchMichael Weghorn2022-05-082-27/+27
* android: Don't show any color in palette as selected if none matchesMichael Weghorn2022-05-081-12/+23
* android: Switch order of these if/else statementsMichael Weghorn2022-05-081-12/+12
* android: Don't store selected pos in ColorPickerAdapterMichael Weghorn2022-05-082-6/+6
* android: Make Color{Palette,Picker}Adapter members privateMichael Weghorn2022-05-082-12/+12
* android: Drop explicit type arguments when calling ctorsMichael Weghorn2022-05-081-6/+6
* android: Move assignment to existing loopMichael Weghorn2022-05-081-3/+1
* android: Use existing Color.WHITE constantMichael Weghorn2022-05-081-1/+1
* android: Don't use log tag longer than 23 charsMichael Weghorn2022-05-041-1/+1
* android: Make clear that column index is non-negativeMichael Weghorn2022-05-041-1/+1
* android: Call base class implementation in 'onActivityResult'Michael Weghorn2022-05-042-0/+2
* android: Show Impress icon for .pps filesMichael Weghorn2022-04-301-1/+1
* tdf#111427 android: Enable support for .ppsxMichael Weghorn2022-04-303-2/+3
* android: Slightly clean up style of LOKitTileProvider#resetPartsMichael Weghorn2022-04-271-2/+4
* android: Reuse existing LOKitTileProvider#resetPartsMichael Weghorn2022-04-271-18/+2
* android: Leave part names starting with "Sheet" etc. intactMichael Weghorn2022-04-271-2/+0
* android: Use 'if' instead of switch-cases with just 1 caseMichael Weghorn2022-04-261-6/+3
* android: Drop redundant check for SDK version <= 11Michael Weghorn2022-04-261-4/+0
* android: Show file chooser despite package visibility filtering in API 30Michael Weghorn2022-04-211-1/+4
* android: Slightly improve style in use of arraysMichael Weghorn2022-04-211-4/+4
* android: Drop unused import and extra semicolonMichael Weghorn2022-04-211-2/+1
* android: Avoid using resource ID in switch-caseMichael Weghorn2022-04-211-41/+33
* android: Explicitly load libc++_sharedMichael Weghorn2022-04-211-0/+1
* android: Use drawable tag already supported with API level 16Michael Weghorn2022-04-211-2/+2
* android: use mavenCentral instead of jcenter repositoryMichael Weghorn2022-04-211-2/+2
* android: Use android.ndkPath property to set path to NDKMichael Weghorn2022-04-201-2/+4
* android: Set archivesBaseName differently after gradle updateMichael Weghorn2022-04-202-1/+1
* android: Update dependencies to current versionsMichael Weghorn2022-04-201-2/+2
* android: Drop obsolete "sourceCompatibility 6"Michael Weghorn2022-04-201-4/+0
* android: Update Android Gradle Plugin to 7.1.3Michael Weghorn2022-04-202-3/+3
* android: Stop using ANDROID_SDK_HOME env variableMichael Weghorn2022-04-203-5/+5
* android: Use property instead of ANDROID_NDK_HOME env varMichael Weghorn2022-04-201-2/+3
* android: Remove redundant label attribute from activitiesMichael Weghorn2022-04-201-2/+0
* android: Update compileSdkVersion/targetSdkVersion to 31Michael Weghorn2022-04-202-4/+6
* android: Use proper Intent to open doc for API level < 19Michael Weghorn2022-04-141-2/+3
* android: Use "ContentResolver#query" available from API level 1Michael Weghorn2022-04-141-1/+1
* android: Port from Android Support Lib to AndroidXMichael Weghorn2022-04-1423-73/+73
* android: Deduplicate LOKitThread#load{,New}DocumentMichael Weghorn2022-04-131-14/+6
* tdf#148556 android: Don't delay refresh when loading docMichael Weghorn2022-04-131-11/+2