OSDN Git Service

android-x86/packages-apps-Settings.git
10 years agoam 312927ab: Material fixes for tablets
Paul Lawrence [Fri, 18 Jul 2014 19:54:06 +0000 (19:54 +0000)]
am 312927ab: Material fixes for tablets

* commit '312927abd77b0884eed9aa2ca1de4d0c04b4165f':
  Material fixes for tablets

10 years agoMaterial fixes for tablets
Paul Lawrence [Thu, 17 Jul 2014 16:57:13 +0000 (09:57 -0700)]
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

10 years agoam b3f69cd1: Merge "[WifiSetup] Mechanism for suspending auto finish" into lmp-dev
Maurice Lam [Fri, 18 Jul 2014 19:12:41 +0000 (19:12 +0000)]
am b3f69cd1: Merge "[WifiSetup] Mechanism for suspending auto finish" into lmp-dev

* commit 'b3f69cd10435fdf2d799bafdde4949e70c1f84f1':
  [WifiSetup] Mechanism for suspending auto finish

10 years agoam 772cf206: Merge "Minor string fixes for translation" into lmp-dev
PauloftheWest [Fri, 18 Jul 2014 18:12:45 +0000 (18:12 +0000)]
am 772cf206: Merge "Minor string fixes for translation" into lmp-dev

* commit '772cf2061685e5c7df4b1ebedd1249243cde6f74':
  Minor string fixes for translation

10 years agoam 7ab8929c: On factory reset, wipe the stored account challenges
Andres Morales [Fri, 18 Jul 2014 16:46:20 +0000 (16:46 +0000)]
am 7ab8929c: On factory reset, wipe the stored account challenges

* commit '7ab8929cc6ecbd1ba14c0d6ecb393b31f9a6fcda':
  On factory reset, wipe the stored account challenges

10 years agoOn factory reset, wipe the stored account challenges
Andres Morales [Thu, 10 Jul 2014 23:10:43 +0000 (16:10 -0700)]
On factory reset, wipe the stored account challenges

Each time a user adds an account, a challenge gets
stored to the persistent data block service.

If a user factory resets *from Settings*, this is
considered a "secure wipe" and thus we must wipe
the account challenges as well.

No other factory reset mechanism must be permitted
to wipe this data.

Bug: 14288780
Change-Id: Ibe48ccae2d7b5f8d736717a27b7c4f44bed0fba7

10 years agoam d0a057cc: Merge "Improvements to user settings" into lmp-dev
Amith Yamasani [Fri, 18 Jul 2014 15:02:03 +0000 (15:02 +0000)]
am d0a057cc: Merge "Improvements to user settings" into lmp-dev

* commit 'd0a057ccc89f65f0971a2e7c42758b0fedf7c501':
  Improvements to user settings

10 years agoam 89265a30: Hide Settings launcher icon for a managed profile
Alexandra Gherghina [Fri, 18 Jul 2014 11:22:36 +0000 (11:22 +0000)]
am 89265a30: Hide Settings launcher icon for a managed profile

* commit '89265a3026faad35107d6ef08f9a59f680819aaf':
  Hide Settings launcher icon for a managed profile

10 years agoam ccdc369e: Merge "Add account for managed user" into lmp-dev
Alexandra Gherghina [Fri, 18 Jul 2014 11:22:35 +0000 (11:22 +0000)]
am ccdc369e: Merge "Add account for managed user" into lmp-dev

* commit 'ccdc369e4772ed3d97508938861ee00457f8ba3e':
  Add account for managed user

10 years agoHide Settings launcher icon for a managed profile
Alexandra Gherghina [Thu, 17 Jul 2014 19:29:34 +0000 (20:29 +0100)]
Hide Settings launcher icon for a managed profile

This makes the Settings icon disappear at the next reboot.

Bug: 16369104
Change-Id: Ic0a394413a0f2dc573d340394d2cd24388535856

10 years agoam c08c67be: Merge "Fix alignment of ActionBar title and Preferences for tablet UI...
Fabrice Di Meglio [Fri, 18 Jul 2014 02:43:49 +0000 (02:43 +0000)]
am c08c67be: Merge "Fix alignment of ActionBar title and Preferences for tablet UI" into lmp-dev

