summaryrefslogtreecommitdiff
path: root/android/Bootstrap
AgeCommit message (Expand)AuthorFilesLines
2016-03-23no need for IPC on Android, removes the need for the cache-hackChristian Lohmaier1-16/+1
2016-01-21improve android build status reportingPeter Foley1-0/+1
2015-11-13LOK: setClientZoom() - sets the client zoom levelMihai Varga1-0/+2
2015-11-01android: update JNI facade, rename mouse/keyboard event flagsTomaž Vajngerl2-13/+45
2015-11-01android: remove CommandLine.java as we don't use it anymoreTomaž Vajngerl1-176/+0
2015-10-21android: remove the native DirectBufferAllocatorTomaž Vajngerl1-46/+5
2015-10-14allow using Android Studio with lldb to debug native partChristian Lohmaier1-1/+1
2015-10-11move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier1-2/+6
2015-10-11migrate android build to gradleChristian Lohmaier11-518/+29
2015-10-03tdf#93281 clean cache directory on each startChristian Lohmaier1-10/+35
2015-10-03android: remove no longer used filesChristian Lohmaier2-107/+2
2015-10-01android: fix make install and don't use ant -quiet by defaultMiklos Vajna1-1/+1
2015-09-28Revert "revert back to android-21 target until tinderbox gets updated"Tor Lillqvist2-2/+2
2015-09-25revert back to android-21 target until tinderbox gets updatedChristian Lohmaier2-2/+2
2015-09-24android.util.FloatMath is deprecated/was removed in ver 23Christian Lohmaier2-2/+2
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud1-2/+2
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-05-21Let's simplify the paths and be less 'experimental'Tor Lillqvist1-2/+2
2015-05-21Remove more obsolete Android code: The 'AppSupport' stuffTor Lillqvist1-31/+0
2015-05-03android: Plain .component files are not used from what I know.Jan Holesovsky1-2/+1
2015-04-13java part handles received statechange callbackSiqi Liu1-0/+10
2015-03-30Bootstrap.initVCL is not used by our Android app any moreTor Lillqvist1-4/+0
2015-03-30android: Bump to android-21Jack Leigh2-2/+2
2015-03-24Kill dead <touch/touch.h> APITor Lillqvist1-2/+2
2015-03-23android: add debugrun Makefile targetMiklos Vajna1-1/+1
2015-03-16android: Make the Bold button actually work - switches to typing in bold.Jan Holesovsky1-0/+6
2015-03-16android: add to JNI - setGraphicSelection, resetSelectionTomaž Vajngerl1-1/+20
2015-03-16android: use LOK_SETTEXTSELECTION_RESET as it is meant to be usedTomaž Vajngerl1-4/+4
2015-03-16android: make & build appcompat-v7 library, up target to v21Tomaž Vajngerl1-0/+8
2015-03-09android: add CALLBACK_GRAPHIC_SELECTION to LOK facadeTomaž Vajngerl1-1/+1
2015-03-09tdf#89705: provides callback for url handling on android.Siqi Liu1-0/+2
2015-03-09android: add and handle show/hide cursor message from LOKTomaž Vajngerl1-0/+1
2015-03-09android: rename text selection callback messagesTomaž Vajngerl1-3/+3
2015-03-02LOK: move Office::postKeyEvent to DocumentMiklos Vajna2-8/+8
2015-02-23android: organise importsTomaž Vajngerl2-4/+0
2015-02-23android: forgot to update javadoc of JNI wrapperMiklos Vajna1-1/+2
2015-02-23lok::Office::postKeyEvent: allow different char and key codeMiklos Vajna1-1/+1
2015-02-16android: add support for text selection to JNITomaž Vajngerl1-0/+18
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens1-1/+0
2015-02-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna1-1/+2
2015-02-09android: fix missing drawingML preset shapesMiklos Vajna1-0/+2
2015-02-09android: Add callback types to DocumentTomaž Vajngerl1-0/+9
2015-01-26android: make sure the soffice.cfg directory is always availableMiklos Vajna1-0/+3
2015-01-26android: add postMouseEvent to LOKit JNI interfaceTomaž Vajngerl1-0/+12
2015-01-26android: 'make release-apk' now also accepts the example document.Jan Holesovsky1-1/+1
2015-01-26android: Rename 'make sign' to 'make release-apk'.Jan Holesovsky1-1/+5
2015-01-26android: Set the package name correctly.Jan Holesovsky6-2/+7
2015-01-26android: show vendor in LOAboutMiklos Vajna1-1/+1
2015-01-16android: guard buffer allocation and return null if alloc. failsTomaž Vajngerl1-0/+10
2015-01-16android: remove logging null in DirectBufferAllocatorTomaž Vajngerl1-2/+0