summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2015-01-26android: touch pop-ups keyboard and sends mousebuttondown eventTomaž Vajngerl1-0/+3
2015-01-26android: convert to document coor. and send it with touch eventTomaž Vajngerl1-5/+10
2015-01-26android: view point to document point conversion updatedTomaž Vajngerl1-22/+3
2015-01-26android: extend touch event with transformed document coordinateTomaž Vajngerl3-5/+9
2015-01-26android: add mouseButtonDown(Up) to TileProvider + impl.Tomaž Vajngerl3-1/+41
2015-01-26android: add some comments to TileProvider interfaceTomaž Vajngerl1-0/+30
2015-01-26android: translate DEL/ENTER in LOKitTileProviderMiklos Vajna1-1/+13
2015-01-26android: use getUnicodeChar() in LOKitTileProviderMiklos Vajna1-1/+2
2015-01-26android: make sure the soffice.cfg directory is always availableMiklos Vajna1-0/+3
2015-01-26android: disable Impress View -> Slide PaneMiklos Vajna1-0/+6
2015-01-26android: add postMouseEvent to LOKit JNI interfaceTomaž Vajngerl1-0/+12
2015-01-26android: 'make release-apk' now also accepts the example document.Jan Holesovsky2-2/+7
2015-01-26android: Rename 'make sign' to 'make release-apk'.Jan Holesovsky3-5/+12
2015-01-26android: Bind the release/debug setting to --enable-release-build.Jan Holesovsky1-1/+1
2015-01-26android: it doesn't hurt to log the document filename on loadTomaž Vajngerl1-0/+2
2015-01-26android: Fix loading files that have space in the filenameTomaž Vajngerl1-1/+1
2015-01-26android: Add makefile rule to sign the resulting .apk.Jan Holesovsky1-0/+11
2015-01-26android: fix crash in tile provider while closing the documentMiklos Vajna1-1/+8
2015-01-26android: Set the debug / release according to the configure setting.Jan Holesovsky1-1/+2
2015-01-26android: Fix release build via top level 'make'.Jan Holesovsky2-2/+2
2015-01-26android: Set the package name correctly.Jan Holesovsky6-2/+7
2015-01-26android: eliminate hardcoded LibreOfficeMainActivity and package in LOAboutMiklos Vajna1-3/+3
2015-01-26Revert "android: store tiles in Map for faster access to tiles"Tomaž Vajngerl1-28/+27
2015-01-26android: guard rendering if buffer could not be allocatedTomaž Vajngerl1-6/+5
2015-01-26android: getRect renamed to getRectF - adapt the code to thisTomaž Vajngerl1-5/+6
2015-01-26android: invalidate only new/changed tiles - big perf. improvementTomaž Vajngerl2-2/+4
2015-01-26android: make editing switchable via LOKitShellTomaž Vajngerl2-0/+14
2015-01-26android: add getCSSRect to TileIdentifier and use id in SubTileTomaž Vajngerl2-12/+20
2015-01-26android: small cleanup of ComposedTileLayerTomaž Vajngerl1-8/+6
2015-01-26android: construct a "css" rect of the tile in TileIdentifierTomaž Vajngerl1-0/+6
2015-01-26android: cleanup new tileid's if they gone out of viewport scopeTomaž Vajngerl2-0/+6
2015-01-26android: make the about dialog scrollableMiklos Vajna1-0/+2
2015-01-26android: revert the app package name & relative activity nameTomaž Vajngerl1-3/+3
2015-01-26android: add dummy resurce to get the correct package nameTomaž Vajngerl2-1/+7
2015-01-26android: don't need Bootstrap anymoreTomaž Vajngerl1-7/+0
2015-01-26android: eliminate hardcoded LibreOfficeMainActivity and packageTomaž Vajngerl1-3/+4
2015-01-26android: Remove 200kb docu.png from resources as it is not usedTomaž Vajngerl1-0/+0
2015-01-26android: adapt doc browser to updated manifest that accepts Calc documentsMiklos Vajna5-17/+17
2015-01-26android: re-enable calc documents associations with LO viewerTomaž Vajngerl1-7/+9
2015-01-26android: make package name configurableMiklos Vajna1-1/+1
2015-01-26android: show vendor in LOAboutMiklos Vajna4-7/+21
2015-01-26android: fix invalidation rect calculation in ComposedTileLayerTomaž Vajngerl1-6/+2
2015-01-26android: cleanup GeckoLayerClientTomaž Vajngerl1-30/+16
2015-01-26android: remove getDisplayMetrics as it exists in LOKitShellTomaž Vajngerl1-6/+0
2015-01-26android: move getMemoryClass to LOKitShellTomaž Vajngerl2-5/+7
2015-01-19Android: i18n-ized document provider names.Jacobo Aragunde Pérez6-5/+51
2015-01-19Android: reimplement DocumentProviderFactory as a singletonJacobo Aragunde Pérez2-9/+38
2015-01-19Android: prevent browsing further than the root directory.Jacobo Aragunde Pérez1-0/+10
2015-01-19Android: add UI selector for the available IDocumentProviders.Jacobo Aragunde Pérez5-9/+130
2015-01-19Android: implement LocalDocumentsDirectoryProvider.Jacobo Aragunde Pérez1-0/+34