summaryrefslogtreecommitdiff
path: root/standalone/android/Makefile
Commit message (Collapse)AuthorAge
* fix BIGNUM related openssh build breakageGravatar Joey Hess2015-01-07
|
* android binary compatability is so bad we have to build all utilities twiceGravatar Joey Hess2015-01-07
|
* fix cd issueGravatar Joey Hess2015-01-05
|
* Android: Provide a version built with -fPIE -pie to support Android 5.0.Gravatar Joey Hess2015-01-05
|
* avoid false build failure in android logGravatar Joey Hess2014-11-05
|
* pin git to known working versionGravatar Joey Hess2014-10-16
|
* jessie has a new enough automake, so it doesn't need to be cloned hereGravatar Joey Hess2014-10-16
|
* disable HAVE_CLOCK_GETTIME to avoid needing to port librt to androidGravatar Joey Hess2014-08-13
|
* Android: patch git to avoid fchmod, which fails on /sdcard.Gravatar Joey Hess2014-07-03
|
* Standalone builds now check gpg signatures before upgrading.Gravatar Joey Hess2014-04-23
|
* pin busybox at known-good version for android buildGravatar Joey Hess2013-12-29
|
* 2 android bug fixesGravatar Joey Hess2013-11-26
|
* separate android 4.0 and 4.3 builds neededGravatar Joey Hess2013-11-12
| | | | Also, parameterize the abdroid abi version
* update to arm-linux-androideabi-4.8 and current cabalGravatar Joey Hess2013-11-11
|
* updated android gpg versionGravatar Joey Hess2013-10-12
|
* move stuff into .androidGravatar Joey Hess2013-09-23
| | | | This simplifies my schroot bind mounts
* work around stupid licence promptGravatar Joey Hess2013-09-22
|
* pin termGravatar Joey Hess2013-09-22
|
* pin rsyncGravatar Joey Hess2013-09-22
|
* pin opensshGravatar Joey Hess2013-09-22
|
* fix clonesGravatar Joey Hess2013-09-22
|
* working on getting make androidapp to work nowGravatar Joey Hess2013-09-22
|
* 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.
* Android: Work around Android devices where the `am` command doesn't work.Gravatar Joey Hess2013-05-31
|
* 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.
* android build fixGravatar Joey Hess2013-05-04
|
* change the default GIT_ANNEX_ANDROID_SOURCETREE location to be in ~/tmp/Gravatar Joey Hess2013-05-01
|
* fix build stampsGravatar Joey Hess2013-04-26
|
* incremental android builds with the EvilSplicerGravatar Joey Hess2013-04-14
|
* build fixGravatar Joey Hess2013-02-28
|
* fix 2 bugs in android runshellGravatar Joey Hess2013-02-28
|
* allow reloacting the source tree used for building androidGravatar Joey Hess2013-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.shGravatar Joey Hess2013-02-26
| | | | | Its bogus warning and error confuses the autobuilder. The "error" is non-fatal.
* better incremental building of android utilities, for autobuilderGravatar Joey Hess2013-02-25
| | | | also cleaned up some cruft patches not used
* parameterize pathsGravatar Joey Hess2013-02-25
|
* separate targetsGravatar Joey Hess2013-02-24
|
* use C shim to start Android appGravatar Joey Hess2013-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.
* fixGravatar Joey Hess2013-02-22
|
* make upgrades workGravatar Joey Hess2013-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.Gravatar Joey Hess2013-02-21
|
* build an apk containing git-annex and a terminal emulatorGravatar Joey Hess2013-02-21
|
* Android: Support ssh connection caching.Gravatar Joey Hess2013-02-19
|
* add openssh to AndroidGravatar Joey Hess2013-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 easilyGravatar Joey Hess2013-02-18
|
* fix enabling of busybox installerGravatar Joey Hess2013-02-18
|
* build fixesGravatar Joey Hess2013-02-16
|
* couple more android build fixesGravatar Joey Hess2013-02-13
|
* Makefile and patches for reproducible build of utilities for androidGravatar Joey Hess2013-02-13