Age | Commit message (Expand) | Author |
2015-03-30 | Bootstrap.initVCL is not used by our Android app any more | Tor Lillqvist |
2015-03-30 | android: comment selection related code, rearrange and clean-up | Tomaž Vajngerl |
2015-03-30 | android: open csv files in Calc | Miklos Vajna |
2015-03-30 | android: properly merge README with new content | Tomaž Vajngerl |
2015-03-30 | Revert "android: add README" | Tomaž Vajngerl |
2015-03-30 | android: add README | Tomaž Vajngerl |
2015-03-30 | android: add contains (hit test) to CanvasElement interface | Tomaž Vajngerl |
2015-03-30 | android: rename graphic selection and handle | Tomaž Vajngerl |
2015-03-30 | android: introduce CanvasElement interface | Tomaž Vajngerl |
2015-03-30 | android: fix handle and selection behaviour, clean-up | Tomaž Vajngerl |
2015-03-30 | android: increase handle hit area | Tomaž Vajngerl |
2015-03-30 | android: move handles into GraphicSelectionCanvasElement | Tomaž Vajngerl |
2015-03-30 | android: Bump to android-21 | Jack Leigh |
2015-03-30 | android: Get search button to show again | Jack Leigh |
2015-03-30 | android: Migrate to Toolbar in file browser | Jack Leigh |
2015-03-30 | android: Change to v7 support ActionBar and new theme | Jack Leigh |
2015-03-30 | android: Remove striping on ActionBar | Jack Leigh |
2015-03-30 | android: fix wrong TextCursorView class name, format xml | Tomaž Vajngerl |
2015-03-30 | android: add doc on how to set up jdb | Miklos Vajna |
2015-03-24 | Kill dead <touch/touch.h> API | Tor Lillqvist |
2015-03-23 | android: reorganize (overlay, canvas packages), move classes | Tomaž Vajngerl |
2015-03-23 | android: extract drawing of selection into its own class | Tomaž Vajngerl |
2015-03-23 | android: remove import android.util.Log from InvalidationHandler | Tomaž Vajngerl |
2015-03-23 | fold README.Android into android/README | Miklos Vajna |
2015-03-23 | android: when in selection, avoid showing the middle handle | Miklos Vajna |
2015-03-23 | android: add debugrun Makefile target | Miklos Vajna |
2015-03-23 | android: a bit smaller hit area for selection handles | Tomaž Vajngerl |
2015-03-23 | android: Hit test for handles, show resize rect | Tomaž Vajngerl |
2015-03-23 | android: move handle code to DrawElementHandle | Tomaž Vajngerl |
2015-03-23 | android: draw also the center handles for graphic selection | Tomaž Vajngerl |
2015-03-23 | android: change cursor blink time to a constant static field | Tomaž Vajngerl |
2015-03-23 | android: move graphic selection, use a touch event to transmit | Tomaž Vajngerl |
2015-03-23 | android: set graphic selection via TileProvider | Tomaž Vajngerl |
2015-03-23 | android: TileProvider is unused in InvalidationHandler | Tomaž Vajngerl |
2015-03-23 | android: clean up no longer needed com.polites library in LOAndroi3 | Miklos Vajna |
2015-03-23 | android: add comment to many classes and methods | Tomaž Vajngerl |
2015-03-23 | Rectangle::toString(): output position, then size | Miklos Vajna |
2015-03-23 | android: add missing license headers and modelines | Miklos Vajna |
2015-03-16 | android: add toolbar button to force-show the soft keyboard | Miklos Vajna |
2015-03-16 | android: also hide keyboard on graphic selection | Miklos Vajna |
2015-03-16 | android: hide soft keyboard when scrolling | Miklos Vajna |
2015-03-16 | android: Make the Bold button actually work - switches to typing in bold. | Jan Holesovsky |
2015-03-16 | android: add to JNI - setGraphicSelection, resetSelection | Tomaž Vajngerl |
2015-03-16 | android: add bold selection to toolbar (experimental) | Tomaž Vajngerl |
2015-03-16 | android: add toolbar controller | Tomaž Vajngerl |
2015-03-16 | android: add some material design icons | Tomaž Vajngerl |
2015-03-16 | android: clicking on toolbar icon exits edit mode | Tomaž Vajngerl |
2015-03-16 | android: use LOK_SETTEXTSELECTION_RESET as it is meant to be used | Tomaž Vajngerl |
2015-03-16 | android: simplify state tracking, make graphic selection work | Tomaž Vajngerl |
2015-03-16 | android: add graphic selection to TextCursorLayer{View} | Tomaž Vajngerl |