* commit 'c08c67be886082c579983beceeac1d935d8e1c3b':
  Fix alignment of ActionBar title and Preferences for tablet UI

10 years agoam 3ac7802e: Fix duplicate string resources
Tadashi G. Takaoka [Fri, 18 Jul 2014 02:05:45 +0000 (02:05 +0000)]
am 3ac7802e: Fix duplicate string resources

* commit '3ac7802ee6c8b6d3e1befa7b3c6a970201fc3d24':
  Fix duplicate string resources

10 years agoFix duplicate string resources
Tadashi G. Takaoka [Fri, 18 Jul 2014 01:07:26 +0000 (18:07 -0700)]
Fix duplicate string resources

Change-Id: I33fd2e236f7462fc8a8fd14f56226e21d74a0311

10 years agoam b8a90e50: Merge "Add OP_PROJECT_MEDIA to AppOps" into lmp-dev
Michael Wright [Thu, 17 Jul 2014 22:03:58 +0000 (22:03 +0000)]
am b8a90e50: Merge "Add OP_PROJECT_MEDIA to AppOps" into lmp-dev

* commit 'b8a90e5042c0b112a44d7619fd2928bb92a4a6dc':
  Add OP_PROJECT_MEDIA to AppOps

10 years agoMerge "[WifiSetup] Mechanism for suspending auto finish" into lmp-dev
Maurice Lam [Fri, 18 Jul 2014 19:07:09 +0000 (19:07 +0000)]
Merge "[WifiSetup] Mechanism for suspending auto finish" into lmp-dev

10 years ago[WifiSetup] Mechanism for suspending auto finish
Maurice Lam [Tue, 1 Jul 2014 22:14:19 +0000 (15:14 -0700)]
[WifiSetup] Mechanism for suspending auto finish

We have been using forget() to prevent auto-reconnection when the
user hits back to Wifi setup. This has the side effect of forgetting
networks, which is undesirable especially for password protected APs.

The new mechanism keeps a flag on whether the user has selected a
connection. Only auto-advance if the user has picked a network and
there is a valid WiFi connection.

The new EXTRA_REQUIRE_USER_SELECTION can specify whether a user
selection is required initially. That is, whether to auto finish if
the system connected to a network without user input. The default is
false so WiFi can be skipped if the user started setup wizard with
a valid WiFi connection (e.g. after System Update). Note that a user
selection is always required when the user goes back from the next
screen.

Since the new AP dialog does not have a connect button, the SKIP
button in the navigation bar also changes to NEXT when there is a
valid WiFi connection, so the user can hit NEXT if they decided not
to change the network.

Bug: 15333554
Bug: 15999487
Change-Id: I98e935b8e09e470a0c49c44bc299bb2eced98634

10 years agoMerge "Minor string fixes for translation" into lmp-dev
PauloftheWest [Fri, 18 Jul 2014 18:08:07 +0000 (18:08 +0000)]
Merge "Minor string fixes for translation" into lmp-dev

10 years agoMinor string fixes for translation
PauloftheWest [Fri, 18 Jul 2014 18:01:55 +0000 (11:01 -0700)]
Minor string fixes for translation

Bug: 16321903
Bug: 16321706
Bug: 16321066
Bug: 16321704
Change-Id: I65d0d8c89a8d0e7bf2ff2280aab32cd63b9fe369

10 years agoMerge "Fix alignment of ActionBar title and Preferences for tablet UI" into lmp-dev
Fabrice Di Meglio [Fri, 18 Jul 2014 02:40:50 +0000 (02:40 +0000)]
Merge "Fix alignment of ActionBar title and Preferences for tablet UI" into lmp-dev

10 years agoFix alignment of ActionBar title and Preferences for tablet UI
Fabrice Di Meglio [Fri, 18 Jul 2014 02:36:14 +0000 (19:36 -0700)]
Fix alignment of ActionBar title and Preferences for tablet UI

- use the correct start/end padding

See bug: #15439371 Visual add white BG for Settings Detail

Change-Id: I391fb3c75c51349ffbc17295b3aac6f432f91b58

