Age | Commit message (Expand) | Author |
2024-07-19 | android: Drop unused import | Michael Weghorn |
2024-07-17 | android: Port from deprecated "archivesBaseName" | Michael Weghorn |
2024-07-17 | android: Set minSdkVersion without "=" | Michael Weghorn |
2024-05-16 | android: Set android.ndkVersion for Gradle | Michael Weghorn |
2023-11-30 | android: Add make dep to update build ID more reliably | Michael Weghorn |
2023-11-30 | android: Separate build ID and vendor from versionName | Michael Weghorn |
2023-11-30 | android: Drop trailing whitespace in Makefile | Michael Weghorn |
2023-11-16 | android: Add missing make dependency | Michael Weghorn |
2023-11-15 | android: Add button to open privacy URL | Michael Weghorn |
2023-11-15 | android: Drop "More Info" item in "About" dialog | Michael Weghorn |
2023-02-16 | android: Use libc++_shared path that works for NDK 25, too | Michael Weghorn |
2023-02-16 | android: Use actual Android API level for minSdkVersion, nss | Michael Weghorn |
2023-02-16 | android: Require NDK 23 and use default linker lld | Michael Weghorn |
2022-04-21 | android: Explicitly load libc++_shared | Michael Weghorn |
2022-04-20 | android: Use android.ndkPath property to set path to NDK | Michael Weghorn |
2022-04-20 | android: Set archivesBaseName differently after gradle update | Michael Weghorn |
2022-04-20 | android: Stop using ANDROID_SDK_HOME env variable | Michael Weghorn |
2022-04-20 | android: Use property instead of ANDROID_NDK_HOME env var | Michael Weghorn |
2021-10-22 | LOK: maintain blocked command list per view | Pranam Lashkari |
2021-09-03 | tdf#131548 Android: jump to cell | Ilhan Yesil |
2020-11-19 | Make sure $(SODEST)/libc++_shared.so target dir exists | Stephan Bergmann |
2020-07-17 | tdf#134846 Android Viewer: Include native libs again | Michael Weghorn |
2020-07-07 | android: fix the build output directory | Henry Castro |
2020-01-17 | android: Fix linking of liblo-native-code.so on x86_64 | Michael Weghorn |
2019-12-02 | android: Fix linking of liblo-native-code.so on aarch64. | Jan Holesovsky |
2019-11-07 | tdf#123290 fix android tinderbox builds/properly package libc++_shared.so | Christian Lohmaier |
2019-10-25 | android: Fix problems with unwinding in the Online-based Android app. | Jan Holesovsky |
2019-08-08 | android: support NDK 19 and above (20 as of this commit) | Christian Lohmaier |
2019-03-11 | android: Set the FONTCONFIG_FILE envvar to the fonts.conf (if exists). | Jan Holesovsky |
2019-03-11 | android: Separate the Android-specific setup from the actual LOK init. | Jan Holesovsky |
2019-03-11 | android: Generate liblo-native-code.so so that it can be linked against. | Jan Holesovsky |
2019-02-18 | android: Add a missing dependency. | Jan Holesovsky |
2018-12-13 | Switch Android armeabi-v7a to libc++/libc++abi/libunwind too | Stephan Bergmann |
2018-12-13 | Export RTTI symbols from liblo-native-code.so, for binary UNO bridge | Stephan Bergmann |
2018-12-13 | Move NSSLIBS to a more sensible place on the linker command line | Stephan Bergmann |
2018-04-02 | use https links for api.libreoffice.org and opengrok | dennisroczek |
2018-03-27 | .uno:Save callback for the Android Viewer | Mert Tümer |
2018-03-15 | tdf#96796 - Added clipboard actions for the Android Viewer | Mert Tümer |
2018-03-14 | Revert "tdf#96796 - Added clipboard actions for the Android Viewer" | Thorsten Behrens |
2018-03-14 | tdf#96796 - Added clipboard actions for the Android Viewer | Mert Tümer |
2018-01-18 | android: use unified headers and llvm-c++ STL (x86) with NDK 16 | Christian Lohmaier |
2017-09-07 | android: drop workarounds for ndk-gdb support (can still run manually) | Christian Lohmaier |
2017-09-01 | android: remove a hard to address TODO | Miklos Vajna |
2017-08-31 | need to manuall load all native-libs on e.g. Jellybean | Christian Lohmaier |
2017-08-27 | [Android Viewer] Password support | Ximeng Zu |
2017-08-23 | Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apk | Gautam Prajapati |
2017-07-23 | [Android Viewer] Correct LOK Enums | Ximeng Zu |
2017-06-28 | Add LOKit Enums to Document.java | Ximeng Zu |
2017-04-05 | Fix typo: inticator -> indicator | Ximeng Zu |
2017-03-30 | tdf#106325 - No way to create a new Document | brainbreaker |