summaryrefslogtreecommitdiff
path: root/standalone/android
Commit message (Collapse)AuthorAge
* patched DNS library to use getprop to find the DNS server (dunno if it will ↵Gravatar Joey Hess2013-05-15
| | | | work)
* add DNS library to Android build environmentGravatar Joey Hess2013-05-15
|
* bugfixGravatar Joey Hess2013-05-09
|
* typoGravatar Joey Hess2013-05-09
|
* add cleancross targetGravatar Joey Hess2013-05-09
|
* fix TLS certificate handling on AndroidGravatar Joey Hess2013-05-09
|
* forgot inotifyGravatar Joey Hess2013-05-09
|
* last few fixes to install-haskell-packagesGravatar Joey Hess2013-05-08
|
* more fixesGravatar Joey Hess2013-05-08
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-05-08
|\
* | fix unix-time build to include cbits, and fix cbits to buildGravatar Joey Hess2013-05-08
| |
| * install xmpp lib on native tooGravatar Joey Hess2013-05-08
|/
* few more depsGravatar Joey Hess2013-05-08
|
* split native and cross buildsGravatar Joey Hess2013-05-08
|
* work around cabal stupidityGravatar Joey Hess2013-05-08
|
* add more depsGravatar Joey Hess2013-05-08
|
* add ifelseGravatar Joey Hess2013-05-08
|
* hack around DAV issueGravatar Joey Hess2013-05-08
|
* know also installs same versions on native system , for EvilSplicerGravatar Joey Hess2013-05-08
|
* finally got a clean build all the way through of all haskell libsGravatar Joey Hess2013-05-08
|
* script that can rebuild all haskell packages, reproduciblyGravatar Joey Hess2013-05-07
|
* fixesGravatar Joey Hess2013-05-07
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-05-07
|\
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-05-07
| |\
* | | more patch cleanupGravatar Joey Hess2013-05-07
| | |
| * | remove unused patchGravatar Joey Hess2013-05-07
| | |
* | | addGravatar Joey Hess2013-05-07
| | |
* | | addGravatar Joey Hess2013-05-07
| | |
* | | fix filenamesGravatar Joey Hess2013-05-07
| | |
* | | version bytestring build dep to avoid cabal hellGravatar Joey Hess2013-05-07
| |/ |/|
* | addGravatar Joey Hess2013-05-07
|/
* more build fixesGravatar Joey Hess2013-05-07
|
* update patch, missed somethingGravatar Joey Hess2013-05-07
|
* rename patches for consistenct and machine applicationGravatar Joey Hess2013-05-07
|
* add patch, should fix some network issuesGravatar Joey Hess2013-05-07
|
* add android.permission.WRITE_MEDIA_STORAGEGravatar Joey Hess2013-05-04
| | | | | | Needed to access removable media such as USB drives. May only work with newer versions of Android.
* prevent openssh from checking config file permissionsGravatar Joey Hess2013-05-04
| | | | | Android features filesystems with a variety of insane and wonderful default permissions, such as ----rwxr-x
* got hS3 to buildGravatar Joey Hess2013-05-04
|
* android build fixGravatar Joey Hess2013-05-04
|
* don't start webapp in the background, so that password prompts can workGravatar Joey Hess2013-05-03
|
* work around git/environment/gecos/android suckGravatar Joey Hess2013-05-03
| | | | | | | I don't know why, but I can't seem to set the environment variables inside git-annex to work around the git error caused by android's crappy username and hostname settings. This workaround works, and that's all that's good about it.
* fix setup of runshell wrapper wrapperGravatar Joey Hess2013-05-03
|
* better webapp startup, using the terminal app's default command configGravatar Joey Hess2013-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 TMPDIRGravatar Joey Hess2013-05-03
|
* fixesGravatar Joey Hess2013-05-03
|
* work around weird behavior when starting webapp not in shellGravatar Joey Hess2013-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 existsGravatar Joey Hess2013-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 startGravatar Joey Hess2013-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 startupGravatar Joey Hess2013-05-02
|
* add a runshell script to the top of the app directoryGravatar Joey Hess2013-05-02
| | | | | This is mostly useful when you have adb with root access, to easily start the git-annex environment in there.