diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-30 12:57:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-30 12:57:03 -0400 |
commit | 337d10647fd6dac4bc858cf29658cf6bdcfd41f7 (patch) | |
tree | fb04766361686ee896e9fbbf6ec796bdc8f7799b /doc/design | |
parent | de83800ab39649992cd7f9ae61689820138613bd (diff) | |
parent | c7079a616111c3b9459397f83389dde0e4cb3b3c (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/design')
3 files changed, 41 insertions, 0 deletions
diff --git a/doc/design/assistant/android/comment_6_fee32a831eeb5736fe1dce52e30320c8._comment b/doc/design/assistant/android/comment_6_fee32a831eeb5736fe1dce52e30320c8._comment new file mode 100644 index 000000000..9dfe5670d --- /dev/null +++ b/doc/design/assistant/android/comment_6_fee32a831eeb5736fe1dce52e30320c8._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U" + nickname="Richard" + subject="comment 6" + date="2012-10-30T08:44:32Z" + content=""" +Just so this does not get lost: For better or for worse, the vanilla Android devices stopped shipping with micro-SD support in 2011 (or 2010 if the Nexus S does not support them either; on sketchy GPRS so not googling around). Most higher-end Android devices ship with at least 8 GiB of on-board Flash storage, some even go up to 64 GiB. + +IMHO, this would make it viable to first get git-annex working on Android without regard for FAT. + +The obvious advantage is that porting should be easier and quicker. + +The obvious downside is that this may mean revisiting some parts of the code later. + +-- Richard +"""]] diff --git a/doc/design/assistant/android/comment_7_d8e9b0a5287fc96b19dc2cb9da3586ce._comment b/doc/design/assistant/android/comment_7_d8e9b0a5287fc96b19dc2cb9da3586ce._comment new file mode 100644 index 000000000..0419b1d1b --- /dev/null +++ b/doc/design/assistant/android/comment_7_d8e9b0a5287fc96b19dc2cb9da3586ce._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U" + nickname="Richard" + subject="comment 7" + date="2012-10-30T08:51:17Z" + content=""" +Actually, this is something that would be ideal for a poll: + +Should FAT-based Android repos be implemented: + +* Immediately +* After the initial release of the Android app is working +* Before the kickstarter ends +* Not at all + +Also, as another data point, the FAT-based SD card can be mounted as USB storage by any computer an Android device is connected to whereas the EXT4-based root FS can only be accessed via MTP. +"""]] diff --git a/doc/design/assistant/leftovers/comment_1_b20c88bb3c583a32023c1f6b6dc9486d._comment b/doc/design/assistant/leftovers/comment_1_b20c88bb3c583a32023c1f6b6dc9486d._comment new file mode 100644 index 000000000..3c7e1820d --- /dev/null +++ b/doc/design/assistant/leftovers/comment_1_b20c88bb3c583a32023c1f6b6dc9486d._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U" + nickname="Richard" + subject="comment 1" + date="2012-10-30T09:07:37Z" + content=""" +I think the automatic dropunused part is handled by the assistant already anyway, but in case it's not: The git repo still knows where the symlink pointed to so it should not be a problem to get that info from the last commit that was 'actively' locally and which contained said symlink. +"""]] |