summaryrefslogtreecommitdiff
path: root/standalone/android
Commit message (Collapse)AuthorAge
* remove xmpp supportGravatar Joey Hess2016-11-14
| | | | | | | | | | | | I've long considered the XMPP support in git-annex a wart. It's nice to remove it. (This also removes the NetMessager, which was only used for XMPP, and the daemonstatus's desynced list (likewise).) Existing XMPP remotes should be ignored by git-annex. This commit was sponsored by Brock Spratlen on Patreon.
* pin crytonite on android to 0.15, which is the version I've been usingGravatar Joey Hess2016-06-09
|
* Android: Icon refresh. Thanks, freewheelinfranks.Gravatar Joey Hess2016-05-03
|
* pin unix to already installed versionGravatar Joey Hess2016-04-28
| | | | | | | | This prevents multiple versions of unix, from ghc and needed by newer versions of some packages conflicting. Had to update the bytestring and blaze-builder pins follow-on from this change.
* pin directory to last version that doesn't break MissingHGravatar Joey Hess2016-04-28
| | | | https://github.com/jgoerzen/missingh/issues/31
* update android git to 2.8.0.rc3, fixing recent security holesGravatar Joey Hess2016-03-17
|
* fix typo in flagsGravatar Joey Hess2016-03-09
|
* disable new build flags for android buildGravatar Joey Hess2016-02-23
|
* allow any version of ansi-terminalGravatar Joey Hess2015-08-03
|
* avoid pinning tasty to old versionGravatar Joey Hess2015-08-03
| | | | | Newer version is needed for new version of optparse-applicative, and any version will do.
* bump optparse-applicative versionGravatar androidbuilder2015-08-02
|
* update android patches for new version of shakespeareGravatar androidbuilder2015-08-02
|
* reverted updates to new lib versions that broke android buildGravatar androidbuilder2015-08-02
| | | | I ran into several evilsplicer problems with the new lib versions, most notably including a problem with encoding of embedded binary files
* modify pins to allow building on debian jessieGravatar Joey Hess2015-07-03
| | | | | Debian testing is currently a little broken for use for the android autobuilder.
* Merge orca:/tmp/androidGravatar Joey Hess2015-07-02
|\
| * update patches for newer package versionsGravatar Joey Hess2015-07-02
| |
* | remove some patches that are no longer usedGravatar Joey Hess2015-07-02
| |
* | patch needed for new entropy versionGravatar Joey Hess2015-07-02
| |
* | persistent no longer needs no-th patchGravatar Joey Hess2015-07-02
| |
* | update vector patch; only needed for android cross build nowGravatar Joey Hess2015-07-02
|/
* android: install exact same package versions for host and cross compilerGravatar Joey Hess2015-07-02
|
* remove old patches for hamletGravatar Joey Hess2015-06-06
|
* update android patchesGravatar Joey Hess2015-05-22
|
* Revert "Android: Updated bundled ssh from 6.1p1 to 6.4p1."Gravatar Joey Hess2015-05-08
| | | | | | | This reverts commit 742bdf6353ac8e08fb603fe60b53c1495d4fa801. Build didn't actually seem to succeed, for both versions of android, so I'll need to revisit this later.
* fix git rev for openssh on androidGravatar Joey Hess2015-05-08
|
* remaining dataenc to sandi conversionsGravatar Joey Hess2015-05-07
| | | | | | I've tested all the dataenc to sandi conversions except Assistant.XMPP, and all have unchanged behavior, including behavior on large unicode code points.
* Android: Updated bundled ssh from 6.1p1 to 6.4p1.Gravatar Joey Hess2015-05-01
| | | | Tested it builds, but have not run it yet.
* Removed dependency on haskell SHA library, instead using cryptohash >= 0.11.0.Gravatar Joey Hess2015-04-19
|
* update pinned versions for android and armel to use new enough http-client ↵Gravatar Joey Hess2015-04-18
| | | | | | | for proxy support I have not updated the autobuilder yet; these versions seem ok by inspection.
* remove debug prints; even going to stderr that breaks gnupg's configure scriptGravatar Joey Hess2015-01-07
|
* typoGravatar Joey Hess2015-01-07
|
* smarter wrapper; detect -r link optionGravatar Joey Hess2015-01-07
| | | | /home/builder/.ghc/android-14/arm-linux-androideabi-4.8/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: fatal error: -pie and -r are incompatible
* minor typoGravatar Joey Hess2015-01-07
|
* add $@ to wrapperGravatar Joey Hess2015-01-07
|
* more PATH typosGravatar Joey Hess2015-01-07
|
* fix pathGravatar Joey Hess2015-01-07
|
* fix -fPIE optionGravatar Joey Hess2015-01-07
|
* subshells for cd &&Gravatar Joey Hess2015-01-07
|
* typosGravatar Joey Hess2015-01-07
|
* fix BIGNUM related openssh build breakageGravatar Joey Hess2015-01-07
|
* typoGravatar Joey Hess2015-01-07
|
* fix dir nameGravatar Joey Hess2015-01-07
|
* typoGravatar 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
|
* cabal unpack --pristineGravatar Joey Hess2014-12-04
| | | | | | | Without --pristine, cabal will update the package's cabal file if a newer one is available in hackage. But that can break applying patches. Especially since the new version from hackage can apparently have dos line endings, while the version from the tarball doesn't.
* update for debian jessie, which has libgnutls28-dev, not libgnutls-devGravatar Joey Hess2014-12-03
|
* clarify where host libs come fromGravatar Joey Hess2014-12-03
|
* avoid false build failure in android logGravatar Joey Hess2014-11-05
|