1. 365c826 android: extract JavaPanZoomController (PZC becomes an interface) by Tomaž Vajngerl · 11 years ago feature/droid_calcimpress3
  2. 17f363f android: Fennec change - move classes from gecko.ui to gecko.gfx by Tomaž Vajngerl · 11 years ago
  3. a312e6e android: change LOKitThread.draw to return void by Tomaž Vajngerl · 11 years ago
  4. e0c5df4 android: Fennec PanZoomControler updates.. by Tomaž Vajngerl · 11 years ago
  5. 6a764df fdo#85845 android: draw tiles immediately when they are ready by Tomaž Vajngerl · 11 years ago
  6. c4fc72b android: rearange anc clean-up GeckoLayerClient by Tomaž Vajngerl · 11 years ago
  7. 926389c android: Fold LayerController into GeckoLayerClient by Tomaž Vajngerl · 11 years ago
  8. 0ac9a27 android: introduce getDisplayMetrics - reduce code duplication by Tomaž Vajngerl · 11 years ago
  9. e5ccea0 android: reset document dimensions when changing document part by Tomaž Vajngerl · 11 years ago
  10. 09f97af android: Change the handle type (long too ByteBuffer) by Tomaž Vajngerl · 11 years ago
  11. 9bb1d12 android: use ByteBuffer to send or store pointers in JNI bindings by Tomaž Vajngerl · 11 years ago
  12. e6e87df android: cleanup LibreOfficeKit initialization in Java by Tomaž Vajngerl · 11 years ago
  13. d9c040a android: use different function to prevent stripping JNI symbols by Tomaž Vajngerl · 11 years ago
  14. 4dcabf9 lok: improve error reporting in lok implementation by Tomaž Vajngerl · 11 years ago
  15. 02ce97d android: extract gathering document info into postLoad method by Tomaž Vajngerl · 11 years ago
  16. a807614 android: improve error messages in DirectBufferAllocator by Tomaž Vajngerl · 11 years ago
  17. 0da9992 android: add destroy and exit as a separate JNI call by Tomaž Vajngerl · 11 years ago
  18. 7a454f8 android: VM based implementation of DirectBufferAllocator by Tomaž Vajngerl · 11 years ago
  19. c22093c android: use int type for size in DirectBufferAllocator allocate by Tomaž Vajngerl · 11 years ago
  20. 7a68c61 We seem to crash unless we have org.openoffice.Office.UI/Factories by Tor Lillqvist · 11 years ago
  21. 8de4c5d Do the configuration pruning only in the DISABLE_UI case by Tor Lillqvist · 11 years ago
  22. 2efc7da The configuration pruning with mobile-config.py seems to work now by Tor Lillqvist · 11 years ago
  23. bd08374 Don't prune org.openoffice.Office/UI by Tor Lillqvist · 11 years ago
  24. 447fed3 Avoid automatic toolbars in the non-desktop case by Tor Lillqvist · 11 years ago
  25. e41162d Ignore exceptions when getting the background color configuration by Tor Lillqvist · 11 years ago
  26. 32b8d67 Beware of modifying a list being iterated by Tor Lillqvist · 11 years ago
  27. fa57c94 Revert "Temporarily do more verbose logging" by Tor Lillqvist · 11 years ago
  28. 4488e56 Add (commented-out) invocation of mobile-config.py by Tor Lillqvist · 11 years ago
  29. 00d2482 Temporarily do more verbose logging by Tor Lillqvist · 11 years ago
  30. 3061747 Try to be less eager by Tor Lillqvist · 11 years ago
  31. e8935cc Log parsing time of each xcd file by Tor Lillqvist · 11 years ago
  32. 78f666b SAL_INFO how long parseXcsXcuLayer() and parseResLayer() took by Tor Lillqvist · 11 years ago
  33. 2e9ede5 Rename --enable-sal-info to --enable-sal-log by Tor Lillqvist · 11 years ago
  34. 38bdd2e Add --enable-sal-info by Tor Lillqvist · 11 years ago
  35. c7b3634 Bin duplicates by Tor Lillqvist · 11 years ago
  36. ef6f481 Cosmetics by Tor Lillqvist · 11 years ago
  37. f6269d2 Log time since object creation, not since epoch by Tor Lillqvist · 11 years ago
  38. 74a6f3c android: Stopgap: _exit() is better than a hang by Tor Lillqvist · 11 years ago
  39. 6443e8f basebmp: accelerated method to create a clipping device. by Michael Meeks · 11 years ago
  40. 566eba8 Add a SAL_INFO by Tor Lillqvist · 11 years ago
  41. a9d0d78 Use maximum logging verbosity while attempting the restart by Tor Lillqvist · 11 years ago
  42. c56b8ff Reduce log verbiage by Tor Lillqvist · 11 years ago
  43. 9e0a82f Add a small script to run adb logcat with filtering by Tor Lillqvist · 11 years ago
  44. 695f818 If loading a document fails, try restarting the 'main loop' and try again by Tor Lillqvist · 11 years ago
  45. c809b37 Call DetachCurrentThread() in the AndroidSalInstance destructor by Tor Lillqvist · 11 years ago
  46. 36ba14a Skip the 'desktop' app for now by Tor Lillqvist · 11 years ago
  47. 0664f5a The 'bInitialized' state needs to be global, and unset in lo_destroy() by Tor Lillqvist · 11 years ago
  48. 2da5520 Don't keep the LibreOfficeKit pointer in a global variable by Tor Lillqvist · 11 years ago
  49. 9c0cb7a android: Dump my debugging notes to the readme's. by Jan Holesovsky · 11 years ago
  50. ff1ad6c android: When debugging, the installLocation must be "internalOnly". by Jan Holesovsky · 11 years ago
  51. f4c3ab1 android: When rotating, we also need to update the viewport geometry. by Jan Holesovsky · 11 years ago
  52. 3724d3a android: Repaint when the orientation changes. by Jan Holesovsky · 11 years ago
  53. 89c8dea android: Improve the button descriptions. by Jan Holesovsky · 11 years ago
  54. 737cd06 android: Disable LibreOfficeUIActivity for now. by Jan Holesovsky · 11 years ago
  55. 8ae3ae0b android: Re-autogen when AndroidManifest.xml.in changes. by Jan Holesovsky · 11 years ago
  56. 492cfff More tabs -> spaces. by Jan Holesovsky · 11 years ago
  57. 2abf8ad0 Kill trailing whitespace, tabs -> spaces, add modelines. by Jan Holesovsky · 11 years ago
  58. 3079c9b android: Fix the application lifecycle. by Jan Holesovsky · 11 years ago
  59. 452b3dd android: Simplify the About dialog creation. by Jan Holesovsky · 11 years ago
  60. 7c4fc96 android: Fix typo. by Jan Holesovsky · 11 years ago
  61. 6af3f08 android: Rewrite GLThread to trash objects as little as possible by Tomaž Vajngerl · 12 years ago
  62. af162f9 android: Better detection of HW accel. (needed by TextureView) by Tomaž Vajngerl · 12 years ago
  63. 124ce0f android: move getDrawable to LayerView (Fennec import) by Tomaž Vajngerl · 12 years ago
  64. e7c9250 android: use TextureView instead of SurfaceView for ICS+ devices by Tomaž Vajngerl · 12 years ago
  65. 84a44f1 android: assure document close, introduce message box for errors by Tomaž Vajngerl · 12 years ago
  66. ce530cb androdi: set TileProvider only when document is ready by Tomaž Vajngerl · 12 years ago
  67. cbe7d42d android: TileIdentifier - contains tile position and zoom by Tomaž Vajngerl · 12 years ago
  68. cfd2146 android: construct LayerView in xml GUI definition (activity_main) by Tomaž Vajngerl · 12 years ago
  69. e4c4a41 android: use tile size and change the type to IntSize by Tomaž Vajngerl · 12 years ago
  70. e61fe5a android: remove unused windowSizeChanged tracking by Tomaž Vajngerl · 12 years ago
  71. 9426688 android: Better default document (when the app starts with no doc to load). by Jan Holesovsky · 12 years ago
  72. 76ea229 android: Log calls to createTile by Tomaž Vajngerl · 12 years ago
  73. d39e83c android: show progress spinner also when switching parts by Tomaž Vajngerl · 12 years ago
  74. 43fc930 android: Fix typo. by Jan Holesovsky · 12 years ago
  75. 13ecf84 android: about dialog description, app names - viewer & browser by Tomaž Vajngerl · 12 years ago
  76. c733d16 android: clicking "Parts" in preferences opens the side drawer by Tomaž Vajngerl · 12 years ago
  77. 65bf7c7 android: fix redrawing everyting on part change (via sidebar) by Tomaž Vajngerl · 12 years ago
  78. ecd6cc3 android: null safeguards and cleanup unneeded calls by Tomaž Vajngerl · 12 years ago
  79. 1f3505f android: android:debuggable setting now depends on configure options. by Jan Holesovsky · 12 years ago
  80. cd44820 android: image in TileLayer can be null by Tomaž Vajngerl · 12 years ago
  81. 56163a9 android: SubTile - equals and hash by Tomaž Vajngerl · 12 years ago
  82. 7825d33 android: SingleTileLayer - less var. trashing (Fennec update) by Tomaž Vajngerl · 12 years ago
  83. 6fdcd9b android: replace MultiTileLayer with new & simpler DynamicTileLayer by Tomaž Vajngerl · 12 years ago
  84. 0ed2093 android: remove some unneeded logging in GeckoLayerClient by Tomaž Vajngerl · 12 years ago
  85. be1a199 android: add tileSize parameter to TileProvider by Tomaž Vajngerl · 12 years ago
  86. d3a0b61 android: remove duplicate progress bar declaration by Tomaž Vajngerl · 12 years ago
  87. 3d70993 android: remove preferences menu item for now. by Andrzej Hunt · 12 years ago
  88. b530af9 Add libanimcore to factory list. by Andrzej Hunt · 12 years ago
  89. 3d86ed4 android: show loading animation until the document is loaded by Tomaž Vajngerl · 12 years ago
  90. cf38e0d android: package C* fonts as well for interop. by Michael Meeks · 12 years ago
  91. 1b70f8f android: don't return to open document if viewing license / notice by Tomaž Vajngerl · 12 years ago
  92. 20bd217 android: clear all tiles in "refresh" by Tomaž Vajngerl · 12 years ago
  93. 099521f android: no need for "throws InterruptedException" by Tomaž Vajngerl · 12 years ago
  94. 0be0147 android: redraw LOEvent by Tomaž Vajngerl · 12 years ago
  95. 651a678 android: create events with LOEventFactory (moved out of LOEvent) by Tomaž Vajngerl · 12 years ago
  96. 9d2faf2 android: remove unused ViewTransform by Tomaž Vajngerl · 12 years ago
  97. 5a0437e android: don't show any parts in sidebar if only one part exists by Tomaž Vajngerl · 12 years ago
  98. 8365f91 android: fix part sidebar not executing an "part change" event.. by Tomaž Vajngerl · 12 years ago
  99. 453b757 Fix wrong conditional for zoom-saneness-check. by Andrzej Hunt · 12 years ago
  100. d31e791 Temp: the DrView scaling will be completely wrong for tiled rendering. by Andrzej Hunt · 12 years ago