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