summaryrefslogtreecommitdiff
path: root/standalone/android
Commit message (Collapse)AuthorAge
* update android icons to use new version of logoGravatar Joey Hess2013-07-21
|
* Android: gpg is built without --enable-minimal, so it interoperates better ↵Gravatar Joey Hess2013-07-08
| | | | with other gpg builds that may default to using other algorithms for encryption.
* hack to deal with minor version skew in Data.Map when using EvilSplicerGravatar Joey Hess2013-06-10
|
* Android: Work around Android devices where the `am` command doesn't work.Gravatar Joey Hess2013-05-31
|
* make webapp menu item be visible in all languagesGravatar Joey Hess2013-05-29
|
* Android: Added an "Open WebApp" item to the terminal's menu. Should work for ↵Gravatar Joey Hess2013-05-28
| | | | Android devices that cannot auto-open the webapp on start.
* Android app: Avoid using hard links to app's lib directory, which is ↵Gravatar Joey Hess2013-05-23
| | | | | | | sometimes on a different filesystem than the data directory. Assumes symlinks work on all android. If not, this would need to be adapted to try both. This worked for me.
* 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.