summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2014-10-05android: Rewrite GLThread to trash objects as little as possibleTomaž Vajngerl3-201/+165
2014-10-04android: Better detection of HW accel. (needed by TextureView)Tomaž Vajngerl1-7/+26
2014-10-04android: move getDrawable to LayerView (Fennec import)Tomaž Vajngerl4-18/+23
2014-10-04android: use TextureView instead of SurfaceView for ICS+ devicesTomaž Vajngerl3-36/+94
2014-10-04android: assure document close, introduce message box for errorsTomaž Vajngerl3-10/+62
2014-10-04androdi: set TileProvider only when document is readyTomaž Vajngerl1-2/+2
2014-10-04android: TileIdentifier - contains tile position and zoomTomaž Vajngerl2-34/+41
2014-10-04android: construct LayerView in xml GUI definition (activity_main)Tomaž Vajngerl5-20/+64
2014-10-04android: use tile size and change the type to IntSizeTomaž Vajngerl4-13/+15
2014-10-04android: remove unused windowSizeChanged trackingTomaž Vajngerl1-10/+1
2014-10-04android: Better default document (when the app starts with no doc to load).Jan Holesovsky2-1/+1
2014-10-04android: Log calls to createTileTomaž Vajngerl1-0/+4
2014-10-04android: show progress spinner also when switching partsTomaž Vajngerl4-11/+27
2014-10-04android: Fix typo.Jan Holesovsky1-2/+2
2014-10-04android: about dialog description, app names - viewer & browserTomaž Vajngerl2-10/+13
2014-10-04android: clicking "Parts" in preferences opens the side drawerTomaž Vajngerl1-3/+7
2014-10-04android: fix redrawing everyting on part change (via sidebar)Tomaž Vajngerl3-5/+6
2014-10-04android: null safeguards and cleanup unneeded callsTomaž Vajngerl3-13/+5
2014-10-04android: image in TileLayer can be nullTomaž Vajngerl1-1/+1
2014-10-04android: SubTile - equals and hashTomaž Vajngerl1-0/+22
2014-10-04android: SingleTileLayer - less var. trashing (Fennec update)Tomaž Vajngerl1-46/+58
2014-10-04android: replace MultiTileLayer with new & simpler DynamicTileLayerTomaž Vajngerl3-275/+199
2014-10-04android: remove some unneeded logging in GeckoLayerClientTomaž Vajngerl1-4/+0
2014-10-04android: add tileSize parameter to TileProviderTomaž Vajngerl4-16/+15
2014-10-04android: remove duplicate progress bar declarationTomaž Vajngerl1-12/+0
2014-10-04android: show loading animation until the document is loadedTomaž Vajngerl3-0/+27
2014-10-04android: package C* fonts as well for interop.Michael Meeks1-1/+5
2014-10-04android: don't return to open document if viewing license / noticeTomaž Vajngerl1-2/+2
2014-10-04android: clear all tiles in "refresh"Tomaž Vajngerl1-1/+2
2014-10-04android: no need for "throws InterruptedException"Tomaž Vajngerl1-3/+3
2014-10-04android: redraw LOEventTomaž Vajngerl3-0/+12
2014-10-04android: create events with LOEventFactory (moved out of LOEvent)Tomaž Vajngerl4-29/+38
2014-10-04android: remove unused ViewTransformTomaž Vajngerl1-19/+0
2014-10-04android: don't show any parts in sidebar if only one part existsTomaž Vajngerl1-27/+34
2014-10-04android: fix part sidebar not executing an "part change" event..Tomaž Vajngerl1-0/+12
2014-10-04android: show thumbnails in DrawerLayout - parts side barTomaž Vajngerl4-6/+19
2014-10-04android: better default part name (document type dependent)Tomaž Vajngerl2-1/+22
2014-10-04android: clear all tiles on part change (method clearAllTiles)Tomaž Vajngerl3-2/+11
2014-10-04android: call destroy only if the document existsTomaž Vajngerl1-1/+3
2014-10-04android: allow to set a size of the thumbnailTomaž Vajngerl4-6/+6
2014-10-04android: about dialog in propertiesTomaž Vajngerl4-21/+114
2014-10-04android: copy notice & license into assets (for apk)Tomaž Vajngerl1-2/+3
2014-10-04android: refresh screenshot correctly, fix rendering at loadTomaž Vajngerl2-23/+14
2014-10-04android: use linear scaler for better quality tilesTomaž Vajngerl2-1/+37
2014-10-04android: cleanup LOKitShellTomaž Vajngerl1-15/+5
2014-10-02LOK: Add a tiled rendering testbench.Michael Meeks1-0/+99
2014-10-01android: android:debuggable setting now depends on configure options.Jan Holesovsky1-1/+1
2014-09-30android: disable packaging of un-needed UI files.Michael Meeks2-1/+8
2014-09-28android: minimize the rounding error, clean-up MultiTileLayerTomaž Vajngerl3-48/+23
2014-09-28android: LayerRendered - rename member to mScreenShotLayerTomaž Vajngerl1-23/+31