summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Android: fix share feature for .odp/.odt filesJacobo Aragunde Pérez2-4/+31
2015-02-10Android: run open(IFile) in a different thread.Jacobo Aragunde Pérez1-6/+18
2015-02-10Android: run openParentDirectory() in a different thread.Jacobo Aragunde Pérez1-1/+17
2015-02-10Android: run openDirectory() in a different thread.Jacobo Aragunde Pérez1-38/+40
2015-02-10Android: run IDocumentProvider setup in a different thread.Jacobo Aragunde Pérez1-16/+42
2015-02-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna2-2/+3
2015-02-09android: copy document to temp file when using content schemeTomaž Vajngerl1-1/+53
2015-02-09android: allow only "file" and "content" URI schemeTomaž Vajngerl1-1/+8
2015-02-09android: When loading fails, make sure we don't crash the next time.Jan Holesovsky2-5/+16
2015-02-09android: Initialize for tiled rendering earlier.Jan Holesovsky1-1/+3
2015-02-09android: fix missing drawingML preset shapesMiklos Vajna1-0/+2
2015-02-09android: blinking cursorTomaž Vajngerl1-1/+11
2015-02-09android: show text cursor in place suggested by invalid. eventTomaž Vajngerl6-0/+184
2015-02-09android: gather text selection handles inside TextSelectionTomaž Vajngerl3-12/+8
2015-02-09android: Always log the SAL_WARN's.Jan Holesovsky1-2/+2
2015-02-09android: TextSelection improvementsTomaž Vajngerl6-133/+94
2015-02-09android: make back button work again - return false in OnKeyDownTomaž Vajngerl1-1/+1
2015-02-09android: mute invalid. if not editing, don't show handle on touchTomaž Vajngerl2-20/+27
2015-02-09tdf#87098 don't adjust zoom/position for spreadsheetsTomaž Vajngerl4-7/+33
2015-02-09android: Actually we don't need ViewFactoryTomaž Vajngerl2-38/+0
2015-02-09android: integrate text selection handles from FennecTomaž Vajngerl19-4/+441
2015-02-09android: get LayerView from LOKitShellTomaž Vajngerl1-0/+6
2015-02-09android: Use callback types, extract string to rect conversionTomaž Vajngerl1-17/+35
2015-02-09android: Add callback types to DocumentTomaž Vajngerl1-0/+9
2015-02-09android: key press to key event, use InputConnectionHandlerTomaž Vajngerl9-28/+94
2015-02-09android: move TouchEventHandler into JavaPanZoomControllerTomaž Vajngerl6-184/+253
2015-02-09android: remove unneded code from GeckoLayerClientTomaž Vajngerl1-87/+17
2015-02-05tdf#87432: normal icons for folders in android doc browserJacobo Aragunde Pérez2-44/+0
2015-02-01Bin obsolete commentsTor Lillqvist1-8/+1
2015-02-01Copy only *-debug.apkTor Lillqvist1-1/+1
2015-01-26android: touch pop-ups keyboard and sends mousebuttondown eventTomaž Vajngerl1-0/+3
2015-01-26android: convert to document coor. and send it with touch eventTomaž Vajngerl1-5/+10
2015-01-26android: view point to document point conversion updatedTomaž Vajngerl1-22/+3
2015-01-26android: extend touch event with transformed document coordinateTomaž Vajngerl3-5/+9
2015-01-26android: add mouseButtonDown(Up) to TileProvider + impl.Tomaž Vajngerl3-1/+41
2015-01-26android: add some comments to TileProvider interfaceTomaž Vajngerl1-0/+30
2015-01-26android: translate DEL/ENTER in LOKitTileProviderMiklos Vajna1-1/+13
2015-01-26android: use getUnicodeChar() in LOKitTileProviderMiklos Vajna1-1/+2
2015-01-26android: make sure the soffice.cfg directory is always availableMiklos Vajna1-0/+3
2015-01-26android: disable Impress View -> Slide PaneMiklos Vajna1-0/+6
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 Holesovsky2-2/+7
2015-01-26android: Rename 'make sign' to 'make release-apk'.Jan Holesovsky3-5/+12
2015-01-26android: Bind the release/debug setting to --enable-release-build.Jan Holesovsky1-1/+1
2015-01-26android: it doesn't hurt to log the document filename on loadTomaž Vajngerl1-0/+2
2015-01-26android: Fix loading files that have space in the filenameTomaž Vajngerl1-1/+1
2015-01-26android: Add makefile rule to sign the resulting .apk.Jan Holesovsky1-0/+11
2015-01-26android: fix crash in tile provider while closing the documentMiklos Vajna1-1/+8
2015-01-26android: Set the debug / release according to the configure setting.Jan Holesovsky1-1/+2
2015-01-26android: Fix release build via top level 'make'.Jan Holesovsky2-2/+2