summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Automatic translation importMichael Bestas2016-04-1696-94/+423
| | | | Change-Id: Ib3591de285c6135f21aea8806e0aae42d7e39b86
* Set untranslatablesMichael Bestas2016-04-141-3/+3
| | | | Change-Id: Ie2f21cb580a31c4b4d98d8dffeb49cb832945a6e
* Only fire visibility change callback if visibility actually changed.Danny Baumann2016-04-111-4/+8
| | | | | Ticket CD-536 Change-Id: I4f910e99c7330402c728828896e16e87154084b0
* Remove unneeded source lineStephen Bird2016-04-111-1/+0
| | | | | | | src-ambient doesn't need to build unless the package that depends on it specifys it directly Change-Id: I715810aebdf779f3eb57e92144dbe7f20ece3ffc
* Move VoLTE changes to PhoneCommonKamaljeet Maini2016-04-0811-34/+314
| | | | | | | | While porting VoLTE support from DialerNext to AOSP Dialer, some of the relevant changes are moved to PhoneCommon. Change-Id: Id18fe4743af5df133069e889c817937d7847c3b6 Issue-Id: DIALER-720
* Add new method for getting hinttextRichard MacGregor2016-04-082-9/+104
| | | | | | | | Implement getHintText. Stop using attributes for plugin hint texts. getHintText returns all required hints. Tickets CD-446 CD-470 CD-471 CD-514 Change-Id: I76cb1f31e5db632cb21ea283116928dd2559e555
* Use subscription checkStephen Bird2016-04-081-1/+1
| | | | Change-Id: If2749289b20c87fa396364eca3c3b264e9d39f70
* Only clear dialpad on successStephen Bird2016-04-082-13/+39
| | | | Change-Id: I5b3975ff6f6b2ea7194cbc415b3730f03ec7e796
* InCall: add low credit warningsRichard MacGregor2016-04-082-14/+25
| | | | | | CD-262 Change-Id: I42c546bd2d4cc83885b0d06a8b3a3090827f05ff
* Fix equals and hashcode overrideRichard MacGregor2016-04-081-52/+2
| | | | | | | | | CallMethodInfo equals and hashcode overrides used items that would change value occasionally, but are not important enough to care about. CD-443 Change-Id: I560dd795330c1c046fce6864d50815a111a58328
* Remove resources instance saved in CallMethodInfoRichard MacGregor2016-04-082-4/+1
| | | | | | It wasn't being used, and we probably shouldn't be saving it anyway. Change-Id: I55fd9df3e38fe22f65654d37f220d65254decb84
* [1/2]Contacts : handle soft logged out stateErica Chang2016-04-082-36/+51
| | | | | | | | | | Rearranged util function checkUserHandle which queries plugin account from Account Manager to check if we're in a soft logged out state CD-450 Change-Id: I4cb6b7555a4cd6c91ae9155d29863ec3154945ed
* Prioritize credits over subscriptions.Stephen Bird2016-04-082-3/+11
| | | | | | | | If the user has any credits. We want to show those over subscriptions. Change-Id: I1505c37ff2ba1260449278c202f87f38a33d8b48 Ticket: CD-465
* Contacts Card : fixed install nudgeErica Chang2016-04-081-0/+1
| | | | | | | | -CallMethodInfo missed to initialize dependency package CD-497 Change-Id: I5d59dd55a01c9701291416ee75115a87dff5fc57
* Fix FC on devices without AmbientCoreStephen Bird2016-04-081-1/+2
| | | | Change-Id: I8f5c259b13a53359656a755426a911d93b294d57
* [1/2] MultiSIM: Call using specified SIMRichard MacGregor2016-04-081-2/+23
| | | | | | | | | | | | Call using specified SIM from: - T9 Dialpad phone number entry - T9 Dialpad speed dial - T9 Dialpad search quick action (non-contact - 'Call <phone number>') - Contact search results (T9 and regular) Ticket CD-426 Change-Id: I7495da58df8787a5a9c8caebac51842ee6747498
* Use BrandIcon instead of BadgeIconRichard MacGregor2016-04-081-2/+2
| | | | | | | BadgeIcon is meant for attribution, and may look different than the full BrandIcon Change-Id: Ia35fdb11bf9e59547ddc5fbf810f688810c000f0
* Add preference to track wifi call eventsStephen Bird2016-04-081-0/+1
| | | | Change-Id: I71208809072a7a5c2c3d6fbd0cebfafa6a9b7dd6
* (1/2) Contacts: fixed auth state handlingErica Chang2016-04-081-184/+258
| | | | | | | | | | | | | | -Removed the use of a single global count to track InCall api callbacks. Instead use a HashMap<ResultCallback, PendingResult> to keep track. -edited javadoc for methods -added getCallMethodAccountHandle -re-organized the method that lookups account handle using AccountManager, needed when plugins fail to report a valid account handle Issue-id: CD-448,CD-449 Change-Id: I818c4dbb979744efd721b84bcc3c6a59180dcf20
* Add comments for the expected drawable attributesRichard MacGregor2016-04-081-0/+35
| | | | | | | Many of the expected attributes have specific expected styles that may not be immediately clear. Clear that up here. Change-Id: I105cc01ba24eb553f5cdf0dede0e36ea33646c24
* Add back badgeicon after refactorStephen Bird2016-04-081-13/+6
| | | | | | Also, remove duplicate getBrandIcon and sort a bit Change-Id: I64bf4c8b66ec291d23012a5baa85a3dee6a7d831
* Add sign_in_credit_banner_textRaj Yengisetty2016-04-081-0/+2
| | | | Change-Id: I86d6193562061a32dc3443d66427a645d2cd20b7
* (1/2) Contacts: refactorErica Chang2016-04-082-129/+520
| | | | | | CD-301,CD-374,CD-423 Change-Id: I5e7a88543482947aae96303ac0a4d5e39b7af80d
* InCall: check class of creditWarn valueRaj Yengisetty2016-04-081-1/+8
| | | | | | | | This helps us avoid logcat spam when Floats/Integers get mixed up CD-411 Change-Id: Ia2bf8bfb838211fce74d14b3193e75e060abe17c
* Decouple getAllCallMethods from refreshingStephen Bird2016-04-081-1/+0
| | | | | | Otherwise we can do unneeded work Change-Id: I0d81220ce4ec37dd5b5ada2302264ccd25b16831
* [1/2] fix spinner/hint issuesRichard MacGregor2016-04-081-3/+4
| | | | | | Tickets CD-389 & CD-393 Change-Id: Ic9abcd294b25c26e236dcafe630b2261a00f1676
* [2/2] update credit colorsStephen Bird2016-04-082-0/+5
| | | | Change-Id: I731842a7c1b24ca659e21a671ee25fa4713d0967
* Fix crash with null mimetypeStephen Bird2016-04-081-2/+6
| | | | | Ticket: CD-421 Change-Id: I34a19400e1f8d08a23773ded1d5e012d75140449
* InCall: move CreditBarHelper to src-ambientRaj Yengisetty2016-04-081-1/+1
| | | | Change-Id: I41cb619fc6e9fb759c3b4e388b4606e145d3c39c
* Move Credits Bar to Helper classStephen Bird2016-04-082-26/+97
| | | | Change-Id: I38794d69853eddfc9324f8295486d0e1c8da2a79
* Reintroduce dynamic refreshStephen Bird2016-04-081-59/+68
| | | | | | | | | Anything that trys to get data after a broadcast will trigger another lookup for auth state and credit data Also, wait to add the listeners till we broadcast. Change-Id: Id1d96412ed2d2187de946b7ca180c96757d926ff
* Helper methods for our t9 searchesStephen Bird2016-04-082-3/+19
| | | | Change-Id: Ia9edf198bda37efdf6f5ca16c8387a737b99be8b
* Fix Subscription button textRichard MacGregor2016-04-081-12/+7
| | | | | | | | Subscriptions use wrong button text Ticket CD-338 Change-Id: I2d3f9c0534a34a0d1654a009ccd1d4a0f9fd082f
* Remove everchanging itemsStephen Bird2016-04-081-9/+5
| | | | | | | The hashcode needs to be able to link two call methods together without factoring in things like auth state and credits. Remove those items. Change-Id: I91b86d8976c6d07eb93c08231672ec436bcd0f61
* Create easy method to just grab enabled pluginsStephen Bird2016-04-081-0/+13
| | | | Change-Id: Ia83ad58d9f5c2b6e1243370ec4d7bcfdd815bd8e
* Fix emergency call crashStephen Bird2016-04-081-2/+2
| | | | Change-Id: I5bba538fd16d58fbcdfd0d3107bab81b27e20d51
* Use new subscription formatStephen Bird2016-04-082-22/+24
| | | | | Ticket: CD-338 Change-Id: Iab87e168a160c76665ca8354bc884441af610926
* Fix call method spinner width and selection areaRichard MacGregor2016-04-082-2/+2
| | | | Change-Id: I47ad813b2ee42db85d76d7e54f0b592aac4a2c0d
* Add Login intent for credits barStephen Bird2016-04-083-4/+27
| | | | Change-Id: I50b682d854a8a8c0a1b6b80cd29c025fc6416f7b
* setOverflowMenuButton custom button placementStephen Bird2016-04-084-3/+20
| | | | | | | | | We need to move the default overflow button without being to disruptive to the common dialpad layout. Also, create way to force a PSTN call from an incall provider. Change-Id: I5cc7d372ff8e438a4a291f4296ac2a5da086b8c8
* InCall: Port Authentication and CallCredit ListenersRaj Yengisetty2016-04-083-41/+109
| | | | Change-Id: I590291dc7a96a3f9d81ad8469295e13dd58e4113
* Various CallMethodInfo tweaksRichard MacGregor2016-04-087-69/+140
| | | | | | | | - Default SIM - List of SIMs - Emergency only Change-Id: I3ab6d9394505fd2b000ed80aebf56be38c7bfa42
* InCall: clean up logs and add ImageUtilsRaj Yengisetty2016-04-082-2/+38
| | | | Change-Id: I235715af94f96f9ce8bde01643d1c1ed140a8ef3
* CallMethodHelper/Info: Add icon and mimetypeRichard MacGregor2016-04-082-7/+61
| | | | | | | Add video callable mimetype Add single color brand icon Change-Id: Ia4a023f125e613e70afb6022f834996a124d2d86
* Incorporate namespace changes for PluginStatusRichard MacGregor2016-04-081-3/+3
| | | | Change-Id: I70a231d7bba165e30579f74602e1794db68f27d7
* Bring CallMethod items hereStephen Bird2016-04-088-1/+1136
| | | | Change-Id: Iec207cac5b513199e7a1707e4e6617f607d78771
* Bringup credits and other minor thingsStephen Bird2016-04-083-10/+48
| | | | Change-Id: Ib8bd8373a53adc7a370850091a04ada87beca098
* Call Method Spinner BringupStephen Bird2016-04-0815-1/+619
| | | | | | | Call Method Spinner is part of the t9 layout so we need to keep it in PhoneCommon. Change-Id: Ia1bab96001b24018b3e21e3cb428514357adf06f
* Automatic translation importcm-13-before-ambientsdkMichael Bestas2016-04-062-0/+91
| | | | Change-Id: If8dc42186e40fd790284f5e2e5c1d9ebd327f015
* Automatic translation importMichael Bestas2016-03-283-0/+141
| | | | Change-Id: Ica7d23240e6eafc4818ecd44cafb6a92ac1bb2a1