summaryrefslogtreecommitdiffstats
path: root/core/java/android/pim
Commit message (Expand)AuthorAgeFilesLines
* Rename Calendar.java to CalendarContract.javaRoboErik2011-06-141-34/+34
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-072-5/+3
* am 1aba843d: am ccc802e1: Merge "Support quoted parameters" into gingerbreadAlon Albert2011-02-221-0/+17
|\
| * Support quoted parametersAlon Albert2011-02-181-0/+17
| * Refrain warning when not appropriate. Do not mergeDaisuke Miyakawa2010-10-041-3/+5
| * Merge "Fix bug #2585298 (google calendar sync clears eventTimezone field for ...Fabrice Di Meglio2010-09-271-1/+3
| |\
| | * Fix bug #2585298 (google calendar sync clears eventTimezone field for recurri...Fabrice Di Meglio2010-09-241-1/+3
| * | Add necessary logic removed during backportDaisuke Miyakawa2010-09-261-3/+25
| |/
| * Fix again.Daisuke Miyakawa2010-09-022-3/+7
| * VCard refactoring backport.Daisuke Miyakawa2010-09-0222-1979/+3034
| * Fix vCard so that it looks at IM correctly.Daisuke Miyakawa2010-08-241-1/+3
| * Make vCard importer/exporter aware of multi-byte parameters.Daisuke Miyakawa2010-08-173-15/+68
* | Make vCard code a separated static library.Daisuke Miyakawa2010-05-2028-8322/+0
* | Remove duplicate definition of flag.Jaikumar Ganesh2010-05-131-24/+0
* | resolved conflicts for merge of 0de3cc9b to masterJaikumar Ganesh2010-05-131-1/+25
|\ \ | |/
| * Add FLAG_RERAIN_PHONE_NUMBER_FORMATTING.Daisuke Miyakawa2010-05-103-19/+66
| * Make vCard allow users to refrain image export. Useful whenDaisuke Miyakawa2010-04-202-3/+13
* | move favorites and my contacts group handling to theFred Quintana2010-04-271-20/+0
* | vCard refactoring.Daisuke Miyakawa2010-04-219-82/+109
* | Refactoring vCard: remove Shift_JIS information from flags.Daisuke Miyakawa2010-04-203-89/+31
* | Refactor vCard: clean up test code.Daisuke Miyakawa2010-04-201-1/+1
* | Refactor vCard: move utilities for unit tests to test_utils directory.Daisuke Miyakawa2010-04-203-83/+103
* | Refactor vCard so that it correctly choose charset while importingDaisuke Miyakawa2010-04-199-192/+183
* | Refactor vCard code.Daisuke Miyakawa2010-04-1610-148/+161
* | Fix bug #2585298 (google calendar sync clears eventTimezone field for recurri...Fabrice Di Meglio2010-04-121-5/+4
* | Add comments for vCard parser.Daisuke Miyakawa2010-04-096-99/+144
* | Refactor vCard parser so that its implementation detail would be hidden from ...Daisuke Miyakawa2010-04-086-1292/+1397
* | Modify comments.Daisuke Miyakawa2010-04-074-150/+245
* | Add FLAG_REPRAIN_PHONE_NUMBER_FORMATTING.Daisuke Miyakawa2010-04-073-18/+65
* | Let vCard importer/exporter select charset.Daisuke Miyakawa2010-04-066-224/+384
|/
* revert the stripping of System Group:Fred Quintana2010-04-011-1/+1
* some changes due to an API reviewFred Quintana2010-03-301-5/+0
* Added a comment to make it clearer that the operation has to be the firstDaniel Lehmann2010-03-181-0/+2
* Make the VCardEntry more robust against badly behaving resolvers. Additionall...Daniel Lehmann2010-03-181-2/+5
* Removed compatibility function (was left in before to not break the build)Daniel Lehmann2010-03-121-6/+0
* Framework changes to allow VCards containing multiple entriesDaniel Lehmann2010-03-121-3/+15
* Expose the Uri of the newly created contactDaniel Lehmann2010-03-082-42/+55
* Merge "Use "My Contacts""Daisuke Miyakawa2010-03-031-1/+1
|\
| * Use "My Contacts"Daisuke Miyakawa2010-03-041-1/+1
* | Handle the string "default" and ignore it appropriately.Daisuke Miyakawa2010-03-041-1/+3
|/
* Remove DateException and obsolete DateUtils functions.Ken Shirriff2010-03-011-26/+0
* Unbundling: pull the recurrence string formatting out of EventRecurrence.Ken Shirriff2010-02-261-63/+0
* Purge CallLog.Daisuke Miyakawa2010-02-241-143/+10
* Fix bug #2449594 (device should fold RRULEs, etc., that are longer than 75 ch...Fabrice Di Meglio2010-02-231-3/+51
* Fix bug #2331761 (Instances of a recurring event are missing)Fabrice Di Meglio2010-02-181-4/+8
* Fixing the use of entities in VCardExporter.Dmitri Plotnikov2010-02-161-12/+9
* Make vCard importer use Organization name when there's no other information a...Daisuke Miyakawa2010-02-161-0/+25
* Add error handling codes into vCard composer.Daisuke Miyakawa2010-02-151-15/+34
* Honor '+' in phone export in vCard.Daisuke Miyakawa2010-02-031-1/+3
* Make vCard importer support lower case params.Daisuke Miyakawa2010-01-181-1/+1