Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix cd issue | Joey Hess | 2015-01-05 |
| | |||
* | Android: Provide a version built with -fPIE -pie to support Android 5.0. | Joey Hess | 2015-01-05 |
| | |||
* | avoid false build failure in android log | Joey Hess | 2014-11-05 |
| | |||
* | pin git to known working version | Joey Hess | 2014-10-16 |
| | |||
* | jessie has a new enough automake, so it doesn't need to be cloned here | Joey Hess | 2014-10-16 |
| | |||
* | disable HAVE_CLOCK_GETTIME to avoid needing to port librt to android | Joey Hess | 2014-08-13 |
| | |||
* | Android: patch git to avoid fchmod, which fails on /sdcard. | Joey Hess | 2014-07-03 |
| | |||
* | Standalone builds now check gpg signatures before upgrading. | Joey Hess | 2014-04-23 |
| | |||
* | pin busybox at known-good version for android build | Joey Hess | 2013-12-29 |
| | |||
* | 2 android bug fixes | Joey Hess | 2013-11-26 |
| | |||
* | separate android 4.0 and 4.3 builds needed | Joey Hess | 2013-11-12 |
| | | | | Also, parameterize the abdroid abi version | ||
* | update to arm-linux-androideabi-4.8 and current cabal | Joey Hess | 2013-11-11 |
| | |||
* | updated android gpg version | Joey Hess | 2013-10-12 |
| | |||
* | move stuff into .android | Joey Hess | 2013-09-23 |
| | | | | This simplifies my schroot bind mounts | ||
* | work around stupid licence prompt | Joey Hess | 2013-09-22 |
| | |||
* | pin term | Joey Hess | 2013-09-22 |
| | |||
* | pin rsync | Joey Hess | 2013-09-22 |
| | |||
* | pin openssh | Joey Hess | 2013-09-22 |
| | |||
* | fix clones | Joey Hess | 2013-09-22 |
| | |||
* | working on getting make androidapp to work now | Joey Hess | 2013-09-22 |
| | |||
* | Android: gpg is built without --enable-minimal, so it interoperates better ↵ | Joey Hess | 2013-07-08 |
| | | | | with other gpg builds that may default to using other algorithms for encryption. | ||
* | Android: Work around Android devices where the `am` command doesn't work. | Joey Hess | 2013-05-31 |
| | |||
* | Android app: Avoid using hard links to app's lib directory, which is ↵ | Joey Hess | 2013-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. | ||
* | android build fix | Joey Hess | 2013-05-04 |
| | |||
* | 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 |
| | |||
* | incremental android builds with the EvilSplicer | Joey Hess | 2013-04-14 |
| | |||
* | build fix | Joey Hess | 2013-02-28 |
| | |||
* | 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. | ||
* | 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 |
| | |||
* | 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. | ||
* | fix | Joey Hess | 2013-02-22 |
| | |||
* | make upgrades work | Joey Hess | 2013-02-22 |
| | | | | Add a lib.version.so and when it's different, re-install. | ||
* | quick icon for Android. Not the best, but acceptable for now. | Joey Hess | 2013-02-21 |
| | |||
* | build an apk containing git-annex and a terminal emulator | Joey Hess | 2013-02-21 |
| | |||
* | Android: Support ssh connection caching. | Joey Hess | 2013-02-19 |
| | |||
* | add openssh to Android | Joey Hess | 2013-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 easily | Joey Hess | 2013-02-18 |
| | |||
* | fix enabling of busybox installer | Joey Hess | 2013-02-18 |
| | |||
* | build fixes | Joey Hess | 2013-02-16 |
| | |||
* | couple more android build fixes | Joey Hess | 2013-02-13 |
| | |||
* | Makefile and patches for reproducible build of utilities for android | Joey Hess | 2013-02-13 |