summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2014-07-25Merge "Update asset for the icon to put on to the recent call card" into lmp-devNancy Chen
2014-07-25Update asset for the icon to put on to the recent call cardNancy Chen
The icon was not updated, adding assets. See bug for screenshot. Bug: 15188371 Change-Id: I1e2ded0c57d64707eae44820af09caaf763549ce
2014-07-24Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin
2014-07-24Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ic6aa5bfe5abf2bd584fb805bfa1bbce4a402cf82 Auto-generated-cl: translation import
2014-07-24Merge "Add preview layout for lockscreen phone affordance" into lmp-devJorim Jaggi
2014-07-25Add preview layout for lockscreen phone affordanceJorim Jaggi
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
2014-07-24Merge "Update dialpad overflow menu icon" into lmp-devNancy Chen
2014-07-24Update dialpad overflow menu iconNancy Chen
Overflow menu icons should be the same across dialer Bug: 16488229 Change-Id: I1222d02bd4e54e41f32eab3c11e87ad02e8df8c9
2014-07-24Merge "Color changes in dialer for theme color (light blue) and text" into ↵Nancy Chen
lmp-dev
2014-07-24Add voicemail transcriptions to DialerYorke Lee
* 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
2014-07-23Color changes in dialer for theme color (light blue) and textNancy Chen
Dialer color change to light blue Bug: 16356911 Change-Id: If6224037968e8dca5adf705baa48e9ec77f675ed
2014-07-23Add disambiguation phone icon to recent phone callNancy Chen
Adding phone icon to recent phone card to differentiate behavior from a regular call log item. Bug: 15188371 Change-Id: I7de2c019e318f8d74a7783c7a566239f9d4e1725
2014-07-22Make ViewPagerTabs and FABController RTL awareYorke Lee
* 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
2014-07-22Merge commit '5cb300ef' into manualmergeYorke Lee
Change-Id: I0a250709eca34fcbbfdd94cf1cf25195bce844b8
2014-07-22Merge "Fix VVM playback control buttons don’t support TALKBACK"Yorke Lee
2014-07-17Merge "Move ViewPagerTabs out of Dialer repo" into lmp-devBrian Attwell
2014-07-22Move ViewPagerTabs out of Dialer repoBrian Attwell
Bug: 16158921 Bug: 15616182 Change-Id: Ie648d78dd4df402936c4665eca7c6998e463ca2b
2014-07-22Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I7f387c980aca8a9ed3b3898c013b2a1452bd8e55 Auto-generated-cl: translation import
2014-07-19Merge "Lower call log list item's translation-Z to 2dp." into lmp-devAndrew Lee
2014-07-21Lower call log list item's translation-Z to 2dp.Andrew Lee
Bug: 16357609 Change-Id: Id708e96420cecdf38fc86c13b7bf2fae3285c298
2014-07-21Update call settings to mocksNancy Chen
Increase padding and modify text spacing. See screenshot here https://drive.google.com/a/google.com/file/d/0B0hheJjccUOjMHAycHN5Qy01MVk/view?usp=sharing Bug: 15571286 Change-Id: Ieb3c9e0103bcf2bdfe236ba84d21897b4757faf1
2014-07-20Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ib5a94f909f6bf1b50787799fa13af560e6179f54 Auto-generated-cl: translation import
2014-07-17Merge "Remove deprecated locales - DO NOT MERGE" into lmp-devBaligh Uddin
2014-07-19Remove deprecated locales - DO NOT MERGEBaligh Uddin
Change-Id: I2d413ffb372abbd1b989990456586f495a1c7765
2014-07-17Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin
2014-07-17Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ifce84b3fd8a4cf0deadf3359cae85fa973f3d505 Auto-generated-cl: translation import
2014-07-17Merge "Change dialer's contentInsetStart=0px" into lmp-devBrian Attwell
2014-07-18Change dialer's contentInsetStart=0pxBrian Attwell
I fixed this in the framework a while ago. You no longer need to use contentInsetStart=1px. Bug: 16403573 Change-Id: Idc3d4b0de7d1c700d6847f62318dcf7d3b1850d0
2014-07-18Replace shadow workaround with a different oneChris Craik
bug:15023558 Change-Id: Ie85b281ff77694874953ff88297e0d034560c82b
2014-07-18Delete search icon resources, since now commonBrian Attwell
Removed some resources from Dialer, so that I could place them in common. PART 1/3 Bug: 16209705 Change-Id: I8ce477a600f6cad629d838c1ffd7505e9970510a
2014-07-16Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I88568699a8ad19a1a94416f0d7b3a0f3b8f3cc1f Auto-generated-cl: translation import
2014-07-15Add android:colorPrimary to Dialer themeYorke Lee
Bug: 16191528 Change-Id: I0228d57115e401cfe3c40f75856ba69927e394f4
2014-07-15Merge "Make ContactPreferences use SharedPreferences instead of System ↵Yorke Lee
settings (5/5)" into lmp-dev
2014-07-15Various call log / call details video call changes.Tyler Gunn
Requires cl/501841. Call log: 1. Add video call affordance. 2. Add accessibility text for calls, video call afforance. 3. Fixed unit test Call details: 1. Showing video icon when a call had video. 2. Changing call headings to indicate they were video calls. Bug: 16013879 Bug: 16013344 Bug: 16013684 Change-Id: I53b5bf9b0b1a63f9d119318d59f690d310cca7c8
2014-07-15Make ContactPreferences use SharedPreferences instead of System settings (5/5)Yorke Lee
* Move constants that originally lived in the framework into ContactsCommon * Use SharedPreferences instead of System settings to persist preferences * Use a SharedPreferenceListener to monitor changes instead of a content observer on system settings * Move DisplayOrderPreference and SortOrderPreference into ContactsCommon so that it can be used by Dialer * Create base DialerSettingsActivity in Dialer, and make GoogleDialerSettingsActivity extend it Bug: 16153186 Change-Id: I27befcc3b038038830f72092b55a6fc8a6f85674
2014-07-15Allow overflow menu to overlap overflow buttonYorke Lee
Bug: 15988764 Change-Id: Ifeffb18a76f38a558e602c9fb5f62ef9d3404ecb
2014-07-14DO NOT MERGE Added report button to UI and database.Sai Cheemalapati
It toasts when clicked for now. The database is not updated when it is clicked yet. Bug: 11150383 Change-Id: Ifd588bdfb36dd8a96977a870071a064726f6e669 (cherry picked from commit 3eae4825ee9a29bd43c9b01d3cbf92de6ad3eb11)
2014-07-14String change for "Add to contacts" optionYorke Lee
Bug: 16293122 Change-Id: Iff041daf9d017b24624b4934b14adf02225cc9af
2014-07-10Merge "Adding support for video call icon and data usage in call log."Tyler Gunn
2014-07-10Adding support for video call icon and data usage in call log.Tyler Gunn
Bug: 16013684 Bug: 16015261 Change-Id: Ie75443d641c1e09a5772bb618aba55de8583716b
2014-07-09Remove SelectAccountDialogFragment for PhoneAccount on Dialer app (1/2)Nancy Chen
One-time select will no longer be available within the dialer app so the fragment and menu item have been removed. Bug: 15473965 Change-Id: I13410b328f5b5ce887b8f3a9ba2c734d58008c56
2014-07-08String resources required for call log and call details VT support.Tyler Gunn
Removed some un-used strings as well. Bug: 16015261 Bug: 16013344 Change-Id: Id7ac8b4b8915403e72c76628323fc56f817736f5
2014-07-07Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I770296a451b090d397b207d1cdc2868075990c3e Auto-generated-cl: translation import
2014-07-02Add "Make video call" button to search fragments.Andrew Lee
= Add new "make video call" shortcut type, and "handle" its click in SearchFragment. = Enable "make video call" shortcut for regular and smart dial search fragments. For now, this shortcut does nothing. = Enable "add contact" shortcut for smart dial search fragment. = Changed the bounds of the shortcut items to fill to the edges. = Convert shortcut click handling to use switch/case block. = TODO: Enable/disable the shortcuts depending on whether video calling has been enabled, once the option is available. = TODO: Handle dispatching a video call intent, once that intent extra is provided. Bug: 16013180 Change-Id: I7563d1f2939e27c4b13ed966b73cd4badd9d9fa7
2014-07-02Rename Telecomm "Subscription" to "Account" (3/7)Ihab Awad
Change-Id: I866e9d4f629a2b23acb3d3d3f2baeb0a674522f7
2014-06-30Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ic57310cc9fa33bc8b41523cb2655cfa7f1b54e0d Auto-generated-cl: translation import
2014-06-27Merge "Import translations. DO NOT MERGE"Baligh Uddin
2014-06-26Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ib33322e4dd4a49a5abdf3b582b359aa43c20a132 Auto-generated-cl: translation import
2014-06-26Add icon indicating subscription in call log/call historyNancy Chen
Display an icon in the call details showing which connection provider (subscription) is responsible for the call. Bug: 15473965 Change-Id: I0c6755864083799b8bafe20c3692b0d943beeee3
2014-06-25Change "Select Subscription" string description to match stringNancy Chen
String description still referred to "SIM Card" which is no longer a relevant term here. Bug: 15805679 Change-Id: I7bedfd06a43c78ca5fbf88a6e9e25d67de03b3bf
2014-06-23Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ib0a16e1732a7b7f60e9816ed7706fa8930f3b6c4 Auto-generated-cl: translation import
2014-06-19Merge "Add reference to TelephonyManager, renaming, remove checkbox (1/2)"Nancy Chen
2014-06-19Add reference to TelephonyManager, renaming, remove checkbox (1/2)Nancy Chen
Incorporating API calls to TelephonyManager.getSubscriptions. Added new SubscriptionManager class to wrap data about subscriptions for the purpose of passing between Dialer and its fragments. * This particular CL deals with the renaming of the menu strings and the * passing of data between the Dialer and its fragments. Bug: 15473965 Change-Id: Id52b925c618952bd77970c157fa63e665203b04c
2014-06-18Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I183381ce5e8b1cadec61ba9bd9ebef72d3713a62 Auto-generated-cl: translation import
2014-06-17Merge "Import translations. DO NOT MERGE"Baligh Uddin
2014-06-16Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I15e63c560ab7d3c24ca5020533d8bdabdd0a75c1 Auto-generated-cl: translation import
2014-06-16Merge "Delete unused expanded search text size."Andrew Lee
2014-06-16Add select sim dialog for dialpad menuNancy Chen
Also handles passing sim card information set in dialer menu to the dialpad fragment. Bug: 15473965 Change-Id: I075bf727402ba315c035eb741c563aafe67d60f6
2014-06-13Delete unused expanded search text size.Andrew Lee
Change-Id: I1767ea30bfe6ad7642d788245a57b351aec6f1e6
2014-06-12Merge "Import translations. DO NOT MERGE"Baligh Uddin
2014-06-13Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ibb93d7708c4efa713d86f019a3dc40b58d728b7f Auto-generated-cl: translation import
2014-06-13Moved search icon out of dialerBrian Attwell
It will be put into contacts common Change-Id: I252ed8ba264219952139f7a63388f1bbf9067d77
2014-06-10Merge "Add menu items for multi-sim support"Nancy Chen
2014-06-12Add menu items for multi-sim supportNancy Chen
The main overflow menu will display a "select SIM card" option when more than one sim is available. Bug: 15473965 Change-Id: I18175cec57158f0a8189979849f6ad761eff1aff
2014-06-11Merge "Update strings for empty lists in Dialer."Andrew Lee
2014-06-11Update strings for empty lists in Dialer.Andrew Lee
Also, some slight renaming for consistency across dialer. Bug: 15513399 Change-Id: Ia66084630fc9473dc24303aab0d777e1bde1b41a
2014-06-11Merge "Increased padding beneath the call log day/group headers."Andrew Lee
2014-06-11Increased padding beneath the call log day/group headers.Andrew Lee
Change-Id: I4a479063546ffe7e90772c79651193d313239603
2014-06-11Code cleanup: delete all contact button.Andrew Lee
Change-Id: I612b5a9dd8451c18ae5b5d38291182b8f5b1589f
2014-06-11Use Framelayout instead of RelativeLayout in DialtactsActivityYorke Lee
Switch to FrameLayout instead of RelativeLayout since we don't need the more complicated and expensive layout abilities of RelativeLayout. This improves startup time (on hammerhead-eng, interpreted ART mode) to about 1150ms on average from 1300ms originally. Change-Id: I94400dcc58cc74497c71a7432a06a4dffe3b078d
2014-06-11resolved conflicts for merge of 0a4327e6 to masterAndrew Lee
Change-Id: I98b24e23d9d3283223f8db0c58930977b7a8fd35
2014-06-11am aafbb4c4: Merge "Adjust recent cards animation." into lmp-preview-devAndrew Lee
* commit 'aafbb4c4ea8d6ac1f06e4f459a7bcdaa4ca284b6': Adjust recent cards animation.
2014-06-11am 438df9a6: Merge "Dialer changes for correct selection bounds adjustment." ↵Andrew Lee
into lmp-preview-dev * commit '438df9a6e183c50e55571850557429f9e13635c5': Dialer changes for correct selection bounds adjustment.
2014-06-11am febc9b5e: Merge "Ripple tint is now color" into lmp-preview-devAlan Viverette
* commit 'febc9b5e5e29d3b08f13f72f05bc950e207ebb63': Ripple tint is now color
2014-06-11am 88c9e176: Merge "Set 0 padding on the left of the contact browser list." ↵Andrew Lee
into lmp-preview-dev * commit '88c9e1765f6d8ae6199acf73f8315f21c701bf5b': Set 0 padding on the left of the contact browser list.
2014-06-11resolved conflict for merge of 469e9df0 to masterAdrian Roos
Change-Id: Ic96a35172c113e8b25084de3c8cf5e44f931903b
2014-06-11am a9a75dc1: Merge "UI improvements on tabs, recent expanded card, speed ↵Andrew Lee
dial grid." into lmp-preview-dev * commit 'a9a75dc1956f4b6a3d3527b7b9e204acbb316b68': UI improvements on tabs, recent expanded card, speed dial grid.
2014-06-11resolved conflict for merge of 70b7b60e to masterAdrian Roos
Change-Id: Iee5265256664f483ee94e350271f224cb13e72ee
2014-06-10Update empty list assets and text.Andrew Lee
- 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
2014-06-10Merge "Adjust recent cards animation." into lmp-preview-devAndrew Lee
2014-06-10Merge "Dialer changes for correct selection bounds adjustment." into ↵Andrew Lee
lmp-preview-dev
2014-06-10Merge "Applying call details red-lines."Tyler Gunn
2014-06-12Merge "Fixed FAB margin issue."Sai Cheemalapati
2014-06-12Fixed FAB margin issue.Sai Cheemalapati
Fixed floating action button margins so it is centered on screen. Change-Id: I8b67dbe96776e4313872ffcc11cc21868674d148
2014-06-12Changed "Other" call log grouping to "Older" per JT's comments.Tyler Gunn
Also cleaned up some other string and dimens that are not used. Bug: 13962594 Change-Id: Icd089665744bc812bcf0769cf540f9212aea3a25
2014-06-10Merge "Adding "today" and "yesterday" string resources."Tyler Gunn
2014-06-10Merge "Ripple tint is now color" into lmp-preview-devAlan Viverette
2014-06-10Adding "today" and "yesterday" string resources.Tyler Gunn
These replace a previous method which relied on buggy methods to try and get the today and yesterday literals from the locale layer using a date format method. Bug: 15541650 Change-Id: I6ff6dd133904f21c8b41b51e68db465c34186719
2014-06-10Adjust recent cards animation.Andrew Lee
= Make the card clip more gradual (half that of before). = Accelerate the opacity fade so the content does not intersect with the card bounds when clipping. = Shift the search text 2dp to the left to better align with the recent card content. = Adjust the y translation of the recent card to "center" vertically. Bug: 15470880 Change-Id: I63b0742ff61d995b50257961bb317fa5d043a1bd
2014-06-10Merge "Set 0 padding on the left of the contact browser list." into ↵Andrew Lee
lmp-preview-dev
2014-06-10Merge "Revise remove view target positioning." into lmp-preview-devAndrew Lee
2014-06-10Merge "UI improvements on tabs, recent expanded card, speed dial grid." into ↵Andrew Lee
lmp-preview-dev
2014-06-10Merge "Updating Dialpad animation in InCallUI."Sai Cheemalapati
2014-06-10Ripple tint is now colorAlan Viverette
Change-Id: I541aec0c15075c80a9ee17af18eb6c192e04ef46
2014-06-09Dialer changes for correct selection bounds adjustment.Andrew Lee
Do not adjust the bounds for the search fragment. Do adjust the bounds for the contacts fragment. Also, now we hide the scrollbar on the search fragments. Bug: 15517457 Change-Id: I0e5dedfcfdd1da359358671b57dd1132e66d6861
2014-06-09Updating Dialpad animation in InCallUI.Sai Cheemalapati
Dialpad now saves orientation state. Animation now matches duration and direction in Dialtacts. Bug: 15386162 Change-Id: I57fd6797b2bf7a5bff86f5175e18a70e16ca522b
2014-06-09Make search icon slightly larger.Andrew Lee
Bug: 15343931 Change-Id: Ie6ccb480bc9152cd84cc52625c7f67934bec2797
2014-06-09Set 0 padding on the left of the contact browser list.Andrew Lee
This way, the overscroll bubble won't clip. Instead, apply this by increasing the list item's left padding. Bug: 15517457 Change-Id: Icf129c57c7b4dfac21da73f0bd9258ac1ff6ae28
2014-06-09Revise remove view target positioning.Andrew Lee
- 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
2014-06-09Applying call details red-lines.Tyler Gunn
- Contact photo is now quick-contact which invokes quick-contact view. - Removed send MS and call affordances, along with scrolling effect. - Added missing accessibility strings to voicemail controls. Bug: 15328410 Change-Id: I6d78d582af8c3a5cea8e051911cf3be763df2a36