summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-30android: extract JavaPanZoomController (PZC becomes an interface)feature/droid_calcimpress3Tomaž Vajngerl4-967/+987
2014-11-30android: Fennec change - move classes from gecko.ui to gecko.gfxTomaž Vajngerl7-13/+7
2014-11-30android: change LOKitThread.draw to return voidTomaž Vajngerl1-4/+2
2014-11-30android: Fennec PanZoomControler updates..Tomaž Vajngerl7-22/+98
2014-11-30fdo#85845 android: draw tiles immediately when they are readyTomaž Vajngerl7-68/+90
2014-11-28android: rearange anc clean-up GeckoLayerClientTomaž Vajngerl2-266/+246
2014-11-27android: Fold LayerController into GeckoLayerClientTomaž Vajngerl10-359/+335
2014-11-27android: introduce getDisplayMetrics - reduce code duplicationTomaž Vajngerl2-6/+12
2014-11-27android: reset document dimensions when changing document partTomaž Vajngerl1-7/+17
2014-11-17android: Change the handle type (long too ByteBuffer)Tomaž Vajngerl1-1/+1
2014-11-17android: use ByteBuffer to send or store pointers in JNI bindingsTomaž Vajngerl5-27/+24
2014-11-17android: cleanup LibreOfficeKit initialization in JavaTomaž Vajngerl2-17/+15
2014-11-17android: use different function to prevent stripping JNI symbolsTomaž Vajngerl1-2/+2
2014-11-17lok: improve error reporting in lok implementationTomaž Vajngerl1-20/+67
2014-11-17android: extract gathering document info into postLoad methodTomaž Vajngerl1-25/+28
2014-11-17android: improve error messages in DirectBufferAllocatorTomaž Vajngerl1-7/+7
2014-11-10android: add destroy and exit as a separate JNI callTomaž Vajngerl2-0/+7
2014-11-10android: VM based implementation of DirectBufferAllocatorTomaž Vajngerl1-6/+47
2014-11-08android: use int type for size in DirectBufferAllocator allocateTomaž Vajngerl1-6/+10
2014-10-27We seem to crash unless we have org.openoffice.Office.UI/FactoriesTor Lillqvist1-1/+0
2014-10-27Do the configuration pruning only in the DISABLE_UI caseTor Lillqvist1-3/+3
2014-10-27The configuration pruning with mobile-config.py seems to work nowTor Lillqvist1-1/+3
2014-10-27Don't prune org.openoffice.Office/UITor Lillqvist1-1/+0
2014-10-27Avoid automatic toolbars in the non-desktop caseTor Lillqvist1-0/+6
2014-10-27Ignore exceptions when getting the background color configurationTor Lillqvist1-3/+14
2014-10-27Beware of modifying a list being iteratedTor Lillqvist1-10/+18
2014-10-24Revert "Temporarily do more verbose logging"Tor Lillqvist1-2/+2
2014-10-24Add (commented-out) invocation of mobile-config.pyTor Lillqvist1-0/+1
2014-10-24Temporarily do more verbose loggingTor Lillqvist1-2/+2
2014-10-24Try to be less eagerTor Lillqvist1-2/+0
2014-10-24Log parsing time of each xcd fileTor Lillqvist2-1/+5
2014-10-24SAL_INFO how long parseXcsXcuLayer() and parseResLayer() tookTor Lillqvist1-0/+4
2014-10-24Rename --enable-sal-info to --enable-sal-logTor Lillqvist3-7/+7
2014-10-24Add --enable-sal-infoTor Lillqvist3-0/+16
2014-10-22Bin duplicatesTor Lillqvist1-22/+7
2014-10-21CosmeticsTor Lillqvist1-4/+0
2014-10-21Log time since object creation, not since epochTor Lillqvist1-4/+8
2014-10-16android: Stopgap: _exit() is better than a hangTor Lillqvist1-0/+4
2014-10-16basebmp: accelerated method to create a clipping device.Michael Meeks3-6/+28
2014-10-15Add a SAL_INFOTor Lillqvist1-0/+1
2014-10-15Use maximum logging verbosity while attempting the restartTor Lillqvist1-0/+2
2014-10-15Reduce log verbiageTor Lillqvist1-1/+1
2014-10-15Add a small script to run adb logcat with filteringTor Lillqvist1-0/+19
2014-10-15If loading a document fails, try restarting the 'main loop' and try againTor Lillqvist1-1/+14
2014-10-15Call DetachCurrentThread() in the AndroidSalInstance destructorTor Lillqvist1-0/+2
2014-10-15Skip the 'desktop' app for nowTor Lillqvist1-1/+0
2014-10-15The 'bInitialized' state needs to be global, and unset in lo_destroy()Tor Lillqvist1-1/+6
2014-10-15Don't keep the LibreOfficeKit pointer in a global variableTor Lillqvist1-7/+4
2014-10-13android: Dump my debugging notes to the readme's.Jan Holesovsky2-0/+18
2014-10-13android: When debugging, the installLocation must be "internalOnly".Jan Holesovsky2-10/+14