10 years agoam eb0628bb: Merge "Final touches to material theme for phones" into lmp-dev
Paul Lawrence [Thu, 17 Jul 2014 21:04:25 +0000 (21:04 +0000)]
am eb0628bb: Merge "Final touches to material theme for phones" into lmp-dev

* commit 'eb0628bb02e5945acc0b5fe9da7082b279f043d6':
  Final touches to material theme for phones

10 years agoMerge "Add OP_PROJECT_MEDIA to AppOps" into lmp-dev
Michael Wright [Thu, 17 Jul 2014 21:59:07 +0000 (21:59 +0000)]
Merge "Add OP_PROJECT_MEDIA to AppOps" into lmp-dev

10 years agoam cda76822: Merge "Update Location Settings for Enterprise" into lmp-dev
Zoltan Szatmary-Ban [Thu, 17 Jul 2014 20:16:28 +0000 (20:16 +0000)]
am cda76822: Merge "Update Location Settings for Enterprise" into lmp-dev

* commit 'cda76822c49ba80c8e1f2d000bb80058858f4712':
  Update Location Settings for Enterprise

10 years agoam dd82be9c: Merge "Access high contrast setting directly" into lmp-dev
Chris Craik [Thu, 17 Jul 2014 20:16:28 +0000 (20:16 +0000)]
am dd82be9c: Merge "Access high contrast setting directly" into lmp-dev

* commit 'dd82be9c705196d93986f356f464e6ebfed01002':
  Access high contrast setting directly

10 years agoam c42d4059: Remove account for a managed user
Alexandra Gherghina [Thu, 17 Jul 2014 20:02:11 +0000 (20:02 +0000)]
am c42d4059: Remove account for a managed user

* commit 'c42d4059b59848bef7bea550522e29d4ef95e18b':
  Remove account for a managed user

10 years agoRemove account for a managed user
Alexandra Gherghina [Fri, 4 Jul 2014 10:37:17 +0000 (11:37 +0100)]
Remove account for a managed user

Bug: 16056552
Change-Id: Iad24856cab908ed40c32af799ca2c41fe85b6b45

10 years agoam 08ee22cb: Merge "Removed extraneous string from strings.xml" into lmp-dev
PauloftheWest [Thu, 17 Jul 2014 19:53:19 +0000 (19:53 +0000)]
am 08ee22cb: Merge "Removed extraneous string from strings.xml" into lmp-dev

* commit '08ee22cb35eadfdacfbb010fc157b3e5febbdd6e':
  Removed extraneous string from strings.xml

10 years agoMerge "Add account for managed user" into lmp-dev
Alexandra Gherghina [Fri, 18 Jul 2014 09:50:57 +0000 (09:50 +0000)]
Merge "Add account for managed user" into lmp-dev

10 years agoAdd account for managed user
Alexandra Gherghina [Mon, 7 Jul 2014 14:10:15 +0000 (15:10 +0100)]
Add account for managed user

Bug: 16056552
Change-Id: I225a1b447d9b4024703b82be8a1fa66359d9e9a1

10 years agoam 7c81c1d1: Handle managing accounts for a managed profile
Alexandra Gherghina [Thu, 17 Jul 2014 19:49:41 +0000 (19:49 +0000)]
am 7c81c1d1: Handle managing accounts for a managed profile

* commit '7c81c1d1afd57e61eb4b3000a952f95aa9782c64':
  Handle managing accounts for a managed profile

10 years agoam b8fff27c: Merge "Handle choosing and adding accounts for a managed profile" into...
Alexandra Gherghina [Thu, 17 Jul 2014 19:45:36 +0000 (19:45 +0000)]
am b8fff27c: Merge "Handle choosing and adding accounts for a managed profile" into lmp-dev

* commit 'b8fff27ce349f5394b75925d9371857a518fa424':
  Handle choosing and adding accounts for a managed profile

10 years agoMerge "Update Location Settings for Enterprise" into lmp-dev
Zoltan Szatmary-Ban [Thu, 17 Jul 2014 20:14:34 +0000 (20:14 +0000)]
Merge "Update Location Settings for Enterprise" into lmp-dev

