OSDN Git Service

android-x86/packages-apps-Settings.git
10 years agoMerge "Code cleaning"
Fabrice Di Meglio [Tue, 17 Jun 2014 21:37:29 +0000 (21:37 +0000)]
Merge "Code cleaning"

10 years agoCode cleaning
Fabrice Di Meglio [Tue, 17 Jun 2014 21:29:42 +0000 (14:29 -0700)]
Code cleaning

- remove unused class AccessPointCategoryForSetupWizardXL
- also remove its usused layout

Change-Id: I2f8e7b41b112137b7b98678127ae7215932e7a25

10 years agoFix ProgressCategory theming and layout
Fabrice Di Meglio [Tue, 17 Jun 2014 20:56:13 +0000 (13:56 -0700)]
Fix ProgressCategory theming and layout

- add missing constructors for correct theming
- fix layout by adding missing paddingStart / paddingEnd

Change-Id: I52a511d326b760a47339b2b9dad349c9f825dbd2

10 years agoMerge "Fix ProgressCategory theming and layout"
Fabrice Di Meglio [Tue, 17 Jun 2014 21:23:39 +0000 (21:23 +0000)]
Merge "Fix ProgressCategory theming and layout"

10 years agoAdd Search / Indexing to Data Usage / Mobile Hotspots
Fabrice Di Meglio [Tue, 17 Jun 2014 19:30:18 +0000 (12:30 -0700)]
Add Search / Indexing to Data Usage / Mobile Hotspots

- implement a BaseSearchIndexProvider and pass all the needed
strings to index (including the Wi-Fi SSIDs)

Change-Id: Ic7a640c76cd7c2af77585e87e216b283af61a29e

10 years agoFix VolumeSeekBarPreference
Fabrice Di Meglio [Tue, 17 Jun 2014 18:37:55 +0000 (11:37 -0700)]
Fix VolumeSeekBarPreference

- was not able to do theming and all progress was blocked to "0"
- add missing constructors

Change-Id: Iee0d14b7f6e6708290e5d7838768f7a8da934c93

10 years agoMerge "Fix bug #15687210 Settings crashing when turning ON<>OFF developer option."
Fabrice Di Meglio [Tue, 17 Jun 2014 16:36:18 +0000 (16:36 +0000)]
Merge "Fix bug #15687210 Settings crashing when turning ON<>OFF developer option."

10 years agoFix bug #15687210 Settings crashing when turning ON<>OFF developer option.
Fabrice Di Meglio [Tue, 17 Jun 2014 16:33:03 +0000 (09:33 -0700)]
Fix bug #15687210 Settings crashing when turning ON<>OFF developer option.

- prevent NPE
- define default value (to 256K)
- add more logs for showing value which has been set or any exception

Change-Id: I8f067f14d81ee56631d1ad74b91b5ede26cae125

10 years agoMerge "Add Search / Indexing to Data Usage / Mobile Hotspots"
Fabrice Di Meglio [Tue, 17 Jun 2014 19:32:49 +0000 (19:32 +0000)]
Merge "Add Search / Indexing to Data Usage / Mobile Hotspots"

10 years agoMerge "Fix VolumeSeekBarPreference"
Fabrice Di Meglio [Tue, 17 Jun 2014 18:39:33 +0000 (18:39 +0000)]
Merge "Fix VolumeSeekBarPreference"

10 years agoFix assorted problems on Crypto screen
Paul Lawrence [Fri, 13 Jun 2014 18:09:55 +0000 (11:09 -0700)]
Fix assorted problems on Crypto screen

Show keyboard on retry with PIN or password
Show correct message on cooldown
On return from emergency call, don't override cooldown
Don't show keyboard on return from emergency call if in cooldown
Show back functionality on emergency call

Change-Id: I5cc93cb09ad758b72521bd43cfad1040be2e5f8d

10 years agoRemove crypto pattern after two seconds
Paul Lawrence [Thu, 12 Jun 2014 15:26:08 +0000 (08:26 -0700)]
Remove crypto pattern after two seconds

Currently pattern is left on after a failed attempt. This change removes
it after a timeout.

Change-Id: I77830510b17396f6e64a482816f6041af0fdc166

