summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2015-02-23android: Avoid big amount of space below the icons.Jan Holesovsky1-1/+1
2015-02-23android: support selection invalidation, show selection handlesTomaž Vajngerl1-0/+50
2015-02-23android: fix LOGTAG in DisplayPortCalculatorTomaž Vajngerl1-1/+1
2015-02-23android: no need for TileInvalidationCallbackTomaž Vajngerl5-44/+7
2015-02-23android: key press/release is in KeyEvent, no need to distinct themTomaž Vajngerl7-44/+18
2015-02-23android: support ACTION_MULTIPLE KeyEventTomaž Vajngerl1-1/+9
2015-02-23android: also send key event in onKeyMultiple and onKeyPreImeTomaž Vajngerl1-0/+4
2015-02-23android: can't compare strings with == in JavaTomaž Vajngerl1-1/+1
2015-02-23anndroid: bind "LongPress" to mouse double clickTomaž Vajngerl4-12/+26
2015-02-23andorid: format the code on LOKitTileProviderTomaž Vajngerl1-4/+2
2015-02-23android: make invalidations more readable - extract to own methodsTomaž Vajngerl1-20/+28
2015-02-23android: don't hardcode touch typeTomaž Vajngerl1-1/+1
2015-02-23android: organise importsTomaž Vajngerl2-4/+0
2015-02-23android: restructure reevaluateTilesTomaž Vajngerl1-5/+8
2015-02-23android: do tile reevaluation in LOKitThreadTomaž Vajngerl4-29/+43
2015-02-23android: no need endDrawing to be synchronizedTomaž Vajngerl1-4/+2
2015-02-23android: cleanup ComposedTileLayerTomaž Vajngerl1-38/+35
2015-02-23android: force a screen render on redraw in LOKitThreadTomaž Vajngerl1-0/+1
2015-02-23android: use Iterator for removing of tilesTomaž Vajngerl1-4/+5
2015-02-23android: create SubTile right away to reduce tile change eventsTomaž Vajngerl4-16/+19
2015-02-23android: change back to LinkedBlockingQueueTomaž Vajngerl1-13/+18
2015-02-23android: forgot to update javadoc of JNI wrapperMiklos Vajna1-1/+2
2015-02-23lok::Office::postKeyEvent: allow different char and key codeMiklos Vajna2-6/+21
2015-02-23android: organise importsTomaž Vajngerl12-34/+11
2015-02-23android: restructure reevaluateTilesTomaž Vajngerl1-8/+8
2015-02-23android: use locking to make tile redraw more predictableTomaž Vajngerl1-12/+47
2015-02-23android: directly call renderFrame, force render on initializationTomaž Vajngerl1-5/+2
2015-02-23android: Clean-up LayerClient - add @Override, rearrange, commentsTomaž Vajngerl1-22/+28
2015-02-23android: hide soft keyboardTomaž Vajngerl1-2/+25
2015-02-23android: check if mTileProvider is availableTomaž Vajngerl1-0/+7
2015-02-23android: cleanup more in LayerClientTomaž Vajngerl2-12/+2
2015-02-23android: fix "invalidate()..." exceptionTomaž Vajngerl1-4/+2
2015-02-23android: use mListener in LayerView for RenderControllerThreadTomaž Vajngerl3-75/+23
2015-02-23android: cleanup LayerRendererTomaž Vajngerl2-107/+0
2015-02-23android: remove unneeded code from LayerRenderer and LayerViewTomaž Vajngerl3-325/+1
2015-02-23android: remove LOEventFactoryTomaž Vajngerl7-56/+40
2015-02-20android: protect against a crash with an empty sdcard.Michael Meeks2-2/+2
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