summaryrefslogtreecommitdiffstats
path: root/res/drawable-ldrtl-xhdpi
Commit message (Collapse)AuthorAgeFilesLines
* Outgoing/Conference UI changes for Cdma supportSantos Cordon2013-09-171-0/+0
| | | | | | | | | | | | | | | Changes: - rename Cdma* to Generic* in code - Stop showing "manage conference" for generic_conference cases - Show simple "merge" button for generic_conference cases - Add generic icon/name label for generic conference calls - Do not submit a contact info request for any conference call sincle they always display generic information (this also fixed some jank of the image flipping back and forth between generic and normal conference call).o bug:10769004 Change-Id: I379895612614483f7f3ea6fef493796ea855743b
* Add logic support for manage conference screen. (Part 2 of 4)Santos Cordon2013-08-151-0/+0
| | | | | | | | | | | | | | | | | | | Changes: - Add conference call resource photo - Move logic to determine the name/numbers to show in the Call card from CallCardFragment to CallCardPresenter. - CallCardPresenter now tells CallCardFragment if the primary call is a conference call. - Updated the primary/secondary call order do that Active Calls are primary instead of Disconnected calls when both exist. - Cleaned up some excessive logging. - The CallCard code uses a whitelist to know which callcard to show. The change in services/Telephony to add CONFERENCED state is what causes the new child calls to now show since that is not added to the whitelist in this CL (by design). bug: 10334739 Change-Id: Iaeab3f8bc9bda7693fa4a27bb8d3fe5de4dc9dfc
* Add basic call information to the notification.Santos Cordon2013-08-121-0/+0
| | | | Change-Id: I33bc1445e9fc515b68205a12d7297a8f3013fecd
* Audio Routing support in UISantos Cordon2013-08-071-0/+0
| | | | | | | | | | | | | Changes: - AudioModeProvider - receives audio mode changes from CallHandlerService - CallButtonPresenter listens to AudioModeProvider so that it can use those changes in the UI. - CallButtonFragment uses the audio mode from Presenter() to display: - The correct layers for the supported modes - The popup menu when bluetooth is enabled Change-Id: I8ec4024f7bbb5e3b1cfdaae20a4dd2f85ae802cf
* Notifications in Phone (part 1)Santos Cordon2013-08-051-0/+0
| | | | | | | | | | | | | | - Added StatusBarNotification class to handle notifications - StatusBarNotification has tons of copied comments from NotificationMgr.java. Also has minimal code to make the notification pop up (without call-specific data). - Moved the UI start-up code from InCallPresenter to StatusBarNotification. Incoming phone calls need to display an alert above immersive (fullscreen) foreground activities and the way to do that is through notifications. The old phone app did the same thing...finally bringing over that functionality. Change-Id: I3324503e0d7bb1de00d8e7fab72d4b40519491dd
* Adding call card and buttons to UI.Chiao Cheng2013-07-222-0/+0
| | | | | | | - Created a fragment for call card and a fragment for UI. - Adding corresponding button images. Change-Id: I5facacd3a4346ab9d9ec2a67a2742dc27dbf5583
* Adding in call screen template.Chiao Cheng2013-07-1711-0/+0
Along with glow pad for incoming call interaction.. Change-Id: I8d518b5247bee4a10c8fd06763a7e3fe6cff5652