summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2019-07-09android: Allow using SDK and NDK directly from the Android Studio.Jan Holesovsky2-4/+3
2019-06-18android: Fix non-debug build.Jan Holesovsky1-1/+1
2019-06-17Introduce --enable-android-editingStephan Bergmann2-3/+3
2019-06-06adjust path to generated apk to new defaultsChristian Lohmaier1-1/+1
2019-06-06android: bump gradle, gradle-plugin, support libary & target versionsChristian Lohmaier2-13/+10
2019-06-05update references about selective debuginfo in android/READMELuboš Luňák1-3/+7
2019-06-05android: fix ArrayIndexOutOfBounds on selecting 'Drawings' in DefaultFileFilt...kaishu-sahu1-0/+1
2019-06-05android: Set the FONTCONFIG_FILE envvar to the fonts.conf (if exists).Jan Holesovsky1-13/+0
2019-06-05android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky2-6/+1
2019-06-05android: Generate liblo-native-code.so so that it can be linked against.Jan Holesovsky2-1/+2
2019-06-05Export RTTI symbols from liblo-native-code.so, for binary UNO bridgeStephan Bergmann1-0/+1
2019-06-05Switch Android armeabi-v7a to libc++/libc++abi/libunwind tooStephan Bergmann1-1/+1
2019-06-05Move NSSLIBS to a more sensible place on the linker command lineStephan Bergmann1-2/+1
2019-06-05android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier5-22/+19
2019-06-05android: Add a missing dependency.Jan Holesovsky1-1/+1
2019-06-05Make android/mobile-config.py compatible with Python 3Stephan Bergmann1-2/+2
2019-06-05tdf#119082 Exception wrong thread on Android ViewerMert Tumer1-1/+6
2019-06-05tdf#118585 Fix exception when closing Android ViewerMert Tumer1-0/+1
2019-06-05android: simplify boolean statementChristian Lohmaier1-3/+2
2019-06-05android: suppress deprecation warning for Html.toHtml(String)Christian Lohmaier1-1/+4
2019-06-05tdf#117777 fix show hidden files/folders option on AndroidMert Tümer1-1/+11
2019-06-05android janitor... convert chained ifs to switch statementChristian Lohmaier3-24/+36
2019-06-05tdf#96795: Use locale-sensitive sorting in Android viewerMert Tümer1-2/+5
2019-06-05add hint on how to use lldb pretty-printers form within android studioChristian Lohmaier1-0/+3
2019-06-05tdf#116152 fix unsupported url exception on Android ViewerMert Tümer1-2/+16
2019-06-05tdf#115388: Android: Use HTTP SecureXisco Fauli1-1/+1
2019-06-05android: fix some layout issues with new-document buttonsChristian Lohmaier7-83/+88
2019-06-05tdf#103083 option to show/hide hidden files/folders on AndroidMert Tümer3-1/+23
2017-11-16tdf#106370 Android: add ability to insert picturesXimeng Zu9-2/+262
2017-11-16[Android] Add address/formula barsXimeng Zu5-2/+106
2017-10-23chmod 0755 -> 0644 for some source filesStephan Bergmann1-0/+0
2017-09-24unused importChristian Lohmaier1-1/+0
2017-09-24lint: remove redundant type casts (findViewById to object of type)Christian Lohmaier13-63/+63
2017-09-24use gradle to build the owncloud-android-libChristian Lohmaier1-5/+9
2017-09-23buildscripts section actually needs dedicated repositoriesChristian Lohmaier1-1/+3
2017-09-22android: bump support library & buildtools/SDK versionsChristian Lohmaier1-7/+11
2017-09-21blank doesn't take any effect anymore. remove it from android's fonts.confChristian Lohmaier1-66/+0
2017-09-15android: textrelocations are no longer an issue (can target 23 and later)Christian Lohmaier1-4/+1
2017-09-12android: tune symbols for lldb & we actually target 14 as minSDKChristian Lohmaier1-0/+1
2017-09-07tdf#90556 android: make buildID in about a clickable link to git logChristian Lohmaier2-5/+7
2017-09-07android: drop workarounds for ndk-gdb support (can still run manually)Christian Lohmaier6-61/+19
2017-09-04tdf#112190 installLocation should be specified in toplevel manifestChristian Lohmaier1-1/+1
2017-09-03android: prevent null pointer exception on startTomaž Vajngerl1-1/+4
2017-09-01android: remove a hard to address TODOMiklos Vajna1-1/+0
2017-08-31need to manuall load all native-libs on e.g. JellybeanChristian Lohmaier1-0/+14
2017-08-31use extractNativeLibs="false" for less disk usage and faster installationChristian Lohmaier2-2/+8
2017-08-31android: use sp (instead of dp) for font-sizeChristian Lohmaier1-1/+1
2017-08-31min and target SdkVersions are taken from gradleChristian Lohmaier1-1/+0
2017-08-28android:singleLine is deprecated, use maxLines=1 insteadChristian Lohmaier1-1/+1
2017-08-28android: position in RecyclerView must not be treated as fixedChristian Lohmaier2-7/+5