- 61682ae Android: i18n-ized document provider names. by Jacobo Aragunde Pérez · 11 years ago
- 9f3716c Android: reimplement DocumentProviderFactory as a singleton by Jacobo Aragunde Pérez · 11 years ago
- e051761 Android: prevent browsing further than the root directory. by Jacobo Aragunde Pérez · 11 years ago
- 2331389 Android: add UI selector for the available IDocumentProviders. by Jacobo Aragunde Pérez · 11 years ago
- 280f1c0 Android: implement LocalDocumentsDirectoryProvider. by Jacobo Aragunde Pérez · 11 years ago
- 2ac02d6 Android: Abstract file management from LibreOfficeUIActivity. by Jacobo Aragunde Pérez · 11 years ago
- 4bb76eb Android: remove unnecessary openDirectory call from onResume. by Jacobo Aragunde Pérez · 11 years ago
- bd065f5 android: Add key events in TileProvider & pass key events to LOK by Tomaž Vajngerl · 11 years ago
- 89d4175 android: Add needed services for editing. by Tomaž Vajngerl · 11 years ago
- 389fae7 android: Add some comments. by Tomaž Vajngerl · 11 years ago
- 3766397 android: add missing break by Tomaž Vajngerl · 11 years ago
- b746908 android: add key_press event and send them to LOKitThread by Tomaž Vajngerl · 11 years ago
- 56e7490 android: remove invalidation registration on touch for now by Tomaž Vajngerl · 11 years ago
- d6a1db7 android: register invalidtion callback on first touch by Tomaž Vajngerl · 11 years ago
- 6263bcfd android: store tiles in Map for faster access to tiles by Tomaž Vajngerl · 11 years ago
- 6b71410 android: create tile outside of beginTransaction by Tomaž Vajngerl · 11 years ago
- 24a92a4 android: simplify methods with currentZoom / currentViewport by Tomaž Vajngerl · 11 years ago
- 4712db6 android: add onTrimMemory to ComposedTileLayer by Tomaž Vajngerl · 11 years ago
- 7cb282b android: provide context to ComposedTileLayer by Tomaž Vajngerl · 11 years ago
- a5e2c36 android: guard buffer allocation and return null if alloc. fails by Tomaž Vajngerl · 11 years ago
- 1e4f6ee android: show soft keyboard on single touch event by Tomaž Vajngerl · 11 years ago
- cb85026 android: send touch events in JavaPanZoomController by Tomaž Vajngerl · 11 years ago
- ef73f53 android: show software keyboard on main view in main thread by Tomaž Vajngerl · 11 years ago
- a3efafe android: add support for touch event to LOEvent by Tomaž Vajngerl · 11 years ago
- da39c5f android: fennec import - double tap zoom in JavaPanZoomController by Tomaž Vajngerl · 11 years ago
- 0f291b3 android: remove CheckerboardImage class as it is not needed by Tomaž Vajngerl · 11 years ago
- f260218 android: Inflate viewport even more to render more tiles offscreen by Tomaž Vajngerl · 11 years ago
- 9624077 android: avoid setMessageCallback() for now by Miklos Vajna · 11 years ago
- f1a2759 android: if we don't have a document, then that can't be text by Miklos Vajna · 11 years ago
- 5291c63 android: add method to force showing of soft keyboard by Tomaž Vajngerl · 11 years ago
- 6dabfea android: remove unneeded comment & clean whitespace by Tomaž Vajngerl · 11 years ago
- 1b75735 android: remove logging null in DirectBufferAllocator by Tomaž Vajngerl · 11 years ago
- 08d7111 android: comments for new interfaces and methods by Tomaž Vajngerl · 11 years ago
- 4f1eef2 android: show version / buildid in about dialog by Miklos Vajna · 11 years ago
- 723b6a0 jni: add postKeyEvent to Office and redirect the call to LOK by Tomaž Vajngerl · 11 years ago
- 9f77740 android: force screen to render - add access to LayerClient by Tomaž Vajngerl · 11 years ago
- 0ecf41b android: remove checkerboard color property - fix set to white by Tomaž Vajngerl · 11 years ago
- e9c6949 android: reuse rerenderTile in createTile by Tomaž Vajngerl · 11 years ago
- 8da6499 android: bypass Bitmap creation and copying when creating tiles by Tomaž Vajngerl · 11 years ago
- 2cd20fa android: support to rerender tile buffer directly by Tomaž Vajngerl · 11 years ago
- 2755cc0 android: allow TileLayer to expose the image by Tomaž Vajngerl · 11 years ago
- b6a1207 android: Fix what invalidate rect numbers should mean by Tomaž Vajngerl · 11 years ago
- b214b0b android: Add inverseScale to RectUtils by Tomaž Vajngerl · 11 years ago
- 57ffd85 android: react to tile invalidation request and invalidate tiles by Tomaž Vajngerl · 11 years ago
- 156411e android: Support force redraw in "tile request" event by Tomaž Vajngerl · 11 years ago
- 616a0ac android: add toString to TileIdentifier by Tomaž Vajngerl · 11 years ago
- a04e325 android: Process messages in TileProvider + invalidation interface by Tomaž Vajngerl · 11 years ago
- e905d3b android: interface for processing of LOK messages by Tomaž Vajngerl · 11 years ago
- 3b77cd3 android: Add support for callbacks from LO to JNI and Java LOK by Tomaž Vajngerl · 11 years ago
- 04df164 Android: add share feature in the context menu by Jacobo Aragunde Pérez · 11 years ago
- 60dd216 Android: add context menu in document browser by Jacobo Aragunde Pérez · 11 years ago
- 2005e34 android: set single page mode in writer when init for tiled render by Tomaž Vajngerl · 11 years ago
- 6123d6a android: Add initializeForRendering to LOK by Tomaž Vajngerl · 11 years ago
- f69f3bf android: Tweak initial zoom of documents in different situations by Tomaž Vajngerl · 11 years ago
- 6d6da4c android: Put document into center when it's smaller than viewport by Tomaž Vajngerl · 11 years ago
- c6fd07e fdo#85849 on-demand create thumbnails of tiles in the sidebar by Tomaž Vajngerl · 11 years ago
- 6f5eb64 fdo#87098 invalidate zoom change by triggering animatedZoomTo by Tomaž Vajngerl · 11 years ago
- 3860bff android: never use TextureView for now (for performance reasons) by Tomaž Vajngerl · 11 years ago
- 96a498b android: remove screenshot layer by Tomaž Vajngerl · 11 years ago
- 0897aae android doc browser: hide Calc filter, add Draw filter by Miklos Vajna · 11 years ago
- bcb4f01 android: support building with SDK tools 24 by Tomaž Vajngerl · 11 years ago
- 3b490bd android doc browser: sync file type list with the intent filter by Miklos Vajna · 11 years ago
- 87928d3 android doc browser: let's list file extensions only at a single place by Miklos Vajna · 11 years ago
- 3646640 android: turn off text and table boundaries in the viewer by Miklos Vajna · 11 years ago
- 7bb1c73 android: fix unreadable text in doc browser's about dialog by Miklos Vajna · 11 years ago
- bd219e3 android: tweak low-res tiles by Tomaž Vajngerl · 11 years ago
- 3df9515 android: support to handle events with prioritization by Tomaž Vajngerl · 11 years ago
- 33e53de android: remove old and unused LOAndroid and LOAndroid2 by Tomaž Vajngerl · 11 years ago
- 8ecf956 Remove the ThumbnailGenerator class by Tor Lillqvist · 11 years ago
- 4588558 android: fix loading documents from doc browser's about dialog by Miklos Vajna · 11 years ago
- 6487cb9 android: show about menu entry in the browser as well by Miklos Vajna · 11 years ago
- 6d9b773 android: extract LOAbout from LibreOfficeMainActivity by Miklos Vajna · 11 years ago
- 64eb212 android: make the 'more info' document accessible from the about dialog by Miklos Vajna · 11 years ago
- 1ab295b org.libreoffice.android.DocumentLoader is not used for anything in LOAndroid3 by Tor Lillqvist · 11 years ago
- 1177f4d android doc browser: avoid explicit background color without a foreground one by Miklos Vajna · 11 years ago
- c13a1c2 Android: prevent NPE due to lack of permissions on a directory by Jacobo Aragunde Pérez · 11 years ago
- 8c68463 Android: browse documents anywhere in the sdcard by Jacobo Aragunde Pérez · 11 years ago
- 6d7f67e android: Show document browser back in the menu by Jacobo Aragunde Pérez · 11 years ago
- 450647a android: disable navigation drawer for Writer by Miklos Vajna · 11 years ago
- 1816bdd android: Adpater -> Adapter by Miklos Vajna · 11 years ago
- 90a94db android: don't associate with ods, fods, ots, xls, xlsx, xltx and csv by Miklos Vajna · 11 years ago
- 7992c34 android: associate with ott, otg, otp, dotx and potx files as well by Miklos Vajna · 11 years ago
- 857f495 android: clear tiles when adding a new tile, various by Tomaž Vajngerl · 11 years ago
- 8daef36 android: skip tiles that are already outside of viewport by Tomaž Vajngerl · 11 years ago
- abc818f android: calculate tile position/dimension for FixedZoomTileLayer by Tomaž Vajngerl · 11 years ago
- a9c45c5 android: add to DisplayPortMetrics position and zoom getter by Tomaž Vajngerl · 11 years ago
- 2174ad9 android: remove creation of background screenshots by Tomaž Vajngerl · 11 years ago
- 842848c fdo#87098 change zoom level tile layer zoom level on load by Tomaž Vajngerl · 11 years ago
- 83cd004 android: remove unneeded logging and comment tile rendering timing by Tomaž Vajngerl · 11 years ago
- 6721736 android: Remove unneeded LOEvents by Tomaž Vajngerl · 11 years ago
- 7c42247 android: add FixedZoomTileLayer as a low-res layer by Tomaž Vajngerl · 11 years ago
- 42070ee android: split DynamicTileLayer, reevaluate tiles directly by Tomaž Vajngerl · 11 years ago
- 657747a fdo#85286 android: don't convert objects on load by Miklos Vajna · 11 years ago
- 7b3fea4 android: speed up mobile-config.py by Miklos Vajna · 11 years ago
- 3728059 Related: fdo#85286 android: show error message given by LOK on the UI by Miklos Vajna · 11 years ago
- 34e456a android: extract JavaPanZoomController (PZC becomes an interface) by Tomaž Vajngerl · 11 years ago
- 78551d3 android: Fennec change - move classes from gecko.ui to gecko.gfx by Tomaž Vajngerl · 11 years ago
- 417d1f6 android: change LOKitThread.draw to return void by Tomaž Vajngerl · 11 years ago
- 86aadc8 android: Fennec PanZoomControler updates.. by Tomaž Vajngerl · 11 years ago
- a9c434a fdo#85845 android: draw tiles immediately when they are ready by Tomaž Vajngerl · 11 years ago