summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2015-03-02remove unused boolean (propagating touchEvent instead of intercepting it)Siqi Liu1-2/+0
2015-03-02implement swiping gesture as a generic eventSiqi Liu8-27/+77
2015-03-02add swipe support for presentationSiqi Liu2-0/+90
2015-03-02LOK: move Office::postKeyEvent to DocumentMiklos Vajna3-11/+11
2015-03-02android: reset selections in TextCursorView on empty invalidationTomaž Vajngerl1-0/+2
2015-03-02android: if in selection state, reset selection on single tapTomaž Vajngerl2-0/+7
2015-03-02android: add selection reset to TileProviderTomaž Vajngerl3-0/+12
2015-03-02android: still process cursor invalidations when in selection modeTomaž Vajngerl1-12/+9
2015-03-02android: don't hide soft keyboard on long pressTomaž Vajngerl1-1/+0
2015-03-02android: fix parsing of selection coordinates and make more robustTomaž Vajngerl1-12/+14
2015-03-02android: send selection/cursor change from TextSelectionHandleTomaž Vajngerl1-29/+11
2015-03-02android: connect the selection change LOEvent with TileProviderTomaž Vajngerl1-0/+17
2015-03-02android: support selection change (start,end) to TileProviderTomaž Vajngerl3-0/+28
2015-03-02android: add LOEvent to report handle position changesTomaž Vajngerl3-7/+24
2015-03-02android: no need for MotionEvent when sending TOUCH LOEventTomaž Vajngerl4-11/+9
2015-03-02android: sent -> sendTomaž Vajngerl2-5/+5
2015-03-02android: first set overlay state and send mouse button event laterTomaž Vajngerl1-2/+2
2015-03-02android: add OverlayState to track the state of overlayTomaž Vajngerl2-14/+40
2015-03-02android: swap position of invalidateCursor and invalidateTilesTomaž Vajngerl1-12/+12
2015-03-02android: support parsing selection rectangles, rectructure codeTomaž Vajngerl1-24/+60
2015-03-02android: create InvalidationHandler outside of LOKitTileProviderTomaž Vajngerl4-34/+36
2015-03-02android: add selection support to TextCursorView{Layer}Tomaž Vajngerl2-29/+64
2015-03-02android: change TextCursorView parent to View and draw with canvasTomaž Vajngerl3-45/+50
2015-03-02android: let LOKitThread::touch() invoke mouseButtonUp(), tooMiklos Vajna1-0/+1
2015-03-02android: enable editing by defaultMiklos Vajna1-1/+1
2015-03-02android: add comments to InvalidationHandlerTomaž Vajngerl1-3/+38
2015-03-02android: remove DrawTimingQueue and PanningPerfAPITomaž Vajngerl2-188/+0
2015-03-02android: extrac invalidations into InvalidationHandlerTomaž Vajngerl2-105/+131
2015-03-02android: compilation error in LOKitShell - SIZE_CHANGED eventTomaž Vajngerl1-1/+1
2015-03-02android: LOEvents - remove unndeded, commentsTomaž Vajngerl3-29/+21
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