10 years agoUpdate Location Settings for Enterprise
Zoltan Szatmary-Ban [Mon, 16 Jun 2014 12:08:24 +0000 (13:08 +0100)]
Update Location Settings for Enterprise

Find packages of the corporate user and show them
with badged icon on the "Recent location requests" list.

Bug: 15467321
Change-Id: Ic52ed3d01a0816288d4818190e82befa5235f28b

10 years agoHandle managing accounts for a managed profile
Alexandra Gherghina [Tue, 1 Jul 2014 14:05:17 +0000 (15:05 +0100)]
Handle managing accounts for a managed profile

Bug: 15466880
Change-Id: Icf0e06c954269426b500f0e5fbcdf3346c59eb9d

10 years agoam be875db5: Merge "Battery chart fixes." into lmp-dev
Dianne Hackborn [Thu, 17 Jul 2014 19:25:51 +0000 (19:25 +0000)]
am be875db5: Merge "Battery chart fixes." into lmp-dev

* commit 'be875db541d673aa62dd99acebc523a26018616e':
  Battery chart fixes.

10 years agoam f1d56ebb: Merge "Follow split of DISALLOW_TELEPHONY" into lmp-dev
Amith Yamasani [Thu, 17 Jul 2014 19:21:46 +0000 (19:21 +0000)]
am f1d56ebb: Merge "Follow split of DISALLOW_TELEPHONY" into lmp-dev

* commit 'f1d56ebb111d10779b25f1105c3077cd9fd39890':
  Follow split of DISALLOW_TELEPHONY

10 years agoMerge "Final touches to material theme for phones" into lmp-dev
Paul Lawrence [Thu, 17 Jul 2014 20:58:43 +0000 (20:58 +0000)]
Merge "Final touches to material theme for phones" into lmp-dev

10 years agoFinal touches to material theme for phones
Paul Lawrence [Wed, 16 Jul 2014 17:21:04 +0000 (10:21 -0700)]
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

10 years agoam d888b543: Revert "Update Location Settings for Enterprise" due to build breakage.
Amith Yamasani [Thu, 17 Jul 2014 18:31:38 +0000 (18:31 +0000)]
am d888b543: Revert "Update Location Settings for Enterprise" due to build breakage.

* commit 'd888b543b2c188e59ea537ba4e73bf9253fbfc93':
  Revert "Update Location Settings for Enterprise" due to build breakage.

10 years agoRevert "Update Location Settings for Enterprise" due to
Amith Yamasani [Thu, 17 Jul 2014 18:26:38 +0000 (18:26 +0000)]
Revert "Update Location Settings for Enterprise" due to
build breakage.

This reverts commit ca153c55dda9e654f20cd21897fedf986bb95a2e.

Change-Id: Id6d6c98e8504f50b1764bcb87052eb567b6284a1

10 years agoam ca153c55: Update Location Settings for Enterprise
Zoltan Szatmary-Ban [Thu, 17 Jul 2014 18:03:56 +0000 (18:03 +0000)]
am ca153c55: Update Location Settings for Enterprise

* commit 'ca153c55dda9e654f20cd21897fedf986bb95a2e':
  Update Location Settings for Enterprise

10 years agoMerge "Improvements to user settings" into lmp-dev
Amith Yamasani [Fri, 18 Jul 2014 14:58:58 +0000 (14:58 +0000)]
Merge "Improvements to user settings" into lmp-dev

10 years agoImprovements to user settings
Amith Yamasani [Fri, 18 Jul 2014 02:13:51 +0000 (19:13 -0700)]
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

10 years agoMerge "Battery chart fixes." into lmp-dev
Dianne Hackborn [Thu, 17 Jul 2014 19:20:55 +0000 (19:20 +0000)]
Merge "Battery chart fixes." into lmp-dev

10 years agoBattery chart fixes.
Dianne Hackborn [Thu, 10 Jul 2014 17:40:58 +0000 (10:40 -0700)]
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

10 years agoUpdate Location Settings for Enterprise
Zoltan Szatmary-Ban [Mon, 16 Jun 2014 12:08:24 +0000 (13:08 +0100)]
Update Location Settings for Enterprise

