summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2019-12-06android: Set only English as the supported language for now.Jan Holesovsky1-2/+2
2019-12-06android: Change the sort icon to distinguish it from the other.Jan Holesovsky3-14/+10
2019-12-06android: Disable OTG and Remote server for the moment, it's totally untested.Jan Holesovsky2-1/+9
2019-12-06android: Brand also the shell's About dialog.Jan Holesovsky3-1/+4
2019-12-03android: When I want to quit, I mean it.Jan Holesovsky2-19/+2
2019-12-03android: Don't crash in the shell's About dialog.Jan Holesovsky1-1/+2
2019-12-03android: Add possibility to brand the launcher icon.Jan Holesovsky4-1/+11
2019-12-03android: Replace the value in fonts with real name instead of 'null'.Jan Holesovsky2-1/+2
2019-11-09android: Back to using POCO.Jan Holesovsky1-0/+32
2019-11-07android: Allow specifying the versionCode from ./configure.Jan Holesovsky1-1/+1
2019-10-29android: Copy stuff from assets/unpack with every git commit change.Jan Holesovsky2-3/+5
2019-10-29android: Add hint about using pretty-printers.Jan Holesovsky1-10/+6
2019-10-25android: Fix a linking problem.Jan Holesovsky1-0/+5
2019-10-08typo fixes in comments and codeAndras Timar1-1/+1
2019-09-06android: add support for screen dimming from JS.kaishu-sahu1-5/+25
2019-07-23android: Load the document only after we've got the permission.Jan Holesovsky1-14/+17
2019-07-23android: Obviously we need to request for writing, not only reading.Jan Holesovsky1-5/+5
2019-07-23android: No need for the extra wrapper, use the LOActivity directly.Jan Holesovsky5-27/+12
2019-07-22android: add cut, copy, paste support to document viewer.kaishu-sahu2-31/+120
2019-07-19android: Fix the LOActivity lifecycle in several ways.Jan Holesovsky2-4/+30
2019-07-19android: Fix a threading / ordering issue.Jan Holesovsky1-19/+15
2019-07-19android: add insert image feature to document viewerkaishu-sahu2-7/+44
2019-07-15android: Rename the .xml files to avoid potential conflicts.Jan Holesovsky5-3/+3
2019-07-12android: Split the actual editing Activity into an own library.Jan Holesovsky23-718/+809
2019-07-11android: Corrected the .odp template.Jan Holesovsky1-0/+0
2019-07-11android: Avoid system fonts.Jan Holesovsky3-2/+68
2019-06-20android: Create New File dialog rework.Jan Holesovsky3-49/+96
2019-06-20android: Actually let's disable the obfuscation for the moment.Jan Holesovsky1-2/+2
2019-06-20android: The JNI callbacks must not change names during obfuscation.Jan Holesovsky1-3/+13
2019-06-20android: We also need to DetachCurrentThread().Jan Holesovsky1-1/+14
2019-06-20android: Explicitly enable unipoll.Jan Holesovsky1-0/+2
2019-06-20android: Remove also the build/ subdir during make clean.Jan Holesovsky1-0/+1
2019-06-20android: make clean should clean the assets too.Jan Holesovsky7-30/+11
2019-06-20android: Allow providing the package name via --with-android-package-name.Jan Holesovsky2-2/+5
2019-06-20android: Move versionCode to liboSettings.gradle.in.Jan Holesovsky2-5/+3
2019-06-20android: Use the full main.xcd and registry_en-US.xcd.Jan Holesovsky1-24/+0
2019-06-20android: These have to be passed by copy too.Jan Holesovsky1-1/+1
2019-06-20android: Copy images.zip into the APK too.Jan Holesovsky1-2/+5
2019-06-20android: No initial spaces in the rc files.Jan Holesovsky1-30/+30
2019-06-20android: The BRAND_SHARE_SUBDIR is needed for the dialogs to work.Jan Holesovsky1-0/+1
2019-06-20android: Unload the document already in onPause().Jan Holesovsky1-3/+3
2019-06-20android: Re-create fakeClientFd for every loolwsd restart.Jan Holesovsky1-16/+19
2019-06-20android: No need to have the loolwsd instance static.Jan Holesovsky1-5/+4
2019-06-20android: Initialize the LibreOfficeKit only once.Jan Holesovsky1-2/+8
2019-06-20android: We avoid trace log level on Android, adapt accordingly.Jan Holesovsky1-10/+12
2019-06-20android: Use the MobileTerminationFlag the same way as on iOS.Jan Holesovsky1-0/+4
2019-06-20android: Reduce the logging to 'debug'.Jan Holesovsky1-1/+1
2019-06-14android: add slideshow support in the document viewer.kaishu-sahu10-18/+177
2019-06-14android: add print feature to the document viewer.kaishu-sahu3-11/+140
2019-06-14android: add rationale dialog for permission denial with "Don't ask again".kaishu-sahu2-0/+52