10 years agoMerge "[WifiSetup] Use setup navigation bar"
Maurice Lam [Tue, 17 Jun 2014 17:36:28 +0000 (17:36 +0000)]
Merge "[WifiSetup] Use setup navigation bar"

10 years agoMerge "Gray out the selection while the key is not available."
Selim Gurun [Tue, 17 Jun 2014 17:30:13 +0000 (17:30 +0000)]
Merge "Gray out the selection while the key is not available."

10 years agoGray out the selection while the key is not available.
Selim Gurun [Tue, 17 Jun 2014 17:24:44 +0000 (10:24 -0700)]
Gray out the selection while the key is not available.

Bug: 15607413

The old logic was simply making it not selectable. This will disable
it and gray it out providing better feedback.

Change-Id: Iaeaae43f28100ba1a1550db0a919172a249054e8

10 years agoMerge "Fix Up and Search affordances"
Fabrice Di Meglio [Tue, 17 Jun 2014 16:03:29 +0000 (16:03 +0000)]
Merge "Fix Up and Search affordances"

10 years agoam 4139a036: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Tue, 17 Jun 2014 14:30:21 +0000 (14:30 +0000)]
am 4139a036: (-s ours) Import translations. DO NOT MERGE

* commit '4139a0364d113c9cc694f338dcb926d0c9a10a54':
  Import translations. DO NOT MERGE

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 17 Jun 2014 14:21:09 +0000 (14:21 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "Fix owner info"
Paul Lawrence [Tue, 17 Jun 2014 12:57:01 +0000 (12:57 +0000)]
Merge "Fix owner info"

10 years agoFix Up and Search affordances
Fabrice Di Meglio [Tue, 17 Jun 2014 03:11:27 +0000 (20:11 -0700)]
Fix Up and Search affordances

- UP is also shown for a SubSettings of a Shortcut
- Search is never shown for a Shortcut (SubSettings or not)

Change-Id: I5b87cf773ea0266a0f5dd090613bbbba905be330

10 years agoDo not enable bandwidth reduction settings if key is not available
Selim Gurun [Mon, 16 Jun 2014 23:45:53 +0000 (16:45 -0700)]
Do not enable bandwidth reduction settings if key is not available

Bug: 15607413

If bandwidth reduction settings are enabled when a key is not ready
yet, webview network connections stall due to a bug in M36 of chrome.
Do not let it enabled via settings app.

Change-Id: I7dc80c33f72ab59de68f919ef227d5227e6b923d

10 years ago[WifiSetup] Use setup navigation bar
Maurice Lam [Fri, 6 Jun 2014 02:15:20 +0000 (19:15 -0700)]
[WifiSetup] Use setup navigation bar

Use the setup navigation bar in wifi setup activity.

1. Include frameworks/opt/setupwizard/navigationbar/common.mk in the
make file.
2. Make WifiSetupActivity implement NavigationBarListener
3. Added the fragment in setup_preference.xml, wrapping the whole
screen in a LinearLayout
4. Moved skip and next screen logic to WifiSetupActivity, refactored
the skip dialogs into a fragment

Change-Id: Ia973c0a61faa3ead201bd10d5aa8de4bc6e091c1

10 years agoAdd default Dialer preference to Settings
Yorke Lee [Mon, 2 Jun 2014 21:52:17 +0000 (14:52 -0700)]
Add default Dialer preference to Settings

Add a Default phone app setting under wireless settings, and also
a dialog activity that allows a user to confirm the selection of an
application as a default phone app.

Bug: 6948882
Bug: 15021725
Change-Id: I2c1473feba20da01b14fbd30dbecc01be560479d

10 years agoMerge "Do not enable bandwidth reduction settings if key is not available"
Selim Gurun [Tue, 17 Jun 2014 00:25:01 +0000 (00:25 +0000)]
Merge "Do not enable bandwidth reduction settings if key is not available"

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 16 Jun 2014 19:51:55 +0000 (12:51 -0700)]
Import translations. DO NOT MERGE

Change-Id: I28823006ba55ea98c89aed80d77438d9611eae5a
Auto-generated-cl: translation import

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 16 Jun 2014 19:47:24 +0000 (12:47 -0700)]
Import translations. DO NOT MERGE

Change-Id: I4190ddfb6dfd255b3b3eca6b2c4d4817bf86963e
Auto-generated-cl: translation import