Find packages of the corporate user and show them
with badged icon on the "Recent location requests" list.

Bug: 15467321
Change-Id: Ib0fdb9f0c811307875296c37bab6d1fbab919022

10 years agoam 5427b9a7: Update new TimePicker widget to match Settings theme
Alan Viverette [Thu, 17 Jul 2014 14:18:35 +0000 (14:18 +0000)]
am 5427b9a7: Update new TimePicker widget to match Settings theme

* commit '5427b9a7990d408df1f2231ec649501f848f7d3d':
  Update new TimePicker widget to match Settings theme

10 years agoam 9b435f29: Merge "Fix bug #15702424 add-wifi setting screen has no title" into...
Fabrice Di Meglio [Thu, 17 Jul 2014 14:15:47 +0000 (14:15 +0000)]
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

10 years agoam a1ed7f2f: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Thu, 17 Jul 2014 14:15:46 +0000 (14:15 +0000)]
am a1ed7f2f: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev

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

10 years agoUpdate new TimePicker widget to match Settings theme
Alan Viverette [Tue, 15 Jul 2014 01:46:39 +0000 (18:46 -0700)]
Update new TimePicker widget to match Settings theme

BUG: 11218747
Change-Id: I093e16df14832502af0ac28e19e3ad672a51e1d6

10 years agoFix bug #15702424 add-wifi setting screen has no title
Fabrice Di Meglio [Thu, 17 Jul 2014 02:51:06 +0000 (19:51 -0700)]
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

10 years agoMerge "Follow split of DISALLOW_TELEPHONY" into lmp-dev
Amith Yamasani [Thu, 17 Jul 2014 19:17:05 +0000 (19:17 +0000)]
Merge "Follow split of DISALLOW_TELEPHONY" into lmp-dev

10 years agoFollow split of DISALLOW_TELEPHONY
Amith Yamasani [Thu, 17 Jul 2014 18:03:41 +0000 (11:03 -0700)]
Follow split of DISALLOW_TELEPHONY

Save both DISALLOW_OUTGOING_CALLS and DISALLOW_SMS together.

Change-Id: I06dd23b3fb4a21f3a22661da17491fc5b0bce4ed

10 years agoMerge "Access high contrast setting directly" into lmp-dev
Chris Craik [Thu, 17 Jul 2014 20:13:11 +0000 (20:13 +0000)]
Merge "Access high contrast setting directly" into lmp-dev

10 years agoAccess high contrast setting directly
Chris Craik [Thu, 17 Jul 2014 18:15:49 +0000 (11:15 -0700)]
Access high contrast setting directly

Change-Id: I6dd6359a9a0ed26955bbe7a9f24e460f85a17383

10 years agoMerge "Removed extraneous string from strings.xml" into lmp-dev
PauloftheWest [Thu, 17 Jul 2014 19:50:06 +0000 (19:50 +0000)]
Merge "Removed extraneous string from strings.xml" into lmp-dev

10 years agoRemoved extraneous string from strings.xml
PauloftheWest [Thu, 17 Jul 2014 19:47:48 +0000 (12:47 -0700)]
Removed extraneous string from strings.xml

Change-Id: I68db708eed866f644a2443bdc90582ae3e5c85eb

10 years agoMerge "Handle choosing and adding accounts for a managed profile" into lmp-dev
Alexandra Gherghina [Thu, 17 Jul 2014 19:40:51 +0000 (19:40 +0000)]
Merge "Handle choosing and adding accounts for a managed profile" into lmp-dev

10 years agoHandle choosing and adding accounts for a managed profile
Alexandra Gherghina [Fri, 27 Jun 2014 11:33:42 +0000 (12:33 +0100)]
Handle choosing and adding accounts for a managed profile

The user id can now be passed through the app as a fragment argument.

Bug: 15466880
Change-Id: I0e2be20551b4ec8c9226640ac74ea74115156ccd

10 years agoFix bug #16356067 adb shell am start -a android.settings.DEVICE_INFO_SETTINGS is...
Fabrice Di Meglio [Thu, 17 Jul 2014 00:02:41 +0000 (17:02 -0700)]
Fix bug #16356067 adb shell am start -a android.settings.DEVICE_INFO_SETTINGS is crashing again

