summaryrefslogtreecommitdiffstats
path: root/android
Commit message (Expand)AuthorAgeFilesLines
* LOK: maintain blocked command list per viewPranam Lashkari2021-10-221-1/+1
* tdf#131548 Android: jump to cellIlhan Yesil2021-09-032-4/+51
* tdf#142618 android: Don't crash when passed MIME type is nullMichael Weghorn2021-06-131-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
* tdf#135136 Android: Don't hardcode height of TextViewsMichael Weghorn2021-05-051-2/+2
* 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-236-10/+12
* 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: Allow printing and PDF export regardless of modeMichael Weghorn2021-04-161-3/+8
* android: Merge 2 'LOKitTileProvider#printDocument' methodsMichael Weghorn2021-04-161-14/+11
* android: Ask where to save PDF file on exportMichael Weghorn2021-04-168-45/+70
* android: Add a "Save As..." menu entryMichael Weghorn2021-04-168-8/+125
* 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 some unused Turkish translationsMichael Weghorn2021-04-121-9/+0
* 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-124-63/+52
* 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
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-119/+105
* tdf#141338 android: Make "Select file to open" view smallerMichael Weghorn2021-04-072-4/+4
* android: Move "Recent files" below system file picker viewMichael Weghorn2021-04-071-19/+19
* android: Drop custom file abstraction + UIMichael Weghorn2021-04-0736-3272/+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-314-21/+1
* android: Use system file picker to create new docsMichael Weghorn2021-03-316-105/+105
* 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