Age | Commit message (Expand) | Author |
2015-04-07 | android: replace TextSelection{Handle} with SelectionHandles | Tomaž Vajngerl |
2015-04-07 | android: add onHitTest for implementations, add impl. interface | Tomaž Vajngerl |
2015-04-07 | android: add assign which copies rect coordinates from source | Tomaž Vajngerl |
2015-04-07 | android: Don't show canvas elements by default | Tomaž Vajngerl |
2015-04-07 | android: use onDraw for element drawing in CanvasElement interface | Tomaž Vajngerl |
2015-04-07 | android: use isVisible setVisible for GraphicSelection | Tomaž Vajngerl |
2015-04-07 | android: isVisible, setVisible for CanvasElement + common impl. | Tomaž Vajngerl |
2015-04-07 | android: convertPosition -> convertToScreen | Tomaž Vajngerl |
2015-04-07 | android: single press on a selected shape triggers text edit | Tomaž Vajngerl |
2015-04-07 | android: set layerView to TextCursorView{Layer} when available | Tomaž Vajngerl |
2015-04-07 | android: register TextSelection & TextCursorLayer once at creation | Tomaž Vajngerl |
2015-04-07 | android: fix 'make install' in LOAndroid3 | Miklos Vajna |
2015-04-07 | android: minor comments change | Tomaž Vajngerl |
2015-04-07 | android: enable AA for selections and handles, tune colors & alpha | Tomaž Vajngerl |
2015-04-07 | android: fix sending graphic selection type to LOKitThread | Tomaž Vajngerl |
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 |