- regression from 9717fab53dc65ffe98c0df733b9b4a33bc154496
- add the missing dashboardBackgroundColor attribute to the DialogWhenLarge Themes

Change-Id: I9f7e21d33851966350726e4b3bf79a5a4d12a37f

10 years agoMerge "Fix bug #15702424 add-wifi setting screen has no title" into lmp-dev
Fabrice Di Meglio [Thu, 17 Jul 2014 02:57:23 +0000 (02:57 +0000)]
Merge "Fix bug #15702424 add-wifi setting screen has no title" into lmp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Thu, 17 Jul 2014 02:29:57 +0000 (02:29 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Thu, 17 Jul 2014 01:46:36 +0000 (18:46 -0700)]
Import translations. DO NOT MERGE

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

10 years agoMerge "Fix bug #16356067 adb shell am start -a android.settings.DEVICE_INFO_SETTINGS...
Fabrice Di Meglio [Thu, 17 Jul 2014 00:07:13 +0000 (00:07 +0000)]
Merge "Fix bug #16356067 adb shell am start -a android.settings.DEVICE_INFO_SETTINGS is crashing again" into lmp-dev

10 years agoMerge "Accessibility text contrast control" into lmp-dev
Chris Craik [Thu, 17 Jul 2014 01:26:50 +0000 (01:26 +0000)]
Merge "Accessibility text contrast control" into lmp-dev

10 years agoAccessibility text contrast control
Chris Craik [Wed, 16 Jul 2014 22:13:17 +0000 (15:13 -0700)]
Accessibility text contrast control

b/14624452

Change-Id: I0f6708680eb37cf8e7dc63cae56b639eaf7c8dbd

10 years agoIncrease oem_unlock_enable char limit for translation
Andres Morales [Wed, 16 Jul 2014 22:31:31 +0000 (15:31 -0700)]
Increase oem_unlock_enable char limit for translation

Bug: 16220494
Change-Id: I3974b241bc57130e518dab4b20348e698a276854

10 years agoFix OwnerInfos
Fabrice Di Meglio [Wed, 16 Jul 2014 00:16:37 +0000 (17:16 -0700)]
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

10 years agoAdd OP_PROJECT_MEDIA to AppOps
Michael Wright [Wed, 9 Jul 2014 01:54:55 +0000 (18:54 -0700)]
Add OP_PROJECT_MEDIA to AppOps

Bug: 9905068
Change-Id: Ie929cfbe0001f6e6645316ea8b2eca13aab35675

10 years agoMerge "Avoid removing switch even listener multiple times" into lmp-dev
Lifu Tang [Wed, 16 Jul 2014 23:16:24 +0000 (23:16 +0000)]
Merge "Avoid removing switch even listener multiple times" into lmp-dev

10 years agoAvoid removing switch even listener multiple times
Lifu Tang [Wed, 16 Jul 2014 19:17:06 +0000 (12:17 -0700)]
Avoid removing switch even listener multiple times

- Fix b/16118646

Change-Id: I36cdc5c8d98dfb63924737af40efff35b9ca2e66

10 years agoMerge "Added Wifi Assistant Card" into lmp-dev
PauloftheWest [Wed, 16 Jul 2014 22:47:23 +0000 (22:47 +0000)]
Merge "Added Wifi Assistant Card" into lmp-dev

10 years agoAdded Wifi Assistant Card
PauloftheWest [Sat, 5 Jul 2014 13:28:56 +0000 (06:28 -0700)]
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

10 years agoMerge "Corrected mispelling in strings.xml" into lmp-dev
PauloftheWest [Wed, 16 Jul 2014 23:14:51 +0000 (23:14 +0000)]
Merge "Corrected mispelling in strings.xml" into lmp-dev

10 years agoCorrected mispelling in strings.xml
PauloftheWest [Wed, 16 Jul 2014 23:12:21 +0000 (16:12 -0700)]
Corrected mispelling in strings.xml

Bug: 16345771
Bug: 16337577

