- fd42cea replace egrep/fgrep calls with grep -E/grep -F by Rene Engelhard · 3 years, 7 months ago
- e77bfe2 android: Add scrollbars.ui into APK by Michael Weghorn · 3 years, 8 months ago
- fd95bf6d android: Drop empty main.jni.srcDirs from sourceSets by Michael Weghorn · 3 years, 8 months ago
- 495efc3 android: Update Android Gradle Plugin to 7.2.2 by Michael Weghorn · 3 years, 8 months ago
- 3318742 android: Update com.google.android.material to 1.6.1 by Michael Weghorn · 3 years, 10 months ago
- 553750d android: Update Android Gradle Plugin to 7.2.1 by Michael Weghorn · 3 years, 10 months ago
- be3f29b android: Update compileSdkVersion/targetSdkVersion to 32 by Michael Weghorn · 3 years, 11 months ago
- 97b1a21 android: Update androidx.constraintlayout to 2.1.4 by Michael Weghorn · 3 years, 11 months ago
- b6258ff android: Update com.google.android.material to 1.6.0 by Michael Weghorn · 3 years, 11 months ago
- 6e24713 android: Drop 'android.enableJetifier=true' by Michael Weghorn · 3 years, 11 months ago
- b62509e android: Update Android Gradle Plugin to 7.2.0 by Michael Weghorn · 3 years, 11 months ago
- e5fb120 Fix typo in code by Andrea Gelmini · 4 years ago
- 1bb9036 android: Don't use res Id in switch-case (ToolbarController) by Michael Weghorn · 4 years ago
- dcc6b28 android: Don't use res ID in switch-case (SearchController) by Michael Weghorn · 4 years ago
- 1c5a8b5 android: Avoid using res ID in switch-case (FormattingController) by Michael Weghorn · 4 years ago
- e138152 android: Allow setting auto font/bg color by Michael Weghorn · 4 years ago
- 5c50d8f android: Handle auto color as such by Michael Weghorn · 4 years ago
- bc762b7 android: Don't show any color in palette as selected if none matches by Michael Weghorn · 4 years ago
- 9a24910 android: Switch order of these if/else statements by Michael Weghorn · 4 years ago
- 5c452ad android: Don't store selected pos in ColorPickerAdapter by Michael Weghorn · 4 years ago
- fd50cbb android: Make Color{Palette,Picker}Adapter members private by Michael Weghorn · 4 years ago
- 87d0037 android: Drop explicit type arguments when calling ctors by Michael Weghorn · 4 years ago
- 621db9b android: Move assignment to existing loop by Michael Weghorn · 4 years ago
- 4c2d7e2 android: Use existing Color.WHITE constant by Michael Weghorn · 4 years ago
- 7250d61 android: Don't use log tag longer than 23 chars by Michael Weghorn · 4 years ago
- 0b463cb android: Make clear that column index is non-negative by Michael Weghorn · 4 years ago
- 4fb2a66 android: Call base class implementation in 'onActivityResult' by Michael Weghorn · 4 years ago
- c50afd4 android: Show Impress icon for .pps files by Michael Weghorn · 4 years ago
- 9652059 tdf#111427 android: Enable support for .ppsx by Michael Weghorn · 4 years ago
- 5453f75 android: Slightly clean up style of LOKitTileProvider#resetParts by Michael Weghorn · 4 years ago
- e996ad7 android: Reuse existing LOKitTileProvider#resetParts by Michael Weghorn · 4 years ago
- 1b45a30 android: Leave part names starting with "Sheet" etc. intact by Michael Weghorn · 4 years ago
- 6df6391 android: Use 'if' instead of switch-cases with just 1 case by Michael Weghorn · 4 years ago
- 052c8a4 android: Drop redundant check for SDK version <= 11 by Michael Weghorn · 4 years ago
- b68821a android: Show file chooser despite package visibility filtering in API 30 by Michael Weghorn · 4 years ago
- b68362b android: Slightly improve style in use of arrays by Michael Weghorn · 4 years ago
- 6515633 android: Drop unused import and extra semicolon by Michael Weghorn · 4 years ago
- 62524dc android: Avoid using resource ID in switch-case by Michael Weghorn · 4 years ago
- 730add0 android: Use drawable tag already supported with API level 16 by Michael Weghorn · 4 years ago
- b6a237a android: use mavenCentral instead of jcenter repository by Michael Weghorn · 4 years ago
- 19363c8 android: Set archivesBaseName differently after gradle update by Michael Weghorn · 4 years ago
- f22f83f android: Update dependencies to current versions by Michael Weghorn · 4 years ago
- 8917c8b android: Drop obsolete "sourceCompatibility 6" by Michael Weghorn · 4 years ago
- 39326bc android: Update Android Gradle Plugin to 7.1.3 by Michael Weghorn · 4 years ago
- 76d50f8 android: Stop using ANDROID_SDK_HOME env variable by Michael Weghorn · 4 years ago
- 258fd21 android: Remove redundant label attribute from activities by Michael Weghorn · 4 years ago
- 2ab389b android: Update compileSdkVersion/targetSdkVersion to 31 by Michael Weghorn · 4 years ago
- 003e287 android: Use proper Intent to open doc for API level < 19 by Michael Weghorn · 4 years ago
- f869807 android: Use "ContentResolver#query" available from API level 1 by Michael Weghorn · 4 years ago
- 70cb495 android: Port from Android Support Lib to AndroidX by Michael Weghorn · 4 years ago
- d2572dc android: Deduplicate LOKitThread#load{,New}Document by Michael Weghorn · 4 years ago
- 4476fd5 tdf#148556 android: Don't delay refresh when loading doc by Michael Weghorn · 4 years ago
- 2f99846 android: Drop leftover German translation by Michael Weghorn · 4 years ago
- 9c5facd android: Pass variable for "selected" param by Michael Weghorn · 4 years ago
- 44950bc android: Enable support for FODS by Michael Weghorn · 4 years ago
- e72a736 tdf#131548 Android: jump to cell by Ilhan Yesil · 4 years, 10 months ago
- 6bfa943 tdf#142618 android: Don't crash when passed MIME type is null by Michael Weghorn · 4 years, 10 months ago
- 4a9eef7 tdf#106893 android: Show whole doc when closing soft keyboard by Michael Weghorn · 4 years, 11 months ago
- 817c89f android: Inline 'LayerView#setViewportSize' to only call site by Michael Weghorn · 4 years, 11 months ago
- 1cfc6c5 android: Don't reset zoom and position on refresh event by Michael Weghorn · 4 years, 11 months ago
- a3f682f tdf#106370 android: Make inserting pictures work by Michael Weghorn · 4 years, 11 months ago
- 128f67e tdf#142348 android: Avoid extra refresh after loading doc by Michael Weghorn · 4 years, 11 months ago
- 55c17df android: Don't crash trying to process non-existing file from recents by Michael Weghorn · 5 years ago
- bcd7a72 tdf#142153 android: Delete unused textures immediately by Michael Weghorn · 5 years ago
- 70554d7 tdf#135136 Android: Don't hardcode height of TextViews by Michael Weghorn · 5 years ago
- fbcc644 android: Some trivial style improvements by Michael Weghorn · 5 years ago
- 710bada android: Drop unused FileUtilities members by Michael Weghorn · 5 years ago
- 8646ed9 android: Drop unused FolderIconView class by Michael Weghorn · 5 years ago
- 3199182 android: Offer 'Save As' in readonly mode by Michael Weghorn · 5 years ago
- 01521db tdf#95615 android: Don't offer "Save" after opening template by Michael Weghorn · 5 years ago
- 5ce43b2 android: Show file picker for new docs on "Save As" by Michael Weghorn · 5 years ago
- 865ec16 android: Drop unused 'FileUtilities#doAccept' by Michael Weghorn · 5 years ago
- 5306ecd android: Allow printing and PDF export regardless of mode by Michael Weghorn · 5 years ago
- 40f3002 android: Merge 2 'LOKitTileProvider#printDocument' methods by Michael Weghorn · 5 years ago
- 9ebcb80 android: Ask where to save PDF file on export by Michael Weghorn · 5 years ago
- d16e569 android: Add a "Save As..." menu entry by Michael Weghorn · 5 years ago
- a2b4564 android: Extract copying Uri to stream in thread to separate method by Michael Weghorn · 5 years ago
- 4db8535 android: Don't store whether spreadsheet in LibreOfficeMainActivity by Michael Weghorn · 5 years ago
- bcf0ed2 android: Drop some unused Turkish translations by Michael Weghorn · 5 years ago
- c0c43f4 android: Drop 'LibreOfficeMainActivity#onSaveInstanceState' by Michael Weghorn · 5 years ago
- 1bc4247 tdf#95517 android: Rework app/doc lifecycle handling by Michael Weghorn · 5 years ago
- d8fea0b android: Always create a temporary local copy of the doc by Michael Weghorn · 5 years ago
- d3f8f4b android: Turn 3 "internal" docs into raw resources by Michael Weghorn · 5 years ago
- bcb74b5 android: Drop fallback of opening default doc by Michael Weghorn · 5 years ago
- 224df29 android: Extract method to copy stream by Michael Weghorn · 5 years ago
- 79d9a73 android: Add member for document URI by Michael Weghorn · 5 years ago
- d214ab4 android: Check result for CREATE_NEW_DOCUMENT Intent by Michael Weghorn · 5 years ago
- 7d9db80 android: Request PERMISSION_WRITE_EXTERNAL_STORAGE again by Michael Weghorn · 5 years ago
- 4cfcc0f tdf#141338 android: Make "Select file to open" view smaller by Michael Weghorn · 5 years ago
- 91eb502 android: Move "Recent files" below system file picker view by Michael Weghorn · 5 years ago
- a23bd42 android: Drop custom file abstraction + UI by Michael Weghorn · 5 years ago
- 2bbb294 android: Actually show recently used in "Recent files" list by Michael Weghorn · 5 years ago
- 2611b5c android: Show files opened using system picker for recently used by Michael Weghorn · 5 years ago
- 4003042 android: Drop check for SDK version < 16 by Michael Weghorn · 5 years ago
- af56d15 android: Move code to get doc's display name from URI to static helper by Michael Weghorn · 5 years ago
- 40115df android: Extract opening of file to separate method 'openDocument' by Michael Weghorn · 5 years ago
- 4413426 android: Don't mark doc changed on keypress in readonly mode by Michael Weghorn · 5 years ago
- 51f6e11 android: Drop some unused imports by Michael Weghorn · 5 years ago
- 1477401 android: Don't require that user presses 'Back' twice to exit by Michael Weghorn · 5 years ago
- 4b85409 android: Use system file picker to create new docs by Michael Weghorn · 5 years ago