aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* runshell for AndroidGravatar Joey Hess2013-02-13
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-12
|\
* | fancy video type selectionGravatar Joey Hess2013-02-12
| |
* | updateGravatar Joey Hess2013-02-12
| |
| * poll vote (Google Drive)Gravatar 82.79.96.152013-02-12
| |
| * Added a commentGravatar http://joeyh.name/2013-02-12
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2013-02-12
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmaMxYm33s0H-nxBo5uzYUzdIECoyR8Ug82013-02-12
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-11
|\
* | blog for the dayGravatar Joey Hess2013-02-11
| |
* | support Android's crippled lsofGravatar Joey Hess2013-02-11
| |
* | configure: hardcode some things that cannot be probed for when ↵Gravatar Joey Hess2013-02-11
| | | | | | | | cross-compiling for Android
* | updateGravatar Joey Hess2013-02-11
| |
| * Added a comment: removing configGravatar https://www.google.com/accounts/o8/id?id=AItOawmaMxYm33s0H-nxBo5uzYUzdIECoyR8Ug82013-02-11
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-11
|\|
* | Merge branch 'android'Gravatar Joey Hess2013-02-11
|\ \
| * | remove HTTP from test depsGravatar Joey Hess2013-02-11
| | |
| * | fix case of uuid depGravatar Joey Hess2013-02-11
| | |
| * | Now uses the Haskell Glob library, rather than pcre-light, avoiding the need ↵Gravatar Joey Hess2013-02-11
| | | | | | | | | | | | to install libpcre. Currently done only for Cabal or when the Makefile is made to use -DWITH_GLOB
| * | update for path in newer ghc-androidGravatar Joey Hess2013-02-11
| | |
| | * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmZLkYEBiUrDQsxeLVwZPb9RW88Va5kEwQ2013-02-11
| | |
| | * Added a comment: another android git appGravatar https://www.google.com/accounts/o8/id?id=AItOawnbBRfl5F8gKRr1ko8Ai6FbEZStXXNF1S42013-02-11
| | |
| | * (no commit message)Gravatar annexuser2013-02-11
| | |
| | * (no commit message)Gravatar annexuser2013-02-11
| | |
| | * Added a comment: "Build native GNU/Linux applications: the easy way"Gravatar http://mlinden.myopenid.com/2013-02-10
| |/ |/|
* | blog for the dayGravatar Joey Hess2013-02-10
| |
* | updateGravatar Joey Hess2013-02-10
| |
| * can now build Android targeted binaryGravatar Joey Hess2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various things that don't work on Android are just ifdefed out. * the webapp (needs template haskell for arm) * --include and --exclude globbing (needs libpcre, which is not ported; probably I'll make it use the pure haskell glob library instead) * annex.diskreserve checking (missing sys/statvfs.h) * timestamp preservation support (yawn) * S3 * WebDAV * XMPP The resulting 17mb binary has been tested on Android, and it is able to, at least, print its usage message.
| * Now uses the Haskell uuid library, rather than needing a uuid program.Gravatar Joey Hess2013-02-10
| | | | | | | | | | | | | | | | Been meaning to do this for some time; Android port was last straw. Note that newer versions of the uuid library have a Data.UUID.V4 that generates random UUIDs slightly more cleanly, but Debian has an old version of the library, so I do it slightly round-about.
| * Revert "use Simple built type on Android"Gravatar Joey Hess2013-02-10
| | | | | | | | | | | | This reverts commit e207b3dfb9b2197aa8dbdaab30441c9cb2a8dcb2. Don't think we'll be building for Android with cabal, at least for now.
* | (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC02013-02-10
| |
* | Added a comment: Write and exec on unrooted Android.Gravatar hhm2013-02-10
| |
* | Added a commentGravatar http://edheil.wordpress.com/2013-02-09
| |
* | (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o2013-02-09
| |
* | removedGravatar https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o2013-02-09
| |
* | (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o2013-02-09
| |
* | Added a comment: Use a remote as a sharing site for files with obfuscated URLsGravatar https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o2013-02-09
| |
* | Added a commentGravatar http://joeyh.name/2013-02-09
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-08
|\ \
* | | blog for the dayGravatar Joey Hess2013-02-08
| | |
| | * use Simple built type on AndroidGravatar Joey Hess2013-02-08
| |/ |/| | | | | cabal cannot cross-compile with Custom
* | don't need HTTP any longerGravatar Joey Hess2013-02-08
| |
* | update base dependencyGravatar Joey Hess2013-02-08
| |
| * (no commit message)Gravatar andy2013-02-08
|/
* blog for the dayGravatar Joey Hess2013-02-08
| | | | Which spanned 5 am to 1 am. Urk.
* try percentage width.. will it work?Gravatar Joey Hess2013-02-07
|
* sizingGravatar Joey Hess2013-02-07
|
* layoutGravatar Joey Hess2013-02-07
|
* layoutGravatar Joey Hess2013-02-07
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-07
|\