Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-13 | Revert pessimistic allocation of collection members in VCard. | Alan Young | |
The way a VCard is used, pessimistic allocation puts an undue load on the Java GC. Change-Id: Ifced03a759783db2de911fc22dd40f6e475e5596 | |||
2015-08-13 | VCard.getPhoto() to return null for absent photo. | Alan Young | |
Most of the time when VCard.getPhoto() is called it is only used to determine presence or absence of a photo. Thus, it makes no sense to allocate an empty ByteArray() just for this purpose. Return null instead, if absent. Change-Id: I3bae02ffbece5589c74c950bbb4c0db6c0376c76 |