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