Change-Id: I63912c51b5483d4adbfc70668318cd14c344d244

10 years agoMerge "Only show AccountSyncSettings when we have an account" into lmp-dev
Alexandra Gherghina [Wed, 16 Jul 2014 12:29:47 +0000 (12:29 +0000)]
Merge "Only show AccountSyncSettings when we have an account" into lmp-dev

10 years agoOnly show AccountSyncSettings when we have an account
Alexandra Gherghina [Mon, 14 Jul 2014 19:09:22 +0000 (20:09 +0100)]
Only show AccountSyncSettings when we have an account

Also removes useless list of accounts

Bug: 16295803
Change-Id: Ida3c1846327874af9f97695a485b12ec689fd343

10 years agoMerge "Fix bug #16319697 ACTION_DEVICE_INFO_SETTINGS intent causes Settings app to...
Fabrice Di Meglio [Wed, 16 Jul 2014 01:55:21 +0000 (01:55 +0000)]
Merge "Fix bug #16319697 ACTION_DEVICE_INFO_SETTINGS intent causes Settings app to crash" into lmp-dev

10 years agoFix bug #16319697 ACTION_DEVICE_INFO_SETTINGS intent causes Settings app to crash
Fabrice Di Meglio [Tue, 15 Jul 2014 23:02:09 +0000 (16:02 -0700)]
Fix bug #16319697 ACTION_DEVICE_INFO_SETTINGS intent causes Settings app to crash

- fix the way we are passing switchBarMarginStart / switchBarMarginEnd

Change-Id: Ic6e67643be10877a74ae68075460fa5fd4cc5da1

10 years agoFix excessively long logtag.
Jeff Davidson [Wed, 16 Jul 2014 01:51:28 +0000 (18:51 -0700)]
Fix excessively long logtag.

Change-Id: Idb0846269623550d891d8e98765d630a17da7d14

10 years agoMerge "Make crypt dialogs material" into lmp-dev
Paul Lawrence [Wed, 16 Jul 2014 21:12:16 +0000 (21:12 +0000)]
Merge "Make crypt dialogs material" into lmp-dev

10 years agoMake crypt dialogs material
Paul Lawrence [Fri, 11 Jul 2014 14:34:44 +0000 (07:34 -0700)]
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

10 years agoMerge "Added strings for PBAP and MultiSim" into lmp-dev
PauloftheWest [Wed, 16 Jul 2014 17:40:55 +0000 (17:40 +0000)]
Merge "Added strings for PBAP and MultiSim" into lmp-dev

10 years agoAdded strings for PBAP and MultiSim
PauloftheWest [Wed, 16 Jul 2014 17:36:24 +0000 (10:36 -0700)]
Added strings for PBAP and MultiSim

Bug: 16345619
Change-Id: If7165312723316d5fd90a441562617e03023b015

10 years agoMerge "[WifiSetup] Make illustration header not clickable" into lmp-dev
Maurice Lam [Wed, 16 Jul 2014 17:07:38 +0000 (17:07 +0000)]
Merge "[WifiSetup] Make illustration header not clickable" into lmp-dev

10 years ago[WifiSetup] Make illustration header not clickable
Maurice Lam [Tue, 15 Jul 2014 23:59:48 +0000 (16:59 -0700)]
[WifiSetup] Make illustration header not clickable

No more "pop" sound when the illustration is tapped on.

Bug: 16331851
Change-Id: Ib528e1d6f669f71e0c2f24164726cee47b06700b

10 years agoMerge "Implement application-level high priority setting." into lmp-dev
Chris Wren [Tue, 15 Jul 2014 19:24:43 +0000 (19:24 +0000)]
Merge "Implement application-level high priority setting." into lmp-dev

10 years agoMerge "Changed text "NFC & More" to "More" and other minor text changes" into lmp-dev
PauloftheWest [Tue, 15 Jul 2014 14:47:49 +0000 (14:47 +0000)]
Merge "Changed text "NFC & More" to "More" and other minor text changes" into lmp-dev

10 years agoChanged text "NFC & More" to "More" and other minor text changes
PauloftheWest [Tue, 15 Jul 2014 14:36:59 +0000 (07:36 -0700)]
Changed text "NFC & More" to "More" and other minor text changes

