summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)Author
2015-04-14add debugging missing services to READMESiqi Liu
Change-Id: Ib30a0e3d56ca9ebd07ee55e0aee9b13c0474a060
2015-04-14disable saving on .tmp files.Siqi Liu
Change-Id: I80af505d0dd9a71eda5d640dd336a034288a574d
2015-04-14android: add commentsTomaž Vajngerl
Change-Id: I30f8180dd9cf9c94eedca61926ab706f241142df
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: hide the keyboard when scrolling velocity exceeds 18Tomaž Vajngerl
Change-Id: Ibc3c1e384e73f0ecdd10f5a0c8972a04e4101a59
2015-04-13android: transition first, then move the viewport to the cursorTomaž Vajngerl
Change-Id: Iabc9b45dc3198472adda9b6fad1d531c41635f00
2015-04-13android: move strikeout button after underlineMiklos Vajna
So that it matches the order we show on the desktop. Change-Id: Ia5be2a233bc4ab3adc37b013b22784032d58a174
2015-04-13android: tune the viewport moving to cursor position on key inputTomaž Vajngerl
Change-Id: Ie420307f28cc05ca03fabe47f46712f67c6f18fa
2015-04-13android: hide keyboard on scrolling at a more correct locationTomaž Vajngerl
When animation happens the scrollbars appear. This hides the keyboard when the user types and the viewport is repositioned. With this change, trigger the keyboard hiding only when we really do scrolling (panning). Change-Id: I17dc651a6641e807a386d5184868412dd6710a28
2015-04-13android: reposition the viewport to the cursor at key eventTomaž Vajngerl
Change-Id: I9b18001d0629e203bee41ebbf4a3bd57adfea88e
2015-04-13android: don't need the cursor position from DocumentOverlayTomaž Vajngerl
Change-Id: I79155f9c5c8df211b35137cc61430cebccb4cfe3
2015-04-13android: add possibility to move the viewport and zoom + animationTomaž Vajngerl
Change-Id: I294ad30b1fdd7f1a3d5099304cc4f077034567b7
2015-04-13android: separate layer functionality to DocumentOverlayLayerTomaž Vajngerl
Change-Id: Ie69259dbc5826dafbaebc8eec08163256b459337
2015-04-13android: rename TextCursorLayer{View} -> DocumentOverlay{View}Tomaž Vajngerl
Change-Id: I53a55e2d30c298e7c34f18b7713de91f3c77d5f2
2015-04-13android: get cursor position from TextCursorLayer/ViewTomaž Vajngerl
Change-Id: I7629deb6e01ace052ac8bec70202844bc627ea85
2015-04-13android: add Cursor class for drawing the cursor to the canvasTomaž Vajngerl
Change-Id: I5d8191ffb3d3dd3d3ab11c757a3b7d5dc3fb2e82
2015-04-08android: update emulator / debugging documentationMiklos Vajna
Change-Id: I402e9073f15dccb3618c06e355559b9f8ff7f763
2015-04-07implement strike out and .uno:SaveSiqi Liu
.uno:Save works out of box for when tested against documents (impress, calc) loaded directly from dropbox for example. However, it doesn't work with impress/calc documents loaded from local files. Writer documents won't save, either locally or from network resources. More research needed. Change-Id: Ibdcc209a71f14ec91ba9c1152b305e0278787713
2015-04-07add saving action placeholderSiqi Liu
Change-Id: Ibb4595e297a4328f2bb108e1b9e71bb50843e3b9
2015-04-07add italic/underline button with icons for different screen resSiqi Liu
Change-Id: Ib158f32af7ef8d65d4ddd822839b260161a74343
2015-04-07android: update startup details of READMEMiklos Vajna
Change-Id: I88a0483e96f2de38ae3c1bc6f707e3b5b504bbac
2015-04-07android: remove dead GSoC-2012-eclipse-workspaceMiklos Vajna
Change-Id: I62e551b99904036e8c0e67f0684dc16e5ade2b90
2015-04-07android: Insure -> EnsureMiklos Vajna
Change-Id: I33d8282210329d8bb3a471a7c717fcf653930e95
2015-04-07android: remove unneeded layerView stuffTomaž Vajngerl
Change-Id: Ide81f4b5dd7f71a3dda21ff51d02a12d7fe9a315
2015-04-07android: don't modify if the value is same - all in TextCursorViewTomaž Vajngerl
Change-Id: Ia90458ca037959c07244673fc5521fb940737390
2015-04-07android: don't update position, if it is the sameTomaž Vajngerl
Change-Id: I8f0759db2c9cc6577ce25bfacb8272f3a5f6db92
2015-04-07android: don't reset position at showCursorTomaž Vajngerl
Change-Id: I9a8eb1df0821e357ed268ad7730be98b69b5f249
2015-04-07android: remove selection handles from xml definitionTomaž Vajngerl
Change-Id: I41d1d121f9d2d805624c4c8380a7c67bcd12f856
2015-04-07android: update READMETomaž Vajngerl
Change-Id: I8e3d0e5b8032ee5e8cc65b943855b365e7db3864
2015-04-07android: extract BitmapHandle from SelectionHandleTomaž Vajngerl
Change-Id: I16ef07414eb7ab9b4a9b8169c8f1d8bfe9bd628e
2015-04-07android: propagate visibility to graphic selection handlesTomaž Vajngerl
Change-Id: I39ff4b0dd6d4b6f71146721920c9524ce04ae84e
2015-04-07android: replace TextSelection{Handle} with SelectionHandlesTomaž Vajngerl
TextSelection was an additional overlay on the screen to show text selection (start, middle, end) handles. Now they are replaced with CanvasElement - SelectionHandle, that is drawn in TextCursorView the same as cursor and text/graphic selections. Change-Id: I30e1b00b349500c307d9b580abc4d30e3faf722d
2015-04-07android: add onHitTest for implementations, add impl. interfaceTomaž Vajngerl
CanvasElementImplRequirement is a interface to define which methods can/should a CanvasElement subclass implement. Change-Id: I61ea6d56bbdd8bd4402b821675a0206ce43b25ce
2015-04-07android: add assign which copies rect coordinates from sourceTomaž Vajngerl
Change-Id: I235ce3cb60da96df3d960206523442e887b5cee6
2015-04-07android: Don't show canvas elements by defaultTomaž Vajngerl
Change-Id: I32372660c78a0fa253fdfaf94b15ae823c4eb5ac
2015-04-07android: use onDraw for element drawing in CanvasElement interfaceTomaž Vajngerl
Use onDraw to override the drawing to canvas. CommonCanvasElement uses the draw method to call onDraw depending on visibility. Change-Id: Id98991935168caab9d39665e72f33cfb3a91d8dc
2015-04-07android: use isVisible setVisible for GraphicSelectionTomaž Vajngerl
Change-Id: Ide9ad4b0e40482e5936e76ed0560b79769fc047d
2015-04-07android: isVisible, setVisible for CanvasElement + common impl.Tomaž Vajngerl
Change-Id: I10382cf00e4e5953d1ebae1b25f72d04a644cff1
2015-04-07android: convertPosition -> convertToScreenTomaž Vajngerl
Change-Id: I2c167173b0b7fb4debfef4455d3336e861a52f20
2015-04-07android: single press on a selected shape triggers text editTomaž Vajngerl
Change-Id: If095bbaf5e4a0efec19f0170fd7c912c66b93669
2015-04-07android: set layerView to TextCursorView{Layer} when availableTomaž Vajngerl
Change-Id: I3dbb7747ad6d5ce44ca286023e6c8fbc5a19a6b7
2015-04-07android: register TextSelection & TextCursorLayer once at creationTomaž Vajngerl
Change-Id: I33471dbcdd82b50919b6c6af741101b3d4ff71cf
2015-04-07android: fix 'make install' in LOAndroid3Miklos Vajna
The error was: $ make install verbose=t ../../../config_host.mk:655: /git/config__lang.mk: No such file or directory make: *** No rule to make target '/git/config__lang.mk'. Stop. Change-Id: I4f976c27217cb1827ce2a7b39c1bc301e45f149b
2015-04-07android: minor comments changeTomaž Vajngerl
Change-Id: Ib6522079f95fcf3f00212f848646c5cecfdfc296
2015-04-07android: enable AA for selections and handles, tune colors & alphaTomaž Vajngerl
Change-Id: Ieea5b084ce1b9550d202bff795d89929632cb724
2015-04-07android: fix sending graphic selection type to LOKitThreadTomaž Vajngerl
Change-Id: I42a23f3867acb9632cc94d84e2a4267415e908bc
2015-03-30Bootstrap.initVCL is not used by our Android app any moreTor Lillqvist
Change-Id: Id1e58547cf2b0786d7a2ca29eae8bbcdd644fdd5
2015-03-30android: comment selection related code, rearrange and clean-upTomaž Vajngerl
Change-Id: I18c8c4864d074662f85fc5b0e43eb84cc0638fd8
2015-03-30android: open csv files in CalcMiklos Vajna
Change-Id: I17b9c4f9d40db46fe6f1be8f1a3ecaee4946454c