summaryrefslogtreecommitdiff
path: root/android/qa
AgeCommit message (Collapse)AuthorFilesLines
2013-02-22Rename android/qa/desktop to android/experimenmtal/desktopTor Lillqvist11-928/+0
It's not really a "QA" thing. Change-Id: I85f7b5610ecd409972b7d504bfc567707d35556e
2013-02-22s/the the/the/Tor Lillqvist2-2/+2
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-21android: finally starting and rendering at least something again.Michael Meeks3-14/+69
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
2013-02-21UNO_TYPES and UNO_MORE_TYPES must contain file: URLs, not pathnamesTor Lillqvist1-3/+3
Apparently it (by accident?) used to work to use pathnames. Change-Id: Icebda427cef645ed53594e179c211d2a9d020583
2013-02-15android: more cleanup / misc. fixes.Michael Meeks2-8/+4
2013-02-15android: get the desktop demo building again.Michael Meeks5-186/+417
2013-02-15This file gets constructed at build-time so no point having it in gitTor Lillqvist1-2/+0
See the properties target in android/Bootstrap/Makefile.shared.
2013-02-15android: share more of the Makefile / build logicMichael Meeks2-2/+106
2013-01-30Get rid of STAR_RESOURCEPATHStephan Bergmann1-2/+2
...the only remaining use was for CppunitTest to find the .res files in $(OUTDIR)/bin/. Get that solved by delivering the .res files also to $(OUTDIR)/unittest/install/program/resource/ (new gb_ResTarget_get_unittest_target). Change-Id: I370e7cab4223256356c7511b88ae63d9c0dbf215
2013-01-10Kill the ancient StarOffice "patch" conceptTor Lillqvist1-1/+0
For Windows, superseded by Windows Installer patching (i.e., creating .msp files), which is something completely different. (And quite hard to get working... but still a saner approach, I think.) For Linux, many distros use delta RPMs or similar, so no home-grown LO-specific patching mechanism is needed. Remove the -patch and -patchinc command-line options to make_installer.pl and all code that was invoked only when using those. Remove the PATCH and PATCH_ONLY flags in scp2. Remove the patchmsi.dll Windows Installer custom action. Change-Id: I09e949e601a969f88eff60067faa2352f4f89537 Reviewed-on: https://gerrit.libreoffice.org/1605 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-06The "ProductSource" (MWS name) makes no sense any moreTor Lillqvist1-1/+0
2012-11-24android: adapt the ant clobbering to a given SDK version.Michael Meeks1-1/+3
Another volunteer fell over this, and (I hope) it's easy enough. Change-Id: I7149d16fd8b7749afeeccef2ebc8f493200f1900
2012-09-05More hacking to get this to work againTor Lillqvist1-6/+25
At least partially unnecessary, assuming some of the problems were caused by the erroneous usage of Arrays.copyOfRange() in Bootstrap.java. Change-Id: I230b0ca6c17420f765a7d20aa377efc261186adb
2012-09-05rc and unorc seem mandatory nowadays, etcTor Lillqvist1-6/+21
Change-Id: I352c12de27c23519099f4c828e1e503446b83941
2012-09-05The unobootstrapprotector is mandatory nowadaysTor Lillqvist1-2/+3
Change-Id: I596f5657714824ad34cea2677438ae9860468524
2012-09-04Try to make this work againTor Lillqvist1-13/+11
Unfortunately it crashes without a usable stack trace, though... Not sure whether worth it to dig any deeper. Change-Id: I3a5864326bead6ac9206ef30436326b97564bb63
2012-08-25merge more, mostly small libraries for androidMatúš Kukan2-9/+0
Change-Id: Ic40dec7083b2dd83952bee50290b803b981965b0
2012-08-25libmerged: add more librariesMatúš Kukan3-11/+2
Change-Id: Ia35e93b9632cb2bbfce0d40f8491044d56f2bb05
2012-08-23Build basebmp as a static library for AndroidTor Lillqvist2-2/+0
Reduces shared library count by one... This is tedious. Change-Id: I3bdc0a5c4ee4cabf9bbcedc469ca6e94d0103d6b
2012-08-23Don't hardcode jni/Application.mk eitherTor Lillqvist2-2/+3
Change-Id: Id8787a04a3b1720490e7d79a254ca11835df242a
2012-08-23Factor out the Android APP_ABI sanely instead of copy-paste galoreTor Lillqvist3-15/+15
Change-Id: I66e97d73c410ac6f2e481ba9b2b22183f57438bd
2012-08-20libmerged: add fsstorage, svl, sot, vclMatúš Kukan2-7/+0
Change-Id: Ibebf00d99fdf8212afbdba21ca13844d2ff1c412
2012-08-13merge these libraries only for androidMatúš Kukan2-2/+0
Change-Id: Ibbb97782f3ec6aa774c4a32d8798a9729aee494f
2012-08-10Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann1-1/+0
Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes" removed the use of share/prereg, there is no longer need to generate it in the first place (by calling "unopkg sync" at build or installation time), and so no need for the "unopkg sync" sub- command, either. This also allows to simplify some of the jvmfwk code that was only there so that "unopkg sync" (which can require a JVM) can work in "hostile" environments (during build and installation). Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
2012-08-06android: linguistic should cope with a missing extension managerMichael Meeks1-1/+0
2012-08-06android: fewer exceptions, and more debug output on null renderablesMichael Meeks1-3/+0
cleanup some library mentions
2012-08-06merge pointlessly fragmented chart2 libraries, leaving controller split.Michael Meeks1-11/+1
2012-08-03android: share more common Makefile pieces between a couple of usersMichael Meeks2-41/+7
Try to start consolidating the complexity here. generate Application.mk to specify the required ABI fold common distro-config pieces out of README
2012-08-03android: get rule sharing right; it seems we have to nest importsMichael Meeks3-3/+0
2012-08-03android: share the clobbering of ant rules to not compress resourcesMichael Meeks4-94/+13
Change-Id: Id2aa869f05b09dc22676d63390ec10bf575571ef
2012-06-27update cppunit to 1.13.0Markus Mohrhard2-2/+2
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0
2012-06-26android: make launcher function as expected - starts writer.Michael Meeks1-11/+6
Remove now redundant FONTCONFIG cmdline arguments, and add fallbacks for not having cmdline arguments in the intent when launching.
2012-06-26android: remove duplicate services.rdb from config, and static bitsMichael Meeks1-4/+9
2012-05-30Better comment for how to use lo-straceTor Lillqvist1-1/+1
Change-Id: I29afe81866229bd29fcd997624264fb337c74d95
2012-05-30No cmdline file is created so don't use lo-main-indirect-cmdline thenTor Lillqvist1-3/+1
Change-Id: Ifac7e34b34fcf32fb2a0f117e8b8ad5ab1003fc9
2012-05-28android: add possibility to add application specific fonts to fontconfigMichael Meeks1-0/+1
2012-05-28android: package much more: calc, chart, embedded objects, writerMichael Meeks1-15/+21
2012-05-28android: make launcher function as expected - starts writer.Michael Meeks1-2/+4
Remove now redundant FONTCONFIG cmdline arguments, and add fallbacks for not having cmdline arguments in the intent when launching.
2012-05-23android: make launcher function as expected - starts writer.Michael Meeks4-5/+9
Remove now redundant FONTCONFIG cmdline arguments, and add fallbacks for not having cmdline arguments in the intent when launching.
2012-05-22adb pushing the cmdline file fails to a real deviceTor Lillqvist1-3/+1
But it isn't needed here anyway, the "command line" is so short, so just use lo-main-cmdline instead. Change-Id: Icca1b57228584cee5962a33cd0d18873b13b2884
2012-05-22android: remove duplicate services.rdb from config, and static bitsMichael Meeks1-6/+3
2012-05-22android: remove bits that are now statically linkedMichael Meeks1-3/+0
2012-05-22Don't mention the same rdb files in both UNO_SERVICES and URE_MORE_SERVICESTor Lillqvist1-2/+2
Change-Id: Ieb6aea7d3683411ffcefc6c5e1e7facdef8ed105
2012-05-17Now with in-process redirection, the adb shell setprop thing is not neededTor Lillqvist1-4/+0
Change-Id: Ibfda0e6e65d0834cffdd95d4c6d87d07644088f6
2012-05-16Don't create the local.properties files in the source tree from configureTor Lillqvist4-10/+14
Change-Id: Ic87be0146360c5e32f1f12f255c897e051c9a50c
2012-03-21We seem to need libfrmlo, tooTor Lillqvist1-0/+1
2012-02-24android: more libs correctionsMichael Meeks1-2/+3
2012-02-24android: package more useful sounding librariesMichael Meeks1-0/+4
2012-02-24android: calm basic warnings by packaging macrosMichael Meeks1-0/+7
2012-02-21xcr has been mergedTor Lillqvist2-2/+0