Age | Commit message (Expand) | Author | Files | Lines |
2014-12-17 | Remove the ThumbnailGenerator class | Tor Lillqvist | 2 | -379/+0 |
2014-12-17 | android: fix loading documents from doc browser's about dialog | Miklos Vajna | 3 | -6/+35 |
2014-12-17 | android: show about menu entry in the browser as well | Miklos Vajna | 2 | -1/+8 |
2014-12-17 | android: extract LOAbout from LibreOfficeMainActivity | Miklos Vajna | 2 | -47/+75 |
2014-12-17 | android: make the 'more info' document accessible from the about dialog | Miklos Vajna | 2 | -0/+10 |
2014-12-16 | org.libreoffice.android.DocumentLoader is not used for anything in LOAndroid3 | Tor Lillqvist | 2 | -1258/+0 |
2014-12-16 | android doc browser: avoid explicit background color without a foreground one | Miklos Vajna | 1 | -1/+0 |
2014-12-16 | Android: prevent NPE due to lack of permissions on a directory | Jacobo Aragunde Pérez | 1 | -0/+4 |
2014-12-16 | Android: browse documents anywhere in the sdcard | Jacobo Aragunde Pérez | 1 | -2/+1 |
2014-12-16 | android: Show document browser back in the menu | Jacobo Aragunde Pérez | 1 | -8/+2 |
2014-12-16 | android: disable navigation drawer for Writer | Miklos Vajna | 2 | -2/+17 |
2014-12-16 | android: Adpater -> Adapter | Miklos Vajna | 4 | -13/+13 |
2014-12-15 | android: don't associate with ods, fods, ots, xls, xlsx, xltx and csv | Miklos Vajna | 1 | -6/+8 |
2014-12-15 | android: associate with ott, otg, otp, dotx and potx files as well | Miklos Vajna | 1 | -1/+14 |
2014-12-15 | android: clear tiles when adding a new tile, various | Tomaž Vajngerl | 1 | -2/+5 |
2014-12-15 | android: skip tiles that are already outside of viewport | Tomaž Vajngerl | 2 | -5/+11 |
2014-12-15 | android: calculate tile position/dimension for FixedZoomTileLayer | Tomaž Vajngerl | 5 | -21/+44 |
2014-12-15 | android: add to DisplayPortMetrics position and zoom getter | Tomaž Vajngerl | 1 | -0/+8 |
2014-12-15 | android: remove creation of background screenshots | Tomaž Vajngerl | 1 | -5/+0 |
2014-12-11 | fdo#87098 change zoom level tile layer zoom level on load | Tomaž Vajngerl | 1 | -6/+2 |
2014-12-11 | android: remove unneeded logging and comment tile rendering timing | Tomaž Vajngerl | 3 | -5/+2 |
2014-12-11 | android: Remove unneeded LOEvents | Tomaž Vajngerl | 3 | -40/+5 |
2014-12-11 | android: add FixedZoomTileLayer as a low-res layer | Tomaž Vajngerl | 3 | -1/+36 |
2014-12-11 | android: split DynamicTileLayer, reevaluate tiles directly | Tomaž Vajngerl | 8 | -243/+251 |
2014-12-10 | fdo#85286 android: don't convert objects on load | Miklos Vajna | 1 | -0/+9 |
2014-12-10 | android: speed up mobile-config.py | Miklos Vajna | 1 | -14/+15 |
2014-12-09 | Related: fdo#85286 android: show error message given by LOK on the UI | Miklos Vajna | 1 | -6/+16 |
2014-12-04 | android: extract JavaPanZoomController (PZC becomes an interface) | Tomaž Vajngerl | 4 | -967/+987 |
2014-12-04 | android: Fennec change - move classes from gecko.ui to gecko.gfx | Tomaž Vajngerl | 7 | -13/+7 |
2014-12-04 | android: change LOKitThread.draw to return void | Tomaž Vajngerl | 1 | -4/+2 |
2014-12-04 | android: Fennec PanZoomControler updates.. | Tomaž Vajngerl | 7 | -22/+98 |
2014-12-04 | fdo#85845 android: draw tiles immediately when they are ready | Tomaž Vajngerl | 7 | -68/+90 |
2014-12-04 | android: rearange anc clean-up GeckoLayerClient | Tomaž Vajngerl | 2 | -266/+246 |
2014-12-04 | android: Fold LayerController into GeckoLayerClient | Tomaž Vajngerl | 10 | -359/+335 |
2014-12-04 | android: introduce getDisplayMetrics - reduce code duplication | Tomaž Vajngerl | 2 | -6/+12 |
2014-12-04 | android: reset document dimensions when changing document part | Tomaž Vajngerl | 1 | -7/+17 |
2014-12-04 | android: Change the handle type (long too ByteBuffer) | Tomaž Vajngerl | 1 | -1/+1 |
2014-12-04 | android: use ByteBuffer to send or store pointers in JNI bindings | Tomaž Vajngerl | 3 | -8/+11 |
2014-12-04 | android: cleanup LibreOfficeKit initialization in Java | Tomaž Vajngerl | 2 | -17/+15 |
2014-12-04 | android: extract gathering document info into postLoad method | Tomaž Vajngerl | 1 | -25/+28 |
2014-12-04 | android: improve error messages in DirectBufferAllocator | Tomaž Vajngerl | 1 | -7/+7 |
2014-12-04 | android: add destroy and exit as a separate JNI call | Tomaž Vajngerl | 1 | -0/+1 |
2014-12-04 | android: VM based implementation of DirectBufferAllocator | Tomaž Vajngerl | 1 | -6/+47 |
2014-12-04 | We seem to crash unless we have org.openoffice.Office.UI/Factories | Tor Lillqvist | 1 | -1/+0 |
2014-12-04 | Do the configuration pruning only in the DISABLE_UI case | Tor Lillqvist | 1 | -3/+3 |
2014-12-04 | The configuration pruning with mobile-config.py seems to work now | Tor Lillqvist | 1 | -1/+3 |
2014-12-04 | Don't prune org.openoffice.Office/UI | Tor Lillqvist | 1 | -1/+0 |
2014-12-04 | Beware of modifying a list being iterated | Tor Lillqvist | 1 | -10/+18 |
2014-12-04 | Add (commented-out) invocation of mobile-config.py | Tor Lillqvist | 1 | -0/+1 |
2014-12-04 | Try to be less eager | Tor Lillqvist | 1 | -2/+0 |