Age | Commit message (Collapse) | Author |
|
Change-Id: I5e16aa9da0aabe4302ebdd30b080b6bad4767006
|
|
Change-Id: I8fdde4b46e3e315a5b6a35cabc4495ebf69db057
|
|
Change-Id: Id7157ea5fadd684dceec52f69ec9279c4107b5f1
|
|
Change-Id: I46caceed3fdf0ad0aa51c8a8ede1177ca3d1855e
|
|
Change-Id: I661b3de74066831f22757b587e8b367913030573
|
|
Change-Id: Iad3ad138a9a7164d10ab6e51e22032ad115d08a5
|
|
Change-Id: Iea5df81bb2f85376dc67e1cca63d5586a834e1b0
|
|
Change-Id: I68d87af8ec2662208776d3b202d412145c86d9b2
|
|
Change-Id: I3fcb7bb2fda925a1c5b2633ac7f6846fda0dabf8
|
|
Change-Id: I64f76d22018fcd8af2991933ba5ab2069f84181f
|
|
LOKit supports searching, but this was not implemented yet in the
Android GUI. This adds a bottom search toolbar where you can type
a search string + up/down search handles to search for the string
from the current cursor position.
Change-Id: Ia7461d2c6399c23201d2ea81f0b44c38533939a1
|
|
The bottom formatting toolbar now shows the formatting options
previously located in the main toolbar as a menu entry (bold,
italic, ...). In addition alignment options and selection of fonts
and sizes have been added.
Bottom formatting toolbar is not shown by default - it enables when
hitting the icon in main toolbar. Also soft keyboard and formatting
toolbar should not be shown at the same time.
Change-Id: I5f6cf8a9fcbdb4d154ae7504a65f9a226c99d694
|
|
Change-Id: I5b4dd8b8c407640cfcd9f366cecfaf6deb0cb3be
|
|
Change-Id: I7d3742af0c11a996701f7d263fc04a387edb0d00
|
|
We need to know the client's view level to correctly handle the mouse
events in calc. PaintTile() set a zoom level that corresponds to the
requested tiles and previously postMouseEvent would call SetZoom(1,1).
Now we can make use of knowing the client's view level and call
SetZoom() with the correct parameters
Change-Id: I34b5afcdcc06a671a8ac92c03e87404e42adf4cd
Conflicts:
sc/source/ui/unoobj/docuno.cxx
|
|
A number of such bitmaps were removed by accident in commit
74463457b39c9def1add630b7b0581dc195549c8 (android: chanhe handles to use
alias, tint handles with color, 2015-11-01).
Change-Id: I253c4b5790e82de32e6fd06896645adf360fa586
|
|
Change-Id: I86ad5eefd70bc8b768780cac66ca466aa0926dc4
|
|
Change-Id: I2435e8ce93383a1a40996a81ef65c1823606609a
|
|
Change-Id: I49be19b273d0c263637369e9b095f374b345191b
|
|
Change-Id: I1514aa7a3fbab682b0d282ba0f504470943d7e4a
|
|
Change-Id: Ia2b9a812717d05c7d98d47bf0fe5fd293029d045
|
|
Change-Id: I6468a5cf66715516764c779ecc080fb2c1bd7382
|
|
Change-Id: Ib487d4f948dde2027bebc914bb3fe43b55c6d50b
|
|
Change-Id: I1b44c9fa4edfdc79e48f52ba95493f83f0421669
|
|
Change-Id: I41d25d288253f1b35c268ba70b8384812fa567e5
|
|
Change-Id: Icf3973d20455fd9ccde3a448b9596457ef5308a3
|
|
I forgot about this when I enabled other Calc file types in
07997cba7745997d7e2ed908a8764ba1f0777f1e (android: adapt doc browser to
updated manifest that accepts Calc documents, 2015-01-19).
Change-Id: Iabacffbfc09d806f09bc7e0f9307830bda8ebbe1
|
|
and of course also for the Java part
Using build-id linker flag allows lldb to map the installed .so to the
non-stripped version on the buildhost.
Also ndk-gdb supports specifying a different package name on the
commandline, so no need for the error in configure anymore.
Change-Id: If6887a27cc8ab15ee6ab612502cacf0a22ade737
|
|
it hardcodes so much :-(
Change-Id: Id86c2bcbf5936f3ab292e87210b967e2331c9435
|
|
scanelf -T android/source/obj/local/x86/liblo-native-code.so
TYPE TEXTRELS FILE
liblo-native-code.so: (memory/data?) [0x30E35B6] in (optimized out: previous OPENSSL_rdtsc) [0x30E35B0]
liblo-native-code.so: (memory/data?) [0x30E35D2] in (optimized out: previous OPENSSL_instrument_halt) [0x30E35D0]
liblo-native-code.so: (memory/data?) [0x30E3646] in (optimized out: previous OPENSSL_wipe_cpu) [0x30E3640]
liblo-native-code.so: (memory/data?) [0x30E494C] in (optimized out: previous sha1_block_data_order) [0x30E4940]
liblo-native-code.so: (memory/data?) [0x30E79BA] in (optimized out: previous sha512_block_data_order) [0x30E7980]
liblo-native-code.so: (memory/data?) [0x30EB7B2] in (optimized out: previous AES_encrypt) [0x30EB780]
liblo-native-code.so: (memory/data?) [0x30ECDF2] in (optimized out: previous AES_decrypt) [0x30ECDC0]
liblo-native-code.so: (memory/data?) [0x30ECE89] in (optimized out: previous AES_cbc_encrypt) [0x30ECE70]
ET_DYN android/source/obj/local/x86/liblo-native-code.so
with target level 22 it is only a warning:
W/linker:
/mnt/asec/org.documentfoundation.libreoffice-1/lib/x86/liblo-native-code.so has
text relocations. This is wasting memory and prevents security hardening.
Please fix.
with target level 23 it is java.lang.UnsatisfiedLinkError
Change-Id: Ia55c75c46a64854e46aab3329fef3e9b522a5ba2
|
|
will likely also lose the current directory, but much better than
crashing.
Change-Id: I9ce20e1954a6f58325413046e258ded75b6c8848
|
|
using AssetsManager in both java as well as native parts allows to
handle files both with and without compression transparently
Change-Id: If02f1159c498be7ea965fd9c217410722f2dca1f
|
|
move preparation tasks (creating assets/processing files) from the
makefile into the gradle script
This allows much easier integration into android-studio (just open
android/source with android studio after running make to compile the
native library)
Change-Id: I9a9d6832797c24a7e195a1c7954cd6d20f5a8496
|
|
to avoid segfault in native lib.
It's only a workaround, but I couldn't see what's wrong with the
cache...
Change-Id: Iceeee1e190bbbd6efe336d84ddcbd8c4d3a1c621
|
|
and is not handled yet like ".uno:CharFontName="
Change-Id: I09d17b6be9ce9b9c9ae6883f8222c8628268815d
|
|
Change-Id: I8d629272cf94eaac406c163c06c9bbdd6a248b79
|
|
Change-Id: I8869980198123bbe9e86e12638e3316be24588c3
|
|
and remove some redundant casts
Change-Id: If58a395227e4b9d54b0d757032d4a55c25315019
|
|
Change-Id: I76495becb0257cb36340397d7296f26565fca4cd
|
|
Change-Id: Id3b71ac50e3c8ce9705f6df18edaaaa6ba8ad3fd
|
|
Unlike 'make -s', 'ant -quiet' will stay silent even if there was an
error.
Change-Id: Iba921d3cde48875f7a6da4c5ba811cab46dfb89f
|
|
Change-Id: Ie0e941d48457d758525353d6c5cf858652f86fd3
Reviewed-on: https://gerrit.libreoffice.org/18938
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Now it has been updated.
This reverts commit 4e47ed7e5aad8bde548b4953baba13cf99b6fd9c.
|
|
Change-Id: Ief38ef9cc4f167caef8d991c9543161997682418
|
|
replace with corresponding Math functions and bump android sdk target to
23 to be able to use current appcompat-v7
pre-JIT FloatMath was faster, but since then was wrapper to Math anyway
http://developer.android.com/reference/android/util/FloatMath.html
Change-Id: I19e316fb7d32e616162a70fca8c565fa320a8c1a
|
|
Change-Id: I021589aeca9ef6bceb1c828c2197f5ff58f85b09
Reviewed-on: https://gerrit.libreoffice.org/18707
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Change-Id: I35d0ef7976d6dcca65f3335ff9175c799faa99fe
|
|
The API does not allow to set a callback for the save operation, we
work this limitation around by checking the modification date of the
local file periodically. When that date changes, we are sure the
local save operation is complete and we can invoke the document
provider save operation to push the changes to the cloud, if
necessary.
Users may press "save" on a document with no changes, in this case we
have set a 20 seconds limit to stop checking the modification date.
We also add a "save complete" message for the user.
Change-Id: Ib8871fac682a5c03a187a7238e11874984143527
|
|
The LOMainActivity now needs to be aware of Document Providers, so we
pass the providerId and documentUri in the Intent so it can rebuild
the DocumentProvider and the IFile objects.
We also implement the ownCloud save operation.
TODO: since the local save operation does not have a callback, we do
not know when the cloud save operation should be performed. Now we
just wait 5 seconds to trigger it.
Change-Id: I060969e12888eca07c8c56ddc82cbed6c45a0739
|
|
This ID will be useful to get an instance of a document provider back
from a different activity.
Change-Id: I9419ea23d51f8e9ffd70252bd8e367cf51bde1ad
|