ODK Collect basic auth code

hi charles,

i'm cc'ing the other developers in the community so everyone knows
what is going on.

to get your changes added, file a code review request at
http://code.google.com/p/opendatakit/issues/list and put a link to
your repo and a description of the changes you've made.

if you don't
have the code in a repo, you can either use google code's server side
clone (http://code.google.com/p/opendatakit/source/clones?repo=collect)
or bitbucket.org to host the project.

once we get the request for review, carl and i can review the code and
pull in the changes. if you have any other dev questions, just send to
the mailing list and thanks for contributing!

yaw

ยทยทยท On Sun, Jul 25, 2010 at 10:58, Charles Havranec wrote: > Hi, > > In support of the Sahana Eden project I have preemptive basic auth code > implemented in ODK collect & UI enabled, and looking guidance for how to > submit to your code base. > > Also of note after some discussion of the Sahana storage implementation is > we changed from: > /* if (serverLocation != null && > mUrl.contains(serverLocation) && responseCode == 201) { > uploadedIntances.add(values[i]); > */ > to: > > if (serverLocation != null && (responseCode >= 200 && > responseCode <= 299)) { > uploadedIntances.add(values[i]); > } > > > > > Cheers, > Charles > > Charles Havranek, PMP > Brecksville, OH > H:440-526-6558 > C:216-854-7158 > > >