summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2019-12-02android: Fix linking of liblo-native-code.so on aarch64.Jan Holesovsky1-2/+2
2019-11-19android: keep float for row/column dimensions to unbreak buildChristian Lohmaier1-2/+3
2019-11-13lok: calc: switch row / column / grouping data to pixels.Michael Meeks1-3/+2
2019-10-25android: Fix problems with unwinding in the Online-based Android app.Jan Holesovsky1-1/+1
2019-10-22android: Allow using SDK and NDK directly from the Android Studio.Jan Holesovsky2-3/+2
2019-10-22android: support NDK 19 and above (20 as of this commit)Christian Lohmaier2-2/+6
2019-10-09android: Fix non-debug build.Jan Holesovsky1-1/+1
2019-10-09Introduce --enable-android-editingStephan Bergmann2-3/+3
2019-10-09android: Set the FONTCONFIG_FILE envvar to the fonts.conf (if exists).Jan Holesovsky1-13/+0
2019-10-09android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky2-6/+1
2019-10-09android: Generate liblo-native-code.so so that it can be linked against.Jan Holesovsky2-1/+2
2019-10-09Export RTTI symbols from liblo-native-code.so, for binary UNO bridgeStephan Bergmann1-0/+1
2019-10-09Switch Android armeabi-v7a to libc++/libc++abi/libunwind tooStephan Bergmann1-1/+1
2019-10-09Move NSSLIBS to a more sensible place on the linker command lineStephan Bergmann1-2/+1
2019-10-06android: Add a missing dependency.Jan Holesovsky1-1/+1
2019-10-06Make android/mobile-config.py compatible with Python 3Stephan Bergmann1-2/+2
2019-09-22android: fix ArrayIndexOutOfBounds on selecting 'Drawings' in DefaultFileFilt...kaishu-sahu1-0/+1
2019-09-19update references about selective debuginfo in android/READMELuboš Luňák1-3/+7
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
2018-08-11Added PDF Export option on Android ViewerMert Tumer5-3/+51
2018-08-07tdf#106648 save current work when switching to other appsMert Tumer3-4/+67
2018-08-07Fix floating action button disappears after closing a documentMert Tumer1-9/+10
2018-08-07tdf#119082 Exception wrong thread on Android ViewerMert Tumer1-1/+6
2018-08-07Show Save document dialog when using colorpickerMert Tumer2-0/+2
2018-07-31Rename/Delete worksheets and slides option on Android ViewerMert Tumer9-3/+182
2018-07-31Setting visibility of menu items instead of disabling or enabling themMert Tumer3-7/+27
2018-07-31Renamed "Font Back Color" to "Highlight Color" on Android ViewerMert Tumer1-1/+1
2018-07-15Developer ModeXimeng Zu7-13/+268
2018-07-12Style tab added to Android ViewerMert Tumer2-56/+80
2018-07-12tdf#118622 fix unhandled exception when selecting remove serverMert Tumer1-8/+14
2018-07-12tdf#118618 fix document browser doesnt list all documentsMert Tumer1-2/+2
2018-07-12tdf#118585 Fix exception when closing Android ViewerMert Tumer1-0/+1
2018-07-12Fix remote server can not be selected on Android ViewerMert Tumer1-1/+1
2018-07-12Fix endless loop when selecting remote server on Android ViewerMert Tumer1-6/+6
2018-06-30android: simplify boolean statementChristian Lohmaier1-3/+2
2018-06-30android: get rid of unsafe/unchecked castsChristian Lohmaier2-28/+20