Age | Commit message (Expand) | Author |
2022-12-30 | android: Offer "Save" entry independent of edit actions | Michael Weghorn |
2022-12-28 | android: Use PNG icons instead of vector image for compatibility | Michael Weghorn |
2022-12-28 | android: Enable multidex, update com.google.android.material to 1.7.0 | Michael Weghorn |
2022-12-28 | android: Update compileSdkVersion/targetSdkVersion to 33 | Michael Weghorn |
2022-12-28 | android: Set namespace in build.gradle instead of manifest | Michael Weghorn |
2022-12-28 | android: Include Impress's layout.xml into app | Michael Weghorn |
2022-12-28 | android: Update Android Gradle Plugin to 7.3.1 | Michael Weghorn |
2022-12-23 | android: Add buttons to increase/decrease indent | Michael Weghorn |
2022-12-20 | tdf#85592 android: .uno:BackColor deprecated, use .uno:CharBackColor | Justin Luth |
2022-10-14 | WASM add Calc as optional build result, make it build & run | Balazs Varga |
2022-09-08 | replace egrep/fgrep calls with grep -E/grep -F | Rene Engelhard |
2022-08-08 | android: Add scrollbars.ui into APK | Michael Weghorn |
2022-08-08 | android: Drop empty main.jni.srcDirs from sourceSets | Michael Weghorn |
2022-08-08 | android: Update Android Gradle Plugin to 7.2.2 | Michael Weghorn |
2022-06-22 | Revert changes to android/mobile-config.py | Ilmari Lauhakangas |
2022-06-22 | android and bin/update: make pythonic | Lukas |
2022-06-14 | android: Update com.google.android.material to 1.6.1 | Michael Weghorn |
2022-05-28 | android: Update Android Gradle Plugin to 7.2.1 | Michael Weghorn |
2022-05-26 | android: Update compileSdkVersion/targetSdkVersion to 32 | Michael Weghorn |
2022-05-26 | android: Update androidx.constraintlayout to 2.1.4 | Michael Weghorn |
2022-05-26 | android: Update com.google.android.material to 1.6.0 | Michael Weghorn |
2022-05-21 | android: Drop 'android.enableJetifier=true' | Michael Weghorn |
2022-05-21 | android: Update Android Gradle Plugin to 7.2.0 | Michael Weghorn |
2022-05-09 | Fix typo in code | Andrea Gelmini |
2022-05-08 | android: Don't use res Id in switch-case (ToolbarController) | Michael Weghorn |
2022-05-08 | android: Don't use res ID in switch-case (SearchController) | Michael Weghorn |
2022-05-08 | android: Avoid using res ID in switch-case (FormattingController) | Michael Weghorn |
2022-05-08 | android: Allow setting auto font/bg color | Michael Weghorn |
2022-05-08 | android: Handle auto color as such | Michael Weghorn |
2022-05-08 | android: Don't show any color in palette as selected if none matches | Michael Weghorn |
2022-05-08 | android: Switch order of these if/else statements | Michael Weghorn |
2022-05-08 | android: Don't store selected pos in ColorPickerAdapter | Michael Weghorn |
2022-05-08 | android: Make Color{Palette,Picker}Adapter members private | Michael Weghorn |
2022-05-08 | android: Drop explicit type arguments when calling ctors | Michael Weghorn |
2022-05-08 | android: Move assignment to existing loop | Michael Weghorn |
2022-05-08 | android: Use existing Color.WHITE constant | Michael Weghorn |
2022-05-04 | android: Don't use log tag longer than 23 chars | Michael Weghorn |
2022-05-04 | android: Make clear that column index is non-negative | Michael Weghorn |
2022-05-04 | android: Call base class implementation in 'onActivityResult' | Michael Weghorn |
2022-04-30 | android: Show Impress icon for .pps files | Michael Weghorn |
2022-04-30 | tdf#111427 android: Enable support for .ppsx | Michael Weghorn |
2022-04-27 | android: Slightly clean up style of LOKitTileProvider#resetParts | Michael Weghorn |
2022-04-27 | android: Reuse existing LOKitTileProvider#resetParts | Michael Weghorn |
2022-04-27 | android: Leave part names starting with "Sheet" etc. intact | Michael Weghorn |
2022-04-26 | android: Use 'if' instead of switch-cases with just 1 case | Michael Weghorn |
2022-04-26 | android: Drop redundant check for SDK version <= 11 | Michael Weghorn |
2022-04-21 | android: Show file chooser despite package visibility filtering in API 30 | Michael Weghorn |
2022-04-21 | android: Slightly improve style in use of arrays | Michael Weghorn |
2022-04-21 | android: Drop unused import and extra semicolon | Michael Weghorn |
2022-04-21 | android: Avoid using resource ID in switch-case | Michael Weghorn |