summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Dialer: Remove tint for phone account iconkaiyiz2015-03-231-1/+0
| | | | | | | | | | | The phone account icon is covered by the tint which is set in app side. No need to set the tint in app side, when create the icon, it has been already set in framework. Change-Id: I91fba4e760fe3bfb52e4554041b0093f4de18e5e CRs-Fixed: 809501
* Dialer: Add set speed dial number manually featurekaiyiz2015-02-031-0/+95
| | | | | | | | | | | User can't set number manually in speed dial setting. Show a dialog for user to set number manually in speed dial setting. CRs-Fixed: 766980 Change-Id: I3c0f86f8459333385b94baa9839aa8379229c3d0
* Remove extra call stats headeremancebo2015-01-281-8/+0
| | | | | | | | Call stats activity displays contact name/number in white text on an off-white background. This change removes the view because that information is already present in the call detail header anyway. Change-Id: I5df0bfd277179674e22ad4b6870d89a3140334e8
* Port "filter by date range" from call stats page to call logemancebo2015-01-231-0/+10
| | | | Change-Id: I78b73c8e59a53143b98f8889dc0085af02364d4c
* Separate blacklist from missed filter in history/statslinus_lee2015-01-142-1/+38
| | | | Change-Id: I50e2467b7ac8568c6956c2dbc085985fd2f34d99
* Merge code and add CallStats in multi simlinus_lee2015-01-145-78/+23
| | | | | | | | | | The MultiSim call fragment merged the different fragments under a spinner and also allowed you to filter call type instead of using different fragments. I ripped out the old code and adapter the multisim fragment to handle both multi and single scenarios. Added the call stats and adapter it to handle both multi and single scenarios as well. Change-Id: I41389bbab302ff38bf0dac002c7ac8b10280fac2
* Merge "Fix operator name not displayed in call log"Linux Build Service Account2015-01-082-0/+21
|\
| * Fix operator name not displayed in call logkaiyiz2014-12-292-0/+21
| | | | | | | | | | | | | | | | | | Get the operator name and display it in call log list item and Dialpadfragment, show the SIM name when operator name is not available. CRs-Fixed: 775267 Change-Id: Ibf007f7968749689d2ccf2d3c84fb7b11c5fe5dc
* | Tune fontsDanny Baumann2014-12-121-3/+6
| | | | | | | | Change-Id: Ide2b39ea30476987a02f7532cc1d1955fbb3081a
* | Fix up call stats code.Danny Baumann2014-12-126-345/+195
| | | | | | | | | | | | | | The details view still needs more visual overhaul, but at least it _works_ now. Change-Id: I97f62c77d032de08f33d7ba76478008719e56ef1
* | Rewrite speed dial feature.Danny Baumann2014-12-121-0/+62
| | | | | | | | Change-Id: I346bcf4552cdf2ddfd3c9b1219bc07c20332d1a2
* | Fix call stats fragment layout.Danny Baumann2014-12-122-0/+2
| | | | | | | | Change-Id: I10bf2603a982f11f8e031db0dffa3f7039fa11ea
* | Dialer: Make the call stats spinner match the other actionbar themingDanny Baumann2014-12-121-0/+20
| | | | | | | | | | | | | | Conflicts: res/values/styles.xml Change-Id: I9bb5a1e344aa33c4651a20f37875bbed8f3bd9e3
* | Add back call stats feature.Danny Baumann2014-12-126-0/+746
|/ | | | | | | | | Conflicts: src/com/android/dialer/CallDetailActivity.java src/com/android/dialer/calllog/CallLogAdapter.java src/com/android/dialer/calllog/ContactInfoHelper.java Change-Id: Id10bc12cacaee3523b7614bce8493d8b423b3f40
* Add call log search in dialerblong2014-11-041-0/+50
| | | | | | | - add a menu to support search call log by name and number in the calllog screen Change-Id: I80c85a9bdea962296ea39dab7ce689df06e8159e
* Dialer: add sub filter for msim call logqqzhou2014-11-043-0/+162
| | | | | | | | | | - add spinner to select "ALL SIMS", "SIM1", "SIM2" to filter subscription in call log. - add spinner to select "ALL CALLS", "INCOMING CALLS ONLY", "OUTGOING CALLS ONLY", "MISSED CALLS ONLY" to filter call type in call log. Change-Id: I399b7b15c84076917d8399f1c29523de328d7cad
* Dialer app changes for IMSSuchand Ghosh2014-11-041-6/+15
| | | | | | | | | | | 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. Change-Id: If78c82bec2d583f9012ea2e824589a6099f76a94 CRs-Fixed: 713839
* Use darker blue for call log "extras" text/icon.Andrew Lee2014-10-091-2/+2
| | | | | Bug: 17931509 Change-Id: I3660e963187aa46910b805ad022ccbcb80057f23
* Fix RTL issues in Dialer.Andrew Lee2014-10-021-1/+1
| | | | | | | | | + Force LTR if textviews show numbers. + Change history header with to match_parent so it aligns tor the right properly. Before, it was on the left, even in RTL languages. Bug: 17776561 Change-Id: I53907496fe4e7a12f8962d4bc7295ed7a294c6e5
* Update padding base settings for dialerNancy Chen2014-09-251-8/+0
| | | | | | | | 2. Adjusted the padding around the base call settings preference page to match the settings on the sub preferences Bug: 17529308 Change-Id: Iba1c6cfb4057cf56e8250abea25602aa2ce4eac8
* Update colors in Dialer for GAR requirementsYorke Lee2014-09-171-1/+1
| | | | | | | | | Make View call history color #737373 Make preference headers #333333 Make preference descriptions/summaries #737373 Bug: 17548969 Change-Id: I2cf85896d6bbef934fee73ac2f8a3a96d50ef3ac
* Update keyguard preview per UX feedbackYorke Lee2014-09-101-4/+0
| | | | | Bug: 17446553 Change-Id: I92f3ae9f5b6205f868b4cec0968337f4ea386b8e
* Don't set the same viewId twiceBrian Attwell2014-09-051-3/+1
| | | | | | | | | | | This change is necessitated by a change in ag/541280. Dialer doesn't actually use the account_filter_header. But I figure I should keep references to it upto date as long as they have it. Bug: 17399714 Change-Id: I0a853876af895b9cb5493e872b91c44ba3bbba2f
* Use different FAB for dialpad, and use new animations.Andrew Lee2014-09-022-26/+62
| | | | | | | | | | | | | | | | + 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
* Add "add to contacts" actionable item to shortcut card.Andrew Lee2014-08-221-35/+40
| | | | | | | | | | | | | + This appears for contacts with no lookup key. This means that it will show up for businesses too; even though we match a name, there's no lookup key. + Remove missed call information which used to be shown below the shortcut card, but no longer is. + Make alignment of this call log list item more pretty. + Add tinted person_add drawable for this actionable item. Bug: 17186220 Change-Id: Iabcfa73c2ffeeb0bb24127ef74e85e612be51b9e
* Merge "Update UI for Caller ID by Google is enabled badge." into lmp-devNancy Chen2014-08-211-3/+6
|\
| * Update UI for Caller ID by Google is enabled badge.Nancy Chen2014-08-211-3/+6
| | | | | | | | | | | | | | | | | | | | * Changed settings gear icon * Made the dismiss button a visible color * Realigned the text * Removed most of the extra space around the dividing line Bug: 15740204 Change-Id: I4049a04b4bc48747ffe8208bd79d58ca8a423e38
* | Change tint of call log phone account icon to match text.Nancy Chen2014-08-201-0/+1
|/ | | | | | | ^see title Bug: 16685783 Change-Id: I652386918b118d591743a36008e78a41747bc3a8
* Merge "Expand transcription view when call log item clicked" into lmp-devYorke Lee2014-08-161-1/+3
|\
| * Expand transcription view when call log item clickedYorke Lee2014-08-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | * Expand and collapse voicemail transcription view as necessary when tweaked * Modify call_log_list_item layout slightly to pin the photo at the top of the call log item Bug: 16320164 Change-Id: Ib0d84dd77065dce86339c852313adb94b34ba5aa
* | Reveal InCallUI from touch point in Dialer. COMPLETED.Nancy Chen2014-08-182-2/+4
|/ | | | | | | | Reveal now works from the favorites tiles, recent cards/call back, search results, dialpad, and disambiguation dialog. Bug: 15284651 Change-Id: I43ba1d7095b839ec24faa043de042048d36057b1
* Use light ripple on favorites overflow.Andrew Lee2014-08-111-1/+3
| | | | | Bug: 15725264 Change-Id: Ice64b4d0188a96ea02df5066c24e749e47b3419c
* Replace voicemail seekbar playback assetYorke Lee2014-08-101-1/+1
| | | | | Bug: 15935940 Change-Id: Icdbd06ea882e59fdca25d13e63557efacf14451c
* Allow voicemail playback view to scrollYorke Lee2014-08-062-29/+47
| | | | | | | | | | Add the voicemail-related views into the ListView's header view so that it can scroll. Also refactored some layouts so that we only inflate the voicemail views if hasVoicemail() is true Bug: 16518757 Change-Id: I17fb303efa96c28c6b97e5cfbf5d8b1ef6a0159c
* Merge "Add white touch feedback drawable to Dialer" into lmp-devYorke Lee2014-08-051-2/+3
|\
| * Add white touch feedback drawable to DialerYorke Lee2014-07-311-2/+3
| | | | | | | | | | | | | | | | Move item_background_material_dark drawable to ContactsCommon, and use it in Dialer Bug: 15725264 Change-Id: I5181646ea4a787593689784d35812bceaf051119
* | Add ripple to search buttonYorke Lee2014-07-311-0/+1
|/ | | | | Bug: 15730203 Change-Id: Icd72854ed311b1cdf6130c6df0adec5e9638c232
* Continue to make UI color changes in Dialer.Nancy Chen2014-07-292-5/+3
| | | | | | | | Specifically to update text and background color in call details and colors in dialpad. Bug: 16356911 Change-Id: I048ca9d71a7befb25aa9f68bace5b6cd7f76e47a
* Merge "Decreased height of action bars in dialer" into lmp-devNancy Chen2014-07-251-1/+1
|\
| * Decreased height of action bars in dialerNancy Chen2014-07-281-1/+1
| | | | | | | | | | | | | | | | Kept the height of the search box the same while decreasing the height of all other action bars. Bug: 16627750 Change-Id: I43f2ae6b0f67113df2522369f5fef78c0dc12df4
* | Merge "Add account label to call details if appropriate" into lmp-devNancy Chen2014-07-262-1/+15
|\ \
| * | Add account label to call details if appropriateNancy Chen2014-07-252-1/+15
| |/ | | | | | | | | | | | | | | | | | | We will be adding the account label field to call details if there is more than one account to disambiguate. Otherwise this field will be hidden. Bug: 16488229 Change-Id: Idb03d09d63372655504a5f9178e6f2e408aefb88
* | Merge "Update asset for the icon to put on to the recent call card" into lmp-devNancy Chen2014-07-251-1/+1
|\ \
| * | Update asset for the icon to put on to the recent call cardNancy Chen2014-07-251-1/+1
| |/ | | | | | | | | | | | | | | The icon was not updated, adding assets. See bug for screenshot. Bug: 15188371 Change-Id: I1e2ded0c57d64707eae44820af09caaf763549ce
* / Add preview layout for lockscreen phone affordanceJorim Jaggi2014-07-251-0/+34
|/ | | | | | | | | With the new interaction to launch the phone from the lockscreen, Dialer needs to provide a static layout which looks as close as possible to the screen after Dialer is fully loaded. Bug: 15126905 Change-Id: Ide1a54833ed00a9e8854408d7cb872d33633b6e5
* Add voicemail transcriptions to DialerYorke Lee2014-07-243-45/+35
| | | | | | | | | | | | | | * Display voicemail transcriptions in the call log and call details activity in the Dialer * Fix a bug in CallDetailActivity that would result in multiple instances of VoicemailPlaybackFragment being added on rotation. Now, reuse the same fragment if it is already present in the FragmentManager, to avoid creating new ones * Simplify some test and ctor logic in PhoneCallDetails to reduce the pain of adding new fields into PhoneCallDetails * Simplified playback_layout.xml to remove unnecessary parent LinearLayouts Bug: 16320164 Change-Id: Ie68acc9058aace49d8e64f44a0128de0b6a3f842
* Add disambiguation phone icon to recent phone callNancy Chen2014-07-231-0/+10
| | | | | | | | | Adding phone icon to recent phone card to differentiate behavior from a regular call log item. Bug: 15188371 Change-Id: I7de2c019e318f8d74a7783c7a566239f9d4e1725
* Make ViewPagerTabs and FABController RTL awareYorke Lee2014-07-221-1/+2
| | | | | | | | | | | | * Underline in ViewPagerTabStrips is correctly drawn in RTL mode * Clicking on ViewPagerTabs propogates correct onPageSelected position to ViewPager * FAB is now end aligned instead of right aligned * ViewPager in Dialer is correctly reversed and behaves correctly * Call Log groups headers in call log are now correctly aligned in RTL Bug: 16162264 Bug: 16464471 Change-Id: I2db6b9147a628a68fba5bbbdb7276855d483bad5
* Merge commit '5cb300ef' into manualmergeYorke Lee2014-07-221-0/+2
|\ | | | | | | Change-Id: I0a250709eca34fcbbfdd94cf1cf25195bce844b8
| * Merge "Fix VVM playback control buttons don’t support TALKBACK"Yorke Lee2014-07-221-0/+5
| |\