summaryrefslogtreecommitdiff
path: root/android/README
AgeCommit message (Collapse)Author
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
Renaming all README files for all top level modules to README.md, applying no content change at this stage to be able to track history of the files. These files should be edited to use correct Markdown syntax later. Change-Id: I542fa3f3d32072156f16eaad2211a397cc212665 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112977 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2021-03-19android: Update obj path in READMEMichael Weghorn
... according to the changes done in commit 0dffc65236fbacf98047d6dbfc82b4efe7dd959b Date: Fri Jun 5 08:59:26 2020 -0400 android: fix the build output directory When compiling in a different build output directory, the "liblo-native-code.so" file is created in the source directory and it fails compiling the "online" project Change-Id: I886231034bbe3937748d9b5ef56239aea3cf7b8c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112702 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2021-01-09Fixed few grammar mistakesViKrAm-Baisclear
Change-Id: I772d24df6aefc441380379c2a2f075e879aafa29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108936 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-09-06Fixing '....'Andrea Gelmini
Change-Id: Icf2a34500acc18b28f113c85366bf24edc6d20b9 Reviewed-on: https://gerrit.libreoffice.org/78695 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-04-17update references about selective debuginfo in android/READMELuboš Luňák
The second case is very likely mistaken though. Change-Id: I6bfc55800a6b26ce0ae6d3645e4179dc5f683205
2018-04-07add hint on how to use lldb pretty-printers form within android studioChristian Lohmaier
Change-Id: Ia028dd64c04d1de95e42ea2b89ee2bca689a2390
2017-09-07android: drop workarounds for ndk-gdb support (can still run manually)Christian Lohmaier
packing gdbserver into apk conflicts with extractNativeLibs="false", as the gradle pugin compresses it (which could be disabled using aaptOptions), but furthermore it doesn't page-align it, breaking installation. So instead let the user manually push the gdbserver tool to device and remove the hardcoded values that were only there to please the ndk-gdb scripts. Using lldb from within Android Studio is more comfortable anyway :-) Change-Id: I31c3af4847a479c56b3fcd6b5bed114e004bf0d2 Reviewed-on: https://gerrit.libreoffice.org/41950 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2016-05-16Fix typosAndrea Gelmini
Change-Id: If7262e114b5b4cd40e9c0a8929940199ea747595 Reviewed-on: https://gerrit.libreoffice.org/25025 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2015-11-13android: add source of icons to READMETomaž Vajngerl
Change-Id: Iad3ad138a9a7164d10ab6e51e22032ad115d08a5
2015-10-14allow using Android Studio with lldb to debug native partChristian Lohmaier
and of course also for the Java part Using build-id linker flag allows lldb to map the installed .so to the non-stripped version on the buildhost. Also ndk-gdb supports specifying a different package name on the commandline, so no need for the error in configure anymore. Change-Id: If6887a27cc8ab15ee6ab612502cacf0a22ade737
2015-10-14make ndk-gdb work againChristian Lohmaier
it hardcodes so much :-( Change-Id: Id86c2bcbf5936f3ab292e87210b967e2331c9435
2015-05-21lokdocview: adapt Android pathMiklos Vajna
Change-Id: I786fd580b3d08fa076eeb2bf90bd23b09c9f8182
2015-04-14add debugging missing services to READMESiqi Liu
Change-Id: Ib30a0e3d56ca9ebd07ee55e0aee9b13c0474a060
2015-04-13android: rename TextCursorLayer{View} -> DocumentOverlay{View}Tomaž Vajngerl
Change-Id: I53a55e2d30c298e7c34f18b7713de91f3c77d5f2
2015-04-08android: update emulator / debugging documentationMiklos Vajna
Change-Id: I402e9073f15dccb3618c06e355559b9f8ff7f763
2015-04-07android: update startup details of READMEMiklos Vajna
Change-Id: I88a0483e96f2de38ae3c1bc6f707e3b5b504bbac
2015-04-07android: Insure -> EnsureMiklos Vajna
Change-Id: I33d8282210329d8bb3a471a7c717fcf653930e95
2015-04-07android: update READMETomaž Vajngerl
Change-Id: I8e3d0e5b8032ee5e8cc65b943855b365e7db3864
2015-03-30android: properly merge README with new contentTomaž Vajngerl
Change-Id: I740c654f5844ef4cb7cbc5387c7b8a56e326e532
2015-03-30Revert "android: add README"Tomaž Vajngerl
This reverts commit 9ebd22c353ca2e2b3d37b0c6d266b6c582538edc.
2015-03-30android: add READMETomaž Vajngerl
Change-Id: I7a2b3cb487b4dfe290bff36e3766357fbbc84fba
2015-03-30android: add doc on how to set up jdbMiklos Vajna
Change-Id: I15427518bc82e3da147b74c01bb2e0480fc32f25
2015-03-23fold README.Android into android/READMEMiklos Vajna
Change-Id: Ifaeb87427d6e2e0c2bb0fcd19e0d39bf15c76973
2012-03-06more idle code documentation improvementMichael Meeks