Brad Fitzpatrick
f6861b71e2
android, osutil: the the child process its Android-specific cache directory
...
Change-Id: I1161afd4ab30eb02e0e5b41c3d73a0c94f59c200
2013-01-27 13:24:50 -08:00
Brad Fitzpatrick
3910c347cf
android: properly notify the service when a file is successfully uploaded; prevents upload loop
...
Change-Id: Icdc7d5f8e11d22fa1462051ab32005731e5783d6
2013-01-27 13:24:19 -08:00
Brad Fitzpatrick
2e5841b149
android: remove unused imports
...
Change-Id: Iecd4ed0c467bad17eb7881bb3554b50c415af91d
2013-01-27 13:12:34 -08:00
Brad Fitzpatrick
e994b5c461
android: in prefs, show username summary
...
Change-Id: I46b702afd8e0944b9b2d54f85745c8b8770681c8
2013-01-27 13:04:47 -08:00
Brad Fitzpatrick
9b7bd9c7ae
android: remove dead code
...
Change-Id: I6526020829ac5efc62c2ad0e3cae98a777748780
2013-01-27 13:04:31 -08:00
Brad Fitzpatrick
ba9d9f2a88
android: set targetSdkVersion to 17. now JellyBean pretty.
...
Change-Id: I24fd7ca8ad264d201faf6aa9147a69fe20353add
2013-01-27 13:04:14 -08:00
Brad Fitzpatrick
6dbacee842
android: check in code formatting policy, and fmt some code
...
Change-Id: I1d277f50e3518893dc1828b74d8c789df0a25943
2013-01-27 12:54:49 -08:00
Brad Fitzpatrick
3fe1536e01
android: update a Java file when the Go child is updated, to force a rebuild in the ADT
...
Change-Id: I4ffa15332a2af82ed27300d447bc9d0ca1bd6877
2013-01-27 12:50:24 -08:00
Brad Fitzpatrick
31b6ff2c4a
android: uploading using the camput Go process.
...
works, but UI is terrible and unreliable. but it uploaded and vivified a photo shared from the gallery.
Change-Id: I63199a4d25597739920b276ac240efa27c07926c
2013-01-27 11:37:36 -08:00
Brad Fitzpatrick
1b8006abcd
android: remove browse / download service for now. bit rot, or never finished?
...
Change-Id: I2323aeded34eb3fd0b176273d67a215264f9fb11
2013-01-27 10:17:25 -08:00
Brad Fitzpatrick
2ef8612595
camput: android dialer cleanup
...
Change-Id: I7f3749cc81029b5a24a3d8696660c79aefdffa84
2013-01-26 17:12:07 -08:00
Brad Fitzpatrick
91cf37edb6
android: start of using the Go camput binary as a child process.
...
For now it just smartly copies it from the APK zip to the filesystem and chmods it.
For testing:
(in an adb shell)
CAMLI_AUTH=userpass:USER:PASS /data/data/org.camlistore/files/camput.bin --server=https://server.example.com file -vivify /sdcard/DCIM/Camera/IMG_20130126_143719.jpg
... which now works, as of commit 51e88c7434
(camput: run in an Android linux non-cgo environment)
Change-Id: I32a7e1e28fdf781bec5156271a4b33f5bd3b8b83
2013-01-26 16:54:03 -08:00
Brad Fitzpatrick
51e88c7434
camput: run in an Android linux non-cgo environment.
...
Teaches it about Android DNS resolution and Android SSL root certs.
Change-Id: I22b53d4f836f58cd3dfc8c97e993138a8a5fe318
2013-01-26 16:50:24 -08:00
Brad Fitzpatrick
d2c122514c
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-01-26 16:49:16 -08:00
Brad Fitzpatrick
16a7ecf55a
client: tolerate missing config file
...
Change-Id: I43fd2439b3eddb3d883d0db6cc6f23fe535aeb28
2013-01-26 16:46:19 -08:00
Brad Fitzpatrick
ec8f01c467
android: make it compile with Eclipse (ADT v21.0.0-519525) again
...
Change-Id: I70efe6897bf235d6c4c174f505c7a79b09d6e6ec
2013-01-26 13:42:07 -08:00
mpl
53c009cd42
Merge "newui: wip on making new ui work with closure compiler"
2013-01-26 21:36:04 +00:00
mpl
d429186441
newui: wip on making new ui work with closure compiler
...
Still does not work with ADVANCED_OPTIMIZATIONS. The
code to load the generated all.js is commented out in
index.html.
Change-Id: I6a2ec7b3b6226214e85cbf76b2a8f2ab4d9160cc
2013-01-26 22:38:33 +01:00
Brad Fitzpatrick
7c4380eebe
auth: add ErrNoAuth, use it pkg/client log warning.
...
Change-Id: If657da28bc9888941400c263be61809ead5cef12
2013-01-26 11:23:39 -08:00
Brad Fitzpatrick
26f8b015d8
camli.js: add jsdoc with @expose to Camli.onConfiguration
...
Change-Id: I174f2688fe72fd951e668c2686831915664baa71
2013-01-26 11:15:14 -08:00
Brad Fitzpatrick
c7bbccf435
config: Rename blobServer config key and flag to just server. use auth from environment when an explicit server is given
...
Change-Id: I07cfe3df3b644e143fcb92456e56d238bbbdd52e
2013-01-25 16:23:31 -08:00
Brad Fitzpatrick
c297fa8140
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-01-25 15:18:38 -08:00
Brad Fitzpatrick
13105dad21
server: use http.ServeContent and use cache headers in download handler
...
Change-Id: I5c24f39c86f6308b32167cf0d92ee68f801b9181
2013-01-25 15:18:32 -08:00
Brad Fitzpatrick
bcd57baf8f
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-01-25 15:09:36 -08:00
Brad Fitzpatrick
1ac09e6a42
server/image: set cache headers on thumbnails
...
Change-Id: Iecf15319cfbc132b8cb2581e4891e6c77de5284d
2013-01-25 15:07:47 -08:00
mpl
c8c4eebd3b
Merge "Makefile: checkjs, i.e run closure builder with the closure compiler"
2013-01-25 23:04:40 +00:00
mpl
08a828de78
Makefile: checkjs, i.e run closure builder with the closure compiler
...
Change-Id: I0cd013ed132251379458c28f8947ab5efd2bdd0b
2013-01-26 00:13:50 +01:00
mpl
68183c1949
Merge "closure: changed the library setup, added the compiler"
2013-01-25 22:55:35 +00:00
Brad Fitzpatrick
de20351d65
Makefile: detect sqlite automatically
...
Change-Id: Ib21ec16462ec2f0bc58456127534db5493c1ae67
2013-01-25 14:52:48 -08:00
mpl
fc8ecb3b29
closure: changed the library setup, added the compiler
...
1) The code to get the closure library has been moved from
dev-server to misc/get_closure.pl
2) The svn checkout version for the closure library was bumped
to the latest: 2459
3) The closure library checkout now goes into tmp/closure-library/,
to keep tmp/ clean for other things we might want to add there
(like the compiler). So the path to the actual libraries is now
tmp/closure-library/closure/
4) The code to get the closure compiler build was added in
misc/get_closure.pl. The compiler goes to
tmp/closure-compiler/compiler.jar
5) The version of the closure compiler is the latest build as
of this time: 20121212
Change-Id: I7e03ad7d6fe440430c5727cf56a956efed360d43
2013-01-25 17:13:19 +01:00
mpl
56532638a4
Merge "goexif: sync with upsteam"
2013-01-24 14:19:12 +00:00
mpl
3d128a5191
goexif: sync with upsteam
...
Change-Id: Idbb4a38760132b3a782d9cf3898875472411d2f0
2013-01-24 15:25:59 +01:00
Brad Fitzpatrick
070592444a
schema: unexport Superset
...
Change-Id: If45569b1b6d72b1cb6450b9d634f59e88fae4851
2013-01-22 10:32:15 -08:00
Brad Fitzpatrick
af2b2987c5
pkg/fs: stop using Superset
...
Change-Id: I890b2376124de129f8035af5b9424f3ba3861895
2013-01-22 10:20:34 -08:00
Brad Fitzpatrick
f9ac0ab109
pkg/client: stop using Superset for sharing
...
Change-Id: I4f034b73584413d3d37f399680c67330783951b2
2013-01-22 09:52:01 -08:00
Brad Fitzpatrick
bac9664784
cond: don't use Superset
...
Change-Id: I6cf975c68b6f8f39fd7432e3716e4e308660c54c
2013-01-22 09:42:13 -08:00
Brad Fitzpatrick
cfc32e4a05
schema, camget: more work on deleting the Superset type.
...
not much more remains.
Change-Id: I6cfe4145f67b100a0e2509f88ce6e1c580b7f9fe
2013-01-22 09:32:40 -08:00
mpl
075052f88c
Merge "camlibot: use make full"
2013-01-22 14:23:11 +00:00
Brad Fitzpatrick
1bf01d7315
schema: lot of Blob/Builder work, and kill schema.Map.
...
Next up: unexport schema.Superset.
Change-Id: Ia4bb34790abba75bdb4d4101df7a4f15875f4237
2013-01-21 20:56:12 -08:00
Brad Fitzpatrick
02e3c08947
schema: start of eliminating/unexporting schema.Superset and schema.Map
...
For now, unfortunately, there are even more types. The old ones will hopefully die soon.
Change-Id: I9d0bb1743c94a0de429175ef0b05ad6a964e07c0
2013-01-21 17:31:08 -08:00
mpl
e28418946c
camlibot: use make full
...
Change-Id: If4a8e3ea7add16137263d25c7d9540d19e0116bd
2013-01-22 01:55:45 +01:00
Brad Fitzpatrick
6c10e85434
more TODO, about encryption and peer storage
...
Change-Id: I0c19a6022f725b4a0fdfbdca01b499eb5238c1f8
2013-01-21 14:52:49 -08:00
Brad Fitzpatrick
c0d20d6bfc
more TODO
...
Change-Id: I644dce88def976a18804c4b21d8ddb4ab9b31091
2013-01-20 16:53:57 -08:00
Brad Fitzpatrick
64a9055581
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-01-20 16:28:08 -08:00
Brad Fitzpatrick
35d35e3ef2
more TODO
...
Change-Id: I62e870c89bab9b1e1cf7fb0333d9ef0ed8fb8883
2013-01-20 16:28:00 -08:00
Brett Slatkin
d5cd809164
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-01-20 16:18:25 -08:00
Brett Slatkin
447355ca7d
newui: Create set from selection working; cleaning up various JSdocs
2013-01-20 16:18:22 -08:00
Brad Fitzpatrick
6866b68024
importer: start of a third-party importing system.
...
As discussed with Ryan Barrett.
Change-Id: I15773ee9cf3566214afbce947104be1584f6e600
2013-01-20 16:17:32 -08:00
Brad Fitzpatrick
f8ae3b6dcf
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-01-20 15:58:39 -08:00
Brad Fitzpatrick
04176b2f66
TODO: add dir schema note
...
Change-Id: I5580152a8cc49c7ecffbbbe39d61265773b8ebb2
2013-01-20 15:58:34 -08:00