10 years agoam e87811a4: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Mon, 16 Jun 2014 16:28:48 +0000 (16:28 +0000)]
am e87811a4: (-s ours) Import translations. DO NOT MERGE

* commit 'e87811a40ef76b55b2912d52a07f4e84feb02a59':
  Import translations. DO NOT MERGE

10 years agoMerge "Settings: Remove low power mode from development settings."
John Spurlock [Mon, 16 Jun 2014 17:29:10 +0000 (17:29 +0000)]
Merge "Settings: Remove low power mode from development settings."

10 years agoSettings: Remove low power mode from development settings.
John Spurlock [Mon, 16 Jun 2014 17:21:07 +0000 (13:21 -0400)]
Settings: Remove low power mode from development settings.

The wiring was removed, this also removes the declarative pieces.
The same function is now under Battery saver settings.

Change-Id: I975afaa3beb771aa80bbef06da1bba9a51519576

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 13 Jun 2014 21:56:38 +0000 (14:56 -0700)]
Import translations. DO NOT MERGE

Change-Id: Ib5764937241b6b8d3f92d8e9c20f88a61908af0a
Auto-generated-cl: translation import

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Sun, 15 Jun 2014 13:03:30 +0000 (13:03 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 13 Jun 2014 22:02:04 +0000 (15:02 -0700)]
Import translations. DO NOT MERGE

Change-Id: I78790de98e3587253d8d1718fd86d5bf36422423
Auto-generated-cl: translation import

10 years agoFix owner info
Paul Lawrence [Thu, 12 Jun 2014 14:59:43 +0000 (07:59 -0700)]
Fix owner info

The owner info field was set to be the same size as the status field.
This means, that, for instance, when the status field shows 'Try again'
you only get a very short owner info area.

Change-Id: Ib9b49f8d64d47f0ade686f1f99b2d1a2176cdfc5

10 years agoMerge "Show time to go while encrypting drive"
Paul Lawrence [Sat, 14 Jun 2014 13:19:03 +0000 (13:19 +0000)]
Merge "Show time to go while encrypting drive"

10 years agoRevert "logd: Add Developer settings for size, merge conflict issue"
Colin Cross [Fri, 13 Jun 2014 23:26:15 +0000 (23:26 +0000)]
Revert "logd: Add Developer settings for size, merge conflict issue"

This reverts commit c6d03a828ed3546a229622bff14620a883a0c609.

Change-Id: Ic41bf8609a1e16a10bfdce021e0536370800b81e

10 years agologd: Add Developer settings for size, merge conflict issue
Mark Salyzyn [Tue, 6 May 2014 15:44:57 +0000 (08:44 -0700)]
logd: Add Developer settings for size, merge conflict issue

- mLogdSize dropped by merge conflict resolution

Bug: 14563261
Change-Id: I11e3aa97a0ba40c3f55041d98c02d7e73629e985

10 years agoresolved conflicts for merge of c2c64a31 to master
Mark Salyzyn [Fri, 13 Jun 2014 21:57:13 +0000 (14:57 -0700)]
resolved conflicts for merge of c2c64a31 to master

Change-Id: Ica0f138d4bf2cf66b8ba485bf286e062be433d0a

10 years agoFix padding issue with Dream list item
Fabrice Di Meglio [Fri, 13 Jun 2014 02:57:39 +0000 (19:57 -0700)]
Fix padding issue with Dream list item

- needs to use the standard Framework one

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: I4f7bb003c928a799bf8b77fce3c4869671816265

10 years agoFix bug #15611108 Stability: CursorIndexOutOfBoundsException in Settings: Index ...
Fabrice Di Meglio [Fri, 13 Jun 2014 18:35:48 +0000 (11:35 -0700)]
Fix bug #15611108 Stability: CursorIndexOutOfBoundsException in Settings: Index -1 requested, with a size of 1

- do not allow to have position < 0

A use case was generated by the Monkeys where they were capable to click on the Header.

Change-Id: I3a8ded4c1471a1589134826539c9db1b551f49dd

10 years agoam 5a9a18c1: Merge "logd: Add Developer settings for size"
Mark Salyzyn [Fri, 13 Jun 2014 20:27:25 +0000 (20:27 +0000)]
am 5a9a18c1: Merge "logd: Add Developer settings for size"

