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