summaryrefslogtreecommitdiffstats
path: root/core/java/android/pim
Commit message (Expand)AuthorAgeFilesLines
* Make vCard composer use Base64 class for encoding String into bytes instead o...Daisuke Miyakawa2009-11-172-51/+8
* Rename several files so that readers would not be confused.Daisuke Miyakawa2009-11-1615-680/+727
* Update VCardComposer getOwnerPhoneNumberVcard() to support empty vcard for 0.vcfJaikumar Ganesh2009-11-131-2/+4
* Add unit tests for Japanization and fix several bugs.Daisuke Miyakawa2009-11-134-108/+167
* Make vCard composer use ContentValues object with non-empty name unless the o...Daisuke Miyakawa2009-11-111-3/+17
* Make vCard exporter check invalid phone numbers and re-format them if needed.Daisuke Miyakawa2009-11-102-6/+60
* Support vCard format emitted by Windows Mobile 6.5, which contains invalid "V...Daisuke Miyakawa2009-11-094-35/+114
* Make vCard parser invalid lines in vCard file which look like some comment.Daisuke Miyakawa2009-11-073-8/+83
* Add tests for Japanization part of vCard.Daisuke Miyakawa2009-11-053-76/+103
* Make vCard importer handle "PAGER" phone number correctly.Daisuke Miyakawa2009-11-052-15/+37
* Make test compontent support multiple vCard input.Daisuke Miyakawa2009-11-041-3/+5
* Rename the term "attribute"/"attr" to "parameter"/param".Daisuke Miyakawa2009-11-036-284/+280
* Enable vCard tests connect both importer/exporter tests.Daisuke Miyakawa2009-11-021-6/+25
* Fix test breakage in testNickNameV21().Daisuke Miyakawa2009-10-291-1/+1
* Fix test breakage in Zaku. Modification to PhoneNumberUtils included.Daisuke Miyakawa2009-10-291-17/+5
* Add partial support of Android-specific properties.Daisuke Miyakawa2009-10-293-30/+173
* Add a test for vCard composer.Daisuke Miyakawa2009-10-271-5/+10
* Add tests and fix vCard code.Daisuke Miyakawa2009-10-146-432/+871
* Add the flag "FLAG_APPEND_TYPE_PARAM" to VCardConfig, whichDaisuke Miyakawa2009-10-122-1/+22
* Implement unit tests for vCard exporter, which depends on the sucess in vCard...Daisuke Miyakawa2009-10-123-26/+92
* Clean-up vCard code.Daisuke Miyakawa2009-10-095-334/+316
* Remove redundant comment. As of now, we cannot guarantee anything toward exte...Daisuke Miyakawa2009-10-081-8/+0
* Merge commit 'refs/changes/08/29008/8' of ssh://dmiyakawa@android-git.corp.go...Daisuke Miyakawa2009-10-085-339/+414
|\
| * Develop ContentResolver-based unit tests for vCard importer and fix vCard codeDaisuke Miyakawa2009-10-085-341/+417
* | am 387e73bd: Merge change Ib977f2bd into eclairDaisuke Miyakawa2009-10-081-0/+1
|\ \ | |/ |/|
| * Make vCard import Photo from vCard file :(Daisuke Miyakawa2009-10-071-0/+1
* | am ccc214b2: Merge change I6a0b14bd into eclairDaisuke Miyakawa2009-10-061-4/+2
|\ \ | |/
| * Make VCardComposer create the instance for mHandlerList.Daisuke Miyakawa2009-10-061-4/+2
* | Add cancel() VCardDataBuilder, which is intended to removeDaisuke Miyakawa2009-10-051-1/+13
|/
* show events in the UIFred Quintana2009-09-302-7/+12
* Make ContactStruct handle Collection properly.Daisuke Miyakawa2009-09-301-1/+2
* Fix vCard composer in three points.Daisuke Miyakawa2009-09-302-75/+249
* Remove GAIA stringCostin Manolache2009-09-291-1/+1
* Clean up vCard code.Daisuke Miyakawa2009-09-293-234/+376
* Three changes.Daisuke Miyakawa2009-09-281-20/+36
* Two changes toward vCard composer.Daisuke Miyakawa2009-09-251-29/+40
* fix typoFred Quintana2009-09-241-1/+1
* rename misc to birthdayFred Quintana2009-09-242-9/+11
* Add "TYPE=" to type attribute when appropriate.Daisuke Miyakawa2009-09-241-140/+184
* Add appendType() utility method.Daisuke Miyakawa2009-09-241-43/+48
* Add final to appropriate variables.Daisuke Miyakawa2009-09-241-13/+13
* Fix vCard code.Daisuke Miyakawa2009-09-242-19/+118
* Add call log support to pim.vcard.VCardComposerLixin Yue2009-09-241-38/+202
* Make ContactStruct explicitly set RawContacts.ACCOUNT_NAME and RawContacts.AC...Daisuke Miyakawa2009-09-231-4/+5
* Suppress Performance log emitted by vCard importer.Daisuke Miyakawa2009-09-221-1/+1
* Add Website.TYPE information.Daisuke Miyakawa2009-09-221-1/+4
* Add each contact in vCard into "My Groups" if account is for Google's and it ...Daisuke Miyakawa2009-09-171-0/+34
* Make vCard importer code use Account information if possible.Daisuke Miyakawa2009-09-152-11/+28
* Handle cases where TYPE can be undefined, such as EAS.Jeff Sharkey2009-09-092-30/+35
* Fix small bugs in VCardComposer.java.Daisuke Miyakawa2009-09-072-6/+17