summaryrefslogtreecommitdiffstats
path: root/res/drawable-hdpi
Commit message (Collapse)AuthorAgeFilesLines
* Re-add dialer lookup.Xiao-Long Chen2016-12-302-0/+0
| | | | Change-Id: I677460ad5767b8698ee24d6d43ff159aee55387a
* InCallUI: customize video call UIFang Yunong2016-09-013-0/+0
| | | | | | | | | | | | | | | | Include following customization for video call UI: 1. Prevent make video call for some carrier: To meet some regional carriers requirement, check if phone number less than 7 or contains #, * or non-digit characters before making a video call. 2. UI enhancement for IncallUI of video call: Add UIs for answer_rx, answer_tx, answer_video, decline_video to make the UI more friendly to end user. Change-Id: I310bcbf021f1217a6e2a648d33b266297d7d9212 CRs-Fixed: 1039326
* Dialer: WFC: Add wifi call features.Fang Yunong2016-08-312-0/+0
| | | | | | | | | | | Add wifi call feature: 1. Call Icon in the Dialer is the Wi-Fi Calling Icon 2. Marquee message apears in the dialer 3. Pop up in the dialer when there is no cellular coverage 4. Drop down message in the dialer when there is no cellular coverage CRs-Fixed: 1039290 Change-Id: I59ad99e03ab54af9a43c562f8115367e9576f891
* Dialer app changes for IMSSuchand Ghosh2016-08-241-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IMS Conference URI UI changes 1. Add a new button for initiating conference URI call in the Dial screen. 2. Send a intent for the conference call with a extra to indicate the call type as conference. IMS: Allow dial Conference call without URI List Allow place conference call without URI List and don't show error toast in this case. IMS: Clean up Conference URI system property Remove system property "persist.dbg.ims_volte_enable". Add platform configuration flag and user's enhanced 4G LTE setting to decide IMS capability. IMS: Add participant support Insert "add_participant" extra to the dial intent. IMS: Add participant support Introduce add participant button in call UI and send add participant to Dialer. Change-Id: I1173c6cc82bb3d008a70a3338c45901a2619f0e5 IMS: Fix dialer app crash issue due to NPE FragmentActivity can be null if it's not yet attach. So it can be null in such case. Add null check to avoid NullPointerException. CRs-Fixed: 1023212 Change-Id: Ib35c394dd10dea7526601824f11e5ebd9db459ce
* Voice Privacy Icon Support for CDMARavindra2016-08-242-0/+0
| | | | | | | | Voice privacy icons are added to InCallUI app. When VP is enabled corresponding icon is displayed on the UI. CRs-Fixed: 599389 Change-Id: Iadf3710f74987eac785f7816abc684d397a691b8
* Add share button to voicemail cards.Sarmad Hashmi2016-03-111-0/+0
| | | | | | | | | | +Add share icon and string +Added share button to voicemail_playback_layout.xml +Link to icon: https://icons.googleplex.com/#icon=ic_share BUG=22798485 Change-Id: Iab9051f4824a4fa0eed90049a762aaac032cf3bf
* Add resource files for voicemail archive.Sarmad Hashmi2016-02-251-0/+0
| | | | | | | | | | | | + Added strings + Added voicemail button + Added voicemail archive in overflow menu + Added archive button icon from https://icons.googleplex.com/#icon=ic_archive&search=archive BUG=22797391 Change-Id: I926604592b43b2c67a57c137ef7ef7bb5c4cc4bf
* Display missed call notifications in Dialer.Nancy Chen2016-01-271-0/+0
| | | | | | | | | | | | | | | | | Dialer is now putting up the missed call notification instead of Telecom. As a result, it has to handle receiving a new missed call broadcast and sending requests back to Telecom to update the missed call count. + MissedCallNotifier class displays notifications and triggers call back sms, and dismiss intents. + CallLogNotificationsService added actions it can handle for missed calls. + MissedCallNotificationReceiver receives the missed call intent to update the notifications. Bug: 22857261 Change-Id: I03a3c3b5a2533a3ea26d668124fcaf3fa72347fc
* Remove onboarding flowYorke Lee2015-10-272-0/+0
| | | | | | | | | Straight revert of all onboarding flow related CLs - the onboarding flow is not needed for now as the Dialer will always at least be the system dialer. Bug: 25020847 Change-Id: Ic1c5020b9b423de50801485f764209b21d5d7f33
* Refresh onboarding flow UIYorke Lee2015-10-222-0/+0
| | | | | | | | | - Update button styles and positioning - Update background images Bug: 24270592 Change-Id: Idaca76d25d8fc1362fb6c004ec053ac5ed618170
* Remove unused Dialer drawablesYorke Lee2015-10-2214-0/+0
| | | | Change-Id: Ibdbdc23c5c6dcd05eeda1e19fe44180a35847962
* Show unblock icon for blocked numbers.Andrew Lee2015-10-191-0/+0
| | | | | Bug: 25095683 Change-Id: I244ec8312ad24081fd36967e063ddccd53b0253c
* Show icons for call detail actions.Andrew Lee2015-10-122-0/+0
| | | | | | | | - Remove LinearLayouts and use drawableLeft instead. + Up block asset from 18dp to 24dp. Bug: 24109819 Change-Id: I941520f1b90e6f819c7f94269e395d26c56f5734
* Show blocked contact instead of profile photo.Andrew Lee2015-10-072-0/+0
| | | | | | | | | Does not yet update on change; figuring to do that in a followup CL because there are a number of other scenarios where that needs to be fixed too. Bug: 23943480 Change-Id: I73615c405d547e74667f6c635b5623708c723347
* Add icons for for call detail actions.Andrew Lee2015-10-053-0/+0
| | | | | Bug: 24109819 Change-Id: I8d4718187a5d9c58d2fb4f75b9079e5ef30c6e43
* Add search for adding blocked numbers to the blocked number management screen.Anne Rong2015-09-291-0/+0
| | | | | Bug: 24134038 Change-Id: I30b283a6b67d7e64b58138762079c4bceb8fc64f
* Improve clickability of search bar buttonsYorke Lee2015-09-162-0/+0
| | | | | | | | | | | Move some padding around to increase the touch area of the voice search and overflow menu buttons Replace microphone icon with correctly-sized one (24dp) per material design guidelines Bug: 22958299 Change-Id: I79ac81738eb4efbcdaf7d211afbec6fba6344c7f
* Revise layout/style of VoicemailPlaybackLayout.Andrew Lee2015-06-2514-0/+0
| | | | | | | | | | | - Delete now-unused old icons. + Add new material icons for voicemail playback. + Rearrange buttons, padding/spacing. + Change ripple feedback when pressing button. + Use different text fields for total duration and state labels. Bug: 22070564 Change-Id: Ibc9b9908154ac0a846f828bb9707a61ab15f8ba5
* Add play voicemail primary action to call log.Andrew Lee2015-06-151-0/+0
| | | | | | | | | | | | | | | | | | | + Add voicemail primary action button, which expands the call log and plays immediately when clicked. + Pass expand/collapse listener into the view holder. This is necessary because it needs to be triggered when the "play" primary action is clicked so that the CallLogAdapter correctly registers what has been added and binded. + Update primary action button state when showing or hiding actions, so the visibility of the voicemail play button is managed properly. + Ensure voicemail playback state is consistent between multiple call log items when the user initiates a collapse or expand. Add reset function to help manage this. + With the reset, protect against the possibility of functions in the presenter being called when no voicemail playback view is set. Bug: 21654755 Change-Id: I7bcf67d27fa08fe77d1334dc084b52effe8d3ccc
* Merge "Add call button to details, increase hit area." into mnc-devAndrew Lee2015-06-051-0/+0
|\
| * Add call button to details, increase hit area.Andrew Lee2015-06-051-0/+0
| | | | | | | | | | | | | | | | | | | | | | + Add call back button in call details. + Increase touch target size of call back button. + Simplify tint styling and layouts. - Delete asset which was duplicate of one in ContactsCommon. Bug: 18331084 Bug: 21659613 Change-Id: Icbd5f66a294f1215dc2056e7f7aece2129af5630
* | Add delete action to voicemail in call log.Andrew Lee2015-06-051-0/+0
|/ | | | | | | + Cleanup some asset and variable naming. Bug: 21239168 Change-Id: I4c99484bee1fcd300857cf44080c38e19a98cb5a
* Update layouts for call log list item actions.Andrew Lee2015-05-074-0/+0
| | | | | | | | | | | | + Add icons for actions. + Revise layouts to match new visual appearance. Call Log actions are now a linear layout with an icon and text. + Some style/redline tweaks. + Temporarily replaced animation logic with LinearLayout, to be revisited. Bug: 20433758 Change-Id: Ia13b6c9f583d673743488f2e93be5593a1fbf8dc
* Fix image-related GoogleDialer compiler warnings.Andrew Lee2015-03-252-0/+0
| | | | | | | | | Fix warnings of form: "libpng warning: iCCP: Not recognizing known sRGB profile that has been edited". Most of these were swaped by replacing the old assets with newer or equivalent versions. Bug: 19536005 Change-Id: I0535c0876806607f4aa170a5839829fff367ab9a
* Delete unused images and drawables.Andrew Lee2015-03-181-0/+0
| | | | | Bug: 19536005 Change-Id: I326986d079b1980429d89379a147c3fbd441b203
* Replace tabs-text with icons.Andrew Lee2015-03-063-0/+0
| | | | | | | + Add resources and drawables for icons to label the tabs. + Pass drawable ids to the ViewPagerTabs in ListsFragment. Change-Id: Ib7b3fcaa2257fc439b6fae8b017646c3d150eb56
* Move blue fab out of DialerBrian Attwell2014-09-111-0/+0
| | | | | Bug: 17380050 Change-Id: Iba2389e264f74bb970c660e64adb9de1a424cb42
* Use different FAB for dialpad, and use new animations.Andrew Lee2014-09-021-0/+0
| | | | | | | | | | | | | | | | + Use scaleIn/scaleOut for FABs in the Dialer application. + Add assets for green fab. + Update dialpad fragment, both the Java and layouts, to have their own FAB containers and FABs. + Change DialpadSlidingLinearLayout into DialpadSlidingRelativeLayout. - Removed or relocated dial some FAB handling, visibility, and translation functions. Now that the FABs in the dialpad fragment and DialtactsActivity are distinct, the logic can be scoped more precisely to a particular fragment/view. Bug: 16399233 Change-Id: I86f9f0053dc3c50fe0d5046389632af7ddff9f67
* Replace calllog delete iconYorke Lee2014-08-112-0/+0
| | | | | Bug: 16630734 Change-Id: If4d732147437e8e1ea96eb41fa781e772fcab0a9
* Replace voicemail seekbar playback assetYorke Lee2014-08-101-0/+0
| | | | | Bug: 15935940 Change-Id: Icdbd06ea882e59fdca25d13e63557efacf14451c
* Moves voicemail icon to ContactsCommon (2/2)Paul Soulos2014-08-041-0/+0
| | | | | bug: 16159865 Change-Id: Id64de7df12ddaacaa5373de8efa33c8be61fa351
* Swap out FAB backgroundYorke Lee2014-07-311-0/+0
| | | | | Bug: 16353999 Change-Id: I1b9895ada47c307dafdbf7457e84f2e631e27607
* Update asset for the icon to put on to the recent call cardNancy Chen2014-07-251-0/+0
| | | | | | | | The icon was not updated, adding assets. See bug for screenshot. Bug: 15188371 Change-Id: I1e2ded0c57d64707eae44820af09caaf763549ce
* Merge "Update dialpad overflow menu icon" into lmp-devNancy Chen2014-07-241-0/+0
|\
| * Update dialpad overflow menu iconNancy Chen2014-07-241-0/+0
| | | | | | | | | | | | | | Overflow menu icons should be the same across dialer Bug: 16488229 Change-Id: I1222d02bd4e54e41f32eab3c11e87ad02e8df8c9
* | Color changes in dialer for theme color (light blue) and textNancy Chen2014-07-231-0/+0
|/ | | | | | | Dialer color change to light blue Bug: 16356911 Change-Id: If6224037968e8dca5adf705baa48e9ec77f675ed
* Delete search icon resources, since now commonBrian Attwell2014-07-181-0/+0
| | | | | | | | | Removed some resources from Dialer, so that I could place them in common. PART 1/3 Bug: 16209705 Change-Id: I8ce477a600f6cad629d838c1ffd7505e9970510a
* Adding support for video call icon and data usage in call log.Tyler Gunn2014-07-101-0/+0
| | | | | | Bug: 16013684 Bug: 16015261 Change-Id: Ie75443d641c1e09a5772bb618aba55de8583716b
* Moved search icon out of dialerBrian Attwell2014-06-131-0/+0
| | | | | | It will be put into contacts common Change-Id: I252ed8ba264219952139f7a63388f1bbf9067d77
* resolved conflicts for merge of 0a4327e6 to masterAndrew Lee2014-06-114-0/+0
|\ | | | | | | Change-Id: I98b24e23d9d3283223f8db0c58930977b7a8fd35
| * Update empty list assets and text.Andrew Lee2014-06-104-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new assets for empty lists, delete old no favorites banner. - Adapt phone_no_favorites.xml into generic container shown when a list is empty. - Add helper to DialerUtils to configure empty list view with a provided image and message. - Configure empty list view in relevant fragments. - Some text styling/margin/padding to get things to spec. A minimum height is used on the message so that the icons and text will be laid out in a consistent manner. Bug: 15513399 Change-Id: I52337a4544065a991d3b8084d96b01516a458c42
* | resolved conflict for merge of 469e9df0 to masterAdrian Roos2014-06-111-0/+0
|\| | | | | | | Change-Id: Ic96a35172c113e8b25084de3c8cf5e44f931903b
| * Revise remove view target positioning.Andrew Lee2014-06-091-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Move placement from dialtacts activity layout to the lists fragment, so that it can be positioned over the tab bar. - Relocate references to RemoveView/RemoveViewContainer to the lists fragment from the activity class. - Set colors using tints, remove old highlight state asset. - Fade out search bar and recent card when dragging. Bug: 15434489 Change-Id: I49205c79aeb008a30efc3c2ea417b8836444e203
* | am b6c81586: Merge "Remove contacts tiles 9-patch from favorites tile view." ↵Andrew Lee2014-06-061-0/+0
|\| | | | | | | | | | | | | into lmp-preview-dev * commit 'b6c81586ff375eecd9c74bae23823e21b24d54cd': Remove contacts tiles 9-patch from favorites tile view.
| * Remove contacts tiles 9-patch from favorites tile view.Andrew Lee2014-06-051-0/+0
| | | | | | | | | | | | | | | | | | | | It looks like this 9-patch was responsible for the shadow which was observed below the speed dial tiles in the associated bug. Even if not, doesn't seem like we're using this anymore, as far as I'm aware, so this should be safe to remove. Bug: 15385828 Change-Id: If7eccf767562bee0367e58363142116095bf06a6
| * DO NOT MERGE Update Dialer with new assetsNancy Chen2014-06-044-0/+0
| | | | | | | | | | | | | | | | | | Note that some of the changes listed in the bug as existing in Dialer are actually in ContactsCommon Bug: 15411375 Change-Id: Idff26ea4e005b18f07a69a1972a8d85829c27446 (cherry picked from commit 9e9ca0b058cd06c5fb15c62e36ba27f877312a24)
* | Update Dialer with new assetsNancy Chen2014-06-044-0/+0
| | | | | | | | | | | | | | | | Note that some of the changes listed in the bug as existing in Dialer are actually in ContactsCommon Bug: 15411375 Change-Id: Idff26ea4e005b18f07a69a1972a8d85829c27446
* | Removed search_bar_expanded from DialerBrian Attwell2014-05-302-0/+0
|/ | | | | | The search_bar_expanded now belongs inside ContactsCommon. Change-Id: If359d08a2742d718a35d526f44fb64ae6d0707cf
* Make actionbar back button whiteYorke Lee2014-05-272-0/+0
| | | | | Bug: 15197420 Change-Id: I0ad155ee410bbd8d3477db14a6b6e2d496dedf64
* [DO NOT MERGE] Change icon shape and color for search shortcutsNancy Chen2014-05-225-0/+0
| | | | | | Bug: 15118603 Change-Id: I9aa6488e48a78d65c23a4c00ad8f3ba891b83855 (cherry picked from commit 134a2f507672b61546c77cd7b8fa5a43c904c4a0)