Joey Hess
cb4b27d9c0
add icon
2013-05-03 12:58:10 -04:00
Joey Hess
81ea6d8709
wording
2013-05-03 12:54:53 -04:00
Joey Hess
b29472a451
add screenshot
2013-05-03 12:53:52 -04:00
Joey Hess
d9861d60ca
fix link
2013-05-03 12:43:49 -04:00
Joey Hess
c962221337
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-03 12:40:45 -04:00
Joey Hess
e3f76de319
better webapp startup, using the terminal app's default command config
...
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.
2013-05-03 12:39:33 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlsXhOlsW6RaGR83VNSMxPh159l5dFau70
67017400a1
Added a comment
2013-05-03 16:34:10 +00:00
Joey Hess
2e50754661
Android page
2013-05-03 12:29:52 -04:00
Joey Hess
201f802175
set TMPDIR
2013-05-03 11:56:53 -04:00
Joey Hess
e23a7598e2
set EMAIL when GECOS workaround is needed
...
Git fails on Android, because it gets some weird domain for local host like
"localhost.(none)". This works around that. I made it always set EMAIL when
GECOS workaround was needed (unless EMAIL is already set). It might be
nicer to try to get the hostname.domain as git does, and only set it if
that fails. But I don't want to be stuck trying to exactly duplicate
whatever git is doing.
2013-05-03 11:52:04 -04:00
Joey Hess
cdddc58365
fixes
2013-05-03 11:51:58 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlsXhOlsW6RaGR83VNSMxPh159l5dFau70
2cbd9afdea
Added a comment: re scaling issue
2013-05-03 14:57:52 +00:00
Joey Hess
8baef27fe9
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-03 10:31:45 -04:00
Richard Hartmann
f85cc8c1b3
first.hamlet: Fix wording
2013-05-03 10:31:07 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
b06c2bf1fc
Added a comment: Definite improvement
2013-05-03 06:27:13 +00:00
Joey Hess
214931546c
work around weird behavior when starting webapp not in shell
...
It seems to need nohup, or it segfaults on startup. I suspect the problem
is the command that opens the web browser.
2013-05-03 01:40:18 -04:00
Joey Hess
24c8474a0b
update
2013-05-03 01:36:55 -04:00
Joey Hess
921d04501f
ensure HOME exists
...
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.
2013-05-03 01:02:38 -04:00
Joey Hess
b3a3273741
improved runshell start
...
Start webapp in nohup so it doesn't close when window is closed and so it
doesn't output stuff over the shell prompt.
2013-05-03 01:00:00 -04:00
Joey Hess
c96ff106d0
avoid crashing on Android when file mode of .git/annex/url cannot be set
...
Presumably, if the filesystem doesn't support file permissions, it's not
much of a multiuser system.
2013-05-03 00:56:01 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnkBYpLu_NOj7Uq0-acvLgWhxF8AUEIJbo
000429351e
Added a comment: Find files by key
2013-05-03 04:14:55 +00:00
Joey Hess
04e0a42093
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-02 23:18:39 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnxp2XU8gIribhhGhGuYtU6eMMwHv5gUGI
a6c0e44bab
Added a comment: Woohoo!
2013-05-03 03:13:26 +00:00
Joey Hess
8df0611e00
Temporarily add an upper bound to the version of yesod that can be built with, since yesod 1.2 has a great many changes that will require extensive work on the webapp.
2013-05-02 23:12:47 -04:00
Joey Hess
e70a969ef1
EvilSplicer: fix handling of newlines in multiline strings
2013-05-02 22:56:06 -04:00
Joey Hess
9116580312
run webapp on startup
2013-05-02 22:42:51 -04:00
Joey Hess
f7d2523adc
work around strange endianness bug in port number on Android
2013-05-02 22:38:45 -04:00
Joey Hess
b0a6aa42b1
update
2013-05-02 20:39:11 -04:00
Joey Hess
886897f627
fix build
2013-05-02 20:38:57 -04:00
Joey Hess
29df1a6bec
fix build
2013-05-02 19:10:30 -04:00
Joey Hess
5e01e9b4be
update
2013-05-02 19:09:20 -04:00
Joey Hess
d36bce94d6
blog for the day
2013-05-02 19:04:55 -04:00
Joey Hess
6dca92defe
need cpp
2013-05-02 19:00:50 -04:00
Joey Hess
e24490b162
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-02 18:30:15 -04:00
Joey Hess
210e250f87
add screenshot!
2013-05-02 18:28:49 -04:00
Joey Hess
abe8464026
work around getAddrInfo segfault on Android
...
For an unknown reason, getAddrInfo currently is segfaulting. Note that
in February, I had used warpDebug, which uses getAddrInfo, and it worked.
Don't know if my toolchain has changed and broke it, or it's due to having
a different Android device now. Anyway, work around it by hardcoding the
address to use.
2013-05-02 16:48:14 -04:00
Joey Hess
ce47f4cb20
--listen is not supported on Android
2013-05-02 16:47:42 -04:00
Joey Hess
1e9b8e1467
cannot open file:// url on Android, so don't use the htmlshim there
2013-05-02 16:46:47 -04:00
Joey Hess
63cc47dd51
wording
2013-05-02 16:13:37 -04:00
Joey Hess
4aae976f7e
android build improvements
2013-05-02 16:07:44 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
87ed52ef75
typo
2013-05-02 17:14:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
046f8de140
2013-05-02 17:13:29 +00:00
Joey Hess
e92f04f9cc
build fix for -XMPP
2013-05-02 13:04:49 -04:00
Joey Hess
c8b74cdfd7
stop setting ai_addrconfig
...
This caused the code to fail on Android, which doesn't know that flag.
It seems best to let the OS default flags be used. Tested working ok on
Linux. The only difference on Linux is it might return a v4mapped ipv6
address sometimes.
2013-05-02 13:01:42 -04:00
Joey Hess
7d22a47414
update
2013-05-02 11:41:43 -04:00
Joey Hess
2e019a1da6
don't fail android build if there are no splices
2013-05-02 11:18:01 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
e4db0f8ca5
2013-05-02 09:12:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
08875d7e97
2013-05-02 09:10:47 +00:00
Joey Hess
be253aeff9
add a runshell script to the top of the app directory
...
This is mostly useful when you have adb with root access, to easily start the
git-annex environment in there.
2013-05-02 01:43:22 -04:00
Joey Hess
906258ca5e
include build flags in version info when not in a repo
2013-05-01 23:11:13 -04:00