summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23Related tdf#129833 android: Drop android.permission.INTERNETMichael Weghorn1-1/+0
2021-03-22tdf#141111 android: Don't crash trying to edit read-only sectionMichael Weghorn1-1/+4
2021-03-22tdf#129833 android: Move reading file to separate threadMichael Weghorn1-19/+44
2021-03-22tdf#129833 android: Allow opening files using system file pickerMichael Weghorn7-0/+139
2021-03-22tdf#129833 android: Allow editing writable docs passed by IntentMichael Weghorn4-2/+62
2021-03-22tdf#129833 android: Drop non-working ownCloud/nextCloud supportMichael Weghorn13-446/+2
2021-03-19android: Update obj path in READMEMichael Weghorn1-1/+1
2021-03-19android: Don't allow editing for read-only docsMichael Weghorn1-1/+1
2021-03-19android: Don't show message for readonly files in non-experimental modeMichael Weghorn2-5/+10
2021-03-18tdf#125318 android: Allow copying with editing disabledMichael Weghorn1-1/+1
2021-03-18android: Show original instead of temp file nameMichael Weghorn1-1/+31
2021-03-16tdf#141052 android: Include 'tabbuttons.ui' and 'tabviewbar.ui'Michael Weghorn1-1/+2
2021-03-15tdf#141044 android: Update included .ui filesMichael Weghorn1-6/+2
2021-01-09Fixed few grammar mistakesViKrAm-Baisclear1-4/+4
2020-11-19Make sure $(SODEST)/libc++_shared.so target dir existsStephan Bergmann1-0/+1
2020-09-30android: "make run" works also for debug configurationVasily Melenchuk1-1/+1
2020-08-19Remove BuildVersion also from Android and iOS version ini filesStephan Bergmann1-1/+0
2020-07-17Update paths in Makefile.in and android/.gitignoreMichael Weghorn1-2/+2
2020-07-17tdf#134846 Android Viewer: Include native libs againMichael Weghorn2-2/+4
2020-07-07android: fix the build output directoryHenry Castro1-2/+2
2020-07-01tdf#134405 android: Add null checkMichael Weghorn1-2/+5
2020-06-11Make it possible to just build the native code for Android, no Java bitsTor Lillqvist2-0/+4
2020-05-19don't hardcode /usr/bin/python3 in android scriptsChristian Lohmaier1-1/+1
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt1-2/+1
2020-04-08tdf#116243 android: Include headerfootermenu.uiMichael Weghorn1-2/+3
2020-04-01tdf#131195 android: Don't destroy doc while loading itMichael Weghorn1-2/+6
2020-03-27tdf#131622 android: Extract native libs againMichael Weghorn2-5/+4
2020-03-27tdf#131622 android: Handle password callback for non-editing case, tooMichael Weghorn1-0/+1
2020-03-13android: Pass Intent's action in ctor alreadyMichael Weghorn1-2/+1
2020-03-11android: Fix asset handling in build.gradleMichael Weghorn1-3/+5
2020-03-11tdf#126909 android: include icons into APKMichael Weghorn1-0/+7
2020-03-06android: Update gradleMichael Weghorn2-4/+3