summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2021-06-13tdf#142618 android: Don't crash when passed MIME type is nullMichael Weghorn1-1/+1
2021-05-21tdf#106893 android: Show whole doc when closing soft keyboardMichael Weghorn3-10/+12
2021-05-21android: Inline 'LayerView#setViewportSize' to only call siteMichael Weghorn1-5/+1
2021-05-21android: Don't reset zoom and position on refresh eventMichael Weghorn1-10/+12
2021-05-21tdf#106370 android: Make inserting pictures workMichael Weghorn3-14/+3
2021-05-19tdf#142348 android: Avoid extra refresh after loading docMichael Weghorn1-1/+8
2021-05-11android: Don't crash trying to process non-existing file from recentsMichael Weghorn1-0/+3
2021-05-07tdf#142153 android: Delete unused textures immediatelyMichael Weghorn1-8/+6
2021-05-05tdf#135136 Android: Don't hardcode height of TextViewsMichael Weghorn1-2/+2
2021-04-23android: Some trivial style improvementsMichael Weghorn15-37/+28
2021-04-23android: Drop unused FileUtilities membersMichael Weghorn1-41/+1
2021-04-23android: Drop unused FolderIconView classMichael Weghorn1-204/+0
2021-04-23android: Offer 'Save As' in readonly modeMichael Weghorn6-10/+12
2021-04-16tdf#95615 android: Don't offer "Save" after opening templateMichael Weghorn2-14/+39
2021-04-16android: Show file picker for new docs on "Save As"Michael Weghorn4-76/+32
2021-04-16android: Drop unused 'FileUtilities#doAccept'Michael Weghorn1-17/+0
2021-04-16android: Allow printing and PDF export regardless of modeMichael Weghorn1-3/+8
2021-04-16android: Merge 2 'LOKitTileProvider#printDocument' methodsMichael Weghorn1-14/+11
2021-04-16android: Ask where to save PDF file on exportMichael Weghorn8-45/+70
2021-04-16android: Add a "Save As..." menu entryMichael Weghorn8-8/+125
2021-04-16android: Extract copying Uri to stream in thread to separate methodMichael Weghorn1-31/+38
2021-04-14android: Don't store whether spreadsheet in LibreOfficeMainActivityMichael Weghorn5-17/+6
2021-04-12android: Drop some unused Turkish translationsMichael Weghorn1-9/+0
2021-04-12android: Drop 'LibreOfficeMainActivity#onSaveInstanceState'Michael Weghorn1-5/+0
2021-04-12tdf#95517 android: Rework app/doc lifecycle handlingMichael Weghorn5-103/+7
2021-04-12android: Always create a temporary local copy of the docMichael Weghorn1-20/+18
2021-04-12android: Turn 3 "internal" docs into raw resourcesMichael Weghorn4-63/+52
2021-04-12android: Drop fallback of opening default docMichael Weghorn1-8/+2
2021-04-12android: Extract method to copy streamMichael Weghorn1-26/+37
2021-04-12android: Add member for document URIMichael Weghorn1-14/+19
2021-04-09android: Check result for CREATE_NEW_DOCUMENT IntentMichael Weghorn1-1/+1
2021-04-09android: Request PERMISSION_WRITE_EXTERNAL_STORAGE againMichael Weghorn1-0/+18
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-119/+105
2021-04-07tdf#141338 android: Make "Select file to open" view smallerMichael Weghorn2-4/+4
2021-04-07android: Move "Recent files" below system file picker viewMichael Weghorn1-19/+19
2021-04-07android: Drop custom file abstraction + UIMichael Weghorn36-3272/+51
2021-04-01android: Actually show recently used in "Recent files" listMichael Weghorn1-19/+18
2021-04-01android: Show files opened using system picker for recently usedMichael Weghorn3-28/+63
2021-04-01android: Drop check for SDK version < 16Michael Weghorn1-14/+5
2021-04-01android: Move code to get doc's display name from URI to static helperMichael Weghorn2-23/+29
2021-04-01android: Extract opening of file to separate method 'openDocument'Michael Weghorn1-9/+12
2021-03-31android: Don't mark doc changed on keypress in readonly modeMichael Weghorn1-2/+2
2021-03-31android: Drop some unused importsMichael Weghorn2-6/+0
2021-03-31android: Don't require that user presses 'Back' twice to exitMichael Weghorn4-21/+1
2021-03-31android: Use system file picker to create new docsMichael Weghorn6-105/+105
2021-03-31android: Only update file path for "real Save As"Michael Weghorn1-1/+3
2021-03-31android: Drop unused 'newDocumentType' memberMichael Weghorn1-1/+0
2021-03-31tdf#139350 android: Fix handling of new docsMichael Weghorn3-26/+19
2021-03-31tdf#139350 android: Add param to allow a "real" "Save As"Michael Weghorn6-18/+40
2021-03-31android: TileKitProvider: Optionally detect file type from documentMichael Weghorn3-10/+23