summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)Author
2012-03-06more idle code documentation improvementMichael Meeks
2012-02-24android: more libs correctionsMichael Meeks
2012-02-24android: package more useful sounding librariesMichael Meeks
2012-02-24android: calm basic warnings by packaging macrosMichael Meeks
2012-02-21xcr has been mergedTor Lillqvist
2012-02-19add configmgr, ucb1, ucpfile1, xcr to libmergedMatúš Kukan
2012-02-16android: prune missing libraries from install listMichael Meeks
2012-02-15Add svt and tk to libmergedTor Lillqvist
2012-02-15Forgot to drop the merged fw* and sfx libs from hereTor Lillqvist
2012-02-15Need libtextinstream.unoTor Lillqvist
2012-02-15Don't bother with a separate libsal_textenc when merging libsTor Lillqvist
2012-02-15There is no libvclplug_svplo for AndroidTor Lillqvist
2012-02-15Need libsal_textencTor Lillqvist
2012-02-15Add sb to libmergedTor Lillqvist
2012-02-13Need libfastsax.unoTor Lillqvist
2012-02-13Need libdateloTor Lillqvist
2012-02-13Need also libintrospection.unoTor Lillqvist
2012-02-06libpackage2 is also in libmergedloTor Lillqvist
2012-02-03Revert "services.rdb is in $(OUTDIR)/xml/ure as far as I can see"Michael Meeks
There are two services.rdbs - one has UNO services, the other program ones This reverts commit 1b48979a27f280a87087ee99e012285050522b95.
2012-02-03services.rdb is in $(OUTDIR)/xml/ure as far as I can seeTor Lillqvist
2012-02-03Drop libs that are in libmergedTor Lillqvist
2012-02-03Use $(ANDROID_SDK_HOME) for adb instead of assuming it is in $PATHTor Lillqvist
2012-02-03Fix brainoTor Lillqvist
2012-02-03Need also android/Bootstrap/local.propertiesTor Lillqvist
2012-02-03Use $ANTTor Lillqvist
2012-02-03Need liblnglo tooTor Lillqvist
2012-01-31android: package missing libraries, and shell branding - we get a shell.Michael Meeks
2012-01-31android: try to get skeletal fonts into fontconfig setupMichael Meeks
2012-01-31android: package more components needed for writerMichael Meeks
2012-01-31filters_test needs more libraries now when it proceeds furtherTor Lillqvist
2012-01-31Set TMPDIR for osl_getTempDirURL()Tor Lillqvist
2012-01-31putenv() does seem to be process-wideTor Lillqvist
2012-01-25android: add missing deployment componentMichael Meeks
2012-01-25android: add versionrc generation for desktopMichael Meeks
2012-01-25Add notice that the android/qa/simple directory has not been maintainedTor Lillqvist
2012-01-24We don't do cppunit stuff hereTor Lillqvist
2012-01-24android: extend rc files some more to aid bootstrapping.Michael Meeks
it seems there are two 'unorc' files - confusing huh ?
2012-01-24android: attempt to create presets/ directory, add 'HOME' too.Michael Meeks
2012-01-23android: get dummy user-install 'presets' setup to please first-runMichael Meeks
2012-01-23android: get osl_Pipe creation sorted out, before we kill it.Michael Meeks
use new OSL_SOCKET_PATH bootstrap variable to customise this.
2012-01-23android: add package2 and create bootstraprcMichael Meeks
2012-01-23android: add missing component, icon theme, and UI config xmlMichael Meeks
2012-01-23android: make desktop/ marginally debuggableMichael Meeks
2012-01-23android: update README and fix a number of silly escaping issuesMichael Meeks
2012-01-23Add the filters_test test documentsTor Lillqvist
2012-01-23Possibly need dummy jni/Android.mk and Application.mk for ndk-gdb to workTor Lillqvist
2012-01-23android: re-installs can fail silently, remove tree before installMichael Meeks
2012-01-21android: hard-code path to 'lofficerc' in assets/Michael Meeks
2012-01-20filters_test needs a shitload of componentsTor Lillqvist
Ugly duplication of the list if components. Could obviously do some elegant refactoring to have each component mentioned just once. But on the other hand, this is just a temporary way to build this unit test app, no? If/when eventually gbuildifying this, the data from the gb_CppunitTest_add_components calls in the correspondig CppunitTest_FOO.mk files can be used, one hopes.
2012-01-20Add a target for the stdio redirection magic commandsTor Lillqvist