summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)Author
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
2012-01-20Fix file: URI syntaxTor Lillqvist
2012-01-20android: add new desktop module, it gets to vcl init and fails.Michael Meeks
2012-01-20Improve Android configuryTor Lillqvist
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.
2012-01-20Add a stop-start-cycle target to do the adb shell stop & start danceTor Lillqvist
2012-01-20It's scfiltlo, not scfiltTor Lillqvist
2012-01-20Add the sc_filters_test unit testTor Lillqvist
2012-01-18No need to unpack the .res files any moreTor Lillqvist
2012-01-18android: use config_host.mk for unit test goodnessMichael Meeks
2012-01-16Attempt to manage without Berkeley DB on iOS and AndroidTor Lillqvist
Berkeley DB is used for help index and extension database. (Possibly only for a backward-compatible format of the latter, I am not sure.) Neither use makes much sense on Android and iOS. The existing help is for LO on desktop OSes anyway, help for LO-based apps on iOS and Android will naturally be quite different. On iOS there will definitely be no "extensions", and probably we don't want to bother with such on Android either.
2012-01-15these are not old component files anymoreMatúš Kukan
2012-01-13Now we need libdb, tooTor Lillqvist
2012-01-13Use merged libs on AndroidTor Lillqvist
2012-01-13More workarounds for weird problem with vnd.sun.star.expandTor Lillqvist
2012-01-13Fontconfig must have a cachedir, so hardcode one for nowTor Lillqvist
2012-01-13Just tell to run it with "make run"Tor Lillqvist
2012-01-13We now proceed further and need some more librariesTor Lillqvist
2012-01-12Include .res files, a fonts.conf, and other hackingTor Lillqvist
2012-01-12Add setting environment variablesTor Lillqvist
2012-01-11Need to trim trailing newline from the indirect command line stringTor Lillqvist
2012-01-11Work around http://code.google.com/p/android/issues/detail?id=23351Tor Lillqvist
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst
2012-01-05Need the basebmp libraryTor Lillqvist
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
2011-12-22Add comment about how to use the lo-strace "extra" (option)Tor Lillqvist
2011-12-21Add a couple of missing filesTor Lillqvist
2011-12-19More shlibs and .component files neededTor Lillqvist
2011-12-19This is for Calc unit testsTor Lillqvist
2011-12-18android: delete generated lo-bootstrap.jarMiklos Vajna
2011-12-15Add uninstall targetTor Lillqvist
2011-12-15ndk-gdb needs gdbserver and gdb.setupTor Lillqvist
2011-12-15ucalc needs lots more librariesTor Lillqvist
2011-12-15Add an app for the sc_ucalc unit testTor Lillqvist
2011-12-14Add separate cppunittester app project that uses the Bootstrap libraryTor Lillqvist
2011-12-14Turn Bootstrap into a "library" project from Ant's point of viewTor Lillqvist