Fabrice Di Meglio
84dfc0b5d6
Merge "Fix overdraw and do some layout optimizations" into lmp-dev
2014-07-18 18:24:25 +00:00
Adam Lesinski
8d7be7b738
Update Settings to use new UsageStats API
...
Change-Id: I89740d9b0c21f1ac6aa68feedc7730dd98b244c9
2014-07-18 14:35:54 -07:00
Paul Lawrence
312927abd7
Material fixes for tablets
...
Remove wireframe Android from pattern screen
Remove tablet specific password entry - we don't have one for PIN, and
the password one looks awful.
Bug: 15328359
Change-Id: I3d73a346166641ab72ecf520f9fbe2ee1379fe8a
2014-07-18 19:49:26 +00:00
PauloftheWest
772cf20616
Merge "Minor string fixes for translation" into lmp-dev
2014-07-17 21:58:28 +00:00
PauloftheWest
60105a966a
Minor string fixes for translation
...
Bug: 16321903
Bug: 16321706
Bug: 16321066
Bug: 16321704
Change-Id: I65d0d8c89a8d0e7bf2ff2280aab32cd63b9fe369
2014-07-18 11:04:13 -07:00
Fabrice Di Meglio
c08c67be88
Merge "Fix alignment of ActionBar title and Preferences for tablet UI" into lmp-dev
2014-07-17 21:58:28 +00:00
Tadashi G. Takaoka
3ac7802ee6
Fix duplicate string resources
...
Change-Id: I33fd2e236f7462fc8a8fd14f56226e21d74a0311
2014-07-17 18:07:26 -07:00
Michael Wright
b8a90e5042
Merge "Add OP_PROJECT_MEDIA to AppOps" into lmp-dev
2014-07-17 21:04:20 +00:00
Paul Lawrence
eb0628bb02
Merge "Final touches to material theme for phones" into lmp-dev
2014-07-17 19:13:40 +00:00
Paul Lawrence
aa05738cd2
Final touches to material theme for phones
...
Fix layout
Improve text color/size
Improve edit box look
Hide status bar at top
Bug: 15328359
Change-Id: Ia0ea75c74b352963ccf47db0ff7c9684adc1f2a3
2014-07-17 13:29:23 -07:00
Amith Yamasani
d0a057ccc8
Merge "Improvements to user settings" into lmp-dev
2014-07-17 17:59:02 +00:00
Amith Yamasani
c16b73e92b
Improvements to user settings
...
Exiting guest mode from within guest user.
Updated assets and cleaned up/optimized some asset clipping code.
Bug: 15761851
Bug: 16355550
Change-Id: I431e92bac3cbedd46bd1e33cffc4d9f0c576ca69
2014-07-17 20:22:08 -07:00
Alan Viverette
5427b9a799
Update new TimePicker widget to match Settings theme
...
BUG: 11218747
Change-Id: I093e16df14832502af0ac28e19e3ad672a51e1d6
2014-07-17 04:36:55 +00:00
Fabrice Di Meglio
e817a66e83
Fix bug #15702424 add-wifi setting screen has no title
...
- pass the missing EXTRA_SHOW_FRAGMENT_TITLE_RESID
- define a new string for the Activity title
- code cleaning: remove a non needed call to getIntent()
Change-Id: I430d59c0225c6e7f23e78edf5644d07ef33a9d98
2014-07-16 19:51:06 -07:00
PauloftheWest
08ee22cb35
Merge "Removed extraneous string from strings.xml" into lmp-dev
2014-07-17 02:29:54 +00:00
PauloftheWest
44b6f51042
Removed extraneous string from strings.xml
...
Change-Id: I68db708eed866f644a2443bdc90582ae3e5c85eb
2014-07-17 12:49:19 -07:00
Dianne Hackborn
c19eb361a4
Battery chart fixes.
...
When there is no data to show, don't make a crazy collapsed chart.
Also avoid re-creating the chart when scrolling.
And fix various other things.
Change-Id: Ia1895bc7c46e6d830e66f66e66f17726e1e23e3f
2014-07-17 12:09:54 -07:00
Fabrice Di Meglio
a874180fbe
Fix bug #16356067 adb shell am start -a android.settings.DEVICE_INFO_SETTINGS is crashing again
...
- regression from 9717fab53d
- add the missing dashboardBackgroundColor attribute to the DialogWhenLarge Themes
Change-Id: I9f7e21d33851966350726e4b3bf79a5a4d12a37f
2014-07-16 17:02:41 -07:00
Fabrice Di Meglio
9b435f29d7
Merge "Fix bug #15702424 add-wifi setting screen has no title" into lmp-dev
2014-07-16 23:30:53 +00:00
Baligh Uddin
a1ed7f2f77
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-07-16 23:30:53 +00:00
Baligh Uddin
c2befed25d
Import translations. DO NOT MERGE
...
Change-Id: I2e49081933e98dc3109219c21bd737c3e22fd6f7
Auto-generated-cl: translation import
2014-07-16 18:46:36 -07:00
Fabrice Di Meglio
b5b35fa1cf
Merge "Fix bug #16356067 adb shell am start -a android.settings.DEVICE_INFO_SETTINGS is crashing again" into lmp-dev
2014-07-16 23:42:05 +00:00
Chris Craik
7babd05509
Merge "Accessibility text contrast control" into lmp-dev
2014-07-16 22:04:55 +00:00
Chris Craik
fc72424cd7
Accessibility text contrast control
...
b/14624452
Change-Id: I0f6708680eb37cf8e7dc63cae56b639eaf7c8dbd
2014-07-16 18:04:26 -07:00
Andres Morales
0128374aae
Increase oem_unlock_enable char limit for translation
...
Bug: 16220494
Change-Id: I3974b241bc57130e518dab4b20348e698a276854
2014-07-17 01:03:02 +00:00
Fabrice Di Meglio
7d79e41877
Fix OwnerInfos
...
- use a white background for being in line with the Material Theme
- fix padding so that the edge effect is showing full width
See bug: #13140648 Settings needs to support the new Quantum Paper theme
Change-Id: Iea1cf6b104ee8bf5f311f7d3485d0500884dc57a
2014-07-15 18:55:27 -07:00
Michael Wright
bdf28e4025
Add OP_PROJECT_MEDIA to AppOps
...
Bug: 9905068
Change-Id: Ie929cfbe0001f6e6645316ea8b2eca13aab35675
2014-07-16 00:04:19 +00:00
PauloftheWest
f3282c5001
Merge "Corrected mispelling in strings.xml" into lmp-dev
2014-07-16 13:12:22 +00:00
PauloftheWest
7a18c4c4ce
Corrected mispelling in strings.xml
...
Bug: 16345771
Bug: 16337577
Change-Id: I63912c51b5483d4adbfc70668318cd14c344d244
2014-07-16 16:13:09 -07:00
PauloftheWest
b64a1f2fde
Merge "Added Wifi Assistant Card" into lmp-dev
2014-07-16 16:25:13 +00:00
PauloftheWest
060e01a93e
Added Wifi Assistant Card
...
+ Show Wi-Fi Assistant card above network list that scroll under the action bar with the rest of the list
+ Display a promo image and text
+ Clicking "Setup" should link to the selected Wi-Fi assistant app (must be open to 3rd parties)
+ Touching "No, Thanks" should snooze this card for 30 days / 2nd time 90 / 3rd time 180 days / then forever
Bug: 15703202
Change-Id: If74101bea630246c6bda2de3ed79fee72eca4c0c
2014-07-16 15:46:09 -07:00
Fabrice Di Meglio
1b18665dbc
Fix bug #16319697 ACTION_DEVICE_INFO_SETTINGS intent causes Settings app to crash
...
- fix the way we are passing switchBarMarginStart / switchBarMarginEnd
Change-Id: Ic6e67643be10877a74ae68075460fa5fd4cc5da1
2014-07-15 18:52:37 -07:00
Paul Lawrence
41eb85226c
Merge "Make crypt dialogs material" into lmp-dev
2014-07-15 20:35:01 +00:00
Paul Lawrence
89c7570dd4
Make crypt dialogs material
...
White on black material theme
Center text
Remove fade to black task
Fix emergency call button
Note - does not implement all requirements of frames in the defect. More
to follow.
Bug: 15328359
Change-Id: I878e59dccffff366ba2484bb77482e168cbd2b81
2014-07-16 08:07:35 -07:00
PauloftheWest
95619db072
Added strings for PBAP and MultiSim
...
Bug: 16345619
Change-Id: If7165312723316d5fd90a441562617e03023b015
2014-07-16 10:38:44 -07:00
PauloftheWest
97ed6faa70
Merge "Changed text "NFC & More" to "More" and other minor text changes" into lmp-dev
2014-07-15 00:22:01 +00:00
PauloftheWest
4181d73b02
Changed text "NFC & More" to "More" and other minor text changes
...
Bug: 16298245
Change-Id: Id2bf3fc10523372a4f22d1298b57d62a2cc781cc
2014-07-15 07:44:37 -07:00
PauloftheWest
55edbae88f
Numerous additional strings needed for translation.
...
Bug: 16288110
Change-Id: I0701f90f4444700a12f68a2f44598326e94a08ec
2014-07-15 07:27:24 -07:00
PauloftheWest
d74c812140
Merge "Adding strings for Call Manager do not merge" into lmp-dev
2014-07-15 00:17:34 +00:00
PauloftheWest
2b4cf0561c
Adding strings for Call Manager do not merge
...
Bug: 16300328
Change-Id: Iac23de5a8668e9f5a4e96225ab48330f10cb1499
(cherry picked from commit da43612e4b
)
2014-07-14 23:41:20 +00:00
PauloftheWest
6c5ef39135
Numerous additional strings needed for translation. do not merge
...
Bug: 16288110
Change-Id: I84621b00da52dcee9eb8c24e92a41ccc7f7a6bd1
(cherry picked from commit 90887e656c
)
2014-07-14 23:27:29 +00:00
PauloftheWest
3d009cad14
Changed wording from "Mobile" to "Cellular" do not merge
...
Bug: 15720445
Change-Id: Ibfd196d80be030b694473faa24b746536daa3107
(cherry picked from commit 7325abcd62
)
2014-07-14 22:39:15 +00:00
Alan Viverette
97e5aac732
Use activity for brightness dialog
...
BUG: 15512088
Change-Id: Ibe38525b78d06e97cdf7e6369ca8179ab63e59d7
2014-07-14 15:07:34 -07:00
Christoph Studer
bc1889071f
Merge "NotificationStation: Fix crash, use dark theme" into lmp-dev
2014-07-14 21:09:14 +00:00
Russell Brenner
6ecd6aa8cb
Merge "Setup Wizard string refresh" into lmp-dev
2014-07-15 00:41:06 +00:00
Russell Brenner
dbe1283da0
Setup Wizard string refresh
...
Update strings from UX flows in time for string freeze deadline.
Bug: 16299032
Change-Id: I37e8ccc7197ff08d5f7eba835276c745f13e5487
2014-07-15 01:10:53 +00:00
Jason Monk
f43bbeb247
Revert "Add lock-to-app to settings"
...
This reverts commit 315070d58b
.
Change-Id: Id78311a4e0f371a87c975cc97587a404e0dfdb7f
2014-07-14 16:44:56 +00:00
Christoph Studer
9717fab53d
NotificationStation: Fix crash, use dark theme
...
Bug: 15899979
Change-Id: Ieaa65e300cdc9cbed83b601b7a972a1e245c4961
2014-07-14 17:20:17 +02:00
Alexandra Gherghina
cfc7f9d960
Remove old accounts tile, replaced by a separate screen
...
Bug: 15815948
Bug: 15819268
Change-Id: I3b6978cff346c73cca1d6a2c209ffe4c71808244
2014-07-14 10:02:14 +01:00
PauloftheWest
059a70fdc0
Numerous minor updates for Bluetooth Settings
...
+ Remove top "this device" item from the list
+ Upon opening Bluetooth settings, cue a search for available, pair-ready devices
+ Upon opening Bluetooth settings, make the phone/tablet visible to other devices
+ Keep phone/tablet visible as long Bluetooth settings is open and screen is on
+ Filter this list so that only pair-ready devices are displayed
+ Add non-interactive text “<Device name> is now visible to nearby devices” at the bottom of the available devices list
Overflow menu:
- Remove “visibility timeout”
+ Replace “Search for devices” with “Refresh”
Bug: 15716927
Change-Id: I7c5225784af9bfb48dde511e05503ddc59be2b2b
2014-07-11 16:52:47 -07:00