* commit '5a9a18c15b16be282ed48df0fa38045ae9016524':
  logd: Add Developer settings for size

10 years agoMerge "Remove pin and add restrictions for Security settings."
Julia Reynolds [Fri, 13 Jun 2014 17:31:01 +0000 (17:31 +0000)]
Merge "Remove pin and add restrictions for Security settings."

10 years agoRemove pin and add restrictions for Security settings.
Julia Reynolds [Thu, 12 Jun 2014 15:49:12 +0000 (11:49 -0400)]
Remove pin and add restrictions for Security settings.

Bug: 14081992
Change-Id: Iec5667202b6f5ae5b5a2a0cfded1a832d98adaf9

10 years agoMerge "logd: Add Developer settings for size"
Mark Salyzyn [Fri, 13 Jun 2014 20:20:45 +0000 (20:20 +0000)]
Merge "logd: Add Developer settings for size"

10 years agologd: Add Developer settings for size
Mark Salyzyn [Mon, 12 May 2014 17:19:09 +0000 (10:19 -0700)]
logd: Add Developer settings for size

- Dependent on some logd/init/selinux security changes.

Bug: 14563261
Change-Id: I11e3aa97a0ba40c3f55041d98c02d7e73629e984

10 years agoMerge "DO NOT MERGE: Set quantum pattern for crypt dialogs" into lmp-preview-dev
Paul Lawrence [Fri, 13 Jun 2014 00:02:39 +0000 (00:02 +0000)]
Merge "DO NOT MERGE: Set quantum pattern for crypt dialogs" into lmp-preview-dev

10 years agoFix issue #15597136: n7 not showing estimated discharge time
Dianne Hackborn [Thu, 12 Jun 2014 23:40:56 +0000 (16:40 -0700)]
Fix issue #15597136: n7 not showing estimated discharge time

Use battery plugged state to decide whether to show the estimated
discharge time remaining vs. charge time remaining.

Change-Id: I2e0d12871201e7d4927aaa9a94d15bff949a881c

10 years agoDO NOT MERGE: Set quantum pattern for crypt dialogs
Paul Lawrence [Wed, 11 Jun 2014 22:24:37 +0000 (15:24 -0700)]
DO NOT MERGE: Set quantum pattern for crypt dialogs

The bug makes the decrypt screen for patterns very hard to use
(white on white).

Bug: 14883421
Change-Id: Icd2c99c3f483d1a9b6571fa1e124322fbf6f3289
(cherry picked from commit 26abe64c3d7e48d2a929d5a9435e0bb4c17d80a4)

10 years agoMerge "Make the SwitchBar appear immediately" into lmp-preview-dev
Fabrice Di Meglio [Thu, 12 Jun 2014 20:42:23 +0000 (20:42 +0000)]
Merge "Make the SwitchBar appear immediately" into lmp-preview-dev

10 years agoMake the SwitchBar appear immediately
Fabrice Di Meglio [Thu, 12 Jun 2014 03:14:15 +0000 (20:14 -0700)]
Make the SwitchBar appear immediately

- change the way the SwitchBar is shown and hidden
- save its state
- remove the delay transition code

Change-Id: I07260430e6709b42517ca011f6d3c3446a626731

10 years agoSettings: Workaround duplicate onActivityCreate
John Spurlock [Thu, 12 Jun 2014 15:34:56 +0000 (11:34 -0400)]
Settings: Workaround duplicate onActivityCreate

Bug: 13329308
Change-Id: Ia6b8cf766d517b4e8e5689e33cbb52299471407b

10 years agoFix bug #15384992 Setting Dashboard - padding updates
Fabrice Di Meglio [Wed, 11 Jun 2014 22:00:12 +0000 (15:00 -0700)]
Fix bug  #15384992 Setting Dashboard - padding updates

- make padding start / end to "0dip" for Preferences ListView
- update also Battery History Chart padding to be compatible
with other layouts

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: I1faae1186322965d7077e92418a507720bab75cf

10 years agoMerge "Add Settings theme" into lmp-preview-dev
Alan Viverette [Thu, 12 Jun 2014 02:00:19 +0000 (02:00 +0000)]
Merge "Add Settings theme" into lmp-preview-dev

