summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2015-02-16android: discard image buffer as soon as we upload to a textureTomaž Vajngerl2-6/+237
2015-02-16android: remove tileRerender method as it is obsoleteTomaž Vajngerl1-14/+0
2015-02-16android: remove ImmutableViewportMetrics as input to endDrawingTomaž Vajngerl2-4/+4
2015-02-16android: organise importsTomaž Vajngerl4-29/+4
2015-02-16android: invalidate all intersecting tiles in one LOEventTomaž Vajngerl5-36/+51
2015-02-16android: add support for text selection to JNITomaž Vajngerl1-0/+18
2015-02-16android: optipng the resources.Jan Holesovsky16-0/+0
2015-02-16android: Remove duplicated icons.Jan Holesovsky12-0/+0
2015-02-16android: Remove unused icons.Jan Holesovsky37-0/+0
2015-02-16android: Set a more verbose SAL_LOG.Jan Holesovsky1-3/+1
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens2-2/+0
2015-02-12Android: get the file to share in a different thread.Jacobo Aragunde Pérez1-9/+36
2015-02-12Android: improve error handling for document providers.Jacobo Aragunde Pérez3-14/+62
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