summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2015-04-21android: typo in InvalidationHandler documentationMiklos Vajna1-1/+1
2015-04-14add debugging missing services to READMESiqi Liu1-1/+19
2015-04-14disable saving on .tmp files.Siqi Liu3-6/+27
2015-04-14android: add commentsTomaž Vajngerl11-5/+73
2015-04-13LOK_STATE_CHANGED callback implemented with sfx events interception.Siqi Liu2-13/+27
2015-04-13java part handles received statechange callbackSiqi Liu5-3/+109
2015-04-13android: hide the keyboard when scrolling velocity exceeds 18Tomaž Vajngerl1-1/+5
2015-04-13android: transition first, then move the viewport to the cursorTomaž Vajngerl1-4/+4
2015-04-13android: move strikeout button after underlineMiklos Vajna1-6/+6
2015-04-13android: tune the viewport moving to cursor position on key inputTomaž Vajngerl3-10/+43
2015-04-13android: hide keyboard on scrolling at a more correct locationTomaž Vajngerl2-2/+1
2015-04-13android: reposition the viewport to the cursor at key eventTomaž Vajngerl2-0/+13
2015-04-13android: don't need the cursor position from DocumentOverlayTomaž Vajngerl2-8/+0
2015-04-13android: add possibility to move the viewport and zoom + animationTomaž Vajngerl3-0/+46
2015-04-13android: separate layer functionality to DocumentOverlayLayerTomaž Vajngerl1-43/+52
2015-04-13android: rename TextCursorLayer{View} -> DocumentOverlay{View}Tomaž Vajngerl6-58/+55
2015-04-13android: get cursor position from TextCursorLayer/ViewTomaž Vajngerl2-0/+8
2015-04-13android: add Cursor class for drawing the cursor to the canvasTomaž Vajngerl2-23/+57
2015-04-08android: update emulator / debugging documentationMiklos Vajna1-37/+33
2015-04-07implement strike out and .uno:SaveSiqi Liu7-1/+12
2015-04-07add saving action placeholderSiqi Liu3-2/+11
2015-04-07add italic/underline button with icons for different screen resSiqi Liu16-1/+21
2015-04-07android: update startup details of READMEMiklos Vajna1-20/+2
2015-04-07android: remove dead GSoC-2012-eclipse-workspaceMiklos Vajna60-2134/+0
2015-04-07android: Insure -> EnsureMiklos Vajna2-5/+5
2015-04-07android: remove unneeded layerView stuffTomaž Vajngerl2-18/+3
2015-04-07android: don't modify if the value is same - all in TextCursorViewTomaž Vajngerl1-18/+40
2015-04-07android: don't update position, if it is the sameTomaž Vajngerl1-0/+6
2015-04-07android: don't reset position at showCursorTomaž Vajngerl1-3/+0
2015-04-07android: remove selection handles from xml definitionTomaž Vajngerl1-24/+0
2015-04-07android: update READMETomaž Vajngerl1-6/+115
2015-04-07android: extract BitmapHandle from SelectionHandleTomaž Vajngerl5-35/+109
2015-04-07android: propagate visibility to graphic selection handlesTomaž Vajngerl1-0/+7
2015-04-07android: replace TextSelection{Handle} with SelectionHandlesTomaž Vajngerl13-381/+296
2015-04-07android: add onHitTest for implementations, add impl. interfaceTomaž Vajngerl6-13/+32
2015-04-07android: add assign which copies rect coordinates from sourceTomaž Vajngerl1-0/+11
2015-04-07android: Don't show canvas elements by defaultTomaž Vajngerl1-1/+1
2015-04-07android: use onDraw for element drawing in CanvasElement interfaceTomaž Vajngerl4-3/+22
2015-04-07android: use isVisible setVisible for GraphicSelectionTomaž Vajngerl1-9/+8
2015-04-07android: isVisible, setVisible for CanvasElement + common impl.Tomaž Vajngerl4-2/+32
2015-04-07android: convertPosition -> convertToScreenTomaž Vajngerl1-7/+11
2015-04-07android: single press on a selected shape triggers text editTomaž Vajngerl1-1/+13
2015-04-07android: set layerView to TextCursorView{Layer} when availableTomaž Vajngerl3-18/+17
2015-04-07android: register TextSelection & TextCursorLayer once at creationTomaž Vajngerl3-12/+3
2015-04-07android: fix 'make install' in LOAndroid3Miklos Vajna1-0/+1
2015-04-07android: minor comments changeTomaž Vajngerl3-7/+9
2015-04-07android: enable AA for selections and handles, tune colors & alphaTomaž Vajngerl2-8/+24
2015-04-07android: fix sending graphic selection type to LOKitThreadTomaž Vajngerl1-1/+1
2015-03-30Bootstrap.initVCL is not used by our Android app any moreTor Lillqvist1-4/+0
2015-03-30android: comment selection related code, rearrange and clean-upTomaž Vajngerl4-31/+167