summaryrefslogtreecommitdiff
path: root/android/experimental/LOAndroid3/src/java/org/libreoffice/InvalidationHandler.java
AgeCommit message (Expand)Author
2015-05-21Let's simplify the paths and be less 'experimental'Tor Lillqvist
2015-04-24viewer: Enable taps to be able to handle hyperlinks.Jan Holesovsky
2015-04-21android: typo in InvalidationHandler documentationMiklos Vajna
2015-04-14android: add commentsTomaž Vajngerl
2015-04-13LOK_STATE_CHANGED callback implemented with sfx events interception.Siqi Liu
2015-04-13java part handles received statechange callbackSiqi Liu
2015-04-13android: transition first, then move the viewport to the cursorTomaž Vajngerl
2015-04-13android: tune the viewport moving to cursor position on key inputTomaž Vajngerl
2015-04-13android: reposition the viewport to the cursor at key eventTomaž Vajngerl
2015-04-13android: rename TextCursorLayer{View} -> DocumentOverlay{View}Tomaž Vajngerl
2015-04-07android: replace TextSelection{Handle} with SelectionHandlesTomaž Vajngerl
2015-03-23android: reorganize (overlay, canvas packages), move classesTomaž Vajngerl
2015-03-23android: remove import android.util.Log from InvalidationHandlerTomaž Vajngerl
2015-03-23android: when in selection, avoid showing the middle handleMiklos Vajna
2015-03-23android: TileProvider is unused in InvalidationHandlerTomaž Vajngerl
2015-03-23android: add comment to many classes and methodsTomaž Vajngerl
2015-03-23Rectangle::toString(): output position, then sizeMiklos Vajna
2015-03-16android: also hide keyboard on graphic selectionMiklos Vajna
2015-03-16android: add toolbar controllerTomaž Vajngerl
2015-03-16android: clicking on toolbar icon exits edit modeTomaž Vajngerl
2015-03-16android: simplify state tracking, make graphic selection workTomaž Vajngerl
2015-03-16android: add graphic selectionTomaž Vajngerl
2015-03-09android: fix rebase import problemTomaž Vajngerl
2015-03-09android: do all overlay state tracking in InvalidationHandlerTomaž Vajngerl
2015-03-09android: handle callbacks directly in InvalidationHandlerTomaž Vajngerl
2015-03-09android: also hide soft keyboard when hiding cursorTomaž Vajngerl
2015-03-09android: add and handle show/hide cursor message from LOKTomaž Vajngerl
2015-03-09android: rename text selection callback messagesTomaž Vajngerl
2015-03-09android: account for handle repositioning, limit update to 50msTomaž Vajngerl
2015-03-02android: reset selections in TextCursorView on empty invalidationTomaž Vajngerl
2015-03-02android: if in selection state, reset selection on single tapTomaž Vajngerl
2015-03-02android: still process cursor invalidations when in selection modeTomaž Vajngerl
2015-03-02android: fix parsing of selection coordinates and make more robustTomaž Vajngerl
2015-03-02android: add OverlayState to track the state of overlayTomaž Vajngerl
2015-03-02android: swap position of invalidateCursor and invalidateTilesTomaž Vajngerl
2015-03-02android: support parsing selection rectangles, rectructure codeTomaž Vajngerl
2015-03-02android: create InvalidationHandler outside of LOKitTileProviderTomaž Vajngerl
2015-03-02android: add comments to InvalidationHandlerTomaž Vajngerl
2015-03-02android: extrac invalidations into InvalidationHandlerTomaž Vajngerl