summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2015-03-23android: reorganize (overlay, canvas packages), move classesTomaž Vajngerl6-34/+42
2015-03-23android: extract drawing of selection into its own classTomaž Vajngerl2-32/+102
2015-03-23android: remove import android.util.Log from InvalidationHandlerTomaž Vajngerl1-1/+0
2015-03-23fold README.Android into android/READMEMiklos Vajna1-1/+113
2015-03-23android: when in selection, avoid showing the middle handleMiklos Vajna1-1/+4
2015-03-23android: add debugrun Makefile targetMiklos Vajna2-2/+5
2015-03-23android: a bit smaller hit area for selection handlesTomaž Vajngerl1-4/+4
2015-03-23android: Hit test for handles, show resize rectTomaž Vajngerl2-30/+110
2015-03-23android: move handle code to DrawElementHandleTomaž Vajngerl2-27/+66
2015-03-23android: draw also the center handles for graphic selectionTomaž Vajngerl1-0/+12
2015-03-23android: change cursor blink time to a constant static fieldTomaž Vajngerl1-2/+3
2015-03-23android: move graphic selection, use a touch event to transmitTomaž Vajngerl2-3/+72
2015-03-23android: set graphic selection via TileProviderTomaž Vajngerl3-0/+40
2015-03-23android: TileProvider is unused in InvalidationHandlerTomaž Vajngerl2-11/+0
2015-03-23android: clean up no longer needed com.polites library in LOAndroi3Miklos Vajna14-1977/+0
2015-03-23android: add comment to many classes and methodsTomaž Vajngerl14-5/+294
2015-03-23Rectangle::toString(): output position, then sizeMiklos Vajna1-4/+4
2015-03-23android: add missing license headers and modelinesMiklos Vajna16-6/+158
2015-03-16android: add toolbar button to force-show the soft keyboardMiklos Vajna4-0/+10
2015-03-16android: also hide keyboard on graphic selectionMiklos Vajna1-0/+3
2015-03-16android: hide soft keyboard when scrollingMiklos Vajna1-0/+8
2015-03-16android: Make the Bold button actually work - switches to typing in bold.Jan Holesovsky7-11/+31
2015-03-16android: add to JNI - setGraphicSelection, resetSelectionTomaž Vajngerl1-1/+20
2015-03-16android: add bold selection to toolbar (experimental)Tomaž Vajngerl3-0/+12
2015-03-16android: add toolbar controllerTomaž Vajngerl5-14/+58
2015-03-16android: add some material design iconsTomaž Vajngerl3-0/+0
2015-03-16android: clicking on toolbar icon exits edit modeTomaž Vajngerl5-2/+23
2015-03-16android: use LOK_SETTEXTSELECTION_RESET as it is meant to be usedTomaž Vajngerl5-21/+17
2015-03-16android: simplify state tracking, make graphic selection workTomaž Vajngerl2-57/+45
2015-03-16android: add graphic selection to TextCursorLayer{View}Tomaž Vajngerl2-5/+83
2015-03-16android: wrong parent in theme definitionTomaž Vajngerl1-1/+1
2015-03-16android: actually use the new toolbar in the applicationTomaž Vajngerl3-18/+47
2015-03-16android: make & build appcompat-v7 library, up target to v21Tomaž Vajngerl8-16/+39
2015-03-16android: add graphic selectionTomaž Vajngerl1-0/+16
2015-03-09android: don't hide CursorView by defaultTomaž Vajngerl1-2/+1
2015-03-09android: add CALLBACK_GRAPHIC_SELECTION to LOK facadeTomaž Vajngerl1-1/+1
2015-03-09android: fix rebase import problemTomaž Vajngerl2-2/+2
2015-03-09android: do all overlay state tracking in InvalidationHandlerTomaž Vajngerl2-64/+124
2015-03-09android: handle callbacks directly in InvalidationHandlerTomaž Vajngerl3-34/+28
2015-03-09android: minor code clean-up in TextSelectionHandleTomaž Vajngerl1-2/+2
2015-03-09android: support to make selections visible/invisibleTomaž Vajngerl2-7/+40
2015-03-09tdf#89705: provides callback for url handling on android.Siqi Liu2-1/+19
2015-03-09add missing Activity importSiqi Liu1-0/+1
2015-03-09reapply changes to LayerViewSiqi Liu1-0/+2
2015-03-09revert changes on LayerViewSiqi Liu1-176/+173
2015-03-09android: cleanup LibreOfficeUIActivity, remove PreferenceEditorTomaž Vajngerl2-100/+40
2015-03-09android: LOAbout doesn't need to extend ActivityTomaž Vajngerl3-19/+19
2015-03-09tdf#89705: disable Ctrl+Click for mobile apps.Siqi Liu1-0/+5
2015-03-09add license headerSiqi Liu1-0/+5
2015-03-09add getPartsCount() to TileProviderSiqi Liu3-6/+21