Age | Commit message (Collapse) | Author |
|
Change-Id: Idd8bd4d4b148e88c7badd06fefb7cfcfc24ec9ea
|
|
I.e. make lokandroid match
4d15212ef8de89a71387c00bdeb7d9a41409e467
|
|
Change-Id: If783fecd80a0de05e94c76e23572b567d151bb06
|
|
Change-Id: Ife12b8bc49d722ae614b7de253bb2061bea5bb7f
|
|
+ prevent lokandroid JNI functions to be removed from the library
+ basic use of lok Office / Document in LibreOfficeMainActivity
Change-Id: I7bfe53738cf821b2270ab3e024cc506a7cff42f0
|
|
Change-Id: Ia905c20fb4ee9b126d65fd3c8e3c1f54649abe1a
|
|
Without that, URE_BOOTSTRAP does not get set up, and we are unable to
bootstrap.
Change-Id: I7727e2a9dcbb958e006fadf6243e1ca343633f7e
|
|
This is so that calls like 'make configmgr android' produce an .apk with
updated code changes from configmgr as expected.
Change-Id: I5f576b01269cf3f559a8a6389af298a3758e7309
|
|
Change-Id: I0a746904fa363f987e96165d8def326eb87dcf8f
|
|
We need to have the files extracted before we attempt to initialize
LibreOfficeKit (call libreofficekit_hook), otherwise the .rdb's are not there.
Change-Id: Ib49db7e945a709d18a063eb488a27df18fef542b
|
|
Now the LibreOfficeKit is used to actually attempt to bootstrap LibreOffice;
at the moment fails to do that.
Change-Id: I91220dbff783213bf7702e7213a5646859db4581
|
|
Change-Id: I5e1758c15684b06ab6809f62f4da6d5f50c071a9
|
|
Change-Id: I6b1636703044f03c5daa4c3ac1630f23c5c3c2e5
|
|
Change-Id: I1086a7ab6bc7913c9c9f2492d07915039007e613
|
|
Change-Id: I87e91202a6005ad0bec3569b2619a5b191991502
|
|
Change-Id: If7b66e60fcf8af97a69e20af9c77793a163c4c17
|
|
Change-Id: Ib287792c754c4b3ee6c8a45749ef9ad7197df84a
|
|
Change-Id: I21d233996d21d78f601d427e89c14f668af85bcf
|
|
Change-Id: I431841a71d6b4dc1f7a50efbf28f827e7e50ca57
|
|
Change-Id: Ifaf7a6f6dd61d27a89feed2f718f7a91e9da7262
|
|
Change-Id: I19af7ecf0fe746e6c41c95e647141b4c0af0f6d4
Reviewed-on: https://gerrit.libreoffice.org/6673
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
|
|
Change-Id: I0230a18aaf5c8c9fe9f55a137cc62cbfc3992d42
|
|
Change-Id: Iba4db538fea3ab494af737c91f5fd754de0c044c
|
|
Change-Id: If1781415f49f86fea0de5a05a38c878d3924812b
|
|
Change-Id: Ia31a6f56fd8347f6fc50677e86a414f4c5ed81b1
|
|
Change-Id: I4b967187bca35527a3c3d718952ae0a3ae6ebae9
|
|
Change-Id: Ib4a3aef1ff1d42270e737659b3f663260d3f1175
|
|
Change-Id: Ieddc80d510884eeb6f64325f9dfbb34f1d3fb0b5
|
|
Change-Id: I9b0aba0050d73287887de2d7d2376d9aa6303150
|
|
Change-Id: Ief9a38cbef7552e94ce4ad01fa363a29654bdf9e
|
|
Change-Id: I70d15c10bbe22e5a1030813d531cf98f834911ea
|
|
We really should set up this list of all the libraries (even one including
wildcards) in a single place in configury. Now this information is duplicated
in several places. (Such a list is used when linking a single (app-specific)
DSO for an Android app or a single executable for an iOS app.)
Change-Id: Ic77bdd5a4e58686693f4ac3987ba73bca011db3b
|
|
Change-Id: I83c1001d67a9c3e5c2a6e2ff4c93a97214f24475
|
|
Change-Id: I2caaac66758863b0f384df13ab30526f21be1e8d
|
|
Change-Id: I604f681a43a209cb6951209e01be1bcc26cdc3c9
|
|
Change-Id: I15ba6f0ffc645746be8deb83bc623a340b76bda9
|
|
Can be identical to the one for version 21.
Change-Id: Ic974dd9ed06947e6be1c04598d3a7e715795e202
|
|
Change-Id: I3228ad8277d34454affe71b9cbc9ad7f56326ca9
|
|
|
|
Move the native methods out to a separate AppSupport class so that they aren't
in our "experimenal" Desktop app's namespace. Don't hardcode the name of that
class in the native code, but have the app register the class to which the
damage callbacks should be done.
Possibly the AppSupport and Bootstrap classes should be combined. Later.
Also, the "android" part of the package name is superfluous; it is
Android-specific code, no information gained by having an "android" part in
the package name.
Change-Id: Iddf55c8034ead7693887ace8438deb002c5eea9f
|
|
Also build the "desktop" app from gbuild.
Change-Id: I45fc265c9515b22e10bd7644f54dbfa23601e063
|
|
Change-Id: Ia61efc5d5ee65178fd7d868cb57eed9ba3c0519e
|
|
Partially revert 52a8744afee2cd589813f0377d93f821fce7aedd, i.e. once again
start to remove stuff related only to using NativeActivity... (Because it is
confusing and misleading to keep it around.) Let's do it in small pieces this
time.
Change-Id: Ifdc52eb0ae32c7c510418611cbf01a857a8bc697
|
|
There is no use for non-exported symbols and debugging information in the .so
on the device.
Debugging with ndk-gdb uses the non-stripped copy of the .so located on the
build machine and works fine (as fine as the NDK gdb can work) even if the .so
that is actually running on the device includes no debugging information.
Change-Id: If4e77284a74427261eefac0e167ed42161c773f8
|
|
Only renders on very-first-start after install (oddly).
We initialize vcl in it's own thread to avoid problems.
Thanks to tml for fixing a linking issue.
Change-Id: I960d11c6098681356fea0634970545aa9af9bacb
|
|
This reverts commit cecc926070ee3d2ad6296fc5e0cfcde8642bb140.
Conflicts:
sal/android/lo-bootstrap.c
sal/inc/osl/detail/android-bootstrap.h
|
|
Change-Id: I147439e99892a5794a4bca880c5b3e22e46e1f86
|
|
|
|
|
|
Change-Id: I1a1694bf4ad463ed18c99c5471c53ca26578dfdb
|