Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix setup of runshell wrapper wrapper | Joey Hess | 2013-05-03 |
| | |||
* | better webapp startup, using the terminal app's default command config | Joey Hess | 2013-05-03 |
| | | | | | | | | This allows the user to turn it off easily, or only start the assistant and not the webapp. I was not able to determine why having runshell run the webapp segfaulted. Strace was not helpful. Oh well, this is better anyway. | ||
* | set TMPDIR | Joey Hess | 2013-05-03 |
| | |||
* | fixes | Joey Hess | 2013-05-03 |
| | |||
* | work around weird behavior when starting webapp not in shell | Joey Hess | 2013-05-03 |
| | | | | | It seems to need nohup, or it segfaults on startup. I suspect the problem is the command that opens the web browser. | ||
* | ensure HOME exists | Joey Hess | 2013-05-03 |
| | | | | | The SD card could be replaced, or it got deleted some other way. Still let git-annex start, and ensure anything that wants to write to HOME can. | ||
* | improved runshell start | Joey Hess | 2013-05-03 |
| | | | | | Start webapp in nohup so it doesn't close when window is closed and so it doesn't output stuff over the shell prompt. | ||
* | run webapp on startup | Joey Hess | 2013-05-02 |
| | |||
* | add a runshell script to the top of the app directory | Joey Hess | 2013-05-02 |
| | | | | | This is mostly useful when you have adb with root access, to easily start the git-annex environment in there. | ||
* | change the default GIT_ANNEX_ANDROID_SOURCETREE location to be in ~/tmp/ | Joey Hess | 2013-05-01 |
| | |||
* | fix build stamps | Joey Hess | 2013-04-26 |
| | |||
* | got XMPP building for Android | Joey Hess | 2013-04-21 |
| | | | | | Also enable local pairing, which also builds now thanks to WebDAV fixes to the haskell network library. | ||
* | fix unavailable symbols in bionic, should let webdav build | Joey Hess | 2013-04-19 |
| | |||
* | got webdav going on android | Joey Hess | 2013-04-18 |
| | |||
* | add import needed on autobuilder | Joey Hess | 2013-04-18 |
| | |||
* | only one more source file to go before the android webapp links.. but not ↵ | Joey Hess | 2013-04-17 |
| | | | | tonight | ||
* | Evil Splicer only *thought* he was evil until this commit happened. | Joey Hess | 2013-04-16 |
| | | | | So many nasty hacks! | ||
* | yesod-routes stuff for android build | Joey Hess | 2013-04-15 |
| | |||
* | add some more modules used by TH splices | Joey Hess | 2013-04-15 |
| | |||
* | updated yesod packages to export TH symbols and auto-spliced yesod-form | Joey Hess | 2013-04-15 |
| | |||
* | update | Joey Hess | 2013-04-15 |
| | |||
* | incremental android builds with the EvilSplicer | Joey Hess | 2013-04-14 |
| | |||
* | deal with $0 having spaces in it | Joey Hess | 2013-03-20 |
| | |||
* | typo | Joey Hess | 2013-03-20 |
| | |||
* | reorganize osx app, so it can be put in PATH | Joey Hess | 2013-03-20 |
| | | | | | | Move all the binaries and libraries under a bundle/ subdirectory; so when it's in PATH only git-annex, runshell, and git-annex-webapp will be available. | ||
* | improve linux standalone bundle instuctions, mentioning the PATH setup option | Joey Hess | 2013-03-20 |
| | |||
* | LD_LIBRARY_PATH todo | Joey Hess | 2013-03-05 |
| | |||
* | expanded some TH | Joey Hess | 2013-03-01 |
| | |||
* | fall back to hardcoded app location | Joey Hess | 2013-03-01 |
| | |||
* | add patches porting necessary Haskell libraries to Android | Joey Hess | 2013-02-28 |
| | | | | | This goes all the way up to Yesod, but everything above Wai is a real hack job, removing TH left and right. | ||
* | build fix | Joey Hess | 2013-02-28 |
| | |||
* | fix android app upgrade hang | Joey Hess | 2013-02-28 |
| | | | | rm was blocked waiting for input | ||
* | fix 2 bugs in android runshell | Joey Hess | 2013-02-28 |
| | |||
* | allow reloacting the source tree used for building android | Joey Hess | 2013-02-28 |
| | | | | | Putting it outside the git-annex directory is useful to me, so I don't accidentially tar it up into my release tarball.. which almost happened today. | ||
* | autostart assistant | Joey Hess | 2013-02-26 |
| | |||
* | shut up update.sh | Joey Hess | 2013-02-26 |
| | | | | | Its bogus warning and error confuses the autobuilder. The "error" is non-fatal. | ||
* | better incremental building of android utilities, for autobuilder | Joey Hess | 2013-02-25 |
| | | | | also cleaned up some cruft patches not used | ||
* | parameterize paths | Joey Hess | 2013-02-25 |
| | |||
* | run system shell for interactive shell | Joey Hess | 2013-02-24 |
| | | | | This way PS1 settings etc work. | ||
* | Explicitly run every command as a busybox app | Joey Hess | 2013-02-24 |
| | | | | Seems that CONFIG_FEATURE_SH_STANDALONE is not working. | ||
* | separate targets | Joey Hess | 2013-02-24 |
| | |||
* | use C shim to start Android app | Joey Hess | 2013-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 ash | Joey Hess | 2013-02-24 |
| | |||
* | remove pause after run | Joey Hess | 2013-02-23 |
| | | | | Terminal is configured to pause too. | ||
* | typo | Joey Hess | 2013-02-23 |
| | |||
* | try to be more robust and allow the user to see most types of failure | Joey Hess | 2013-02-23 |
| | |||
* | avoid closing app when terminal exists, to aid crash debugging | Joey Hess | 2013-02-22 |
| | |||
* | forgot to add this icon | Joey Hess | 2013-02-22 |
| | |||
* | fix | Joey Hess | 2013-02-22 |
| | |||
* | fixes | Joey Hess | 2013-02-22 |
| |