summaryrefslogtreecommitdiffstats
path: root/android
Commit message (Expand)AuthorAgeFilesLines
* 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: Better default document (when the app starts with no doc to load).Jan Holesovsky2014-10-042-1/+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
* android: remove some unneeded logging in GeckoLayerClientTomaž Vajngerl2014-10-041-4/+0
* android: add tileSize parameter to TileProviderTomaž Vajngerl2014-10-044-16/+15
* android: remove duplicate progress bar declarationTomaž Vajngerl2014-10-041-12/+0
* android: show loading animation until the document is loadedTomaž Vajngerl2014-10-043-0/+27
* android: package C* fonts as well for interop.Michael Meeks2014-10-041-1/+5
* android: don't return to open document if viewing license / noticeTomaž Vajngerl2014-10-041-2/+2
* android: clear all tiles in "refresh"Tomaž Vajngerl2014-10-041-1/+2
* android: no need for "throws InterruptedException"Tomaž Vajngerl2014-10-041-3/+3
* android: redraw LOEventTomaž Vajngerl2014-10-043-0/+12
* android: create events with LOEventFactory (moved out of LOEvent)Tomaž Vajngerl2014-10-044-29/+38
* android: remove unused ViewTransformTomaž Vajngerl2014-10-041-19/+0
* android: don't show any parts in sidebar if only one part existsTomaž Vajngerl2014-10-041-27/+34
* android: fix part sidebar not executing an "part change" event..Tomaž Vajngerl2014-10-041-0/+12
* android: show thumbnails in DrawerLayout - parts side barTomaž Vajngerl2014-10-044-6/+19
* android: better default part name (document type dependent)Tomaž Vajngerl2014-10-042-1/+22
* android: clear all tiles on part change (method clearAllTiles)Tomaž Vajngerl2014-10-043-2/+11
* android: call destroy only if the document existsTomaž Vajngerl2014-10-041-1/+3
* android: allow to set a size of the thumbnailTomaž Vajngerl2014-10-044-6/+6