summaryrefslogtreecommitdiffstats
path: root/android/source/src
Commit message (Expand)AuthorAgeFilesLines
* tdf#142618 android: Don't crash when passed MIME type is nulldistro/lhm/libreoffice-7-2+backportsMichael Weghorn2021-06-141-1/+1
* tdf#106893 android: Show whole doc when closing soft keyboardMichael Weghorn2021-05-213-10/+12
* android: Inline 'LayerView#setViewportSize' to only call siteMichael Weghorn2021-05-211-5/+1
* android: Don't reset zoom and position on refresh eventMichael Weghorn2021-05-211-10/+12
* tdf#106370 android: Make inserting pictures workMichael Weghorn2021-05-213-14/+3
* tdf#142348 android: Avoid extra refresh after loading docMichael Weghorn2021-05-191-1/+8
* android: Don't crash trying to process non-existing file from recentsMichael Weghorn2021-05-111-0/+3
* tdf#142153 android: Delete unused textures immediatelyMichael Weghorn2021-05-071-8/+6
* android: Some trivial style improvementsMichael Weghorn2021-04-2315-37/+28
* android: Drop unused FileUtilities membersMichael Weghorn2021-04-231-41/+1
* android: Drop unused FolderIconView classMichael Weghorn2021-04-231-204/+0
* android: Offer 'Save As' in readonly modeMichael Weghorn2021-04-232-3/+4
* tdf#95615 android: Don't offer "Save" after opening templateMichael Weghorn2021-04-162-14/+39
* android: Show file picker for new docs on "Save As"Michael Weghorn2021-04-164-76/+32
* android: Drop unused 'FileUtilities#doAccept'Michael Weghorn2021-04-161-17/+0
* android: Merge 2 'LOKitTileProvider#printDocument' methodsMichael Weghorn2021-04-161-14/+11
* android: Ask where to save PDF file on exportMichael Weghorn2021-04-165-42/+68
* android: Add a "Save As..." menu entryMichael Weghorn2021-04-165-8/+119
* 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-145-17/+6
* android: Drop 'LibreOfficeMainActivity#onSaveInstanceState'Michael Weghorn2021-04-121-5/+0
* tdf#95517 android: Rework app/doc lifecycle handlingMichael Weghorn2021-04-125-103/+7
* 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-122-53/+35
* 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: Check result for CREATE_NEW_DOCUMENT IntentMichael Weghorn2021-04-091-1/+1
* android: Request PERMISSION_WRITE_EXTERNAL_STORAGE againMichael Weghorn2021-04-091-0/+18
* android: Drop custom file abstraction + UIMichael Weghorn2021-04-0718-2624/+51
* android: Actually show recently used in "Recent files" listMichael Weghorn2021-04-011-19/+18
* android: Show files opened using system picker for recently usedMichael Weghorn2021-04-013-28/+63
* android: Drop check for SDK version < 16Michael Weghorn2021-04-011-14/+5
* android: Move code to get doc's display name from URI to static helperMichael Weghorn2021-04-012-23/+29
* android: Extract opening of file to separate method 'openDocument'Michael Weghorn2021-04-011-9/+12
* android: Don't mark doc changed on keypress in readonly modeMichael Weghorn2021-03-311-2/+2
* android: Drop some unused importsMichael Weghorn2021-03-312-6/+0
* android: Don't require that user presses 'Back' twice to exitMichael Weghorn2021-03-311-18/+1
* android: Use system file picker to create new docsMichael Weghorn2021-03-313-87/+101
* android: Only update file path for "real Save As"Michael Weghorn2021-03-311-1/+3
* android: Drop unused 'newDocumentType' memberMichael Weghorn2021-03-311-1/+0
* tdf#139350 android: Fix handling of new docsMichael Weghorn2021-03-313-26/+19
* tdf#139350 android: Add param to allow a "real" "Save As"Michael Weghorn2021-03-316-18/+40
* android: TileKitProvider: Optionally detect file type from documentMichael Weghorn2021-03-313-10/+23
* tdf#129833 android: Move reading file to separate threadMichael Weghorn2021-03-221-19/+44
* tdf#129833 android: Allow opening files using system file pickerMichael Weghorn2021-03-222-0/+103
* tdf#129833 android: Allow editing writable docs passed by IntentMichael Weghorn2021-03-222-2/+60
* tdf#129833 android: Drop non-working ownCloud/nextCloud supportMichael Weghorn2021-03-226-384/+2
* android: Don't allow editing for read-only docsMichael Weghorn2021-03-191-1/+1
* android: Don't show message for readonly files in non-experimental modeMichael Weghorn2021-03-192-5/+10