10 years agoAdd Settings theme
Alan Viverette [Thu, 12 Jun 2014 01:35:18 +0000 (18:35 -0700)]
Add Settings theme

Also removes unused colors.

Change-Id: Iadf4d72879ea34eab91a9efe02102a6e35be82eb

10 years agoFix bug #15558357 java.lang.RuntimeException: Unable to start activity
Fabrice Di Meglio [Wed, 11 Jun 2014 19:11:48 +0000 (12:11 -0700)]
Fix bug #15558357 java.lang.RuntimeException: Unable to start activity
...ComponentInfo{com.android.settings/com.android.settings.wifi.WifiSetupActivity}

- add missing attributes to SetupWizard themes

Change-Id: I5d58df8edfcfff4902b714c38dbdbc3933c9323d

10 years agoFix bug #15543626 Bluetooth Settings headers need to support Quantum styling
Fabrice Di Meglio [Wed, 11 Jun 2014 18:27:54 +0000 (11:27 -0700)]
Fix bug #15543626 Bluetooth Settings headers need to support Quantum styling

- per UX request
- remove the TextView "list separator" styling and use the correct one

Change-Id: I54e41d89dd9b930cbaa04bc5b9ed9a5fd9b8605e

10 years agoMerge "Small fixes to power save UI." into lmp-preview-dev
Dianne Hackborn [Wed, 11 Jun 2014 17:26:03 +0000 (17:26 +0000)]
Merge "Small fixes to power save UI." into lmp-preview-dev

10 years agoSmall fixes to power save UI.
Dianne Hackborn [Wed, 11 Jun 2014 06:17:01 +0000 (23:17 -0700)]
Small fixes to power save UI.

Use the correct default setting, and don't crash.

Change-Id: I33fd612aba404e13c8bbe9110535dff1cfba12a4

10 years agoMerge "Fix bug #15545573 Battery use chart is incorrect for date labels and time...
Fabrice Di Meglio [Wed, 11 Jun 2014 16:56:12 +0000 (16:56 +0000)]
Merge "Fix bug #15545573 Battery use chart is incorrect for date labels and time axis labels" into lmp-preview-dev

10 years agoFix bug #15545573 Battery use chart is incorrect for date labels and time axis labels
Fabrice Di Meglio [Wed, 11 Jun 2014 03:20:52 +0000 (20:20 -0700)]
Fix bug #15545573 Battery use chart is incorrect for date labels and time axis labels

- use DateFormat.getBestDateTimePattern(...) to get the best Date and Time format
depending on the Locale
- format the label according to the best format
- remove non needed formatting strings

Change-Id: I78b62b9a7c9401e47e62c7161214636bb43324fc

10 years agoUpdate Settings redlines per UX request
Fabrice Di Meglio [Wed, 11 Jun 2014 00:12:51 +0000 (17:12 -0700)]
Update Settings redlines per UX request

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: Ie95b6cee701847d7f76f2e2a72aaf8fc64bc4dd9

10 years agoMerge "Update Settings redlines per UX request" into lmp-preview-dev
Fabrice Di Meglio [Wed, 11 Jun 2014 02:41:53 +0000 (02:41 +0000)]
Merge "Update Settings redlines per UX request" into lmp-preview-dev

10 years agoMerge "I am a Material girl, living in a Material world." into lmp-preview-dev
Dianne Hackborn [Wed, 11 Jun 2014 23:35:09 +0000 (23:35 +0000)]
Merge "I am a Material girl, living in a Material world." into lmp-preview-dev

10 years agoI am a Material girl, living in a Material world.
Dianne Hackborn [Wed, 11 Jun 2014 23:26:41 +0000 (16:26 -0700)]
I am a Material girl, living in a Material world.

Change-Id: I3206041666a3236fdeb5f5897e6d8767137c2b85

10 years agoMerge "Fix bug #15384992 Setting Dashboard - padding updates" into lmp-preview-dev
Fabrice Di Meglio [Wed, 11 Jun 2014 23:31:50 +0000 (23:31 +0000)]
Merge "Fix bug  #15384992 Setting Dashboard - padding updates" into lmp-preview-dev