Bug: 16298245
Change-Id: Id2bf3fc10523372a4f22d1298b57d62a2cc781cc

10 years agoNumerous additional strings needed for translation.
PauloftheWest [Tue, 15 Jul 2014 14:27:24 +0000 (07:27 -0700)]
Numerous additional strings needed for translation.

Bug: 16288110
Change-Id: I0701f90f4444700a12f68a2f44598326e94a08ec

10 years agoMerge "Adding strings for Call Manager do not merge" into lmp-dev
PauloftheWest [Tue, 15 Jul 2014 14:33:18 +0000 (14:33 +0000)]
Merge "Adding strings for Call Manager do not merge" into lmp-dev

10 years agoAdding strings for Call Manager do not merge
PauloftheWest [Mon, 14 Jul 2014 23:37:58 +0000 (16:37 -0700)]
Adding strings for Call Manager do not merge

Bug: 16300328
Change-Id: Iac23de5a8668e9f5a4e96225ab48330f10cb1499
(cherry picked from commit da43612e4b06dba0ab0abfb70c92f4b676de5186)

10 years agoNumerous additional strings needed for translation. do not merge
PauloftheWest [Mon, 14 Jul 2014 20:19:22 +0000 (13:19 -0700)]
Numerous additional strings needed for translation. do not merge

Bug: 16288110
Change-Id: I84621b00da52dcee9eb8c24e92a41ccc7f7a6bd1
(cherry picked from commit 90887e656c210f2000c844334c37741e13dc02bb)

10 years agoChanged wording from "Mobile" to "Cellular" do not merge
PauloftheWest [Mon, 14 Jul 2014 14:55:14 +0000 (07:55 -0700)]
Changed wording from "Mobile" to "Cellular" do not merge

Bug: 15720445
Change-Id: Ibfd196d80be030b694473faa24b746536daa3107
(cherry picked from commit 7325abcd6200d7e50674afb1b16677fd2a063597)

10 years agoMerge "NotificationStation: Fix crash, use dark theme" into lmp-dev
Christoph Studer [Tue, 15 Jul 2014 10:13:27 +0000 (10:13 +0000)]
Merge "NotificationStation: Fix crash, use dark theme" into lmp-dev

10 years ago(DO NOT MERGE) Refactor InputMethodAndSubtypeEnabler to separate loops
Tadashi G. Takaoka [Mon, 14 Jul 2014 04:06:33 +0000 (13:06 +0900)]
(DO NOT MERGE) Refactor InputMethodAndSubtypeEnabler to separate loops

Change-Id: I1b7d26c37293e03dc20f87d60eb146017a574c47
(cherry picked from commit 61d97ddda8ed09761f48fa1ed7c99b1a6caed948)

10 years ago(DO NOT MERGE) Refactor InputMethodAndSubtypeEnabler a bit
Tadashi G. Takaoka [Mon, 14 Jul 2014 06:27:23 +0000 (15:27 +0900)]
(DO NOT MERGE) Refactor InputMethodAndSubtypeEnabler a bit

Change-Id: Id91b62ed084f98e3a6dc724aac9d926d89a96201
(cherry picked from commit a5db65fe11f862747c34f271ea416052c653300d)

10 years agoMerge "Setup Wizard string refresh" into lmp-dev
Russell Brenner [Tue, 15 Jul 2014 02:21:06 +0000 (02:21 +0000)]
Merge "Setup Wizard string refresh" into lmp-dev

10 years agoSetup Wizard string refresh
Russell Brenner [Mon, 14 Jul 2014 17:54:58 +0000 (10:54 -0700)]
Setup Wizard string refresh

Update strings from UX flows in time for string freeze deadline.

Bug: 16299032
Change-Id: I37e8ccc7197ff08d5f7eba835276c745f13e5487

10 years agoMerge "Handle android.settings.HOME_SETTINGS intent" into lmp-dev
Amith Yamasani [Tue, 15 Jul 2014 01:56:42 +0000 (01:56 +0000)]
Merge "Handle android.settings.HOME_SETTINGS intent" into lmp-dev