summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)Author
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-13android: When debugging, the installLocation must be "internalOnly".Jan Holesovsky
2014-10-13android: When rotating, we also need to update the viewport geometry.Jan Holesovsky
2014-10-10android: Repaint when the orientation changes.Jan Holesovsky
2014-10-10android: Improve the button descriptions.Jan Holesovsky
2014-10-10android: Disable LibreOfficeUIActivity for now.Jan Holesovsky
2014-10-10More tabs -> spaces.Jan Holesovsky
2014-10-10Kill trailing whitespace, tabs -> spaces, add modelines.Jan Holesovsky
2014-10-09android: Fix the application lifecycle.Jan Holesovsky
2014-10-09android: Simplify the About dialog creation.Jan Holesovsky
2014-10-09android: Fix typo.Jan Holesovsky
2014-10-05android: Rewrite GLThread to trash objects as little as possibleTomaž Vajngerl
2014-10-04android: Better detection of HW accel. (needed by TextureView)Tomaž Vajngerl
2014-10-04android: move getDrawable to LayerView (Fennec import)Tomaž Vajngerl
2014-10-04android: use TextureView instead of SurfaceView for ICS+ devicesTomaž Vajngerl
2014-10-04android: assure document close, introduce message box for errorsTomaž Vajngerl
2014-10-04androdi: set TileProvider only when document is readyTomaž Vajngerl
2014-10-04android: TileIdentifier - contains tile position and zoomTomaž Vajngerl
2014-10-04android: construct LayerView in xml GUI definition (activity_main)Tomaž Vajngerl
2014-10-04android: use tile size and change the type to IntSizeTomaž Vajngerl
2014-10-04android: remove unused windowSizeChanged trackingTomaž Vajngerl
2014-10-04android: Better default document (when the app starts with no doc to load).Jan Holesovsky
2014-10-04android: Log calls to createTileTomaž Vajngerl
2014-10-04android: show progress spinner also when switching partsTomaž Vajngerl
2014-10-04android: Fix typo.Jan Holesovsky
2014-10-04android: about dialog description, app names - viewer & browserTomaž Vajngerl
2014-10-04android: clicking "Parts" in preferences opens the side drawerTomaž Vajngerl
2014-10-04android: fix redrawing everyting on part change (via sidebar)Tomaž Vajngerl
2014-10-04android: null safeguards and cleanup unneeded callsTomaž Vajngerl
2014-10-04android: image in TileLayer can be nullTomaž Vajngerl
2014-10-04android: SubTile - equals and hashTomaž Vajngerl
2014-10-04android: SingleTileLayer - less var. trashing (Fennec update)Tomaž Vajngerl
2014-10-04android: replace MultiTileLayer with new & simpler DynamicTileLayerTomaž Vajngerl
2014-10-04android: remove some unneeded logging in GeckoLayerClientTomaž Vajngerl
2014-10-04android: add tileSize parameter to TileProviderTomaž Vajngerl
2014-10-04android: remove duplicate progress bar declarationTomaž Vajngerl
2014-10-04android: show loading animation until the document is loadedTomaž Vajngerl
2014-10-04android: package C* fonts as well for interop.Michael Meeks
2014-10-04android: don't return to open document if viewing license / noticeTomaž Vajngerl
2014-10-04android: clear all tiles in "refresh"Tomaž Vajngerl
2014-10-04android: no need for "throws InterruptedException"Tomaž Vajngerl
2014-10-04android: redraw LOEventTomaž Vajngerl
2014-10-04android: create events with LOEventFactory (moved out of LOEvent)Tomaž Vajngerl
2014-10-04android: remove unused ViewTransformTomaž Vajngerl
2014-10-04android: don't show any parts in sidebar if only one part existsTomaž Vajngerl
2014-10-04android: fix part sidebar not executing an "part change" event..Tomaž Vajngerl
2014-10-04android: show thumbnails in DrawerLayout - parts side barTomaž Vajngerl
2014-10-04android: better default part name (document type dependent)Tomaž Vajngerl
2014-10-04android: clear all tiles on part change (method clearAllTiles)Tomaž Vajngerl
2014-10-04android: call destroy only if the document existsTomaž Vajngerl