10 years agoMerge "In a document centric world, hiding from recents makes no sense." into lmp...
Dianne Hackborn [Wed, 11 Jun 2014 23:03:21 +0000 (23:03 +0000)]
Merge "In a document centric world, hiding from recents makes no sense." into lmp-preview-dev

10 years agoIn a document centric world, hiding from recents makes no sense.
Dianne Hackborn [Wed, 11 Jun 2014 22:56:19 +0000 (15:56 -0700)]
In a document centric world, hiding from recents makes no sense.

Change-Id: I462649a0663cc54c60303392168624483d6a1e17

10 years agoMerge "Remove PIN from users page - use disallow_add/remove_user restrictions."
Julia Reynolds [Thu, 12 Jun 2014 12:39:28 +0000 (12:39 +0000)]
Merge "Remove PIN from users page - use disallow_add/remove_user restrictions."

10 years agoMerge "Set quantum pattern for crypt dialogs"
Paul Lawrence [Thu, 12 Jun 2014 00:06:31 +0000 (00:06 +0000)]
Merge "Set quantum pattern for crypt dialogs"

10 years agoam 2f2cbbc7: Merge "Small fixes to power save UI." into lmp-preview-dev
Dianne Hackborn [Thu, 12 Jun 2014 00:03:50 +0000 (00:03 +0000)]
am 2f2cbbc7: Merge "Small fixes to power save UI." into lmp-preview-dev

* commit '2f2cbbc760c23d89c5b0255378bbf5cb074a6988':
  Small fixes to power save UI.

10 years agoam 782d0f68: Merge "Fix bug #15545573 Battery use chart is incorrect for date labels...
Fabrice Di Meglio [Thu, 12 Jun 2014 00:03:34 +0000 (00:03 +0000)]
am 782d0f68: Merge "Fix bug #15545573 Battery use chart is incorrect for date labels and time axis labels" into lmp-preview-dev

* commit '782d0f689106aed05de80e93948f9e7b30701601':
  Fix bug #15545573 Battery use chart is incorrect for date labels and time axis labels

10 years agoSet quantum pattern for crypt dialogs
Paul Lawrence [Wed, 11 Jun 2014 22:24:37 +0000 (15:24 -0700)]
Set quantum pattern for crypt dialogs

Bug: 14883421
Change-Id: Icd2c99c3f483d1a9b6571fa1e124322fbf6f3289

10 years agoMerge "remove disbaled for unknown reason status"
vandwalle [Wed, 11 Jun 2014 23:35:29 +0000 (23:35 +0000)]
Merge "remove disbaled for unknown reason status"

10 years agoRemove PIN from users page - use disallow_add/remove_user restrictions.
Julia Reynolds [Wed, 11 Jun 2014 20:18:16 +0000 (16:18 -0400)]
Remove PIN from users page - use disallow_add/remove_user restrictions.

Bug: 14081992
Change-Id: If4973d64ae54da602a2682dee5b868ff66273856

10 years agoam 1c3203e8: Merge "Update Settings redlines per UX request" into lmp-preview-dev
Fabrice Di Meglio [Wed, 11 Jun 2014 17:43:44 +0000 (17:43 +0000)]
am 1c3203e8: Merge "Update Settings redlines per UX request" into lmp-preview-dev

* commit '1c3203e83efed2d5c257da8e4f5fba4844b6fa47':
  Update Settings redlines per UX request

10 years agoam e9ee5e2c: Merge "Settings: Battery saver settings sub-page." into lmp-preview-dev
John Spurlock [Wed, 11 Jun 2014 17:02:20 +0000 (17:02 +0000)]
am e9ee5e2c: Merge "Settings: Battery saver settings sub-page." into lmp-preview-dev

* commit 'e9ee5e2cede8d7e8fd7791113903df7eff1ec75a':
  Settings: Battery saver settings sub-page.

10 years agoam 8da48ee8: Remove obsolete NFC unlock XML file.
Martijn Coenen [Wed, 11 Jun 2014 17:02:19 +0000 (17:02 +0000)]
am 8da48ee8: Remove obsolete NFC unlock XML file.

* commit '8da48ee882825c43bce7068382ad730fbbc060e7':
  Remove obsolete NFC unlock XML file.

