summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2020-01-03android: don't try to copy the apk if it does not existMiklos Vajna1-1/+1
2020-01-02android: Avoid building the apk when configured with --enable-android-lok.Jan Holesovsky1-6/+4
2019-12-12tdf#115698 android: Don't modify doc on color palette initializationMichael Weghorn2-3/+4
2019-12-04android: Allow zooming for Calc as wellMichael Weghorn1-9/+3
2019-12-02android: Fix linking of liblo-native-code.so on aarch64.Jan Holesovsky1-2/+2
2019-11-20android: fixup - the menu file was meant to go to the non-extracted assetsChristian Lohmaier1-7/+7
2019-11-19tdf#128101 android: fix documents with manual page breakChristian Lohmaier1-0/+7
2019-11-19tdf#124536 android: fix breakiterator mismatch (separate data files for zh/ja)Christian Lohmaier1-5/+10
2019-11-19android: avoid NPE when trying to create cache fileChristian Lohmaier2-3/+5
2019-11-15android: keep float for row/column dimensions to unbreak buildChristian Lohmaier1-2/+3
2019-11-13android/mobile-config.py: Use python3Michael Weghorn1-1/+1
2019-11-13lok: calc: switch row / column / grouping data to pixels.Michael Meeks1-3/+2
2019-11-08tdf#127540 android: fix type-detection error when trying About|Show LicenseChristian Lohmaier1-1/+1
2019-11-07tdf#123290 fix android tinderbox builds/properly package libc++_shared.soChristian Lohmaier1-1/+4
2019-10-25android: Fix problems with unwinding in the Online-based Android app.Jan Holesovsky1-1/+1
2019-10-24android: Allow using SDK and NDK directly from the Android Studio.Jan Holesovsky2-3/+2
2019-09-06Fixing '....'Andrea Gelmini2-3/+3
2019-09-01Fix '..'Andrea Gelmini2-2/+2
2019-08-08android: support NDK 19 and above (20 as of this commit)Christian Lohmaier2-2/+6
2019-06-28tdf#102040 Don't type doubled characters when using external keyboard.Dawid Gan1-1/+0
2019-06-18android: Fix non-debug build.Jan Holesovsky1-1/+1
2019-04-17update references about selective debuginfo in android/READMELuboš Luňák1-3/+7
2019-04-05android: fix ArrayIndexOutOfBounds on selecting 'Drawings' in DefaultFileFilt...kaishu-sahu1-0/+1
2019-04-05android: Setting default values to setting preference, minor ux improvementskaishu-sahu1-0/+3
2019-04-03Fix typoAndrea Gelmini1-1/+1
2019-03-11android: Set the FONTCONFIG_FILE envvar to the fonts.conf (if exists).Jan Holesovsky1-13/+0
2019-03-11android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky2-6/+1
2019-03-11android: Generate liblo-native-code.so so that it can be linked against.Jan Holesovsky2-1/+2
2019-02-18android: Add a missing dependency.Jan Holesovsky1-1/+1
2019-01-25Fix typoAndrea Gelmini1-1/+1
2018-12-13Introduce --enable-android-editingStephan Bergmann2-3/+3
2018-12-13Switch Android armeabi-v7a to libc++/libc++abi/libunwind tooStephan Bergmann1-1/+1
2018-12-13Export RTTI symbols from liblo-native-code.so, for binary UNO bridgeStephan Bergmann1-0/+1
2018-12-13Move NSSLIBS to a more sensible place on the linker command lineStephan Bergmann1-2/+1
2018-12-12Make android/mobile-config.py compatible with Python 3Stephan Bergmann1-2/+2
2018-11-13android: lock away editing mode in separate build flavorChristian Lohmaier3-5/+17
2018-11-04[Pardus] ability to change slide nameMert Tumer6-11/+20
2018-11-04Fix nullptr exception in presentation on AndroidMert Tumer1-0/+1
2018-11-02[Pardus] fix highlight color in Presentation On AndroidMert Tumer2-2/+9
2018-11-02[Pardus] fix missing break in switch case on AndroidMert Tumer1-1/+2
2018-11-02[Pardus] removed ignore hidden files on AndroidMert Tumer1-3/+0
2018-11-02[Pardus] language improvements on AndroidGulsah Kose1-12/+12
2018-11-02[Pardus] language improvements on AndroidMert Tumer10-22/+52
2018-11-02Fix permission settings on Android ViewerMert Tumer2-8/+5
2018-10-18Added Turkish Language Support on Android ViewerMert Tumer4-2/+236
2018-10-18Added language support on Android ViewerMert Tumer6-1/+92
2018-10-06Extract hardcoded strings to string resource file on Android ViewerMert Tumer7-33/+49
2018-08-21Added Clear Formatting button on Android ViewerMert Tumer3-1/+24
2018-08-21Fix listing all options (presentation and spreadsheet) on all documentsMert Tumer3-15/+24
2018-08-15tdf#89860 ability to print from Android ViewerMert Tumer5-1/+117