summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importcm-11.0-XNPH33R-bacon-3628510d76cm-11.0-XNPH30O-bacon-4f280f505aMichael Bestas2014-06-301-0/+208
| | | | Change-Id: I06102f588a2179aff78c4f90141b6aa438a1fb24
* Automatic translation importMichael Bestas2014-06-292-0/+38
| | | | Change-Id: I0f44707a6b9f58ba1690513243fa8664d506e425
* Merge "quickcontact: fallback to default secondary action drawable" into cm-11.0Danny Baumann2014-06-231-4/+7
|\
| * quickcontact: fallback to default secondary action drawableJorge Ruesga2014-06-231-4/+7
| | | | | | | | | | | | | | | | | | | | If the resource package doesn't have a valid resource drawable, then fallback to default drawable. Change-Id: I92d36b9e4ac3a444718d924c0c992325185d80a9 JIRA: CYAN-4350 Issue: https://jira.cyanogenmod.org/browse/CYAN-4350 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | Automatic translation importMichael Bestas2014-06-223-231/+10
|/ | | | Change-Id: I25814d97f2154e98c7fb5e462b7c7ba6868ae052
* Automatic translation importMichael Bestas2014-06-211-0/+19
| | | | Change-Id: I507d2dc285db33a74998e3b1adb0818d50d3e4cf
* Contacts: Add indicators to quickcontact fragment.Adnan2014-06-124-0/+41
| | | | | | | - If a contact is a primary or secure contact, find the indicators and set them to visible. Change-Id: I7f2c907acfa73e6a7597bc6c51a3029431673da3
* Automatic translation importMichael Bestas2014-06-122-1/+20
| | | | Change-Id: Idf86d0a49d6c7c6328e2a80946bf6875e482b5a8
* Contacts: Add whisperpush indicator.Adnan2014-06-108-5/+60
| | | | | | | - Display whisperpush icon for active encrypted sms sessions. Change-Id: Ia5ec86454e00f62e1af8bc99bb15569dfb18ddc5
* Merge tag 'android-4.4.3_r1' into HEADRicardo Cerqueira2014-06-0388-163/+367
|\ | | | | | | Android 4.4.3 release 1
| * Import translations. DO NOT MERGEBaligh Uddin2014-03-242-3/+3
| | | | | | | | | | Change-Id: Ia5cd29db1f1af4134d98156fd6c8cbe644cae686 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEBaligh Uddin2014-03-194-5/+5
| | | | | | | | | | Change-Id: I2b87084eb2a368b30939c0046dca383bb5c0ddc7 Auto-generated-cl: translation import
| * Merge "Disable animations if manually overriding. DO NOT MERGE." into klp-devCraig Mautner2014-03-141-0/+1
| |\
| | * Disable animations if manually overriding. DO NOT MERGE.Craig Mautner2014-03-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Contacts manages its own dismissal animations so it needs to disable the system from doing any. Fixes bug 12013550. Change-Id: If2e2d08b7dd1e4c2a81551145e46ef290011e2e3
| * | Import translations. DO NOT MERGEBaligh Uddin2014-03-0556-1/+58
| | | | | | | | | | | | | | | Change-Id: I384f8d760856f29b6db47bd50c095afee724f8b3 Auto-generated-cl: translation import
| * | Don't initialize ActionBar with invalid tab indexBrian Attwell2014-03-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an invalid tab index is persisted to SharedPreferences then every time you open the People app, the app will crash. This CL fixes this crash. It doesn't prevent the tab index from getting in an invalid state in the first place. I don't understand how this invalid tab index gets set. The ActionBarImpl and TabPagerAdapter would both have to believe that a tab at position 3 exists, otherwise a crash would occur before an invalid tab index could be persisted. TESTING -verified that I could close and open the app from every tab position -pushed an invalid shared_preferences.xml to a phone. This causes crashes without this CL. This CL fixes the crashes. Bug: 12938207 Change-Id: I6eb9a9043dcc76ce94a1cc280c7441e57a4abfd1 (cherry picked from commit 26dc5592145eeddcd435daf2dae29d8e483f1b7b)
| * | Include original exception to ease debuggingBrian Attwell2014-03-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass the original OperationApplicationException exception into the thrown exception in order to make the following Feedback issue easier to debug. This is in case we are unable to fix this bug by MR2. Bug: 12996134 Change-Id: Ib26d473574f1c0788d80fef0ceb4ef4748ec11e1 (cherry picked from commit 3b6c628fc9e717a41c2954b1101c3a04ad382c55)
| * | Use new ContactPhotoManager APIs for default avatars in ContactsYorke Lee2014-03-0415-47/+104
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *Update the following uses of ContactPhotoManager.loadPhoto and ContactPhotoManager.loadThumbnail GroupEditorFragment EmailAddressListAdapter PostalAddressListAdapter *Replace the following uses of R.drawable.ic_contact_picture_holo_light and ContactPhotoManager.getDefaultAvatarResId with ContactPhotoManager.getDefaultAvatarDrawableForContact PhotoEditorView AggregationSuggestionView SuggestedMemberListAdapter ConfirmAddDetailActivity ImageViewDrawableSetter *Protect against a null drawable in TransformableImageView() *Add lookup fields to cursor projections in EmailAddressListAdapter and PostalAddressListAdapter to correct construct a DefaultImageRequest and assign LetterTileDrawables for contact photos Bug: 13101785 Change-Id: I9c04ce81192913bf3c398a9a7a9368861bd93b59 (cherry picked from commit f677450d82e7b961fda2a18fea2ad51e88437e8b)
| * Merge "Fix crash in getPhotoPickSize" into klp-devJay Shrauner2014-03-042-7/+21
| |\
| | * Fix crash in getPhotoPickSizeJay Shrauner2014-03-042-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | Handle null or empty cursors. Bug:12619944 Change-Id: I5cae8c16e29474afbc78a172f39bbb04daec446a (cherry picked from commit b126f4a7427095468ee66fa4c3b9586f0b889288)
| * | Merge "Catch ActivityNotFoundExceptions" into klp-devJay Shrauner2014-03-041-1/+9
| |\ \ | | |/ | |/|
| | * Catch ActivityNotFoundExceptionsJay Shrauner2014-03-011-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | Catch ActivityNotFoundExceptions when attempting to view a circle. Bug:12838969 Change-Id: I4c8a73fd0aeabbe736a0157be0e479ee3f1223a9 (cherry picked from commit 3dd189e5a5fce7772c120d6de2e185398f0275a6)
| * | Merge "Fix NPE in setGroupMetaData" into klp-devJay Shrauner2014-03-041-1/+2
| |\ \
| | * | Fix NPE in setGroupMetaDataJay Shrauner2014-03-011-1/+2
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Check that listView is non-null before dereferencing it. Catch case in onClick() where popup was dismissed but mPopup wasn't cleared. Bug:13136064 Change-Id: I8f826ae969434c4dce88c5fb506b5ed2cc9ea04b (cherry picked from commit 9813b71d3a6a2e0baba96cda72ee55415e523166)
| * | Merge "Don't crash if account label is null" into klp-devJay Shrauner2014-03-042-5/+11
| |\ \
| | * | Don't crash if account label is nullJay Shrauner2014-03-012-5/+11
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Third party sync adapters may return null when we query for account type display label. Handle that case. Bug:13083964 Change-Id: I77fb891a5cdf5a583ea4a8901c857f22683e432f (cherry picked from commit 97b3461d59292363159f1cda0a6fe7fcaa1686d3)
| * | Merge "Catch ActivityNotFoundExceptions" into klp-devJay Shrauner2014-03-042-1/+14
| |\ \
| | * | Catch ActivityNotFoundExceptionsJay Shrauner2014-03-012-1/+14
| | |/ | | | | | | | | | | | | | | | | | | | | | Catch ActivityNotFoundException when attempting to insert or edit a contact. Bug:12837767 Change-Id: I46688c1f6c59515ff48ddadeaa92e4a74e803eb8 (cherry picked from commit 1d815e67ea1304d693b9e09e7e53e76dc61883e1)
| * | Merge "Fix NPE when phone number or email is null" into klp-devJay Shrauner2014-03-041-16/+20
| |\ \
| | * | Fix NPE when phone number or email is nullJay Shrauner2014-03-011-16/+20
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Don't crash if phone number or email address is null; instead, skip the entry. Bug:12821628 Change-Id: I3f5de7926278fb54941f9cdb59e9366060d420eb (cherry picked from commit 89095c7a4bb85a54d7e6c56322a7fcbf0b60f93e)
| * | Merge "Fix NPE on non decodable Bitmap" into klp-devJay Shrauner2014-03-041-0/+4
| |\ \
| | * | Fix NPE on non decodable BitmapJay Shrauner2014-03-011-0/+4
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Fix so don't crash if unable to decode Bitmap that user is attempting to assign to a contact. Bug:12819739 Change-Id: I34f31b1e84a76a15d4de92ccd5544ff502743079 (cherry picked from commit 5d170911503c81aca63a9a089aeb0c5664ef0487)
| * | Merge "Fix potential NPE with null cursor" into klp-devJay Shrauner2014-03-043-23/+33
| |\ \
| | * | Fix potential NPE with null cursorJay Shrauner2014-03-013-23/+33
| | |/ | | | | | | | | | | | | | | | | | | | | | Detect and handle null cursors returned from CP2 queries. Bug:12767708 Change-Id: I1571463b80e5b85656fe119c6bc83de36be30c7f (cherry picked from commit 13c42f4ebb1c7f31750262946ce3b390c93d5320)
| * | Merge "Fix NPE when sorting accounts lacking type" into klp-devJay Shrauner2014-03-031-15/+26
| |\ \
| | * | Fix NPE when sorting accounts lacking typeJay Shrauner2014-03-011-15/+26
| | |/ | | | | | | | | | | | | | | | | | | | | | Fix NPE when accountType is null in comparator. Bug:12661115 Change-Id: I37d8b10a48f85f6a23e5761b7bf85a5f612c7379 (cherry picked from commit d97719de77bc3758c34fe11301cf29651578e58d)
| * | Merge "Fix crash on missing mimetype" into klp-devJay Shrauner2014-03-031-0/+6
| |\ \
| | * | Fix crash on missing mimetypeJay Shrauner2014-03-011-0/+6
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Fix so ContactSaveService shows a toast instead of crashing if called with malformed intent. Bug:12622453 Change-Id: I0495649574a90eeb1960de65b22f051a1dc78c78 (cherry picked from commit 57fca1851e5371f259d4dd6bdf322e20c606c975)
| * | Merge "Fix NPE in bindEditor" into klp-devJay Shrauner2014-03-031-6/+9
| |\ \
| | * | Fix NPE in bindEditorJay Shrauner2014-03-011-6/+9
| | |/ | | | | | | | | | | | | | | | | | | | | | Correctly handle null return values from getMimeEntries() Bug:12568010 Change-Id: Ic43afb302fa0bdf7852b2247745eaefffa9f7492 (cherry picked from commit ea1b1c62c3232f89d9a56450abf0003af434a962)
| * | Merge "Fix NPE on null cursor close" into klp-devJay Shrauner2014-03-031-23/+23
| |\ \
| | * | Fix NPE on null cursor closeJay Shrauner2014-03-011-23/+23
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Only query once for photo dimensions. Don't crash if cursor is null. Use default of 720 if unable to query provider. Bug:12552331 Change-Id: I2bd5ad3db86316b3e61d719bc44b524de8758387 (cherry picked from commit 409737c0585f374e2cd0ad1fea9128905a276b85)
| * | Merge "Handle null returns from insertChild" into klp-devJay Shrauner2014-03-033-2/+7
| |\ \
| | * | Handle null returns from insertChildJay Shrauner2014-03-013-2/+7
| | |/ | | | | | | | | | | | | | | | | | | | | | insertChild() returns null whenever kind is null. Don't crash in these cases. Bug:12490438 Change-Id: Idf1cd8fa9d6dfe6a2f91f3ff656663f0692f4a3f (cherry picked from commit f54c9f2c84a88e046e29123fa65b19040e5a457b)
| * | Merge "Fix IllegalState in ContactSelectionActivity" into klp-devJay Shrauner2014-03-031-0/+1
| |\ \
| | * | Fix IllegalState in ContactSelectionActivityJay Shrauner2014-03-011-0/+1
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Handle ContactsRequest.ACTION_DEFAULT as a ContactsRequest.ACTION_PICK_CONTACT action in ContactSelectionActivity.configureListFragment instead of crashing. Bug:12489968 Change-Id: I60e2ca8357b211216ff44a7ba297e183c7e9757a (cherry picked from commit 98609ec4faea054971938f440438bad792596e99)
| * / NPE fix on ContactDetailActivityJay Shrauner2014-03-011-2/+0
| |/ | | | | | | | | | | | | | | Remove unnecessary Log.i statement that was causing NPEs Bug:12489182 Change-Id: Ieed833b1dbb2c854b165871a132aa55003958640 (cherry picked from commit afcdbbde47c94ebcb052f4c11c6d37806c02c162)
| * Import translations. DO NOT MERGEBaligh Uddin2014-02-213-3/+3
| | | | | | | | | | Change-Id: Ic1452398323ca0963820dfc2d4a6b64e776993f7 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEBaligh Uddin2013-12-121-2/+2
| | | | | | | | | | Change-Id: I65c478bf4e95d65f55f24f813128143603e76594 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEGeoff Mendal2013-11-251-1/+1
| | | | | | | | | | Change-Id: I81263913905067ea1356d305f0c550cdfb5bc71d Auto-generated-cl: translation import