10 years agoam 6bfec2d6: Remove all dialog icons in Settings
Alan Viverette [Wed, 11 Jun 2014 13:07:58 +0000 (13:07 +0000)]
am 6bfec2d6: Remove all dialog icons in Settings

* commit '6bfec2d6b197068dd355bd1742179fe3da07136f':
  Remove all dialog icons in Settings

10 years agoam a29f3bbf: Merge "Ripple tint is now color" into lmp-preview-dev
Alan Viverette [Wed, 11 Jun 2014 13:07:56 +0000 (13:07 +0000)]
am a29f3bbf: Merge "Ripple tint is now color" into lmp-preview-dev

* commit 'a29f3bbff43c33aedd028a852bfaf53325fe2538':
  Ripple tint is now color

10 years agoam bb883075: Merge "Breaks the build. Issue being tracked in b/15538481" into lmp...
Baligh Uddin [Wed, 11 Jun 2014 12:41:37 +0000 (12:41 +0000)]
am bb883075: Merge "Breaks the build. Issue being tracked in b/15538481" into lmp-preview-dev

* commit 'bb8830756fec3c6ee66b87eb7fe6822d038147ce':
  Breaks the build. Issue being tracked in b/15538481

10 years agoam df055ead: Merge "Replace ic_settings_language.png asset to the new one" into lmp...
Fabrice Di Meglio [Wed, 11 Jun 2014 12:41:35 +0000 (12:41 +0000)]
am df055ead: Merge "Replace ic_settings_language.png asset to the new one" into lmp-preview-dev

* commit 'df055ead66b11fdc28f9af5641013705d064b516':
  Replace ic_settings_language.png asset to the new one

10 years agoam eff52add: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-preview-dev
Baligh Uddin [Wed, 11 Jun 2014 11:24:36 +0000 (11:24 +0000)]
am eff52add: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-preview-dev

* commit 'eff52addfc1c27d9aadbefe7e1e91f2bb2647ab6':
  Import translations. DO NOT MERGE

10 years agoremove disbaled for unknown reason status
vandwalle [Wed, 11 Jun 2014 03:47:19 +0000 (20:47 -0700)]
remove disbaled for unknown reason status

Change-Id: Id9fda1b6aeec8e7122a5c00996e5afbec20ac1cb

10 years agoMerge "Temporary removing the Trust Agent permission change."
Jay Civelli [Wed, 11 Jun 2014 23:00:05 +0000 (23:00 +0000)]
Merge "Temporary removing the Trust Agent permission change."

10 years agoTemporary removing the Trust Agent permission change.
Jay Civelli [Tue, 10 Jun 2014 23:09:00 +0000 (16:09 -0700)]
Temporary removing the Trust Agent permission change.

Removing the permission check for Trust Agents, until the GMS core prebuilt
has that permission.

BUG: 15546358

Change-Id: Ie0a68fcc313b835a8f5e87570fd248612c837bd3

10 years agoMerge "Settings: Remove master swtich from battery saver." into lmp-preview-dev
John Spurlock [Wed, 11 Jun 2014 22:56:28 +0000 (22:56 +0000)]
Merge "Settings: Remove master swtich from battery saver." into lmp-preview-dev

10 years agoSettings: Remove master swtich from battery saver.
John Spurlock [Wed, 11 Jun 2014 22:44:24 +0000 (18:44 -0400)]
Settings: Remove master swtich from battery saver.

And make it a normal switch called "Always on".  Better reflects
the actual effect.

Change-Id: I9f801ddfff39591cb19d665f61a1a05bda317888

10 years agoFix icon location on Wifi Settings
Vinit Deshpande [Wed, 11 Jun 2014 20:36:30 +0000 (13:36 -0700)]
Fix icon location on Wifi Settings

Wifi icons are showing up on the right of the name; which is unlike
other settings; this change fixes that.

Wifi settings are using standard preference layout; so moving to the
new location requires setting different property (icon instead of widget)
on the preference fragment.

Bug: 15117166
Change-Id: I5dd0a843139512d16fb70dd99ed12c3584f57895

10 years agoMerge "Fix bug #15558357 java.lang.RuntimeException: Unable to start activity .....
Fabrice Di Meglio [Wed, 11 Jun 2014 19:13:23 +0000 (19:13 +0000)]
Merge "Fix bug #15558357 java.lang.RuntimeException: Unable to start activity ...ComponentInfo{com.android.settings/com.android.settings.wifi.WifiSetupActivity}" into lmp-preview-dev

