perkeep/clients/android
Daniel Erat 64040340c3 android: Return copies of cached blobs instead of originals.
This should fix
http://code.google.com/p/camlistore/issues/detail?id=3,
"Android client permits mutating the immutable cache".

I'm also removing the call to
URLConnection.guessContentTypeFromStream() in favor of
just using URLConnection.guessContentTypeFromName().
I don't think that the former was ever successful, and it
was hitting the disk from the UI thread.
2011-03-27 14:19:48 -07:00
..
.settings rename clients/android/uploader to clients/android 2011-03-13 13:09:56 -07:00
res android: add icons for files and directories 2011-03-27 12:07:06 -07:00
src/org/camlistore android: Return copies of cached blobs instead of originals. 2011-03-27 14:19:48 -07:00
test rename clients/android/uploader to clients/android 2011-03-13 13:09:56 -07:00
.classpath rename clients/android/uploader to clients/android 2011-03-13 13:09:56 -07:00
.gitignore rename clients/android/uploader to clients/android 2011-03-13 13:09:56 -07:00
.project rename clients/android/uploader to clients/android 2011-03-13 13:09:56 -07:00
AndroidManifest.xml android: browsing support 2011-03-13 20:30:35 -07:00
Makefile android: add tips when SDK isn't configured. 2011-03-17 18:15:25 -07:00
build.properties rename clients/android/uploader to clients/android 2011-03-13 13:09:56 -07:00
build.xml rename clients/android/uploader to clients/android 2011-03-13 13:09:56 -07:00
check-environment.pl android: add tips when SDK isn't configured. 2011-03-17 18:15:25 -07:00
default.properties rename clients/android/uploader to clients/android 2011-03-13 13:09:56 -07:00
local.properties.TEMPLATE android: add tips when SDK isn't configured. 2011-03-17 18:15:25 -07:00