Commit Graph

4790 Commits

Author SHA1 Message Date
Paul Lawrence
a6c75963a3 am 41eb8522: Merge "Make crypt dialogs material" into lmp-dev
* commit '41eb85226ceaba16a635eb6b9818231008466f24':
  Make crypt dialogs material
2014-07-17 18:16:24 +00: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
Alan Viverette
a3fb9ceacc am 5427b9a7: Update new TimePicker widget to match Settings theme
* commit '5427b9a7990d408df1f2231ec649501f848f7d3d':
  Update new TimePicker widget to match Settings theme
2014-07-17 14:18:35 +00:00
Fabrice Di Meglio
4f9f25ac6c am 9b435f29: Merge "Fix bug #15702424 add-wifi setting screen has no title" into lmp-dev
* commit '9b435f29d72d3be25c97ae3234ba375df055d09d':
  Fix bug #15702424 add-wifi setting screen has no title
2014-07-17 14:15:47 +00: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
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
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
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
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
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
PauloftheWest
b97f2efd88 am 4de66531: am 55245894: Merge "Added strings for PBAP and MultiSim" into lmp-dev
* commit '4de665314a8443f4b8913bc145f1de43144bc168':
  Added strings for PBAP and MultiSim
2014-07-16 17:53:11 +00: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
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
Fabrice Di Meglio
5c66753359 am 7d79e418: Fix OwnerInfos
* commit '7d79e41877440f8447f92652ce7cdc386b214523':
  Fix OwnerInfos
2014-07-16 03:04:47 +00:00
Fabrice Di Meglio
1ecfa6e336 am fd1415d2: Merge "Fix bug #16319697 ACTION_DEVICE_INFO_SETTINGS intent causes Settings app to crash" into lmp-dev
* commit 'fd1415d204e4a11a26fe2d550709c0fe42df46ab':
  Fix bug #16319697 ACTION_DEVICE_INFO_SETTINGS intent causes Settings app to crash
2014-07-16 03:04:46 +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
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
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
PauloftheWest
e60b6a8c18 am 97ed6faa: Merge "Changed text "NFC & More" to "More" and other minor text changes" into lmp-dev
* commit '97ed6faa702201d2173bf2199805659080b83112':
  Changed text "NFC & More" to "More" and other minor text changes
2014-07-15 17:05:53 +00:00
PauloftheWest
24377a2780 am 55edbae8: Numerous additional strings needed for translation.
* commit '55edbae88f3dca9da9b3de676a62ddd614f9a291':
  Numerous additional strings needed for translation.
2014-07-15 17:05:52 +00:00
Christoph Studer
764c81d9eb am bc188907: Merge "NotificationStation: Fix crash, use dark theme" into lmp-dev
* commit 'bc1889071ff0ecfe79cbc070b57c3301863cf26d':
  NotificationStation: Fix crash, use dark theme
2014-07-15 17:05:51 +00:00
PauloftheWest
55edbae88f Numerous additional strings needed for translation.
Bug: 16288110
Change-Id: I0701f90f4444700a12f68a2f44598326e94a08ec
2014-07-15 07:27:24 -07:00
Russell Brenner
94364f9c16 am 6ecd6aa8: Merge "Setup Wizard string refresh" into lmp-dev
* commit '6ecd6aa8cba6b6b578606a1aa274e6960b7f0b79':
  Setup Wizard string refresh
2014-07-15 02:35:41 +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
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
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
PauloftheWest
da43612e4b Adding strings for Call Manager
Bug: 16300328
Change-Id: Iac23de5a8668e9f5a4e96225ab48330f10cb1499
2014-07-14 16:37:58 -07:00
PauloftheWest
90887e656c Numerous additional strinegs needed for translation.
Bug: 16288110
Change-Id: I84621b00da52dcee9eb8c24e92a41ccc7f7a6bd1
2014-07-14 16:17:14 -07:00
Jason Monk
4767d5259d am f43bbeb2: Revert "Add lock-to-app to settings"
* commit 'f43bbeb247fdcdbf8fdc6b5ffbd437797a99ce6b':
  Revert "Add lock-to-app to settings"
2014-07-14 21:49:22 +00:00
Alexandra Gherghina
418d27ee46 am cfc7f9d9: Remove old accounts tile, replaced by a separate screen
* commit 'cfc7f9d9600f7b4514ce9608314874bf1023eb21':
  Remove old accounts tile, replaced by a separate screen
2014-07-14 21:08: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