summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2015-03-09android: don't hide CursorView by defaultTomaž Vajngerl1-2/+1
2015-03-09android: add CALLBACK_GRAPHIC_SELECTION to LOK facadeTomaž Vajngerl1-1/+1
2015-03-09android: fix rebase import problemTomaž Vajngerl2-2/+2
2015-03-09android: do all overlay state tracking in InvalidationHandlerTomaž Vajngerl2-64/+124
2015-03-09android: handle callbacks directly in InvalidationHandlerTomaž Vajngerl3-34/+28
2015-03-09android: minor code clean-up in TextSelectionHandleTomaž Vajngerl1-2/+2
2015-03-09android: support to make selections visible/invisibleTomaž Vajngerl2-7/+40
2015-03-09tdf#89705: provides callback for url handling on android.Siqi Liu2-1/+19
2015-03-09add missing Activity importSiqi Liu1-0/+1
2015-03-09reapply changes to LayerViewSiqi Liu1-0/+2
2015-03-09revert changes on LayerViewSiqi Liu1-176/+173
2015-03-09android: cleanup LibreOfficeUIActivity, remove PreferenceEditorTomaž Vajngerl2-100/+40
2015-03-09android: LOAbout doesn't need to extend ActivityTomaž Vajngerl3-19/+19
2015-03-09tdf#89705: disable Ctrl+Click for mobile apps.Siqi Liu1-0/+5
2015-03-09add license headerSiqi Liu1-0/+5
2015-03-09add getPartsCount() to TileProviderSiqi Liu3-6/+21
2015-03-09tdf#89174:disable swipe gesture when zoomed in.Siqi Liu2-2/+16
2015-03-09refactor swipegesture to be handled by layerviewSiqi Liu3-187/+186
2015-03-09lokdocview: render graphic selection handlesMiklos Vajna1-0/+0
2015-03-09android: initialize TextCursorView with cursor invisibleTomaž Vajngerl1-1/+5
2015-03-09android: also hide soft keyboard when hiding cursorTomaž Vajngerl1-0/+1
2015-03-09android: add and handle show/hide cursor message from LOKTomaž Vajngerl4-7/+39
2015-03-09android: rename text selection callback messagesTomaž Vajngerl2-6/+6
2015-03-09android: fix long press not selecting an empty cellMiklos Vajna1-0/+3
2015-03-09android: fix mHandleType initializationTomaž Vajngerl1-6/+12
2015-03-09android: account for handle repositioning, limit update to 50msTomaž Vajngerl3-24/+39
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