summaryrefslogtreecommitdiffstats
path: root/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java
Commit message (Expand)AuthorAgeFilesLines
* android: Avoid unnecessary prefs processingMichael Weghorn2024-05-161-6/+1
* android: Drop indirection listening to pref changeMichael Weghorn2024-05-161-3/+7
* android: Apply enabled experimental mode when doc openMichael Weghorn2024-05-161-7/+6
* android: Port to non-deprecated androidx PreferenceManagerMichael Weghorn2024-05-161-1/+1
* android lint: Add API level check for EXTRA_INITIAL_URIMichael Weghorn2023-12-111-2/+6
* android: Bump minSdkVersion to 21 (Android 5.0)Michael Weghorn2023-12-081-15/+3
* android: Suggest file name for PDF exportMichael Weghorn2023-11-261-0/+4
* tdf#158331 android: Fix "Save As" for non-experimental modeMichael Weghorn2023-11-231-1/+1
* android: Only offer creating docs when editing enabledMichael Weghorn2023-01-181-1/+1
* android: Call base class implementation in 'onActivityResult'Michael Weghorn2022-05-041-0/+1
* android: Port from Android Support Lib to AndroidXMichael Weghorn2022-04-141-5/+5
* tdf#106370 android: Make inserting pictures workMichael Weghorn2021-05-211-1/+0
* tdf#142348 android: Avoid extra refresh after loading docMichael Weghorn2021-05-191-1/+8
* android: Some trivial style improvementsMichael Weghorn2021-04-231-1/+1
* android: Offer 'Save As' in readonly modeMichael Weghorn2021-04-231-1/+1
* tdf#95615 android: Don't offer "Save" after opening templateMichael Weghorn2021-04-161-14/+31
* android: Show file picker for new docs on "Save As"Michael Weghorn2021-04-161-19/+16
* android: Ask where to save PDF file on exportMichael Weghorn2021-04-161-0/+44
* android: Add a "Save As..." menu entryMichael Weghorn2021-04-161-4/+94
* android: Extract copying Uri to stream in thread to separate methodMichael Weghorn2021-04-161-31/+38
* android: Don't store whether spreadsheet in LibreOfficeMainActivityMichael Weghorn2021-04-141-9/+0
* android: Drop 'LibreOfficeMainActivity#onSaveInstanceState'Michael Weghorn2021-04-121-5/+0
* tdf#95517 android: Rework app/doc lifecycle handlingMichael Weghorn2021-04-121-16/+5
* android: Always create a temporary local copy of the docMichael Weghorn2021-04-121-20/+18
* android: Turn 3 "internal" docs into raw resourcesMichael Weghorn2021-04-121-45/+30
* android: Drop fallback of opening default docMichael Weghorn2021-04-121-8/+2
* android: Extract method to copy streamMichael Weghorn2021-04-121-26/+37
* android: Add member for document URIMichael Weghorn2021-04-121-14/+19
* android: Drop custom file abstraction + UIMichael Weghorn2021-04-071-106/+40
* android: Move code to get doc's display name from URI to static helperMichael Weghorn2021-04-011-23/+2
* android: Don't mark doc changed on keypress in readonly modeMichael Weghorn2021-03-311-2/+2
* android: Drop some unused importsMichael Weghorn2021-03-311-1/+0
* android: Use system file picker to create new docsMichael Weghorn2021-03-311-44/+31
* android: Drop unused 'newDocumentType' memberMichael Weghorn2021-03-311-1/+0
* tdf#139350 android: Fix handling of new docsMichael Weghorn2021-03-311-20/+17
* tdf#139350 android: Add param to allow a "real" "Save As"Michael Weghorn2021-03-311-2/+2
* tdf#129833 android: Move reading file to separate threadMichael Weghorn2021-03-221-19/+44
* tdf#129833 android: Allow editing writable docs passed by IntentMichael Weghorn2021-03-221-1/+59
* android: Don't show message for readonly files in non-experimental modeMichael Weghorn2021-03-191-4/+7
* android: Show original instead of temp file nameMichael Weghorn2021-03-181-1/+31
* android: LibreOfficeMainActivity::onStop: Add null checkMichael Weghorn2020-03-061-1/+2
* android: avoid NPE when trying to create cache fileChristian Lohmaier2019-11-191-2/+2
* Fixing '....'Andrea Gelmini2019-09-061-2/+2
* android: lock away editing mode in separate build flavorChristian Lohmaier2018-11-131-4/+4
* [Pardus] language improvements on AndroidMert Tumer2018-11-021-3/+3
* Extract hardcoded strings to string resource file on Android ViewerMert Tumer2018-10-061-10/+10
* Added PDF Export option on Android ViewerMert Tumer2018-08-111-0/+4
* tdf#106648 save current work when switching to other appsMert Tumer2018-08-071-1/+10
* Rename/Delete worksheets and slides option on Android ViewerMert Tumer2018-07-311-0/+29
* Developer ModeXimeng Zu2018-07-151-9/+64