summaryrefslogtreecommitdiff
path: root/android/Bootstrap/src
AgeCommit message (Expand)AuthorFilesLines
2016-03-23no need for IPC on Android, removes the need for the cache-hackChristian Lohmaier1-16/+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-11move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier1-2/+6
2015-10-03tdf#93281 clean cache directory on each startChristian Lohmaier1-10/+35
2015-10-03android: remove no longer used filesChristian Lohmaier1-105/+0
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-05-21Remove more obsolete Android code: The 'AppSupport' stuffTor Lillqvist1-31/+0
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-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-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-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna1-1/+2
2015-02-09android: Add callback types to DocumentTomaž Vajngerl1-0/+9
2015-01-26android: add postMouseEvent to LOKit JNI interfaceTomaž Vajngerl1-0/+12
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
2015-01-16android: comments for new interfaces and methodsTomaž Vajngerl2-0/+15
2015-01-12jni: add postKeyEvent to Office and redirect the call to LOKTomaž Vajngerl1-0/+2
2015-01-12android: interface for processing of LOK messagesTomaž Vajngerl1-1/+12
2015-01-12android: Add support for callbacks from LO to JNI and Java LOKTomaž Vajngerl1-0/+16
2015-01-07android: Add initializeForRendering to LOKTomaž Vajngerl1-0/+3
2014-12-17Remove the ThumbnailGenerator classTor Lillqvist1-18/+0
2014-12-11android: remove unneeded logging and comment tile rendering timingTomaž Vajngerl1-1/+0
2014-12-04android: use ByteBuffer to send or store pointers in JNI bindingsTomaž Vajngerl3-8/+11
2014-12-04android: cleanup LibreOfficeKit initialization in JavaTomaž Vajngerl1-16/+14
2014-12-04android: improve error messages in DirectBufferAllocatorTomaž Vajngerl1-7/+7
2014-12-04android: add destroy and exit as a separate JNI callTomaž Vajngerl1-0/+1
2014-12-04android: VM based implementation of DirectBufferAllocatorTomaž Vajngerl1-6/+47
2014-12-04LOK Android: don't initialise until TMPDIR is set.Andrzej Hunt1-4/+4
2014-10-04android: better default part name (document type dependent)Tomaž Vajngerl1-0/+6
2014-09-24android: force initialize LibreOfficeKit, clean-upTomaž Vajngerl1-3/+4
2014-09-24android: use JNI direct memory allocator from FennecTomaž Vajngerl1-0/+52
2014-09-22LOKit: add "destroy" and "saveAs" to android JNITomaž Vajngerl2-2/+6
2014-08-10LOKit android: add support for setPartMode and getPartNameTomaž Vajngerl1-5/+19
2014-07-13Add getPart(s) to lokandroid too.Andrzej Hunt1-1/+2
2014-07-03lok JNI: no "handle" in funcs & don't wrap some native funcsTomaž Vajngerl2-33/+13
2014-07-02android lok: fix paintTile JNI methodTomaž Vajngerl1-1/+1