This commit is contained in:
Joey Hess 2013-03-27 15:35:14 -04:00
parent 1d0b692198
commit defaaa6f36
2 changed files with 4 additions and 8 deletions

View file

@ -14,10 +14,12 @@ and use cases to add. Feel free to chip in with comments! --[[Joey]]
* Month 7: user-driven features and polishing;
[presentation at LCA2013](http://mirror.linux.org.au/linux.conf.au/2013/mp4/gitannex.mp4)
* Month 8: [[!traillink Android]]
* Month 9: user-driven features and polishing
We are, approximately, here:
* Months 9-11: more user-driven features and polishing (see remaining TODO items in all pages above)
* Months 10-11: more user-driven features and polishing
(see remaining TODO items in all pages above)
* Month 12: "Windows purgatory" [[Windows]]
## porting

View file

@ -2,16 +2,10 @@ Misc OSX porting things:
* autostart the assistant on OSX, using launchd **done**
* icon to start webapp **done**
* use FSEvents to detect file changes (better than kqueue) **done**
* Use OSX's "network reachability functionality" to detect when on a network
<http://developer.apple.com/library/mac/#documentation/Networking/Conceptual/SystemConfigFrameworks/SC_Intro/SC_Intro.html#//apple_ref/doc/uid/TP40001065>
Gripes:
* The assistant has to wait a second when a new file is created,
to work around some bad behavior when pasting a file into the annex.
[[details|bugs/pasting_into_annex_on_OSX]]. That's one more second
before the file is synced out.
Bugs:
[[!inline pages="tagged(design/assistant/OSX) and !link(bugs/done)" show=0 archive=yes]]