summaryrefslogtreecommitdiffstats
path: root/android
Commit message (Expand)AuthorAgeFilesLines
* viewer: Enable taps to be able to handle hyperlinks.Jan Holesovsky2015-04-242-7/+10
* intent preference overrides default prefs.Siqi Liu2015-04-231-0/+21
* load default prefs once and use new sortmode/filter mode on refresh.Siqi Liu2015-04-231-24/+6
* Use switch... and effectively sorts before listing.Siqi Liu2015-04-232-50/+52
* Formatting for consistencySiqi Liu2015-04-231-36/+56
* Set correct title for sort mode after changes.Siqi Liu2015-04-232-8/+19
* Remove unimplemented search functionalitySiqi Liu2015-04-231-4/+0
* formatting for consistancy and remove unused file.Siqi Liu2015-04-234-209/+13
* Do NOT browse files from "Documents" folder. Browse from root instead.Siqi Liu2015-04-231-2/+1
* refactor xml styling for listview textsSiqi Liu2015-04-232-15/+15
* formatting for consistancy across Java codeSiqi Liu2015-04-231-61/+61
* use LOGTAG insteadSiqi Liu2015-04-231-2/+5
* formatting for consistancy across Java codeSiqi Liu2015-04-232-75/+67
* android: typo in InvalidationHandler documentationMiklos Vajna2015-04-211-1/+1
* 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