blog for the day
This commit is contained in:
parent
ba49fc74c8
commit
3174447a1d
2 changed files with 12 additions and 1 deletions
|
@ -6,6 +6,7 @@ to improve it.
|
|||
* [[bugs/Android_app_permission_denial_on_startup]]
|
||||
* S3 doesn't work (at least to Internet Archive:
|
||||
"connect: does not exist (connection refused)")
|
||||
* Get app into Goole Play and/or FDroid
|
||||
|
||||
## TODO
|
||||
|
||||
|
@ -25,7 +26,8 @@ to improve it.
|
|||
and a few places use it. I have some horrible workarounds in place.
|
||||
* Get local pairing to work. network-multicast and network-info don't
|
||||
currently install.
|
||||
* Get test suite to pass.
|
||||
* Get test suite to pass. `git clone` of a local repo fails on android
|
||||
for some reason.
|
||||
* Make app autostart on boot, optionally. <http://stackoverflow.com/questions/1056570/how-to-autostart-an-android-application>
|
||||
* The app should be aware of power status, and avoid expensive background
|
||||
jobs when low on battery or run flat out when plugged in.
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
git-annex is now autobuilt for Windows on the same jenkins farm that
|
||||
builds msysgit. Thanks for Yury V. Zaytsev for providing that! Spent about
|
||||
half of today setting up the build.
|
||||
|
||||
Got the test suite to pass in direct mode, and indeed in direct mode
|
||||
on a FAT filesystem. Had to fix one corner case in direct mode `git annex
|
||||
add`. Unofrtunatly it still doesn't work on Android; somehow `git clone`
|
||||
of a local repository is broken there. Also got the test suite to build,
|
||||
and run on Windows, though it fails pretty miserably.
|
Loading…
Reference in a new issue