Age | Commit message (Expand) | Author |
2021-10-22 | LOK: maintain blocked command list per view | Pranam Lashkari |
2021-09-03 | tdf#131548 Android: jump to cell | Ilhan Yesil |
2021-06-13 | tdf#142618 android: Don't crash when passed MIME type is null | Michael Weghorn |
2021-05-21 | tdf#106893 android: Show whole doc when closing soft keyboard | Michael Weghorn |
2021-05-21 | android: Inline 'LayerView#setViewportSize' to only call site | Michael Weghorn |
2021-05-21 | android: Don't reset zoom and position on refresh event | Michael Weghorn |
2021-05-21 | tdf#106370 android: Make inserting pictures work | Michael Weghorn |
2021-05-19 | tdf#142348 android: Avoid extra refresh after loading doc | Michael Weghorn |
2021-05-11 | android: Don't crash trying to process non-existing file from recents | Michael Weghorn |
2021-05-07 | tdf#142153 android: Delete unused textures immediately | Michael Weghorn |
2021-05-05 | tdf#135136 Android: Don't hardcode height of TextViews | Michael Weghorn |
2021-04-23 | android: Some trivial style improvements | Michael Weghorn |
2021-04-23 | android: Drop unused FileUtilities members | Michael Weghorn |
2021-04-23 | android: Drop unused FolderIconView class | Michael Weghorn |
2021-04-23 | android: Offer 'Save As' in readonly mode | Michael Weghorn |
2021-04-16 | tdf#95615 android: Don't offer "Save" after opening template | Michael Weghorn |
2021-04-16 | android: Show file picker for new docs on "Save As" | Michael Weghorn |
2021-04-16 | android: Drop unused 'FileUtilities#doAccept' | Michael Weghorn |
2021-04-16 | android: Allow printing and PDF export regardless of mode | Michael Weghorn |
2021-04-16 | android: Merge 2 'LOKitTileProvider#printDocument' methods | Michael Weghorn |
2021-04-16 | android: Ask where to save PDF file on export | Michael Weghorn |
2021-04-16 | android: Add a "Save As..." menu entry | Michael Weghorn |
2021-04-16 | android: Extract copying Uri to stream in thread to separate method | Michael Weghorn |
2021-04-14 | android: Don't store whether spreadsheet in LibreOfficeMainActivity | Michael Weghorn |
2021-04-12 | android: Drop some unused Turkish translations | Michael Weghorn |
2021-04-12 | android: Drop 'LibreOfficeMainActivity#onSaveInstanceState' | Michael Weghorn |
2021-04-12 | tdf#95517 android: Rework app/doc lifecycle handling | Michael Weghorn |
2021-04-12 | android: Always create a temporary local copy of the doc | Michael Weghorn |
2021-04-12 | android: Turn 3 "internal" docs into raw resources | Michael Weghorn |
2021-04-12 | android: Drop fallback of opening default doc | Michael Weghorn |
2021-04-12 | android: Extract method to copy stream | Michael Weghorn |
2021-04-12 | android: Add member for document URI | Michael Weghorn |
2021-04-09 | android: Check result for CREATE_NEW_DOCUMENT Intent | Michael Weghorn |
2021-04-09 | android: Request PERMISSION_WRITE_EXTERNAL_STORAGE again | Michael Weghorn |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-07 | tdf#141338 android: Make "Select file to open" view smaller | Michael Weghorn |
2021-04-07 | android: Move "Recent files" below system file picker view | Michael Weghorn |
2021-04-07 | android: Drop custom file abstraction + UI | Michael Weghorn |
2021-04-01 | android: Actually show recently used in "Recent files" list | Michael Weghorn |
2021-04-01 | android: Show files opened using system picker for recently used | Michael Weghorn |
2021-04-01 | android: Drop check for SDK version < 16 | Michael Weghorn |
2021-04-01 | android: Move code to get doc's display name from URI to static helper | Michael Weghorn |
2021-04-01 | android: Extract opening of file to separate method 'openDocument' | Michael Weghorn |
2021-03-31 | android: Don't mark doc changed on keypress in readonly mode | Michael Weghorn |
2021-03-31 | android: Drop some unused imports | Michael Weghorn |
2021-03-31 | android: Don't require that user presses 'Back' twice to exit | Michael Weghorn |
2021-03-31 | android: Use system file picker to create new docs | Michael Weghorn |
2021-03-31 | android: Only update file path for "real Save As" | Michael Weghorn |
2021-03-31 | android: Drop unused 'newDocumentType' member | Michael Weghorn |
2021-03-31 | tdf#139350 android: Fix handling of new docs | Michael Weghorn |