summaryrefslogtreecommitdiff
path: root/res/values
AgeCommit message (Collapse)Author
2014-12-02Merge "On MSIM devices, include account from call log in talkback." into ↵Nancy Chen
lmp-mr1-dev
2014-12-01On MSIM devices, include account from call log in talkback.Nancy Chen
In TalkBack mode, when a user taps on a call log entry, it should read back the name of the SIM/account used for the call. The string used is "on <phoneAccount>". Also add back periods removed in the string updates because they are needed for verbal stopping points in TalkBack mode. Bug:18517912 Change-Id: Iaadbd859ef980ca030f9fb60d3395ca057e8cefc
2014-11-20Use REDIAL instead of CALL BACK for outgoing callsYorke Lee
Bug: 17325604 Change-Id: Ida625d884088575760e394b2b58a4fc5b7126033
2014-11-17Merge "Add a color for settings button." into lmp-mr1-devNancy Chen
2014-11-17Merge "Fix for empty list view text being obscured" into lmp-mr1-devYorke Lee
2014-11-14Add a color for settings button.Nancy Chen
Bug: 17446974 Change-Id: Id0bff47083adca33d457acfd671d4e614be24167
2014-11-14Add string for redialYorke Lee
Add string before string freeze Bug: 17325604 Change-Id: I537151bae21701b98dc5cd46491d2368c6dc5803
2014-11-14Fix for empty list view text being obscuredYorke Lee
Add static padding to top of empty list view text instead of centering in layout. Bug: 18357286 Change-Id: I9b63eda0de0134e7e4b8dde3984ef4bdb239feec
2014-11-11Remove summary/secondary text from settings.Nancy Chen
Per settings design guildelines, we should not be using the second line to describe the contents of a setting with subscreen navigation (this second line is now used for just status). Remove these second lines from the dialer settings UI. Bug: 17446974 Change-Id: Idbeace64c088805a19a77b1438dd66a618387848
2014-11-10String resource edits for Dialer.Nancy Chen
Adjust strings in dialer per ewong@'s edits. Bug: 17446974 Change-Id: Iee616072c3774567d13064157f4e9a87267e0182
2014-10-29Merge "Remove "Dial to add call" text in Dialpad" into lmp-mr1-devYorke Lee
2014-10-28Remove "Dial to add call" text in DialpadYorke Lee
Also remove some unnecessary strings Bug: 17647791 Change-Id: I0e5797b3aad35dd37607fde944c1329fbeffbe88
2014-10-27Delete unused strings in Dialer.Andrew Lee
Bug: 18142679 Change-Id: I7298e7273d2aa81831ca0e7d4e76e22fc8d2972c
2014-10-24Show phone account settings for multiple sims.Andrew Lee
Bug: 18114923 Change-Id: I93559004bb4fe31b24685155a57424e24770c115
2014-10-15Merge "Fix flicker when expanding call log items" into lmp-mr1-devYorke Lee
2014-10-14Fix flicker when expanding call log itemsYorke Lee
The fade duration + fade delay for action items was not syncing up with the total animation duration. This was causing the view's alpha to be changed mid-animation causing the flicker. Bug: 17261307 Change-Id: Ied69af83b956b4de837d21dde31ad657da0a9bbf
2014-10-14Increase touch target for dismiss iconYorke Lee
Bug: 17754808 Change-Id: I7848edbcc7f6bb3dbdc93d13fe4b8e6cfd048451
2014-10-09Use darker blue for call log "extras" text/icon.Andrew Lee
Bug: 17931509 Change-Id: I3660e963187aa46910b805ad022ccbcb80057f23
2014-09-25Update padding base settings for dialerNancy Chen
2. Adjusted the padding around the base call settings preference page to match the settings on the sub preferences Bug: 17529308 Change-Id: Iba1c6cfb4057cf56e8250abea25602aa2ce4eac8
2014-09-24Remove the "Last Week" heading for call history.Nancy Chen
The phrasing "Last Week" was confusing phrasing, because it included anything from 2-7 days from today. Removing for now. Bug: 17632092 Change-Id: I05ff691c8cc3b20d3d61fae8d7ee0c5c134f4838
2014-09-17Update colors in Dialer for GAR requirementsYorke Lee
Make View call history color #737373 Make preference headers #333333 Make preference descriptions/summaries #737373 Bug: 17548969 Change-Id: I2cf85896d6bbef934fee73ac2f8a3a96d50ef3ac
2014-09-11Move scrollbar to the right. Add custom assets.Nancy Chen
Added custom scroll bar handle so that the scroll bar track is moved 8dp to the right. Bug: 17359310 Change-Id: Id33d6bd2a031084e7be41999018979563abec793
2014-09-10Set default action bar elevation for dialer.Nancy Chen
Currently the action bar elevation is only applied to the main android activity, we want this elevation everywhere, in particular for the Settings action bar. Bug: 17420792 Change-Id: Ia80ac4debfbfa771364b74a2002c2db4d0b3b685
2014-09-05Update Contacts application title in Dialer stringYorke Lee
Bug: 17404537 Change-Id: I72a90bdcbaa0b42c0d7482443c53ab8f468b5547
2014-09-03Clean up activity/application labelsJay Shrauner
Bug:17357577 Change-Id: Ibaa4251665e46cf29d36190670042522da9baeaf
2014-09-03Add colorControlActivated attribute to DialerYorke Lee
Bug: 17359310 Change-Id: I28f2c2dd45bedd86752eb7059670458b5c04d107
2014-08-22Merge "Add "add to contacts" actionable item to shortcut card." into lmp-devAndrew Lee
2014-08-22Add "add to contacts" actionable item to shortcut card.Andrew Lee
+ 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
2014-08-22Merge "String updates for general dialer settings." into lmp-devAndrew Lee
2014-08-21String updates for general dialer settings.Andrew Lee
+ Reorder "vibrate" to be after "dialpad tones" settings. Bug: 16788935 Change-Id: I752ff34624b9ca44187aea5596918233644c5831
2014-08-21Change default alert dialog theme's accentColorBrian Attwell
Bug: 17164053 Change-Id: I3ccdb6a8e31a83a42d6b294e5b41aa9d3cd1632a
2014-08-20Make the settings accent color blue instead of green.Andrew Lee
Bug: 17139811 Bug: 16788935 Change-Id: I5a5eca581d5350ae2d877dfa13f22ed4919ac734
2014-08-16Merge "Tweak FAB tints and positioning." into lmp-devAndrew Lee
2014-08-15Tweak FAB tints and positioning.Andrew Lee
+ Change FAB tint so that it's not 100% opacity. + Change dialpad touch tints to new theme color. - Don't translate FAB downwards when opening dialpad. Bug: 16399233 Change-Id: I7d5e0015e0d7d436ce3e2780f3048dfb792d13c0
2014-08-15Merge "Pushed the search result contact text to the right and removed extra ↵Nancy Chen
dimens." into lmp-dev
2014-08-15Pushed the search result contact text to the right and removed extra dimens.Nancy Chen
Part of update to Dialer search results Bug: 15596340 Change-Id: Ia89dc027e3ada1c0084e40d139ce06a46cac943b
2014-08-14Add "general settings" settings menu in DialerAndrew Lee
+ Add new fragment/preference screen xml for general settings. + Some settings are moved from Telephony's call settings. Logic in the general settings fragment is mostl taken from the CallFeaturesSetting PreferenceActivity.. + Some settings are contact display options which have been moved into this menu. + Moved DefaultRingtonePreference from Telephony. Bug: 16788935 Change-Id: I28677bfdcb2cb17bce4981c01b6c03d4effa0a7e
2014-08-06Tweak Z-depth for Dialer ActionBarYorke Lee
Bug: 16550151 Change-Id: I27cff5de9aa97f4709b609574c3986c76d9f7050
2014-08-06Change background color for SearchFragmentNancy Chen
FAFAFA -> F9F9F9 Bug: 16656480 Change-Id: I26e17012a8631ae3370684655b8cf1c698613064
2014-08-05Update directory header to not pin the headers and update styleNancy Chen
Turned the scrolling directory list headers into normal headers and updated colors. Bug: 15596340 Change-Id: I911ba45e2164b064d5e9aeb256f7b83b39c453b1
2014-07-30Update red and green colors in call logNancy Chen
Missed and incoming/outgoing need updated red/green colors. Bug: 16385550 Change-Id: I2cf95327a46b8a4dd5b50139e46db06dba8a4e8f
2014-07-29Continue to make UI color changes in Dialer.Nancy Chen
Specifically to update text and background color in call details and colors in dialpad. Bug: 16356911 Change-Id: I048ca9d71a7befb25aa9f68bace5b6cd7f76e47a
2014-07-28Merge "Update Dialer activity background colors" into lmp-devNancy Chen
2014-07-28Update Dialer activity background colorsNancy Chen
f6f6f6 -> fafafa and restore the call_log_primary_background_color since it doesn't seem to affect anything. Bug: 16356911 Change-Id: I255e33606b527cfc808a1adef03afcd5476a3b48
2014-07-24Merge "Shift actionbar title to the 72dp line." into lmp-devNancy Chen
2014-07-28Shift actionbar title to the 72dp line.Nancy Chen
Action bar title should be shifted to the right. Bug: 16627750 Change-Id: Ief0cb6dc49d5067aa5448a8cbaa21e6cb96b9bf5
2014-07-28Decreased height of action bars in dialerNancy Chen
Kept the height of the search box the same while decreasing the height of all other action bars. Bug: 16627750 Change-Id: I43f2ae6b0f67113df2522369f5fef78c0dc12df4
2014-07-25Merge "Decreased height of action bars in dialer" into lmp-devNancy Chen
2014-07-25Add account label to call details if appropriateNancy Chen
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
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-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-22Move ViewPagerTabs out of Dialer repoBrian Attwell
Bug: 16158921 Bug: 15616182 Change-Id: Ie648d78dd4df402936c4665eca7c6998e463ca2b
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-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-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-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-10Adding support for video call icon and data usage in call log.Tyler Gunn
Bug: 16013684 Bug: 16015261 Change-Id: Ie75443d641c1e09a5772bb618aba55de8583716b
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-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-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-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-13Delete unused expanded search text size.Andrew Lee
Change-Id: I1767ea30bfe6ad7642d788245a57b351aec6f1e6
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-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 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-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-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