summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2015-03-11Fix break, add drawables.Andrew Lee
These were originally forgotten to be git-added, then were but were never uploaded. So, it compiled locally because the files existed, but broke when it was submitted. Change-Id: If46153336d2a49eef69e76b5213b1db5881a269a
2015-03-11Merge "Replace tabs-text with icons."Andrew Lee
2015-03-11Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I596c5fb861956f63330b39c757112e22572f9805 Auto-generated-cl: translation import
2015-03-09Merge "Add Accessibility settings to top-level."Andrew Lee
2015-03-09Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Ieb3030f8c9431c2778a86267224cb03a7f38693c Auto-generated-cl: translation import
2015-03-06Replace tabs-text with icons.Andrew Lee
+ Add resources and drawables for icons to label the tabs. + Pass drawable ids to the ViewPagerTabs in ListsFragment. Change-Id: Ib7b3fcaa2257fc439b6fae8b017646c3d150eb56
2015-03-06Remove OverlappingPaneLayout.Andrew Lee
- Remove the OverlappingPaneLayout, which is no longer needed since the recents card has been removed. - Known Issue: SearchBar is no longer hidden on scroll. - Known Issue: shouldShowActionBar does not return correct value. I plan to fix these KIs in a follow up CL, but going for incremental changes for now to try to keep it apparent what is being done. Bug: 19372817 Change-Id: I9ae1ca19820c87f252863074a5bcab6923b03558
2015-03-06Merge "Move DTMF length setting to Sound settings."Andrew Lee
2015-03-06Merge "Remove the shortcut/recents card."Andrew Lee
2015-03-05Remove the shortcut/recents card.Andrew Lee
- Delete SwipeableShortcutCard, ShortcutCardsManager. - Remove related references in ListsFragment, layouts, helpers for swipe behavrio, dimensions, and ids. + Update sliding logic in ListsFragment. It's not ideal to use a frame layout to provide spacing/color, but this is the most straightforward way to maintain behavior for now. This can/should be revisited if removing the OverlappingPaneLayout. Bug: 19372817 Change-Id: I789119fb8f87ea19cda545eec7c722306fc2813d
2015-03-04Move DTMF length setting to Sound settings.Andrew Lee
Bug: 19372734 Change-Id: I59742a36333b1923459b89c4f11f741feb4d3e78
2015-03-04Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Ib36b2ba4ea29af6bdfd6f0ff6ed40a7fae9446eb Auto-generated-cl: translation import
2015-03-02Add Accessibility settings to top-level.Andrew Lee
Followup CL will prevent this from showing if TTY Mode and HAC are not supported. Bug: 19372734 Change-Id: I8f1e93efab6447d2099d5eb6e734704d6632e299
2015-03-02Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I2993b70061cd21bfe92ab15fcdf8201499ee3a7a Auto-generated-cl: translation import
2015-02-27Cleanup SoundSettingsFragment.Andrew Lee
+ No functional change, but cleaner / more robust code. + Converted preference keys into shared string constants. + Reorganized code in SoundSettingsFragment into clearer helpers. + Defined constants for "magic" values used for sound preferences. Bug: 19372734 Change-Id: Ic0eb44d72548909ae6c520b18e0f4e2a2d013ac6
2015-02-27Merge "Convert GeneralSettings to SoundSettings."Andrew Lee
2015-02-26Convert GeneralSettings to SoundSettings.Andrew Lee
Rather than create a new fragment for "Sounds and vibration", reuse the existing general settings fragment. The other settings which used to reside general settings have been moved into their own top-level settings fragments. + Rename layout file and fragment. + Tweak string names. - Delete category heading; no longer necessary. Bug: 19372734 Change-Id: I5690df7ecbd49da5d5af94889e6b68e053ce25ba
2015-02-26Merge "Rename DisplayOptions to DisplayOptionsSettings."Andrew Lee
2015-02-26Rename DisplayOptions to DisplayOptionsSettings.Andrew Lee
I figured this would be a better naming pattern for the settings. Bug: 19372734 Change-Id: I658b6e364bcdc6b41af2c41a98ecd84f5e64cadf
2015-02-26Merge "Use new PowerManager API to implement voicemail proximity"Yorke Lee
2015-02-26Merge "Add DisplayOptions PreferenceFragment."Andrew Lee
2015-02-26Use new PowerManager API to implement voicemail proximityYorke Lee
This allows us to fully blank out the screen instead of faking a black screen leaving the nav bar and notification bar active. Bug: 11734938 Change-Id: I716642fa7f85776d1701d3b95736065dec4d2eac
2015-02-26Add DisplayOptions PreferenceFragment.Andrew Lee
- Remove display options from the general settings fragment. + Move display options into their own fragment, and add header in the top-level Dialer settingss which points to them. Bug: 19372734 Change-Id: I3452177ba5c31fd9e86dafbcf22eebd56c2bb091
2015-02-26Remove custom Preference.Header layout.Andrew Lee
This custom adapter was legacy from our implementation of Material design, but we should use the system default styling now. Bug: 19529041 Change-Id: Ie30e283bdc00895746c429a337cad19a95ac6b0f
2015-02-25Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I39bf90d02af7c90784f52184a6dea12cfcf1f474 Auto-generated-cl: translation import
2015-02-25Merge "Adding disabled colors for settings."Tyler Gunn
2015-02-23Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Ib49eb005c5ce4bcfa98fd55542e4a8451d8b6626 Auto-generated-cl: translation import
2015-02-19Merge "Move QuickResponseSettings to top-level."Andrew Lee
2015-02-19Move QuickResponseSettings to top-level.Andrew Lee
+ Add "Quick responses" header to DialerSettingsActivity. - Delete code in GeneralSettingsFragment related to quick responses. - Delete the RespondViaSms PreferenceScreen from the general settings layout. - Remove unused "other" label string. Bug: 19372734 Change-Id: I5067da19b1eab5aa370e687556b368c7bd010e2c
2015-02-17Merge "Remove shortcut cards list view"Yorke Lee
2015-02-17Remove shortcut cards list viewYorke Lee
Remove ListView containing shortcut cards and replace it with a single ShortcutCard card. Rename ShortcutCardAdapter to ShortcutCardManager with slight refactor. Some corresponding logic changes inside ListsFragment. Reduces the number of getView calls at startup from 4 to 1. Change-Id: I11787bdb1d04cc19634c21bfd398b7533c75d339
2015-02-05Adding disabled colors for settings.Tyler Gunn
This mimics what we've had to do in Telephony settings. Bug: 19237764 Change-Id: I78c7d2b3901f29a12c606aa823cd9abfb0db106a
2015-02-04Merge "Convert unnecessary RelativeLayout to FrameLayout"Yorke Lee
2015-02-04Import translations. DO NOT MERGEGeoff Mendal
Change-Id: If1858489c9100a718221ea4d191d592b29470178 Auto-generated-cl: translation import
2015-02-03Convert unnecessary RelativeLayout to FrameLayoutYorke Lee
Change-Id: I8b68eadf13f581d10b92ae58eb78d04f31a6ff60
2015-02-02Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I25ccbbf38ac84b73bccad7353c84d99c97dd9772 Auto-generated-cl: translation import
2015-01-28Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I64ed31bf89de2a60bda72a2e9004fbc6e4029f3a Auto-generated-cl: translation import
2015-01-19Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I5062e3e09421b7810625acd032972b1c4e7bbe2d Auto-generated-cl: translation import
2015-01-08am ebc7ab5c: am 375de525: am 69df0042: Set track drawable to null to remove ↵Andrew Lee
grey track. * commit 'ebc7ab5c42240d8cfbb34245d7e996091c480aaa': Set track drawable to null to remove grey track.
2015-01-08am 375de525: am 69df0042: Set track drawable to null to remove grey track.Andrew Lee
* commit '375de5258fd086d3e9abee85a7ee015ed3f1d86b': Set track drawable to null to remove grey track.
2015-01-07Set track drawable to null to remove grey track.Andrew Lee
Bug: 18933278 Change-Id: I1b351de91c54b7273d9af6f8ea425b4837cc4d8e
2014-12-23Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I2f940ef341a2fbe051fc8bcd19faabc203adaa84 Auto-generated-cl: translation import
2014-12-23Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I394c66ce43c99ed9f194c45f90b8c931dd1a6a0d Auto-generated-cl: translation import
2014-12-10Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Id95dbd35b0c1bedc34f25997f2dc4670653c6f24 Auto-generated-cl: translation import
2014-12-10Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I6e808b1fe0b0a1ac68882ad7ed0b65af6f63112d Auto-generated-cl: translation import
2014-12-09am f70a7d30: am 61a41437: am 1e5325f4: Add Text-to-Speech annotations for ↵Ihab Awad
phone number displays (3/3) * commit 'f70a7d304e72e8dbdcaedea21eb1cb8af63783e3': Add Text-to-Speech annotations for phone number displays (3/3)
2014-12-09am 13359c01: am f85e7df3: am 40e3c80d: Merge "Expand search bar text to ↵Nancy Chen
vertically fit on small devices." into lmp-mr1-dev * commit '13359c01662a5f08518455e4cadbb248d0150091': Expand search bar text to vertically fit on small devices.
2014-12-08Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Ia5476e3b1d2da3d6f4931ff3cb4eb07ba01f955a Auto-generated-cl: translation import
2014-12-08Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Idd2760942799e7b4481470ae09784480e6d22cdf Auto-generated-cl: translation import
2014-12-08am 61a41437: am 1e5325f4: Add Text-to-Speech annotations for phone number ↵Ihab Awad
displays (3/3) * commit '61a4143777480b61523b992339c68f184613ce57': Add Text-to-Speech annotations for phone number displays (3/3)
2014-12-08am f85e7df3: am 40e3c80d: Merge "Expand search bar text to vertically fit on ↵Nancy Chen
small devices." into lmp-mr1-dev * commit 'f85e7df34cddec548f61a387841b9d051e2c099f': Expand search bar text to vertically fit on small devices.
2014-12-05Add Text-to-Speech annotations for phone number displays (3/3)Ihab Awad
Bug: 17321294 Change-Id: Icc712da80e25e5a5294986ece055fcffaa558f1e
2014-12-05Merge "Expand search bar text to vertically fit on small devices." into ↵Nancy Chen
lmp-mr1-dev
2014-12-04Expand search bar text to vertically fit on small devices.Nancy Chen
The text "Search contacts & places" gets cut off because the small size of certain devices causes the text to spill over to a second line. Use "wrap_content" for height instead of "search_box_icon_size" Bug: 18552411 Change-Id: I2263aca687d1d2a431146d057099980970df75f0
2014-12-04Merge "Import translations. DO NOT MERGE"Geoff Mendal
2014-12-04Merge "Import translations. DO NOT MERGE" into lmp-mr1-devGeoff Mendal
2014-12-03am ac011d29: am 3e35e5d0: am d9dd7bab: Merge "Set content inset end to 0." ↵Andrew Lee
into lmp-mr1-dev * commit 'ac011d294974be9078b409d3bf33cfc414fa4355': Set content inset end to 0.
2014-12-03am 3e35e5d0: am d9dd7bab: Merge "Set content inset end to 0." into lmp-mr1-devAndrew Lee
* commit '3e35e5d04aeffdd05fb1146400224f76b87c8616': Set content inset end to 0.
2014-12-03Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I6db918e2ffc3006d1b637304738a46a93f65be00 Auto-generated-cl: translation import
2014-12-03Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I6ea3394f3659ee881e36e33650a946a1cfe4ebdb Auto-generated-cl: translation import
2014-12-02Set content inset end to 0.Andrew Lee
Bug: 18593764 Change-Id: Ie1b29ae2515a7a9e2c9e8727c7e7a1ec1f6604e2
2014-12-02am c718fb6a: am 8e05055f: am 5dee1ce6: Merge "On MSIM devices, include ↵Nancy Chen
account from call log in talkback." into lmp-mr1-dev * commit 'c718fb6a29e80b01de26147b40e0d5e5e7732063': On MSIM devices, include account from call log in talkback.
2014-12-02am 8e05055f: am 5dee1ce6: Merge "On MSIM devices, include account from call ↵Nancy Chen
log in talkback." into lmp-mr1-dev * commit '8e05055f2dbbbe1f16a1c437ba97ee52df9aa339': On MSIM devices, include account from call log in talkback.
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-12-01Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I0bf2c0d4575322936739fa8b31af9a70a5670f5b Auto-generated-cl: translation import
2014-12-01Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I3adb5a0aba1014b306511d374bfd7c834bc03975 Auto-generated-cl: translation import
2014-11-26Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Ia39f779bd726402b29041c9585df91f04076c9a8 Auto-generated-cl: translation import
2014-11-26Import translations. DO NOT MERGEGeoff Mendal
Change-Id: If13e74da842e65b33cc0ec46ba11e22a7ef25934 Auto-generated-cl: translation import
2014-11-24Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I1e7e0c3bd56dd294ae2c3b338ebf7d814183e7c1 Auto-generated-cl: translation import
2014-11-24Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I8b65c3dcc9ae6411e8d28ca4a33f96025596b619 Auto-generated-cl: translation import
2014-11-21am 44e56fa8: am 45239c84: am f15a2837: Use REDIAL instead of CALL BACK for ↵Yorke Lee
outgoing calls * commit '44e56fa887be5f859c4d8f7e215509f91172f160': Use REDIAL instead of CALL BACK for outgoing calls
2014-11-21am 45239c84: am f15a2837: Use REDIAL instead of CALL BACK for outgoing callsYorke Lee
* commit '45239c84ffbe599d6d5a5335236ec470b2e94e11': Use REDIAL instead of CALL BACK for outgoing calls
2014-11-21am f15a2837: Use REDIAL instead of CALL BACK for outgoing callsYorke Lee
* commit 'f15a2837370b0852dffb464843f3f020ebffa94b': Use REDIAL instead of CALL BACK for outgoing calls
2014-11-20Use REDIAL instead of CALL BACK for outgoing callsYorke Lee
Bug: 17325604 Change-Id: Ida625d884088575760e394b2b58a4fc5b7126033
2014-11-19Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I7142e5da42b77441a5ac2f34d7f4214ce343026f Auto-generated-cl: translation import
2014-11-19Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I45ade68897f6c532737adb37328ac94a3ce52482 Auto-generated-cl: translation import
2014-11-19Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I7d9a344348da207f6c1928c7409c654c825d8de8 Auto-generated-cl: translation import
2014-11-17am 8eedfbf1: am afe050a8: am 0274a22b: Merge "Add a color for settings ↵Nancy Chen
button." into lmp-mr1-dev * commit '8eedfbf1c540db4e742525eb0a91cb230701b9f5': Add a color for settings button.
2014-11-17am 677a572f: am ae8e9cd6: am 91fd2c00: Merge "Fix for empty list view text ↵Yorke Lee
being obscured" into lmp-mr1-dev * commit '677a572ff4f790e7ad198d28c151d73fd05b4d08': Fix for empty list view text being obscured
2014-11-17am afe050a8: am 0274a22b: Merge "Add a color for settings button." into ↵Nancy Chen
lmp-mr1-dev * commit 'afe050a8718720f546f5ea17c9f92fdeb6da8895': Add a color for settings button.
2014-11-17am ae8e9cd6: am 91fd2c00: Merge "Fix for empty list view text being ↵Yorke Lee
obscured" into lmp-mr1-dev * commit 'ae8e9cd6dac9f11745ec139a39c4dd9288f4719e': Fix for empty list view text being obscured
2014-11-17am 0274a22b: Merge "Add a color for settings button." into lmp-mr1-devNancy Chen
* commit '0274a22bd9c8fd6037c6a251174dd92ddeada016': Add a color for settings button.
2014-11-17am 91fd2c00: Merge "Fix for empty list view text being obscured" into ↵Yorke Lee
lmp-mr1-dev * commit '91fd2c00f2e27ec08f8075fd332ae6fd2418967e': Fix for empty list view text being obscured
2014-11-17Merge "Add a color for settings button." into lmp-mr1-devNancy Chen
2014-11-17am f3e9baec: am d17df980: am fa14d610: Merge "Add string for redial" into ↵Yorke Lee
lmp-mr1-dev * commit 'f3e9baec89617ce7fde64f2947734e0a39b7bc09': Add string for redial Move ToneGenerator recreation/release to onStart/onStop
2014-11-17am d17df980: am fa14d610: Merge "Add string for redial" into lmp-mr1-devYorke Lee
* commit 'd17df980c1ac7bd3711857c623e32d5e7c631f0a': Add string for redial Move ToneGenerator recreation/release to onStart/onStop
2014-11-17am fa14d610: Merge "Add string for redial" into lmp-mr1-devYorke Lee
* commit 'fa14d610083fcdd3cc327a534d4a2a83008c3509': Add string for redial
2014-11-17Merge "Fix for empty list view text being obscured" into lmp-mr1-devYorke Lee
2014-11-17Merge "Add string for redial" into lmp-mr1-devYorke Lee
2014-11-17Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I9009062e2607659a7f84b39c09edb81cc26b7d19 Auto-generated-cl: translation import
2014-11-17Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Ie23070be965437edfbeedcd09be813022d3a9ecd Auto-generated-cl: translation import
2014-11-17Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I300010b06d8ce648881f0956ac39f1170b2ae854 Auto-generated-cl: translation import
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-13am 55e64e96: am d9edbcd2: am d2575cb1: Merge "Add padding around empty list ↵Andrew Lee
text view." into lmp-mr1-dev * commit '55e64e96e583b707c803aa3c01ef6105fb36b68a': Add padding around empty list text view.
2014-11-13am d9edbcd2: am d2575cb1: Merge "Add padding around empty list text view." ↵Andrew Lee
into lmp-mr1-dev * commit 'd9edbcd2c7d2919c990e7c1b076d77bec1f26126': Add padding around empty list text view.
2014-11-12am d2575cb1: Merge "Add padding around empty list text view." into lmp-mr1-devAndrew Lee
* commit 'd2575cb1f3daa4145478b4778318f67f9d0ccb27': Add padding around empty list text view.
2014-11-12Merge "Add padding around empty list text view." into lmp-mr1-devAndrew Lee