summaryrefslogtreecommitdiff
path: root/android/source
AgeCommit message (Expand)Author
2022-04-21android: use mavenCentral instead of jcenter repositoryMichael Weghorn
2022-04-20android: Set archivesBaseName differently after gradle updateMichael Weghorn
2022-04-20android: Update dependencies to current versionsMichael Weghorn
2022-04-20android: Drop obsolete "sourceCompatibility 6"Michael Weghorn
2022-04-20android: Update Android Gradle Plugin to 7.1.3Michael Weghorn
2022-04-20android: Stop using ANDROID_SDK_HOME env variableMichael Weghorn
2022-04-20android: Remove redundant label attribute from activitiesMichael Weghorn
2022-04-20android: Update compileSdkVersion/targetSdkVersion to 31Michael Weghorn
2022-04-14android: Use proper Intent to open doc for API level < 19Michael Weghorn
2022-04-14android: Use "ContentResolver#query" available from API level 1Michael Weghorn
2022-04-14android: Port from Android Support Lib to AndroidXMichael Weghorn
2022-04-13android: Deduplicate LOKitThread#load{,New}DocumentMichael Weghorn
2022-04-13tdf#148556 android: Don't delay refresh when loading docMichael Weghorn
2022-04-11android: Drop leftover German translationMichael Weghorn
2022-04-11android: Pass variable for "selected" paramMichael Weghorn
2022-03-29android: Enable support for FODSMichael Weghorn
2021-09-03tdf#131548 Android: jump to cellIlhan Yesil
2021-06-13tdf#142618 android: Don't crash when passed MIME type is nullMichael Weghorn
2021-05-21tdf#106893 android: Show whole doc when closing soft keyboardMichael Weghorn
2021-05-21android: Inline 'LayerView#setViewportSize' to only call siteMichael Weghorn
2021-05-21android: Don't reset zoom and position on refresh eventMichael Weghorn
2021-05-21tdf#106370 android: Make inserting pictures workMichael Weghorn
2021-05-19tdf#142348 android: Avoid extra refresh after loading docMichael Weghorn
2021-05-11android: Don't crash trying to process non-existing file from recentsMichael Weghorn
2021-05-07tdf#142153 android: Delete unused textures immediatelyMichael Weghorn
2021-05-05tdf#135136 Android: Don't hardcode height of TextViewsMichael Weghorn
2021-04-23android: Some trivial style improvementsMichael Weghorn
2021-04-23android: Drop unused FileUtilities membersMichael Weghorn
2021-04-23android: Drop unused FolderIconView classMichael Weghorn
2021-04-23android: Offer 'Save As' in readonly modeMichael Weghorn
2021-04-16tdf#95615 android: Don't offer "Save" after opening templateMichael Weghorn
2021-04-16android: Show file picker for new docs on "Save As"Michael Weghorn
2021-04-16android: Drop unused 'FileUtilities#doAccept'Michael Weghorn
2021-04-16android: Allow printing and PDF export regardless of modeMichael Weghorn
2021-04-16android: Merge 2 'LOKitTileProvider#printDocument' methodsMichael Weghorn
2021-04-16android: Ask where to save PDF file on exportMichael Weghorn
2021-04-16android: Add a "Save As..." menu entryMichael Weghorn
2021-04-16android: Extract copying Uri to stream in thread to separate methodMichael Weghorn
2021-04-14android: Don't store whether spreadsheet in LibreOfficeMainActivityMichael Weghorn
2021-04-12android: Drop some unused Turkish translationsMichael Weghorn
2021-04-12android: Drop 'LibreOfficeMainActivity#onSaveInstanceState'Michael Weghorn
2021-04-12tdf#95517 android: Rework app/doc lifecycle handlingMichael Weghorn
2021-04-12android: Always create a temporary local copy of the docMichael Weghorn
2021-04-12android: Turn 3 "internal" docs into raw resourcesMichael Weghorn
2021-04-12android: Drop fallback of opening default docMichael Weghorn
2021-04-12android: Extract method to copy streamMichael Weghorn
2021-04-12android: Add member for document URIMichael Weghorn
2021-04-09android: Check result for CREATE_NEW_DOCUMENT IntentMichael Weghorn
2021-04-09android: Request PERMISSION_WRITE_EXTERNAL_STORAGE againMichael Weghorn
2021-04-07tdf#141338 android: Make "Select file to open" view smallerMichael Weghorn