- 2fc2218 tdf#142618 android: Don't crash when passed MIME type is null by Michael Weghorn · 4 years, 10 months ago distro/lhm/libreoffice-7-2+backports
- 4a9eef7 tdf#106893 android: Show whole doc when closing soft keyboard by Michael Weghorn · 4 years, 11 months ago
- 817c89f android: Inline 'LayerView#setViewportSize' to only call site by Michael Weghorn · 4 years, 11 months ago
- 1cfc6c5 android: Don't reset zoom and position on refresh event by Michael Weghorn · 4 years, 11 months ago
- a3f682f tdf#106370 android: Make inserting pictures work by Michael Weghorn · 4 years, 11 months ago
- 128f67e tdf#142348 android: Avoid extra refresh after loading doc by Michael Weghorn · 4 years, 11 months ago
- 55c17df android: Don't crash trying to process non-existing file from recents by Michael Weghorn · 5 years ago
- bcd7a72 tdf#142153 android: Delete unused textures immediately by Michael Weghorn · 5 years ago
- 70554d7 tdf#135136 Android: Don't hardcode height of TextViews by Michael Weghorn · 5 years ago
- fbcc644 android: Some trivial style improvements by Michael Weghorn · 5 years ago
- 710bada android: Drop unused FileUtilities members by Michael Weghorn · 5 years ago
- 8646ed9 android: Drop unused FolderIconView class by Michael Weghorn · 5 years ago
- 3199182 android: Offer 'Save As' in readonly mode by Michael Weghorn · 5 years ago
- 01521db tdf#95615 android: Don't offer "Save" after opening template by Michael Weghorn · 5 years ago
- 5ce43b2 android: Show file picker for new docs on "Save As" by Michael Weghorn · 5 years ago
- 865ec16 android: Drop unused 'FileUtilities#doAccept' by Michael Weghorn · 5 years ago
- 5306ecd android: Allow printing and PDF export regardless of mode by Michael Weghorn · 5 years ago
- 40f3002 android: Merge 2 'LOKitTileProvider#printDocument' methods by Michael Weghorn · 5 years ago
- 9ebcb80 android: Ask where to save PDF file on export by Michael Weghorn · 5 years ago
- d16e569 android: Add a "Save As..." menu entry by Michael Weghorn · 5 years ago
- a2b4564 android: Extract copying Uri to stream in thread to separate method by Michael Weghorn · 5 years ago
- 4db8535 android: Don't store whether spreadsheet in LibreOfficeMainActivity by Michael Weghorn · 5 years ago
- bcf0ed2 android: Drop some unused Turkish translations by Michael Weghorn · 5 years ago
- c0c43f4 android: Drop 'LibreOfficeMainActivity#onSaveInstanceState' by Michael Weghorn · 5 years ago
- 1bc4247 tdf#95517 android: Rework app/doc lifecycle handling by Michael Weghorn · 5 years ago
- d8fea0b android: Always create a temporary local copy of the doc by Michael Weghorn · 5 years ago
- d3f8f4b android: Turn 3 "internal" docs into raw resources by Michael Weghorn · 5 years ago
- bcb74b5 android: Drop fallback of opening default doc by Michael Weghorn · 5 years ago
- 224df29 android: Extract method to copy stream by Michael Weghorn · 5 years ago
- 79d9a73 android: Add member for document URI by Michael Weghorn · 5 years ago
- d214ab4 android: Check result for CREATE_NEW_DOCUMENT Intent by Michael Weghorn · 5 years ago
- 7d9db80 android: Request PERMISSION_WRITE_EXTERNAL_STORAGE again by Michael Weghorn · 5 years ago
- ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
- 4cfcc0f tdf#141338 android: Make "Select file to open" view smaller by Michael Weghorn · 5 years ago
- 91eb502 android: Move "Recent files" below system file picker view by Michael Weghorn · 5 years ago
- a23bd42 android: Drop custom file abstraction + UI by Michael Weghorn · 5 years ago
- 2bbb294 android: Actually show recently used in "Recent files" list by Michael Weghorn · 5 years ago
- 2611b5c android: Show files opened using system picker for recently used by Michael Weghorn · 5 years ago
- 4003042 android: Drop check for SDK version < 16 by Michael Weghorn · 5 years ago
- af56d15 android: Move code to get doc's display name from URI to static helper by Michael Weghorn · 5 years ago
- 40115df android: Extract opening of file to separate method 'openDocument' by Michael Weghorn · 5 years ago
- 4413426 android: Don't mark doc changed on keypress in readonly mode by Michael Weghorn · 5 years ago
- 51f6e11 android: Drop some unused imports by Michael Weghorn · 5 years ago
- 1477401 android: Don't require that user presses 'Back' twice to exit by Michael Weghorn · 5 years ago
- 4b85409 android: Use system file picker to create new docs by Michael Weghorn · 5 years ago
- 19e1f37 android: Only update file path for "real Save As" by Michael Weghorn · 5 years ago
- 05a3ce9 android: Drop unused 'newDocumentType' member by Michael Weghorn · 5 years ago
- 2e86226 tdf#139350 android: Fix handling of new docs by Michael Weghorn · 5 years ago
- a1abf2c tdf#139350 android: Add param to allow a "real" "Save As" by Michael Weghorn · 5 years ago
- 4dbc9c8 android: TileKitProvider: Optionally detect file type from document by Michael Weghorn · 5 years ago
- c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
- 76a30ac Related tdf#129833 android: Drop android.permission.INTERNET by Michael Weghorn · 5 years ago
- 1bf8f45 tdf#141111 android: Don't crash trying to edit read-only section by Michael Weghorn · 5 years ago
- 7f838b7 tdf#129833 android: Move reading file to separate thread by Michael Weghorn · 5 years ago
- d678ee3 tdf#129833 android: Allow opening files using system file picker by Michael Weghorn · 5 years ago
- 2df8b77 tdf#129833 android: Allow editing writable docs passed by Intent by Michael Weghorn · 5 years ago
- 6012599 tdf#129833 android: Drop non-working ownCloud/nextCloud support by Michael Weghorn · 5 years ago
- b0d1ad8 android: Update obj path in README by Michael Weghorn · 5 years ago
- bf6efbb android: Don't allow editing for read-only docs by Michael Weghorn · 5 years ago
- 878cbe22 android: Don't show message for readonly files in non-experimental mode by Michael Weghorn · 5 years ago
- 88f4b76 tdf#125318 android: Allow copying with editing disabled by Michael Weghorn · 5 years ago
- a7c0039 android: Show original instead of temp file name by Michael Weghorn · 5 years ago
- 66e531d tdf#141052 android: Include 'tabbuttons.ui' and 'tabviewbar.ui' by Michael Weghorn · 5 years ago
- 96af761 tdf#141044 android: Update included .ui files by Michael Weghorn · 5 years ago
- a7abe26 Fixed few grammar mistakes by ViKrAm-Baisclear · 5 years ago
- 095b2da Make sure $(SODEST)/libc++_shared.so target dir exists by Stephan Bergmann · 5 years ago
- f5e87b2 android: "make run" works also for debug configuration by Vasily Melenchuk · 6 years ago
- e30b049 Remove BuildVersion also from Android and iOS version ini files by Stephan Bergmann · 6 years ago
- f2180bd Update paths in Makefile.in and android/.gitignore by Michael Weghorn · 6 years ago
- bc6c034 tdf#134846 Android Viewer: Include native libs again by Michael Weghorn · 6 years ago
- 0dffc65 android: fix the build output directory by Henry Castro · 6 years ago
- 03093a9 tdf#134405 android: Add null check by Michael Weghorn · 6 years ago
- 04ca42f Make it possible to just build the native code for Android, no Java bits by Tor Lillqvist · 6 years ago
- 71a23fa don't hardcode /usr/bin/python3 in android scripts by Christian Lohmaier · 6 years ago
- 35518c9 Move all public Java classes to libreoffice.jar by Samuel Mehrbrodt · 6 years ago
- b7056b8 tdf#116243 android: Include headerfootermenu.ui by Michael Weghorn · 6 years ago
- 5566129 tdf#131195 android: Don't destroy doc while loading it by Michael Weghorn · 6 years ago
- 45fbfbf tdf#131622 android: Extract native libs again by Michael Weghorn · 6 years ago
- 325bca9 tdf#131622 android: Handle password callback for non-editing case, too by Michael Weghorn · 6 years ago
- 9d4b614 android: Pass Intent's action in ctor already by Michael Weghorn · 6 years ago
- 97e9a83 android: Fix asset handling in build.gradle by Michael Weghorn · 6 years ago
- 367431b tdf#126909 android: include icons into APK by Michael Weghorn · 6 years ago
- a93770e android: Update gradle by Michael Weghorn · 6 years ago
- 9fa6312 android: Escape apostrophe in Turkish string by Michael Weghorn · 6 years ago
- 7c0a38e android: Bump compileSdkVersion, targetSdkVersion by Michael Weghorn · 6 years ago
- 3e19e0d android: Move "Display language" setting to "General" section by Michael Weghorn · 6 years ago
- 9989f78 tdf#131179 android: Support docs containing comments by Michael Weghorn · 6 years ago
- 23c379a android: Hide cursor again when selection was done due to search by Michael Weghorn · 6 years ago
- 8432df8 android: Make keyboard in search bar show "search button" by Michael Weghorn · 6 years ago
- 01f5884 android: Fix inverted naming for up/down in search by Michael Weghorn · 6 years ago
- 8666ac0 android: Avoid a crash when recently used file has unknown type by Michael Weghorn · 6 years ago
- 3e5a188 android: LOKitThread::refresh: Add null check by Michael Weghorn · 6 years ago
- bf331e3 android: LibreOfficeMainActivity::onStop: Add null check by Michael Weghorn · 6 years ago
- b327ea0 android: Avoid crash when tapping while document is being loaded by Michael Weghorn · 6 years ago
- 0adc9b6 GBUILD_TRACE, support for finding out where the build time is spent by Luboš Luňák · 6 years ago
- ba9f0b4 Fix typo by Andrea Gelmini · 6 years ago
- ae855bf tdf#117331 Merge jurt and unoil into ridl by Samuel Mehrbrodt · 6 years ago
- 37d2fdc Fix German typo by Andrea Gelmini · 6 years ago
- 5bf2ec9 android: Use system locale by default by Michael Weghorn · 6 years ago
- 9ee61e0 Android Viewer: Add German localization by Michael Weghorn · 6 years ago