Age | Commit message (Expand) | Author |
2014-10-13 | android: When debugging, the installLocation must be "internalOnly". | Jan Holesovsky |
2014-10-13 | android: When rotating, we also need to update the viewport geometry. | Jan Holesovsky |
2014-10-10 | android: Repaint when the orientation changes. | Jan Holesovsky |
2014-10-10 | android: Improve the button descriptions. | Jan Holesovsky |
2014-10-10 | android: Disable LibreOfficeUIActivity for now. | Jan Holesovsky |
2014-10-10 | More tabs -> spaces. | Jan Holesovsky |
2014-10-10 | Kill trailing whitespace, tabs -> spaces, add modelines. | Jan Holesovsky |
2014-10-09 | android: Fix the application lifecycle. | Jan Holesovsky |
2014-10-09 | android: Simplify the About dialog creation. | Jan Holesovsky |
2014-10-09 | android: Fix typo. | Jan Holesovsky |
2014-10-05 | android: Rewrite GLThread to trash objects as little as possible | Tomaž Vajngerl |
2014-10-04 | android: Better detection of HW accel. (needed by TextureView) | Tomaž Vajngerl |
2014-10-04 | android: move getDrawable to LayerView (Fennec import) | Tomaž Vajngerl |
2014-10-04 | android: use TextureView instead of SurfaceView for ICS+ devices | Tomaž Vajngerl |
2014-10-04 | android: assure document close, introduce message box for errors | Tomaž Vajngerl |
2014-10-04 | androdi: set TileProvider only when document is ready | Tomaž Vajngerl |
2014-10-04 | android: TileIdentifier - contains tile position and zoom | Tomaž Vajngerl |
2014-10-04 | android: construct LayerView in xml GUI definition (activity_main) | Tomaž Vajngerl |
2014-10-04 | android: use tile size and change the type to IntSize | Tomaž Vajngerl |
2014-10-04 | android: remove unused windowSizeChanged tracking | Tomaž Vajngerl |
2014-10-04 | android: Better default document (when the app starts with no doc to load). | Jan Holesovsky |
2014-10-04 | android: Log calls to createTile | Tomaž Vajngerl |
2014-10-04 | android: show progress spinner also when switching parts | Tomaž Vajngerl |
2014-10-04 | android: Fix typo. | Jan Holesovsky |
2014-10-04 | android: about dialog description, app names - viewer & browser | Tomaž Vajngerl |
2014-10-04 | android: clicking "Parts" in preferences opens the side drawer | Tomaž Vajngerl |
2014-10-04 | android: fix redrawing everyting on part change (via sidebar) | Tomaž Vajngerl |
2014-10-04 | android: null safeguards and cleanup unneeded calls | Tomaž Vajngerl |
2014-10-04 | android: image in TileLayer can be null | Tomaž Vajngerl |
2014-10-04 | android: SubTile - equals and hash | Tomaž Vajngerl |
2014-10-04 | android: SingleTileLayer - less var. trashing (Fennec update) | Tomaž Vajngerl |
2014-10-04 | android: replace MultiTileLayer with new & simpler DynamicTileLayer | Tomaž Vajngerl |
2014-10-04 | android: remove some unneeded logging in GeckoLayerClient | Tomaž Vajngerl |
2014-10-04 | android: add tileSize parameter to TileProvider | Tomaž Vajngerl |
2014-10-04 | android: remove duplicate progress bar declaration | Tomaž Vajngerl |
2014-10-04 | android: show loading animation until the document is loaded | Tomaž Vajngerl |
2014-10-04 | android: package C* fonts as well for interop. | Michael Meeks |
2014-10-04 | android: don't return to open document if viewing license / notice | Tomaž Vajngerl |
2014-10-04 | android: clear all tiles in "refresh" | Tomaž Vajngerl |
2014-10-04 | android: no need for "throws InterruptedException" | Tomaž Vajngerl |
2014-10-04 | android: redraw LOEvent | Tomaž Vajngerl |
2014-10-04 | android: create events with LOEventFactory (moved out of LOEvent) | Tomaž Vajngerl |
2014-10-04 | android: remove unused ViewTransform | Tomaž Vajngerl |
2014-10-04 | android: don't show any parts in sidebar if only one part exists | Tomaž Vajngerl |
2014-10-04 | android: fix part sidebar not executing an "part change" event.. | Tomaž Vajngerl |
2014-10-04 | android: show thumbnails in DrawerLayout - parts side bar | Tomaž Vajngerl |
2014-10-04 | android: better default part name (document type dependent) | Tomaž Vajngerl |
2014-10-04 | android: clear all tiles on part change (method clearAllTiles) | Tomaž Vajngerl |
2014-10-04 | android: call destroy only if the document exists | Tomaž Vajngerl |
2014-10-04 | android: allow to set a size of the thumbnail | Tomaž Vajngerl |