summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-12Backport I0a63ccc4eclairDaisuke Miyakawa
Must be with I05e62204 Change-Id: I1f15e38715f0a3e39b909b02e85154e9e098fe31
2010-02-05reconcile main tree with open-source eclairandroid-sdk-tools_r5android-cts-2.1_r5android-cts-2.1_r4android-cts-2.1_r3android-cts-2.1_r2The Android Open Source Project
2010-01-29reconcile android-2.1_r1 snapshotThe Android Open Source Project
2010-01-12android-2.1_r1 snapshotThe Android Open Source Project
2009-11-12eclair snapshotJean-Baptiste Queru
2009-10-06relax the Organization validation logicandroid-sdk-tools_r4android-sdk-tools_r3android-sdk-2.1_r1android-sdk-2.0_r1android-sdk-2.0.1_r1android-sdk-2.0.1-docs_r1android-2.1_r2.1sandroid-2.1_r2.1p2android-2.1_r2.1pandroid-2.1_r2android-2.1_r1android-2.0_r1android-2.0.1_r1eclair-sholes-release2eclair-sholes-releaseeclair-releaseeclair-passion-releaseFred Quintana
2009-09-29Merge change I3e9f81b8 into eclairAndroid (Google) Code Review
* changes: Backporting a fix to a problem with parsing partial feeds that was uncovered in the new unittests in the open source depot
2009-09-28Backporting a fix to a problem with parsing partial feeds that was uncovered ↵fmantek
in the new unittests in the open source depot
2009-09-27Merge change 27299 into eclairAndroid (Google) Code Review
* changes: Don't send guestsCanModify, etc to server.
2009-09-27Don't send guestsCanModify, etc to server.Ken Shirriff
The server will crash if guestsCanModify=true is sent while the guest is modifying attendee status for a recurrence exception (even though that's okay to do). Since the GUI doesn't support these fields, don't send them for now.
2009-09-24fix the printing of UserDefinedFieldFred Quintana
2009-09-24various fixesFred Quintana
2009-09-22add BadRequestException for when 400 is returnedFred Quintana
make the GDataClient throw BadRequestException when a 400 is seen rather than ParseException
2009-09-22small fix to the Entry classFrank Mantek
2009-09-18handle calendars with an access level of "root"Debajit Ghosh
2009-09-16delete unused gdata2 code.Debajit Ghosh
2009-09-14fix bad cast in ContactEntry.toString().Debajit Ghosh
2009-09-08Merge change 23281 into eclairAndroid (Google) Code Review
* changes: Documentation changes, no code changes. Modified per feedback by Debajit Some more typos fixed
2009-09-02Remove duplicate additionalName.Ken Shirriff
The additionalName is getting serialized twice, which the server rejects with a 400 error.
2009-09-02Documentation changes, no code changes.fmantek
Modified per feedback by Debajit Some more typos fixed
2009-08-31Fix sendEventNotifications.Ken Shirriff
Looks like code got dropped merging d38f2a. bug=2025098
2009-08-24fix a bug in parsing the content fieldFred Quintana
2009-08-21Merge change 22070 into eclairAndroid (Google) Code Review
* changes: Cleanup of some GData functionallity. Changed parser.init() to parser.parseFeed(). Also added an overloadable method to the entry parsing code and changed parsing of content to take src and type into account. changed parseFeed to parseFeedEnvelope
2009-08-21Cleanup of some GData functionallity. Changed parser.init() to ↵fmantek
parser.parseFeed(). Also added an overloadable method to the entry parsing code and changed parsing of content to take src and type into account. changed parseFeed to parseFeedEnvelope
2009-08-18save space on device, delete unused gdata spreadsheets code. this feed is ↵Debajit Ghosh
deprecated, and a new one will be autogenerated in gdata2.
2009-08-18Add organizer to EventEntry.Ken Shirriff
2009-08-18Fix bad calendar tag.Ken Shirriff
Broken by 21081. bug=2061105
2009-08-13add support for storing, parsing, and serializing guestsCanModify, ↵Debajit Ghosh
guestsCanInviteOthers, and guestsCanSeeGuests.
2009-08-11adding support for calendar quickadd. quickadd lets you add an event to aDebajit Ghosh
calendar just using natural language, processed on the server-side.
2009-08-10Fixed XmlGDataParser for batch operations. We must check the batch namespace ↵Jen Hsieh
first in case of common tag names (e.g. "id"). Added comment.
2009-08-06Merge change 20164Android (Google) Code Review
* changes: Bug fix: added missing value in parser.
2009-08-06Merge change 20384Android (Google) Code Review
* changes: Contact entry serialization: Added websites. Fixed birthday.
2009-08-06Contact entry serialization: Added websites. Fixed birthday.Jen Hsieh
2009-08-06- add some convenience constructorsFred Quintana
- clear out some fields that were overlooked - improve the debug printing of the ContentEntry
2009-08-05Bug fix: added missing value in parser.Jen Hsieh
2009-08-04Merge change 8996Android (Google) Code Review
* changes: - add ForbiddenException for response 403 - fix a bug in parsing the etag from the entries
2009-08-03Merge change 8862Android (Google) Code Review
* changes: Modified ParseException in SimplePullParser to compile in J2ME environment.
2009-08-03Merge change 8846Android (Google) Code Review
* changes: Quick typo fix.
2009-07-31Add support for gcal:sendEventNotifications to gdata library.Debajit Ghosh
We'll need to merge this code into the gdata2 library once we're happy with it.
2009-07-29- add ForbiddenException for response 403Fred Quintana
- fix a bug in parsing the etag from the entries
2009-07-29Merge change 4767Android (Google) Code Review
* changes: Implement sliding window sync.
2009-07-29Modified ParseException in SimplePullParser to compile in J2ME environment.Jen Hsieh
2009-07-28Quick typo fix.Jen Hsieh
2009-07-28Merge change 8634Android (Google) Code Review
* changes: Added missing copyright statements.
2009-07-28Explicitly throw the subtypes of GDataException in the method singatures of ↵Jen Hsieh
GDataServiceClient.
2009-07-24Squashed commit of the following:fmantek
To consolidate the different commits. This implements basic partial parsing and serialization, including batch support. Basic idea is that on GET you specify the query parameter, which will result in either a partial entry or feed. During parsing the entry that is instantiated will have the getFields() property populated with the fieldmask (convienience). If that mask is set during serialization, a partial represenation is created. Note that no automagic (like match mask to fields) is implemented, this task is left to the user, at least for now. commit dd4ff64157dfe0317861c1a8a5826ab9cfe4d3c8 Author: fmantek <fmantek@google.com> Date: Tue Jul 21 15:17:44 2009 +0200 Added XmlNametable for the generic parser Added serializer code to support partial Added parser code to support partial feeds and entries commit bd061fe3f863c21a147cd5e13c8f93ae256196d4 Author: fmantek <fmantek@google.com> Date: Mon Jul 20 17:06:19 2009 +0200 inprogress
2009-07-23Added missing copyright statements.Jen Hsieh
2009-07-21Fix some NPEs during contact serializationBryan Mawhinney
2009-07-21Merge change 6303Android (Google) Code Review
* changes: Porting detailed exception support from googlemobile. Added new exceptions "PreconditionFailedException" for 412 and "ResourceNotModifiedException" for 304.
2009-07-20contacts v3 serializerfmantek
Fixed J2ME issues Fixed Debajit Feedback Fixed Jen's comments and removed finally 2 obsolete methods