summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-19Android: Abstract file management from LibreOfficeUIActivity.Jacobo Aragunde Pérez6-37/+321
2015-01-19Android: remove unnecessary openDirectory call from onResume.Jacobo Aragunde Pérez1-2/+0
2015-01-16android: Add key events in TileProvider & pass key events to LOKTomaž Vajngerl4-0/+17
2015-01-16android: Add needed services for editing.Tomaž Vajngerl2-2/+1
2015-01-16android: Add some comments.Tomaž Vajngerl3-0/+26
2015-01-16android: add missing breakTomaž Vajngerl1-0/+1
2015-01-16android: add key_press event and send them to LOKitThreadTomaž Vajngerl3-0/+20
2015-01-16android: remove invalidation registration on touch for nowTomaž Vajngerl1-6/+1
2015-01-16android: register invalidtion callback on first touchTomaž Vajngerl2-6/+15
2015-01-16android: store tiles in Map for faster access to tilesTomaž Vajngerl1-27/+27
2015-01-16android: create tile outside of beginTransactionTomaž Vajngerl1-2/+1
2015-01-16android: simplify methods with currentZoom / currentViewportTomaž Vajngerl1-12/+10
2015-01-16android: add onTrimMemory to ComposedTileLayerTomaž Vajngerl1-2/+31
2015-01-16android: provide context to ComposedTileLayerTomaž Vajngerl4-7/+14
2015-01-16android: guard buffer allocation and return null if alloc. failsTomaž Vajngerl2-1/+15
2015-01-16android: show soft keyboard on single touch eventTomaž Vajngerl1-0/+2
2015-01-16android: send touch events in JavaPanZoomControllerTomaž Vajngerl1-0/+7
2015-01-16android: show software keyboard on main view in main threadTomaž Vajngerl2-9/+18
2015-01-16android: add support for touch event to LOEventTomaž Vajngerl2-11/+26
2015-01-16android: fennec import - double tap zoom in JavaPanZoomControllerTomaž Vajngerl2-11/+39
2015-01-16android: remove CheckerboardImage class as it is not neededTomaž Vajngerl1-146/+0
2015-01-16android: Inflate viewport even more to render more tiles offscreenTomaž Vajngerl2-3/+7
2015-01-16android: avoid setMessageCallback() for nowMiklos Vajna1-1/+2
2015-01-16android: if we don't have a document, then that can't be textMiklos Vajna1-1/+1
2015-01-16android: add method to force showing of soft keyboardTomaž Vajngerl1-0/+10
2015-01-16android: remove unneeded comment & clean whitespaceTomaž Vajngerl1-2/+0
2015-01-16android: remove logging null in DirectBufferAllocatorTomaž Vajngerl1-2/+0
2015-01-16android: comments for new interfaces and methodsTomaž Vajngerl3-0/+25
2015-01-12android: show version / buildid in about dialogMiklos Vajna5-2/+36
2015-01-12jni: add postKeyEvent to Office and redirect the call to LOKTomaž Vajngerl1-0/+2
2015-01-12android: force screen to render - add access to LayerClientTomaž Vajngerl3-6/+12
2015-01-12android: remove checkerboard color property - fix set to whiteTomaž Vajngerl2-11/+2
2015-01-12android: reuse rerenderTile in createTileTomaž Vajngerl1-18/+6
2015-01-12android: bypass Bitmap creation and copying when creating tilesTomaž Vajngerl1-4/+1
2015-01-12android: support to rerender tile buffer directlyTomaž Vajngerl7-8/+61
2015-01-12android: allow TileLayer to expose the imageTomaž Vajngerl1-0/+4
2015-01-12android: Fix what invalidate rect numbers should meanTomaž Vajngerl1-8/+8
2015-01-12android: Add inverseScale to RectUtilsTomaž Vajngerl1-0/+8
2015-01-12android: react to tile invalidation request and invalidate tilesTomaž Vajngerl3-1/+24
2015-01-12android: Support force redraw in "tile request" eventTomaž Vajngerl4-6/+12
2015-01-12android: add toString to TileIdentifierTomaž Vajngerl1-0/+5
2015-01-12android: Process messages in TileProvider + invalidation interfaceTomaž Vajngerl3-3/+48
2015-01-12android: interface for processing of LOK messagesTomaž Vajngerl1-1/+12
2015-01-12android: Add support for callbacks from LO to JNI and Java LOKTomaž Vajngerl1-0/+16
2015-01-09Android: add share feature in the context menuJacobo Aragunde Pérez3-0/+22