summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Don't scaleIn FAB if already visible.Andrew Lee2015-06-161-0/+8
|/ | | | | Bug: 21161760 Change-Id: I18623cac2661ec66a7d166e9e38fafc996ca0d1c
* Revert "Revert "Permissions: Remove account permissions""Carlos Valdivia2015-06-111-3/+1
| | | | | | This reverts commit de8bd93b17e6d191604912e544405d3644750d2e. Change-Id: I52d8efe232b565936f5d2c99ebd11cc115419692
* Revert "Permissions: Remove account permissions"Carlos Valdivia2015-06-111-1/+3
| | | | | | This reverts commit 45216b2b7228c9488a419441c1ecc99a41178df1. Change-Id: I72c8fb240b22c2d2dcbcfdb1010d85b9ae8d21ec
* Permissions: Remove account permissionsCarlos Valdivia2015-06-111-3/+1
| | | | | | | | | | | | MANAGE_ACCOUNTS and USE_CREDENTIALS are going away in the next platform release. So no need to reference them anymore. Related to: https://googleplex-android-review.git.corp.google.com/#/c/706083/ Bug: 20136477 Change-Id: I96dd0026e8bd48b8a7c60c7237b63c5517b3e33b
* Fix crash after rotation in SelectAccountDialogFragmentYorke Lee2015-06-101-6/+42
| | | | | | | | | | | * Refactor code so that the callback can be parcelled and persisted in the fragment after rotation. * Make callbacks inner static classes to avoid potential leaks Bug: 21650435 Change-Id: Iee36a6ba159b090f29c0041e22773f55fbb5f753
* Merge "Add null check for phone account icon" into mnc-devYorke Lee2015-06-031-1/+2
|\
| * Add null check for phone account iconYorke Lee2015-06-031-1/+2
| | | | | | | | | | Bug: 21609270 Change-Id: Id267f974929936bda2018ff599bd64fae4c27db6
* | Merge "Correctly handle BITMAP_UNAVAILABLE in ContactPhotoManager" into mnc-devYorke Lee2015-06-021-0/+3
|\|
| * Correctly handle BITMAP_UNAVAILABLE in ContactPhotoManagerYorke Lee2015-06-021-0/+3
| | | | | | | | | | | | | | | | Don't enter MESSAGE_PHOTO_LOADED loop if an entry in mBitmapHolderCache == BITMAP_UNAVAILABLE Bug: 21560755 Change-Id: Icbfdba8b83c0980daa9abb40a36b6e89f44aa0de
* | Merge "Rename PhoneNumberUtils APIs" into mnc-devBrian Attwell2015-06-025-10/+6
|\ \
| * | Rename PhoneNumberUtils APIsBrian Attwell2015-06-025-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In response to more API review. And removed unneeded permission from RequestPermissionsActivity. Bug: 21571895 Change-Id: Ia1fa69da07a3427997919ba61c77fcbad7e79f2a
* | | Null-protect against empty phone account list.Andrew Lee2015-06-011-4/+4
| | | | | | | | | | | | | | | Bug: 21555553 Change-Id: I8e9b026bf7ea46b550eafa53eaaa86efd768a71b
* | | Null-protect against empty phone account list.Andrew Lee2015-06-011-0/+3
| |/ |/| | | | | | | Bug: 21555553 Change-Id: I4d1281844e0ed691517dd16bf04ef7f13ff005a5
* | Add TrafficStatsTag to ContactPhotoManagerYorke Lee2015-05-282-0/+25
| | | | | | | | | | Bug: 21423350 Change-Id: I50ee4993a95d7f81229dacd2ae0be4a5c16ce2cf
* | Don't recache in ContactPhotoManager unnecessarilyYorke Lee2015-05-271-2/+24
| | | | | | | | | | | | | | | | | | | | | | The ContactPhotoManager currently constantly tries to recache bitmaps that were unable to load, or were too big to fit in the cache. This can cause unnecessary CPU/network usage. Use a dummy object instead to indicate that the bitmap should not be reloaded for the given URI. Bug: 21423350 Change-Id: I32c02efce3592b81c581adcfda39e1e668cefa60
* | Handle some runtime permissions in ContactsCommonYorke Lee2015-05-224-2/+94
|/ | | | | | | | | | | | Add utility methods to check if a permission group has been granted at runtime. Perform checks before executing certain functionality (CountryDetector, Clear frequents dialog, preload of photos in ContactPhotoManager). Bug: 20266292 Change-Id: I0dd3d82d69780b7d3243579eb5b09f96104c1c1f
* Parse all phonetic name parts under the insert extraWalter Jang2015-05-141-1/+4
| | | | | | Bug 19624360 Change-Id: I24aaa721e24f359d6a5ff35376936e9fb7c81f45
* [4.1/4] Use new Icon class in PhoneAccount.Santos Cordon2015-05-131-1/+1
| | | | | Bug: 21088522 Change-Id: I11ceeee2086d275b12c4b8b146f63881ced74af5
* More video related API fixesYorke Lee2015-05-121-1/+1
| | | | | | | | | | | | | | | | | android.telecom.Connection.VideoProvider * onSetPauseImage takes Uri instead of String * changeCallDataUsage -> setCallDataUsage * add quality constants to changeVideoQuality() docs android.telecom.InCallService.VideoCall * setPauseImage takes Uri instea dof String android.telecom.VideoProfile.VideoState * Move constants to VideoProfile, prefix with STATE_ Bug: 21040387 Bug: 21066505 Change-Id: I764e72aced9d1e2d30d6d0cf0862100860d47c79
* Custom permission handling for vcard importingBrian Attwell2015-05-123-3/+99
| | | | | Bug: 21029757 Change-Id: I74061f2db5a291b8583009b5f975b37dcd515187
* Use setAlpha(float), not deprecated setAlpha(int)Brian Attwell2015-05-111-1/+1
| | | | | Bug: 20923724 Change-Id: I9a6bd99bf3bef70359c1acc9398fa29917f40c74
* Handle runtime permissionsBrian Attwell2015-05-093-0/+143
| | | | | | | | | | For now, we handle runtime permissions in the most hamfisted and maintainable way possible: don't let any Activity's be fully created unless we get all the runtime permissions. Bug: 20066216 Change-Id: Iaab9ad2a8106d34b5e20a1eae1ef7a5560dc49a2
* Add resetIn method. Undoes affect of scaleOutBrian Attwell2015-05-061-0/+10
| | | | | | Bug: 20706976 Change-Id: Ia41aaa13b4081e4cddb842dd0df9258827bd093f (cherry picked from commit 195c7486110287dbeab91bca5e1510e30df95060)
* Work around: don't collapse 555, #555, *555Brian Attwell2015-05-061-0/+8
| | | | | | Bug: 20724444 Change-Id: I6004e4b95fb1a4e0729e140f3d517feb9dacb117 (cherry picked from commit db004c77ea67670ebd21c1e1da4bf8fbc71c58a6)
* Support changing FAB icon to add person.Andrew Lee2015-05-051-2/+12
| | | | | | | | | | | + Add function to change the icon on the FAB. Should likely eventually include an optional animate parameter. + Change FAB controller so that it recognizes the FAB button as an ImageButton. + Flip add person icons to white. Bug: 19366434 Change-Id: I5f6cf07ffce1d0eaa1aa0733f7411247cba1d6c0
* Don't crash if phone account is nullYorke Lee2015-05-041-0/+3
| | | | | Bug: 20720230 Change-Id: I684670c01e1f54cdc0d8f3597db90c2fbb85feb1
* Merge commit '1c88500de94c7e549e1e553cfe82dfd227c1b2bf' into merge_workPrerepa Viswanadham2015-04-102-3/+3
|\
| * Call onDialogDismissed callback in onStop, not onPauseYorke Lee2015-04-061-2/+2
| | | | | | | | | | Bug: 19927457 Change-Id: I9f90f8110b5ca9811994fd2d23a53bdf249a45c2
| * IMS-VT: Answer video call with different call typesRekha Kumar2015-03-271-1/+1
| | | | | | | | | | | | -Add icon for receiving video call with VT_TX and VT_RX Change-Id: I8777131f1280804e2e7256877fa781f2a26a7a40
* | Fix NoSuchMethodException for missing constructorJay Shrauner2015-04-081-20/+37
| | | | | | | | | | | | | | | | Handle recreating the DialogFragment and stash constructor arguments in args Bundle. Bug:20064573 Change-Id: I1ba00f204da561eb725e9aebf91f343c520eac33
* | Merge "Store ContactsPhotoManager as singleton."Andrew Lee2015-03-311-10/+15
|\ \
| * | Store ContactsPhotoManager as singleton.Andrew Lee2015-03-311-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | Add method for testing to be able to set instance to be different implementation for testing. Bug: 19372817 Change-Id: I7e7c4d91b704bd836e6130b6ee9f845f7f8a1b2c
* | | Fix buildbreak. ='(Andrew Lee2015-03-271-1/+1
| | | | | | | | | | | | Change-Id: Ib4ff523d0e38e095e7674d4037621a1d6ee5138d
* | | Merge "Fix sRGB profile compiler warnings."Andrew Lee2015-03-271-1/+1
|\ \ \ | |/ / |/| |
| * | Fix sRGB profile compiler warnings.Andrew Lee2015-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | + Use new call/phone icons. + pngcrush old menu settings and text icons. Bug: 19536005 Change-Id: I7ad0695ca3f1681af9eb4a53de9b5512447e516a
* | | Merge "Support for click analytics in search results."Tyler Gunn2015-03-273-0/+96
|\ \ \ | |/ / |/| |
| * | Support for click analytics in search results.Tyler Gunn2015-03-203-0/+96
| | | | | | | | | | | | | | | | | | | | | | | | Adding support for analytics tracking for click events in search results. This supports analyzing where the user commonly makes calls from. Bug: 19801761 Change-Id: I53ff603239119ab72ce9ec43a22badb24fc75882
* | | Merge "Change list shortcut item styling."Andrew Lee2015-03-231-8/+8
|\ \ \
| * | | Change list shortcut item styling.Andrew Lee2015-03-231-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove background drawable on contact list item view shortcuts. + Swap add person icon from black to white, for tinting. + Tint icons blue instead of white. Bug: 19372539 Change-Id: Ib0353f6e9020bdbc923bacce71bca565a874fabb
* | | | Merge "Check for null lookup uris"Jay Shrauner2015-03-232-7/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Check for null lookup urisJay Shrauner2015-03-132-7/+2
| | | | | | | | | | | | | | | | | | | | Bug:19588470 Change-Id: Ifada47dda455e059c8fe656298a16402210410f7
* | | | Revert "Revert "Enable video telephony support. (2/4)""Yorke Lee2015-03-191-3/+17
| |/ / |/| | | | | | | | | | | | | | | | | | | | PhoneAccount.CAPABILITY_VIDEO_CALLING has been unhidden. This reverts commit 8d4a6120138ba2ea1c4f0ac6734ecc29eceeba3f. Change-Id: I254c534424cf5cc1b31145757c2876d4e0ace776
* | | Revert "Enable video telephony support. (2/4)"Brian Attwell2015-03-181-17/+3
| | | | | | | | | | | | This reverts commit 748cb36199662faefcb61d44a504de2a8a690da8.
* | | Merge "Add material text sms icon."Andrew Lee2015-03-171-1/+1
|\ \ \
| * | | Add material text sms icon.Andrew Lee2015-03-161-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Add ic_textsms_24dp.png. + Change shortcut reference to use new icon. - Remove badge_action_sms.png (replaced). - Remove ic_text_holo_dark.png (unused). After this CL, the text sms icon may be used for a SMS shortcut in the search list in Dialer. Bug: 19372539 Change-Id: Ibf65a7ac48e7349aaac451749f11a4f51ff2e93b
* | | Merge "Do not cache non-contacts URI in calllog provider. (1/2)"Makoto Onuki2015-03-171-0/+12
|\ \ \
| * | | Do not cache non-contacts URI in calllog provider. (1/2)Makoto Onuki2015-03-101-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Bug 19546108 Change-Id: Ibf46ee11f857a7152130f1b0466edde7322d68f8
* | | | Fixing build after merge from mirror-m-wireless-internal-releaseVinit Deshpande2015-03-161-0/+1
| | | | | | | | | | | | | | | | Change-Id: I522066bc3582710b8e0d59bf071d4c0bfc943310
* | | | Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release' into ↵Vinit Deshpande2015-03-161-3/+17
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| master2
| * | Enable video telephony support. (2/4)Tyler Gunn2015-03-021-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Add implementation of CallUtil#isVideoEnabled method which checks all call capable phone accounts to determine if one has the CAPABILITY_VIDEO_CALLING set. Bug: 19062133 Change-Id: Ie6c2f91515b6ac953fc4e13f21eeab110854b911