summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)Author
2015-01-26android: fix crash in tile provider while closing the documentMiklos Vajna
2015-01-26android: Set the debug / release according to the configure setting.Jan Holesovsky
2015-01-26android: Fix release build via top level 'make'.Jan Holesovsky
2015-01-26android: Set the package name correctly.Jan Holesovsky
2015-01-26android: eliminate hardcoded LibreOfficeMainActivity and package in LOAboutMiklos Vajna
2015-01-26Revert "android: store tiles in Map for faster access to tiles"Tomaž Vajngerl
2015-01-26android: guard rendering if buffer could not be allocatedTomaž Vajngerl
2015-01-26android: getRect renamed to getRectF - adapt the code to thisTomaž Vajngerl
2015-01-26android: invalidate only new/changed tiles - big perf. improvementTomaž Vajngerl
2015-01-26android: make editing switchable via LOKitShellTomaž Vajngerl
2015-01-26android: add getCSSRect to TileIdentifier and use id in SubTileTomaž Vajngerl
2015-01-26android: small cleanup of ComposedTileLayerTomaž Vajngerl
2015-01-26android: construct a "css" rect of the tile in TileIdentifierTomaž Vajngerl
2015-01-26android: cleanup new tileid's if they gone out of viewport scopeTomaž Vajngerl
2015-01-26android: make the about dialog scrollableMiklos Vajna
2015-01-26android: revert the app package name & relative activity nameTomaž Vajngerl
2015-01-26android: add dummy resurce to get the correct package nameTomaž Vajngerl
2015-01-26android: don't need Bootstrap anymoreTomaž Vajngerl
2015-01-26android: eliminate hardcoded LibreOfficeMainActivity and packageTomaž Vajngerl
2015-01-26android: Remove 200kb docu.png from resources as it is not usedTomaž Vajngerl
2015-01-26android: adapt doc browser to updated manifest that accepts Calc documentsMiklos Vajna
2015-01-26android: re-enable calc documents associations with LO viewerTomaž Vajngerl
2015-01-26android: make package name configurableMiklos Vajna
2015-01-26android: show vendor in LOAboutMiklos Vajna
2015-01-26android: fix invalidation rect calculation in ComposedTileLayerTomaž Vajngerl
2015-01-26android: cleanup GeckoLayerClientTomaž Vajngerl
2015-01-26android: remove getDisplayMetrics as it exists in LOKitShellTomaž Vajngerl
2015-01-26android: move getMemoryClass to LOKitShellTomaž Vajngerl
2015-01-19Android: i18n-ized document provider names.Jacobo Aragunde Pérez
2015-01-19Android: reimplement DocumentProviderFactory as a singletonJacobo Aragunde Pérez
2015-01-19Android: prevent browsing further than the root directory.Jacobo Aragunde Pérez
2015-01-19Android: add UI selector for the available IDocumentProviders.Jacobo Aragunde Pérez
2015-01-19Android: implement LocalDocumentsDirectoryProvider.Jacobo Aragunde Pérez
2015-01-19Android: Abstract file management from LibreOfficeUIActivity.Jacobo Aragunde Pérez
2015-01-19Android: remove unnecessary openDirectory call from onResume.Jacobo Aragunde Pérez
2015-01-16android: Add key events in TileProvider & pass key events to LOKTomaž Vajngerl
2015-01-16android: Add needed services for editing.Tomaž Vajngerl
2015-01-16android: Add some comments.Tomaž Vajngerl
2015-01-16android: add missing breakTomaž Vajngerl
2015-01-16android: add key_press event and send them to LOKitThreadTomaž Vajngerl
2015-01-16android: remove invalidation registration on touch for nowTomaž Vajngerl
2015-01-16android: register invalidtion callback on first touchTomaž Vajngerl
2015-01-16android: store tiles in Map for faster access to tilesTomaž Vajngerl
2015-01-16android: create tile outside of beginTransactionTomaž Vajngerl
2015-01-16android: simplify methods with currentZoom / currentViewportTomaž Vajngerl
2015-01-16android: add onTrimMemory to ComposedTileLayerTomaž Vajngerl
2015-01-16android: provide context to ComposedTileLayerTomaž Vajngerl
2015-01-16android: guard buffer allocation and return null if alloc. failsTomaž Vajngerl
2015-01-16android: show soft keyboard on single touch eventTomaž Vajngerl
2015-01-16android: send touch events in JavaPanZoomControllerTomaž Vajngerl