summaryrefslogtreecommitdiff
path: root/standalone/android
Commit message (Collapse)AuthorAge
* autostart assistantGravatar Joey Hess2013-02-26
|
* shut up update.shGravatar Joey Hess2013-02-26
| | | | | Its bogus warning and error confuses the autobuilder. The "error" is non-fatal.
* better incremental building of android utilities, for autobuilderGravatar Joey Hess2013-02-25
| | | | also cleaned up some cruft patches not used
* parameterize pathsGravatar Joey Hess2013-02-25
|
* run system shell for interactive shellGravatar Joey Hess2013-02-24
| | | | This way PS1 settings etc work.
* Explicitly run every command as a busybox appGravatar Joey Hess2013-02-24
| | | | Seems that CONFIG_FEATURE_SH_STANDALONE is not working.
* separate targetsGravatar Joey Hess2013-02-24
|
* use C shim to start Android appGravatar Joey Hess2013-02-24
| | | | | | | | | | | | | This should avoid relying on features of the Android builtin shell, and so hopefully avoid failures like this one http://git-annex.branchable.com/design/assistant/blog/day_197__template_haskell/#comment-07f90830f78f6495dcbdf90eb8636129 The C shim sets up busybox, and uses its builtin shell to run runshell. It's important that busybox be configured with CONFIG_FEATURE_SH_STANDALONE, so that while runshell is running, it does not rely on either system utilities, or busybox being already installed.
* enable ashGravatar Joey Hess2013-02-24
|
* remove pause after runGravatar Joey Hess2013-02-23
| | | | Terminal is configured to pause too.
* typoGravatar Joey Hess2013-02-23
|
* try to be more robust and allow the user to see most types of failureGravatar Joey Hess2013-02-23
|
* avoid closing app when terminal exists, to aid crash debuggingGravatar Joey Hess2013-02-22
|
* forgot to add this iconGravatar Joey Hess2013-02-22
|
* fixGravatar Joey Hess2013-02-22
|
* fixesGravatar Joey Hess2013-02-22
|
* typoGravatar Joey Hess2013-02-22
|
* fixesGravatar Joey Hess2013-02-22
|
* add more iconsGravatar Joey Hess2013-02-22
|
* disable vi regex stuff, failed to buildGravatar Joey Hess2013-02-22
|
* make upgrades workGravatar Joey Hess2013-02-22
| | | | Add a lib.version.so and when it's different, re-install.
* enable viGravatar Joey Hess2013-02-22
|
* better logoGravatar Joey Hess2013-02-21
|
* start in HOMEGravatar Joey Hess2013-02-21
|
* disable some crazy stuff like powertop; enable find and grepGravatar Joey Hess2013-02-21
|
* forgot to install sshGravatar Joey Hess2013-02-21
|
* quick icon for Android. Not the best, but acceptable for now.Gravatar Joey Hess2013-02-21
|
* build an apk containing git-annex and a terminal emulatorGravatar Joey Hess2013-02-21
|
* shorter directory to external ssh socketGravatar Joey Hess2013-02-19
| | | | Before it was too long to be used.
* Android: Support ssh connection caching.Gravatar Joey Hess2013-02-19
|
* make ssh honour HOME rather than getpwentGravatar Joey Hess2013-02-19
|
* add openssh to AndroidGravatar Joey Hess2013-02-18
| | | | | This build still needs some work to look in $HOME/.ssh rather than relying on pwent info.
* add busybox config file so I can edit it easilyGravatar Joey Hess2013-02-18
|
* fix enabling of busybox installerGravatar Joey Hess2013-02-18
|
* build fixesGravatar Joey Hess2013-02-16
|
* couple more android build fixesGravatar Joey Hess2013-02-13
|
* Makefile and patches for reproducible build of utilities for androidGravatar Joey Hess2013-02-13
|
* tweak android runshell after testingGravatar Joey Hess2013-02-13
|
* runshell for AndroidGravatar Joey Hess2013-02-13