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