summaryrefslogtreecommitdiffstats
path: root/android
Commit message (Collapse)AuthorAgeFilesLines
* xcr has been mergedTor Lillqvist2012-02-212-2/+0
|
* add configmgr, ucb1, ucpfile1, xcr to libmergedMatúš Kukan2012-02-192-6/+0
|
* android: prune missing libraries from install listMichael Meeks2012-02-161-2/+1
|
* Add svt and tk to libmergedTor Lillqvist2012-02-152-4/+0
|
* Forgot to drop the merged fw* and sfx libs from hereTor Lillqvist2012-02-152-8/+0
|
* Need libtextinstream.unoTor Lillqvist2012-02-151-0/+1
|
* Don't bother with a separate libsal_textenc when merging libsTor Lillqvist2012-02-151-1/+0
|
* There is no libvclplug_svplo for AndroidTor Lillqvist2012-02-151-1/+0
|
* Need libsal_textencTor Lillqvist2012-02-151-0/+1
|
* Add sb to libmergedTor Lillqvist2012-02-152-2/+0
|
* Need libfastsax.unoTor Lillqvist2012-02-131-0/+1
|
* Need libdateloTor Lillqvist2012-02-131-0/+1
|
* Need also libintrospection.unoTor Lillqvist2012-02-131-0/+1
|
* libpackage2 is also in libmergedloTor Lillqvist2012-02-061-1/+0
|
* Revert "services.rdb is in $(OUTDIR)/xml/ure as far as I can see"Michael Meeks2012-02-031-1/+1
| | | | | | There are two services.rdbs - one has UNO services, the other program ones This reverts commit 1b48979a27f280a87087ee99e012285050522b95.
* services.rdb is in $(OUTDIR)/xml/ure as far as I can seeTor Lillqvist2012-02-031-1/+1
|
* Drop libs that are in libmergedTor Lillqvist2012-02-031-4/+0
|
* Use $(ANDROID_SDK_HOME) for adb instead of assuming it is in $PATHTor Lillqvist2012-02-032-12/+12
|
* Fix brainoTor Lillqvist2012-02-032-6/+6
|
* Need also android/Bootstrap/local.propertiesTor Lillqvist2012-02-031-0/+2
|
* Use $ANTTor Lillqvist2012-02-032-6/+6
|
* Need liblnglo tooTor Lillqvist2012-02-031-0/+1
|
* android: package missing libraries, and shell branding - we get a shell.Michael Meeks2012-01-311-2/+7
|
* android: try to get skeletal fonts into fontconfig setupMichael Meeks2012-01-311-0/+21
|
* android: package more components needed for writerMichael Meeks2012-01-311-0/+14
|
* filters_test needs more libraries now when it proceeds furtherTor Lillqvist2012-01-311-0/+4
|
* Set TMPDIR for osl_getTempDirURL()Tor Lillqvist2012-01-311-0/+3
|
* putenv() does seem to be process-wideTor Lillqvist2012-01-311-4/+1
|
* android: add missing deployment componentMichael Meeks2012-01-251-0/+1
|
* android: add versionrc generation for desktopMichael Meeks2012-01-251-0/+17
|
* Add notice that the android/qa/simple directory has not been maintainedTor Lillqvist2012-01-251-0/+3
|
* We don't do cppunit stuff hereTor Lillqvist2012-01-241-15/+1
|
* android: extend rc files some more to aid bootstrapping.Michael Meeks2012-01-241-1/+16
| | | | it seems there are two 'unorc' files - confusing huh ?
* android: attempt to create presets/ directory, add 'HOME' too.Michael Meeks2012-01-241-10/+8
|
* android: get dummy user-install 'presets' setup to please first-runMichael Meeks2012-01-231-2/+12
|
* android: get osl_Pipe creation sorted out, before we kill it.Michael Meeks2012-01-231-0/+2
| | | | use new OSL_SOCKET_PATH bootstrap variable to customise this.
* android: add package2 and create bootstraprcMichael Meeks2012-01-231-0/+6
|
* android: add missing component, icon theme, and UI config xmlMichael Meeks2012-01-231-1/+7
|
* android: make desktop/ marginally debuggableMichael Meeks2012-01-232-0/+25
|
* android: update README and fix a number of silly escaping issuesMichael Meeks2012-01-231-8/+9
|
* Add the filters_test test documentsTor Lillqvist2012-01-231-1/+6
|
* Possibly need dummy jni/Android.mk and Application.mk for ndk-gdb to workTor Lillqvist2012-01-232-0/+25
|
* android: re-installs can fail silently, remove tree before installMichael Meeks2012-01-231-0/+1
|
* android: hard-code path to 'lofficerc' in assets/Michael Meeks2012-01-211-6/+6
|
* filters_test needs a shitload of componentsTor Lillqvist2012-01-201-3/+3
| | | | | | | | | 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.
* Add a target for the stdio redirection magic commandsTor Lillqvist2012-01-201-0/+4
|
* Fix file: URI syntaxTor Lillqvist2012-01-201-3/+3
|
* android: add new desktop module, it gets to vcl init and fails.Michael Meeks2012-01-2010-0/+522
|
* Improve Android configuryTor Lillqvist2012-01-201-0/+2
| | | | | | | | | | | Add a --with-android-sdk switch, and make that and the --with-android-ndk mandatory when building for Android. Automatically create a proper android/sc/qa/local.properties file (which points to the SDK) for Ant. Restore the Android ARM code generation related flags that I think we want to use (that used to be mentioned in README.cross but were accidentally dropped) to the automated setting of CC and CXX.
* Add a stop-start-cycle target to do the adb shell stop & start danceTor Lillqvist2012-01-201-0/+6
|