10 years agoMerge "Apply LinkProperties changes." into lmp-preview-dev
Robert Greenwalt [Wed, 11 Jun 2014 19:11:57 +0000 (19:11 +0000)]
Merge "Apply LinkProperties changes." into lmp-preview-dev

10 years agoApply LinkProperties changes.
Robert Greenwalt [Sat, 7 Jun 2014 00:42:32 +0000 (17:42 -0700)]
Apply LinkProperties changes.

bug:15142362
Change-Id: I1457111da7d3bd09998f7e010febb8bb4c45c8bc
(cherry picked from commit 51d898fd0223a4b7c728980ab987dd985c02df5f)

10 years agoMerge "Settings: Battery saver settings sub-page." into lmp-preview-dev
John Spurlock [Tue, 10 Jun 2014 21:36:18 +0000 (21:36 +0000)]
Merge "Settings: Battery saver settings sub-page." into lmp-preview-dev

10 years agoMerge "Expose "default tts locale" to the TTS V2 API."
Przemyslaw Szczepaniak [Fri, 13 Jun 2014 12:04:26 +0000 (12:04 +0000)]
Merge "Expose "default tts locale" to the TTS V2 API."

10 years agoExpose "default tts locale" to the TTS V2 API.
Przemyslaw Szczepaniak [Fri, 30 May 2014 10:09:10 +0000 (11:09 +0100)]
Expose "default tts locale" to the TTS V2 API.

Accommodate for the changes in frameworks/base. TtsEngines now
uses Locale objects for setting/getting the default locale
for TTS engines.

Change-Id: I518ace8d16d17b2c36a62e4e9d14a3568a38f68e

10 years agoMerge "show frequency within debug settings"
vandwalle [Fri, 13 Jun 2014 03:31:04 +0000 (03:31 +0000)]
Merge "show frequency within debug settings"

10 years agoshow frequency within debug settings
vandwalle [Fri, 13 Jun 2014 02:51:24 +0000 (19:51 -0700)]
show frequency within debug settings

Change-Id: I6ebf08a193fc92b7e0289d663f089ba6e871497d

10 years agoam 5b2ea2fd: (-s ours) Merge "DO NOT MERGE: Set quantum pattern for crypt dialogs...
Paul Lawrence [Fri, 13 Jun 2014 00:05:02 +0000 (00:05 +0000)]
am 5b2ea2fd: (-s ours) Merge "DO NOT MERGE: Set quantum pattern for crypt dialogs" into lmp-preview-dev

* commit '5b2ea2fd6f5d85f05cd48c0824531a65ead7ea3a':
  DO NOT MERGE: Set quantum pattern for crypt dialogs

10 years agoam b11c9737: Fix issue #15597136: n7 not showing estimated discharge time
Dianne Hackborn [Thu, 12 Jun 2014 23:57:20 +0000 (23:57 +0000)]
am b11c9737: Fix issue #15597136: n7 not showing estimated discharge time

* commit 'b11c97379918fce423bfb0b96a8319a8e698845d':
  Fix issue #15597136: n7 not showing estimated discharge time

10 years agoresolved conflicts for merge of f9360dbc to master
Fabrice Di Meglio [Thu, 12 Jun 2014 22:46:41 +0000 (15:46 -0700)]
resolved conflicts for merge of f9360dbc to master

Change-Id: I2e468d83a7ce5200c59f63b4362e7bee10d0a2eb

10 years agoSmall fix to trust agent item in security settings.
Ido Ofir [Thu, 12 Jun 2014 21:18:23 +0000 (14:18 -0700)]
Small fix to trust agent item in security settings.

Change-Id: Ie3157e0c9c68bbab5ba394f61c12d1bbf075bb06

10 years agoam 5fe76205: Settings: Workaround duplicate onActivityCreate
John Spurlock [Thu, 12 Jun 2014 20:06:10 +0000 (20:06 +0000)]
am 5fe76205: Settings: Workaround duplicate onActivityCreate

* commit '5fe76205b607f193b5925eccfabddc145118b5ea':
  Settings: Workaround duplicate onActivityCreate