index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
pim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add FLAG_RERAIN_PHONE_NUMBER_FORMATTING.
Daisuke Miyakawa
2010-05-10
3
-19
/
+66
*
Make vCard allow users to refrain image export. Useful when
Daisuke Miyakawa
2010-04-20
2
-3
/
+13
*
revert the stripping of System Group:
Fred Quintana
2010-04-01
1
-1
/
+1
*
some changes due to an API review
Fred Quintana
2010-03-30
1
-5
/
+0
*
Added a comment to make it clearer that the operation has to be the first
Daniel Lehmann
2010-03-18
1
-0
/
+2
*
Make the VCardEntry more robust against badly behaving resolvers. Additionall...
Daniel Lehmann
2010-03-18
1
-2
/
+5
*
Removed compatibility function (was left in before to not break the build)
Daniel Lehmann
2010-03-12
1
-6
/
+0
*
Framework changes to allow VCards containing multiple entries
Daniel Lehmann
2010-03-12
1
-3
/
+15
*
Expose the Uri of the newly created contact
Daniel Lehmann
2010-03-08
2
-42
/
+55
*
Merge "Use "My Contacts""
Daisuke Miyakawa
2010-03-03
1
-1
/
+1
|
\
|
*
Use "My Contacts"
Daisuke Miyakawa
2010-03-04
1
-1
/
+1
*
|
Handle the string "default" and ignore it appropriately.
Daisuke Miyakawa
2010-03-04
1
-1
/
+3
|
/
*
Remove DateException and obsolete DateUtils functions.
Ken Shirriff
2010-03-01
1
-26
/
+0
*
Unbundling: pull the recurrence string formatting out of EventRecurrence.
Ken Shirriff
2010-02-26
1
-63
/
+0
*
Purge CallLog.
Daisuke Miyakawa
2010-02-24
1
-143
/
+10
*
Fix bug #2449594 (device should fold RRULEs, etc., that are longer than 75 ch...
Fabrice Di Meglio
2010-02-23
1
-3
/
+51
*
Fix bug #2331761 (Instances of a recurring event are missing)
Fabrice Di Meglio
2010-02-18
1
-4
/
+8
*
Fixing the use of entities in VCardExporter.
Dmitri Plotnikov
2010-02-16
1
-12
/
+9
*
Make vCard importer use Organization name when there's no other information a...
Daisuke Miyakawa
2010-02-16
1
-0
/
+25
*
Add error handling codes into vCard composer.
Daisuke Miyakawa
2010-02-15
1
-15
/
+34
*
Honor '+' in phone export in vCard.
Daisuke Miyakawa
2010-02-03
1
-1
/
+3
*
Make vCard importer support lower case params.
Daisuke Miyakawa
2010-01-18
1
-1
/
+1
*
Handle null correctly.
Daisuke Miyakawa
2010-01-13
1
-2
/
+2
*
Fix test breakage in vCard exporter.
Daisuke Miyakawa
2010-01-05
1
-10
/
+42
*
am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...
Fred Quintana
2009-12-10
1
-8
/
+7
*
Add isPrintableAscii() and isPrintableAsciiOnly() to TextUtils.java as hidden...
Daisuke Miyakawa
2009-12-03
1
-8
/
+2
*
Fix a problem in which Android custom fields are not emitted correctly in non...
Daisuke Miyakawa
2009-11-20
3
-59
/
+98
*
Make vCard exporter append neighborhood to locality field instead of extended...
Daisuke Miyakawa
2009-11-20
1
-8
/
+30
*
Make vCard code refrain from using NEIGHBORHOOD field when importing.
Daisuke Miyakawa
2009-11-19
2
-4
/
+15
*
Modify vCard exporter code so that it does not emit non-Ascii type.
Daisuke Miyakawa
2009-11-19
3
-145
/
+178
*
Code clean up.
Daisuke Miyakawa
2009-11-18
7
-128
/
+80
*
Add unit tests.
Daisuke Miyakawa
2009-11-18
2
-42
/
+23
*
Clean up codes and remove/modify stale codes/comments.
Daisuke Miyakawa
2009-11-17
13
-381
/
+378
*
Split vCard composer into two parts: VCardComposer and VCardBuilder.
Daisuke Miyakawa
2009-11-17
7
-1936
/
+2012
*
Make vCard composer use Base64 class for encoding String into bytes instead o...
Daisuke Miyakawa
2009-11-17
2
-51
/
+8
*
Rename several files so that readers would not be confused.
Daisuke Miyakawa
2009-11-16
15
-680
/
+727
*
Update VCardComposer getOwnerPhoneNumberVcard() to support empty vcard for 0.vcf
Jaikumar Ganesh
2009-11-13
1
-2
/
+4
*
Add unit tests for Japanization and fix several bugs.
Daisuke Miyakawa
2009-11-13
4
-108
/
+167
*
Make vCard composer use ContentValues object with non-empty name unless the o...
Daisuke Miyakawa
2009-11-11
1
-3
/
+17
*
Make vCard exporter check invalid phone numbers and re-format them if needed.
Daisuke Miyakawa
2009-11-10
2
-6
/
+60
*
Support vCard format emitted by Windows Mobile 6.5, which contains invalid "V...
Daisuke Miyakawa
2009-11-09
4
-35
/
+114
*
Make vCard parser invalid lines in vCard file which look like some comment.
Daisuke Miyakawa
2009-11-07
3
-8
/
+83
*
Add tests for Japanization part of vCard.
Daisuke Miyakawa
2009-11-05
3
-76
/
+103
*
Make vCard importer handle "PAGER" phone number correctly.
Daisuke Miyakawa
2009-11-05
2
-15
/
+37
*
Make test compontent support multiple vCard input.
Daisuke Miyakawa
2009-11-04
1
-3
/
+5
*
Rename the term "attribute"/"attr" to "parameter"/param".
Daisuke Miyakawa
2009-11-03
6
-284
/
+280
*
Enable vCard tests connect both importer/exporter tests.
Daisuke Miyakawa
2009-11-02
1
-6
/
+25
*
Fix test breakage in testNickNameV21().
Daisuke Miyakawa
2009-10-29
1
-1
/
+1
*
Fix test breakage in Zaku. Modification to PhoneNumberUtils included.
Daisuke Miyakawa
2009-10-29
1
-17
/
+5
*
Add partial support of Android-specific properties.
Daisuke Miyakawa
2009-10-29
3
-30
/
+173
[next]