summaryrefslogtreecommitdiffstats
path: root/android/experimental
Commit message (Expand)AuthorAgeFilesLines
* Related: fdo#85286 android: show error message given by LOK on the UIMiklos Vajna2014-12-091-6/+16
* android: extract JavaPanZoomController (PZC becomes an interface)Tomaž Vajngerl2014-12-044-967/+987
* android: Fennec change - move classes from gecko.ui to gecko.gfxTomaž Vajngerl2014-12-047-13/+7
* android: change LOKitThread.draw to return voidTomaž Vajngerl2014-12-041-4/+2
* android: Fennec PanZoomControler updates..Tomaž Vajngerl2014-12-047-22/+98
* fdo#85845 android: draw tiles immediately when they are readyTomaž Vajngerl2014-12-047-68/+90
* android: rearange anc clean-up GeckoLayerClientTomaž Vajngerl2014-12-042-266/+246
* android: Fold LayerController into GeckoLayerClientTomaž Vajngerl2014-12-0410-359/+335
* android: introduce getDisplayMetrics - reduce code duplicationTomaž Vajngerl2014-12-042-6/+12
* android: reset document dimensions when changing document partTomaž Vajngerl2014-12-041-7/+17
* android: Change the handle type (long too ByteBuffer)Tomaž Vajngerl2014-12-041-1/+1
* android: cleanup LibreOfficeKit initialization in JavaTomaž Vajngerl2014-12-041-1/+1
* android: extract gathering document info into postLoad methodTomaž Vajngerl2014-12-041-25/+28
* Log time since object creation, not since epochTor Lillqvist2014-12-041-4/+8
* Use maximum logging verbosity while attempting the restartTor Lillqvist2014-12-041-0/+2
* Reduce log verbiageTor Lillqvist2014-12-041-1/+1
* If loading a document fails, try restarting the 'main loop' and try againTor Lillqvist2014-12-041-1/+14
* android: remove preferences menu item for now.Andrzej Hunt2014-12-042-6/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-1210-13/+13
* android: When debugging, the installLocation must be "internalOnly".Jan Holesovsky2014-10-131-1/+1
* android: When rotating, we also need to update the viewport geometry.Jan Holesovsky2014-10-131-7/+18
* android: Repaint when the orientation changes.Jan Holesovsky2014-10-102-0/+17
* android: Improve the button descriptions.Jan Holesovsky2014-10-101-2/+2
* android: Disable LibreOfficeUIActivity for now.Jan Holesovsky2014-10-101-0/+3
* More tabs -> spaces.Jan Holesovsky2014-10-109-93/+93
* Kill trailing whitespace, tabs -> spaces, add modelines.Jan Holesovsky2014-10-108-898/+914
* android: Fix the application lifecycle.Jan Holesovsky2014-10-094-19/+32
* android: Simplify the About dialog creation.Jan Holesovsky2014-10-093-28/+9
* android: Fix typo.Jan Holesovsky2014-10-091-1/+1
* android: Rewrite GLThread to trash objects as little as possibleTomaž Vajngerl2014-10-053-201/+165
* android: Better detection of HW accel. (needed by TextureView)Tomaž Vajngerl2014-10-041-7/+26
* android: move getDrawable to LayerView (Fennec import)Tomaž Vajngerl2014-10-044-18/+23
* android: use TextureView instead of SurfaceView for ICS+ devicesTomaž Vajngerl2014-10-043-36/+94
* android: assure document close, introduce message box for errorsTomaž Vajngerl2014-10-043-10/+62
* androdi: set TileProvider only when document is readyTomaž Vajngerl2014-10-041-2/+2
* android: TileIdentifier - contains tile position and zoomTomaž Vajngerl2014-10-042-34/+41
* android: construct LayerView in xml GUI definition (activity_main)Tomaž Vajngerl2014-10-045-20/+64
* android: use tile size and change the type to IntSizeTomaž Vajngerl2014-10-044-13/+15
* android: remove unused windowSizeChanged trackingTomaž Vajngerl2014-10-041-10/+1
* android: Log calls to createTileTomaž Vajngerl2014-10-041-0/+4
* android: show progress spinner also when switching partsTomaž Vajngerl2014-10-044-11/+27
* android: Fix typo.Jan Holesovsky2014-10-041-2/+2
* android: about dialog description, app names - viewer & browserTomaž Vajngerl2014-10-042-10/+13
* android: clicking "Parts" in preferences opens the side drawerTomaž Vajngerl2014-10-041-3/+7
* android: fix redrawing everyting on part change (via sidebar)Tomaž Vajngerl2014-10-043-5/+6
* android: null safeguards and cleanup unneeded callsTomaž Vajngerl2014-10-043-13/+5
* android: image in TileLayer can be nullTomaž Vajngerl2014-10-041-1/+1
* android: SubTile - equals and hashTomaž Vajngerl2014-10-041-0/+22
* android: SingleTileLayer - less var. trashing (Fennec update)Tomaž Vajngerl2014-10-041-46/+58
* android: replace MultiTileLayer with new & simpler DynamicTileLayerTomaž Vajngerl2014-10-043-275/+199