Commit Graph

6120 Commits

Author SHA1 Message Date
Brad Fitzpatrick 196a5f268b stop service in more cases 2010-07-24 18:09:28 -07:00
Brad Fitzpatrick beee3f30c7 keep service alive while uploading 2010-07-24 18:05:38 -07:00
Brad Fitzpatrick ff29b06ab9 remove testing progressbar positions 2010-07-24 15:35:32 -07:00
Brad Fitzpatrick 64e9e5197a doc change 2010-07-24 15:35:00 -07:00
Brad Fitzpatrick d9c87a7ddb bit of localization. ears popping during descent. 2010-07-24 14:34:26 -07:00
Brad Fitzpatrick d1df138efa start of progressbars. on airplane; untested. 2010-07-24 14:25:29 -07:00
Brad Fitzpatrick a3a63779d8 more UI work, make stop/start button work, etc. 2010-07-24 12:15:22 -07:00
Brad Fitzpatrick e57c940b85 first crack at a basic UI. 2010-07-24 11:09:35 -07:00
Brad Fitzpatrick 969cd5d78b also take out a wifi lock 2010-07-23 23:21:58 -07:00
Brad Fitzpatrick 2302186d12 add some permissions 2010-07-23 23:16:24 -07:00
Brad Fitzpatrick 80cf70eeba skip uploading blobs that server already has. 2010-07-23 23:10:42 -07:00
Brad Fitzpatrick f20bde4c07 android: use WakeLock while uploading 2010-07-23 14:35:57 -07:00
Brad Fitzpatrick 2d26146df8 android: multi-upload and related share intent. 2010-07-23 12:31:42 -07:00
Brad Fitzpatrick c803634610 upload barely works now. yay. 2010-07-22 17:48:53 -07:00
Brad Fitzpatrick 76b2d0cc88 More upload work 2010-07-22 10:12:02 -07:00
Brad Fitzpatrick ffa79bc324 android: QueuedFile 2010-07-22 09:31:53 -07:00
Brad Fitzpatrick 0bad0f73f2 android: sha1 files. upload WIP. 2010-07-21 21:32:27 -07:00
Brad Fitzpatrick 1bce3e0f57 remove old android stub app 2010-07-21 20:20:09 -07:00
Brad Fitzpatrick bb3c33131e correct uploadUrl in preupload 2010-07-21 20:16:59 -07:00
Brad Fitzpatrick dfc79a96fd slurp and parse JSON in preupload 2010-07-21 19:49:10 -07:00
Brad Fitzpatrick 373a336bc6 android client: start of preupload 2010-07-21 17:13:09 -07:00
Brad Fitzpatrick 1d389344b4 more upload work 2010-07-21 16:35:54 -07:00
Brad Fitzpatrick 724b32beaa enqueue Uris to download before Service is connected 2010-07-21 09:51:42 -07:00
Brad Fitzpatrick c731e964fd start of UploadService 2010-07-19 17:10:52 -07:00
Brad Fitzpatrick 542216b0f6 some sharing work 2010-07-19 16:40:04 -07:00
Brad Fitzpatrick 3706901863 flesh out the AndroidManifest.xml
add some permissions, minSdkVersion, and SEND intent filters...
2010-07-19 09:36:39 -07:00
Brad Fitzpatrick d57b77c315 android: preferences screen
just host & password
2010-07-18 23:12:03 -07:00
Brad Fitzpatrick 6130fa5388 Android project stub commit.
From:
  http://www.alittlemadness.com/2010/05/31/setting-up-an-android-project-build/

(instructions for dual Eclipse+Ant, dual app+test setup...)
2010-07-18 21:46:02 -07:00
Brad Fitzpatrick 9e3f840f0f move away old uploader shell 2010-07-18 21:44:43 -07:00
Brad Fitzpatrick 9fea49b821 add little upload.sh for testing 2010-07-18 11:44:20 -07:00
Brad Fitzpatrick 83a5280d46 clean up, fix auth 2010-07-18 11:08:45 -07:00
Brad Fitzpatrick 1121f6a79c stealth mode 2010-07-18 09:56:31 -07:00
Brad Fitzpatrick ba4d16a69d use gofr; updates for latest Go release 2010-07-17 17:38:01 -07:00
Brad Fitzpatrick 04e18c179d fixed mime structure. upload works. 2010-07-11 21:44:16 -07:00
Brad Fitzpatrick 81d22f2a8a attempt at upload, but doesn't work 2010-07-11 21:42:44 -07:00
Brad Fitzpatrick 785ee292f7 preupload request in upload client 2010-07-11 10:46:06 -07:00
Brad Fitzpatrick b6751946ac start of go upload client 2010-07-10 22:57:53 -07:00
Brad Fitzpatrick 7ec931d850 implement preupload 2010-07-10 21:58:30 -07:00
Brad Fitzpatrick 419c49fe97 work on preupload, and split blobref stuff to its own file 2010-07-10 21:18:16 -07:00
Brad Fitzpatrick 4203151dc2 Uploading via multipart.
Requires the new util/ package be built first.

Also requires multipart stuff submitted to Go but not yet included.
2010-07-08 21:19:54 -07:00
Brad Fitzpatrick d7779aee9d Start of blob upload using new multipart code (not yet) in Go.
Also s/objref/blobref/ and gofmt changes.
2010-07-06 21:57:53 -07:00
Brad Fitzpatrick 5117328bc5 update Mac test file to say Mac, not Unix 2010-07-06 20:30:53 -07:00
Brad Fitzpatrick 3abfb4b757 Some testing of mime multipart stuff 2010-07-02 16:50:07 -07:00
Brad Fitzpatrick 5d0902d216 use github.com/bradfitz/golang-mime-multipart 2010-06-29 10:37:05 -07:00
Brad Fitzpatrick 9152b67ce5 use go-style makefile 2010-06-29 10:36:40 -07:00
Brad Fitzpatrick efbc9805b9 add local properties template 2010-06-21 07:27:49 -07:00
Brad Fitzpatrick 9ea00571e2 updated notes 2010-06-20 23:17:56 -07:00
Brad Fitzpatrick a2b4ca5420 some draft notes on upload protocol 2010-06-20 23:14:30 -07:00
Brad Fitzpatrick f02a87a61a shell of unwritten blobstore tester script 2010-06-20 23:08:05 -07:00
Brad Fitzpatrick 0d9195a8ea start of multipart reading 2010-06-20 23:05:50 -07:00