OSDN Git Service

android-x86/packages-apps-Settings.git
10 years agoam f09fd458: Merge "Fix issues in Settings: 16660423, 13172381, 16868094" into lmp-dev
Dianne Hackborn [Mon, 11 Aug 2014 17:11:42 +0000 (17:11 +0000)]
am f09fd458: Merge "Fix issues in Settings: 166604231317238116868094" into lmp-dev

* commit 'f09fd458c4429f88f2d8678ffa147c0ca4cee064':
  Fix issues in Settings: 166604231317238116868094

10 years agoMerge "Fix issues in Settings: 16660423, 13172381, 16868094" into lmp-dev
Dianne Hackborn [Mon, 11 Aug 2014 17:08:16 +0000 (17:08 +0000)]
Merge "Fix issues in Settings: 166604231317238116868094" into lmp-dev

10 years agoam d58f0bd6: Merge "Increase CHAR_LIMIT on Device Admins Settings message" into lmp-dev
Zoltan Szatmary-Ban [Mon, 11 Aug 2014 12:13:51 +0000 (12:13 +0000)]
am d58f0bd6: Merge "Increase CHAR_LIMIT on Device Admins Settings message" into lmp-dev

* commit 'd58f0bd64f1554a4c15b812bcd90fc52f00860b6':
  Increase CHAR_LIMIT on Device Admins Settings message

10 years agoam ad54ba70: Merge "Show managed profile under accounts rather than users" into lmp-dev
Alexandra Gherghina [Mon, 11 Aug 2014 09:29:20 +0000 (09:29 +0000)]
am ad54ba70: Merge "Show managed profile under accounts rather than users" into lmp-dev

* commit 'ad54ba7030be6654bd76b3ee1a001d388130bcac':
  Show managed profile under accounts rather than users

10 years agoam 59f01b9b: Merge "Fix updating view flow of Account Sync Settings" into lmp-dev
Alexandra Gherghina [Mon, 11 Aug 2014 08:58:48 +0000 (08:58 +0000)]
am 59f01b9b: Merge "Fix updating view flow of Account Sync Settings" into lmp-dev

* commit '59f01b9b585c374fadb935fb115b4ad34b100eb4':
  Fix updating view flow of Account Sync Settings

10 years agoFix issues in Settings: 16660423, 13172381, 16868094
Dianne Hackborn [Sun, 10 Aug 2014 23:32:08 +0000 (16:32 -0700)]
Fix issues in Settings: 166604231317238116868094

Issue #16660423: Stability: ArrayIndexOutOfBoundsException in settings:
at com.android.settings.fuelgauge.BatteryHistoryChart$ChartData.draw(
BatteryHistoryChart.java:109)

Issue #13172381: No content description in Battery charging section

Issue #16868094: Settings crash on switching to landscape mode with
"Google Text-to-speech" settings icon selected

Change-Id: I94d0e83f72d571eb90aad6742acabce56c0298ec

10 years agoam 092c62f1: Add voice-only settings activities for airplane mode.
Barnaby James [Sat, 9 Aug 2014 19:57:54 +0000 (19:57 +0000)]
am 092c62f1: Add voice-only settings activities for airplane mode.

* commit '092c62f1f3811f205c764fcb5b8347ec8fed67e6':
  Add voice-only settings activities for airplane mode.

10 years agoAdd voice-only settings activities for airplane mode.
Barnaby James [Sat, 9 Aug 2014 04:01:01 +0000 (21:01 -0700)]
Add voice-only settings activities for airplane mode.

This activity can only be triggered through the Voice Interaction API - e.g. from calling VoiceInterationSession.startVoiceActivity()

Change-Id: I39ac409824693bc82e53d707a1ece2b23a89f3a3

10 years agoam f8811a59: Merge "Strings for next change" into lmp-dev
Paul Lawrence [Fri, 8 Aug 2014 22:59:36 +0000 (22:59 +0000)]
am f8811a59: Merge "Strings for next change" into lmp-dev

* commit 'f8811a59ffd4fa39997154681d753d3370697b83':
  Strings for next change

10 years agoam ff72b3ee: Merge "Update to use new UsageStats API" into lmp-dev
Adam Lesinski [Fri, 8 Aug 2014 22:39:52 +0000 (22:39 +0000)]
am ff72b3ee: Merge "Update to use new UsageStats API" into lmp-dev

* commit 'ff72b3ee556e3524e0c5e3218e781a914aa1fa4e':
  Update to use new UsageStats API

10 years agoam 4fbe967e: Merge "Fix bug #16578018 Wi-Fi network list items should be centered...
Fabrice Di Meglio [Fri, 8 Aug 2014 21:02:32 +0000 (21:02 +0000)]
am 4fbe967e: Merge "Fix bug #16578018 Wi-Fi network list items should be centered with icons" into lmp-dev

* commit '4fbe967e0f19e04e5ed40cc42c55ec0b5dfc5643':
  Fix bug #16578018 Wi-Fi network list items should be centered with icons

10 years agoMerge "Increase CHAR_LIMIT on Device Admins Settings message" into lmp-dev
Zoltan Szatmary-Ban [Mon, 11 Aug 2014 12:10:46 +0000 (12:10 +0000)]
Merge "Increase CHAR_LIMIT on Device Admins Settings message" into lmp-dev

10 years agoIncrease CHAR_LIMIT on Device Admins Settings message
Zoltan Szatmary-Ban [Mon, 11 Aug 2014 10:50:39 +0000 (11:50 +0100)]
Increase CHAR_LIMIT on Device Admins Settings message

Increased CHAR_LIMIT to 120 on @string/managed_profile_device_admin_info to
accomodate translation.

Bug:16838113
Change-Id: I111ed73d6ff546387c4a2b5df5f4edf8a3932be7

10 years agoMerge "Show managed profile under accounts rather than users" into lmp-dev
Alexandra Gherghina [Mon, 11 Aug 2014 09:26:51 +0000 (09:26 +0000)]
Merge "Show managed profile under accounts rather than users" into lmp-dev

10 years agoShow managed profile under accounts rather than users
Alexandra Gherghina [Thu, 31 Jul 2014 18:30:41 +0000 (19:30 +0100)]
Show managed profile under accounts rather than users

Also fixes overflow menu to update on remove/add managed profile.

Bug: 16234745
Bug: 16727076
Change-Id: I3283a8fa0096edfce5aad633e09ba3eed6d2174c

10 years agoMerge "Fix bug #16578018 Wi-Fi network list items should be centered with icons"...
Fabrice Di Meglio [Fri, 8 Aug 2014 20:58:37 +0000 (20:58 +0000)]
Merge "Fix bug #16578018 Wi-Fi network list items should be centered with icons" into lmp-dev

10 years agoFix bug #16578018 Wi-Fi network list items should be centered with icons
Fabrice Di Meglio [Fri, 8 Aug 2014 20:55:58 +0000 (13:55 -0700)]
Fix bug #16578018 Wi-Fi network list items should be centered with icons

- force correct refresh of the Preference summary
- put some non used code into comment ...

Change-Id: I17fc6fe2cf0717bae613d78cfac2c88d3e160ef4

10 years agoam 07fd3469: Merge "Fix Wi-Fi Assistant padding" into lmp-dev
Fabrice Di Meglio [Fri, 8 Aug 2014 20:02:19 +0000 (20:02 +0000)]
am 07fd3469: Merge "Fix Wi-Fi Assistant padding" into lmp-dev

* commit '07fd346996c61c47e1dc13648cbbde3090a4b248':
  Fix Wi-Fi Assistant padding

10 years agoam 09076e5f: Merge "Fix bug #16896118 SIM cards should ONLY appear in search results...
Fabrice Di Meglio [Fri, 8 Aug 2014 19:39:57 +0000 (19:39 +0000)]
am 09076e5f: Merge "Fix bug #16896118 SIM cards should ONLY appear in search results for devices with 2+ SIM slots" into lmp-dev

* commit '09076e5f3c90dbc1a3bdf6f000e0c99dd2bb45b4':
  Fix bug #16896118 SIM cards should ONLY appear in search results for devices with 2+ SIM slots

10 years agoMerge "Fix updating view flow of Account Sync Settings" into lmp-dev
Alexandra Gherghina [Mon, 11 Aug 2014 08:54:29 +0000 (08:54 +0000)]
Merge "Fix updating view flow of Account Sync Settings" into lmp-dev

10 years agoMerge "Update to use new UsageStats API" into lmp-dev
Adam Lesinski [Fri, 8 Aug 2014 22:36:33 +0000 (22:36 +0000)]
Merge "Update to use new UsageStats API" into lmp-dev

10 years agoam dc16286f: Merge "Avoid NPE when template rapidly switched." into lmp-dev
Jeff Sharkey [Fri, 8 Aug 2014 17:37:16 +0000 (17:37 +0000)]
am dc16286f: Merge "Avoid NPE when template rapidly switched." into lmp-dev

* commit 'dc16286ff32dfc4d087938461d0beca29b6167a3':
  Avoid NPE when template rapidly switched.

10 years agoMerge "Fix bug #16896118 SIM cards should ONLY appear in search results for devices...
Fabrice Di Meglio [Fri, 8 Aug 2014 19:35:06 +0000 (19:35 +0000)]
Merge "Fix bug #16896118 SIM cards should ONLY appear in search results for devices with 2+ SIM slots" into lmp-dev

10 years agoFix bug #16896118 SIM cards should ONLY appear in search results for devices with...
Fabrice Di Meglio [Fri, 8 Aug 2014 19:27:57 +0000 (12:27 -0700)]
Fix bug #16896118 SIM cards should ONLY appear in search results for devices with 2+ SIM slots

- add the proper SearchIndexProvider to SimSettings
- allow indexing only an only if showSimCardTile() is true
- add Utils.showSimCardTile()

Change-Id: I5df2284d32f91fa454e1edebf1139d00593138a0

10 years agoam 14f60296: Merge "Fixed Bluetooth renaming bug." into lmp-dev
PauloftheWest [Fri, 8 Aug 2014 17:24:12 +0000 (17:24 +0000)]
am 14f60296: Merge "Fixed Bluetooth renaming bug." into lmp-dev

* commit '14f60296574316f94ca03fb82fc3675db373734e':
  Fixed Bluetooth renaming bug.

10 years agoam e54014c4: Merge "Open the same tab when switching profiles in apps settings" into...
Alexandra Gherghina [Fri, 8 Aug 2014 17:24:11 +0000 (17:24 +0000)]
am e54014c4: Merge "Open the same tab when switching profiles in apps settings" into lmp-dev

* commit 'e54014c4bbabfa3307e51253308263da0844537b':
  Open the same tab when switching profiles in apps settings

10 years agoFix updating view flow of Account Sync Settings
Alexandra Gherghina [Fri, 8 Aug 2014 17:14:32 +0000 (18:14 +0100)]
Fix updating view flow of Account Sync Settings

Bug: 16785070 Account sync settings page doesn't refresh after removing account
Change-Id: Iddbe9d73f4d6fcb55829f8bb6ab2fe6ffa147cf3

10 years agoam b5fca457: Merge "Fully deprecate Power Control widget." into lmp-dev
Dan Sandler [Fri, 8 Aug 2014 12:59:34 +0000 (12:59 +0000)]
am b5fca457: Merge "Fully deprecate Power Control widget." into lmp-dev

* commit 'b5fca45768d36552ce74785dfbc9d7da7ce67bea':
  Fully deprecate Power Control widget.

10 years agoUpdate to use new UsageStats API
Adam Lesinski [Thu, 7 Aug 2014 00:53:38 +0000 (17:53 -0700)]
Update to use new UsageStats API

Change-Id: Ic6f9523c4c70f8b832d8f57551417f4f19ea144f

10 years agoam 6cd90f45: Merge "Don\'t show TrustAgent entries when no security is enabled."...
Jim Miller [Thu, 7 Aug 2014 22:29:33 +0000 (22:29 +0000)]
am 6cd90f45: Merge "Don\'t show TrustAgent entries when no security is enabled." into lmp-dev

* commit '6cd90f45b7fb7324eef9d05ae38e0e26bfc934d5':
  Don't show TrustAgent entries when no security is enabled.

10 years agoam b0a97a52: Merge "Removed infinite loop in Multi-Sim Settings." into lmp-dev
PauloftheWest [Thu, 7 Aug 2014 22:00:50 +0000 (22:00 +0000)]
am b0a97a52: Merge "Removed infinite loop in Multi-Sim Settings." into lmp-dev

* commit 'b0a97a52dffa5ea3520cb2ff58681c2782b53160':
  Removed infinite loop in Multi-Sim Settings.

10 years agoam 39a37163: Merge "Move over to CharSequence version of badging method." into lmp-dev
Kenny Guy [Thu, 7 Aug 2014 21:08:24 +0000 (21:08 +0000)]
am 39a37163: Merge "Move over to CharSequence version of badging method." into lmp-dev

* commit '39a371631370cd6f150d2d67d73e2d96da7a5e18':
  Move over to CharSequence version of badging method.

10 years agoam 537a0a82: Fix issue #16555033: Battery history overflowing too much
Dianne Hackborn [Thu, 7 Aug 2014 21:04:22 +0000 (21:04 +0000)]
am 537a0a82: Fix issue #16555033: Battery history overflowing too much

* commit '537a0a82351d9671d14dccde8c9fc2a45c3c4f3a':
  Fix issue #16555033: Battery history overflowing too much

10 years agoFix issue #16555033: Battery history overflowing too much
Dianne Hackborn [Thu, 7 Aug 2014 02:22:46 +0000 (19:22 -0700)]
Fix issue #16555033: Battery history overflowing too much

Use new mechanism to retrieve battery stats, now that they
can be much larger.

Make sure these will ever end up going through an IPC.

Change-Id: Ic582a61d736e24bddc905082c1565ece00fcbb29

10 years agoMerge "Removed infinite loop in Multi-Sim Settings." into lmp-dev
PauloftheWest [Thu, 7 Aug 2014 21:53:44 +0000 (21:53 +0000)]
Merge "Removed infinite loop in Multi-Sim Settings." into lmp-dev

10 years agoRemoved infinite loop in Multi-Sim Settings.
PauloftheWest [Thu, 7 Aug 2014 17:41:41 +0000 (10:41 -0700)]
Removed infinite loop in Multi-Sim Settings.

Change-Id: I1d5e78abcd9b93d8fb4e1b6c14d73f9d23dce38d

10 years agoMerge "Move over to CharSequence version of badging method." into lmp-dev
Kenny Guy [Thu, 7 Aug 2014 21:05:48 +0000 (21:05 +0000)]
Merge "Move over to CharSequence version of badging method." into lmp-dev

10 years agoMove over to CharSequence version of badging method.
Kenny Guy [Thu, 7 Aug 2014 21:01:22 +0000 (22:01 +0100)]
Move over to CharSequence version of badging method.

Bug: 16484455
Change-Id: Ie5ee010efc439219cb71fd4241fdb798a5f4ea12

10 years agoMerge "Strings for next change" into lmp-dev
Paul Lawrence [Fri, 8 Aug 2014 22:56:41 +0000 (22:56 +0000)]
Merge "Strings for next change" into lmp-dev

10 years agoStrings for next change
Paul Lawrence [Fri, 8 Aug 2014 21:27:23 +0000 (14:27 -0700)]
Strings for next change

Next change is titled
Bring up factory reset UI when decryption fails but password is correct

Strings need to go in today to catch translation for L

Bug: 11477689
Change-Id: I84ddc2f88917ba9749fe4dc58fb00d4020cfe685

10 years agoMerge "Fix Wi-Fi Assistant padding" into lmp-dev
Fabrice Di Meglio [Fri, 8 Aug 2014 19:58:41 +0000 (19:58 +0000)]
Merge "Fix Wi-Fi Assistant padding" into lmp-dev

10 years agoFix Wi-Fi Assistant padding
Fabrice Di Meglio [Fri, 8 Aug 2014 19:56:51 +0000 (12:56 -0700)]
Fix Wi-Fi Assistant padding

- use the standard list padding instead of a custom one

See bug: #15703202 Wi-Fi Assistant card needs to appear in Wi-Fi network list

Change-Id: I5816751bf7937807093e5b74b25b84151431fa7b

10 years agoMerge "Open the same tab when switching profiles in apps settings" into lmp-dev
Alexandra Gherghina [Fri, 8 Aug 2014 17:17:56 +0000 (17:17 +0000)]
Merge "Open the same tab when switching profiles in apps settings" into lmp-dev

10 years agoOpen the same tab when switching profiles in apps settings
Alexandra Gherghina [Thu, 31 Jul 2014 11:46:15 +0000 (12:46 +0100)]
Open the same tab when switching profiles in apps settings

Bug: 16369104
Change-Id: Ibd23824a120541b17a5255952b7cf02d07b62c7b

10 years agoam 689d2ce2: Changed a Bluetooth device\'s settings from an activity to a dialog.
PauloftheWest [Thu, 7 Aug 2014 18:40:34 +0000 (18:40 +0000)]
am 689d2ce2: Changed a Bluetooth device\'s settings from an activity to a dialog.

* commit '689d2ce29b3093c32d1d2b70caa6fb36a4ecefcb':
  Changed a Bluetooth device's settings from an activity to a dialog.

10 years agoMerge "Avoid NPE when template rapidly switched." into lmp-dev
Jeff Sharkey [Fri, 8 Aug 2014 17:32:39 +0000 (17:32 +0000)]
Merge "Avoid NPE when template rapidly switched." into lmp-dev

10 years agoAvoid NPE when template rapidly switched.
Jeff Sharkey [Fri, 8 Aug 2014 17:25:24 +0000 (10:25 -0700)]
Avoid NPE when template rapidly switched.

Monkeys can race and end up swapping template before the dialog
is shown.

Bug: 16660160
Change-Id: I301784d707ee3998c38cf2874f7016a5c5350825

10 years agoMerge "Fully deprecate Power Control widget." into lmp-dev
Dan Sandler [Fri, 8 Aug 2014 12:57:33 +0000 (12:57 +0000)]
Merge "Fully deprecate Power Control widget." into lmp-dev

10 years agoChanged a Bluetooth device's settings from an activity to a dialog.
PauloftheWest [Sun, 3 Aug 2014 22:17:45 +0000 (15:17 -0700)]
Changed a Bluetooth device's settings from an activity to a dialog.

+ Replace the “Paired bluetooth device” screen with a “Pair device” dialog
+ Add device name text field at the top
+ Replace “Unpair” list item with a “Forget" button at bottom of dialog
+ Change “Profiles” section header to “Use for”
+ Remove status under profile titles
+ Move checkboxes to left side of labels

Bug: 15719219
Change-Id: I3b0e8c82c761fae98f16508b9fd9c58aff651f80

10 years agoMerge "Fixed Bluetooth renaming bug." into lmp-dev
PauloftheWest [Fri, 8 Aug 2014 17:18:56 +0000 (17:18 +0000)]
Merge "Fixed Bluetooth renaming bug." into lmp-dev

10 years agoFixed Bluetooth renaming bug.
PauloftheWest [Fri, 8 Aug 2014 15:36:26 +0000 (08:36 -0700)]
Fixed Bluetooth renaming bug.

+ After renaming your Bluetooth device, the title of the Bluetooth
    Activity stays "Bluetooth" instead of changing to the new name.
+ After renaming the device, the status at the bottom Bluetooth Settings
    is correctly displayed.

Bug: 16463239
Change-Id: Ifb12df2004fe1f89bd6f918e23c2c64ae08a0191

10 years agoam ff150032: Merge "Don\'t wipe PST partition if OEM unlock is enabled" into lmp-dev
Andres Morales [Thu, 7 Aug 2014 17:36:51 +0000 (17:36 +0000)]
am ff150032: Merge "Don\'t wipe PST partition if OEM unlock is enabled" into lmp-dev

* commit 'ff150032e3c369513b0ba85b09aff1d8933c7ad3':
  Don't wipe PST partition if OEM unlock is enabled

10 years agoam b1e7688a: Merge "Prevent newlines and long captions selecting default payment...
Andres Morales [Thu, 7 Aug 2014 17:13:23 +0000 (17:13 +0000)]
am b1e7688a: Merge "Prevent newlines and long captions selecting default payment app" into lmp-dev

* commit 'b1e7688aef258a4cd832b363ff7db632baabd13b':
  Prevent newlines and long captions selecting default payment app

10 years agoFully deprecate Power Control widget.
Dan Sandler [Thu, 7 Aug 2014 16:59:11 +0000 (12:59 -0400)]
Fully deprecate Power Control widget.

Its behavior is obviated by quick settings and battery
saver, and so should not be shipped on any new builds by
default.

Bug: 8415180
Change-Id: Ic941a1e536c0b37c6be62fed876bfa23e34dc84b

10 years agoam ec08228e: Merge "Badge texts correctly for accessibility in Settings" into lmp-dev
Zoltan Szatmary-Ban [Thu, 7 Aug 2014 13:41:42 +0000 (13:41 +0000)]
am ec08228e: Merge "Badge texts correctly for accessibility in Settings" into lmp-dev

* commit 'ec08228ea9a3713fbfac05fe211fc931992788a2':
  Badge texts correctly for accessibility in Settings

10 years agoam 6a39bc68: Merge "Prevent launcher switching in Settings app." into lmp-dev
Sander Alewijnse [Thu, 7 Aug 2014 11:57:49 +0000 (11:57 +0000)]
am 6a39bc68: Merge "Prevent launcher switching in Settings app." into lmp-dev

* commit '6a39bc68aea91483804d2ab8635159803208095d':
  Prevent launcher switching in Settings app.

10 years agoMerge "Don't show TrustAgent entries when no security is enabled." into lmp-dev
Jim Miller [Thu, 7 Aug 2014 22:25:46 +0000 (22:25 +0000)]
Merge "Don't show TrustAgent entries when no security is enabled." into lmp-dev

10 years agoDon't show TrustAgent entries when no security is enabled.
Jim Miller [Thu, 31 Jul 2014 22:30:29 +0000 (15:30 -0700)]
Don't show TrustAgent entries when no security is enabled.

Fixes bug 16383666

Change-Id: Ia6c3d7563c384269d1e53ef5e2e07099432c8a13

10 years agoMerge "Don't wipe PST partition if OEM unlock is enabled" into lmp-dev
Andres Morales [Thu, 7 Aug 2014 17:33:58 +0000 (17:33 +0000)]
Merge "Don't wipe PST partition if OEM unlock is enabled" into lmp-dev

10 years agoDon't wipe PST partition if OEM unlock is enabled
Andres Morales [Thu, 7 Aug 2014 00:01:19 +0000 (17:01 -0700)]
Don't wipe PST partition if OEM unlock is enabled

This will be wiped by the recovery system and the OEM
unlock bit will be retained.

Bug: 16631974
Change-Id: I65522dd93c8465ff7f7ecbcef404bff6e9c864d6

10 years agoMerge "Prevent newlines and long captions selecting default payment app" into lmp-dev
Andres Morales [Thu, 7 Aug 2014 17:05:48 +0000 (17:05 +0000)]
Merge "Prevent newlines and long captions selecting default payment app" into lmp-dev

10 years agoPrevent newlines and long captions selecting default payment app
Andres Morales [Tue, 22 Jul 2014 18:04:21 +0000 (11:04 -0700)]
Prevent newlines and long captions selecting default payment app

This would allow attackers to spoof the default selection
dialog causing the user to unkowingly change their default
payment handler.

Bug: 15906632
Change-Id: I49ad2a7351bd6d2c1f9a79ad9be0cbc9787ca6c3

10 years agoam f34c3501: Merge "Fix removal of optional settings tiles" into lmp-dev
Amith Yamasani [Wed, 6 Aug 2014 23:21:29 +0000 (23:21 +0000)]
am f34c3501: Merge "Fix removal of optional settings tiles" into lmp-dev

* commit 'f34c3501948190acf44defefba8eb161ec6dc07b':
  Fix removal of optional settings tiles

10 years agoam a0b87a24: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
Geoff Mendal [Wed, 6 Aug 2014 19:50:48 +0000 (19:50 +0000)]
am a0b87a24: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev

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

10 years agoam fa8950be: Merge "Fix bug #16800261 Settings app: Device administrator screen paddi...
Fabrice Di Meglio [Wed, 6 Aug 2014 19:07:31 +0000 (19:07 +0000)]
am fa8950be: Merge "Fix bug #16800261 Settings app: Device administrator screen padding issue" into lmp-dev

* commit 'fa8950be33c777d0305775ee3a364300d454f91b':
  Fix bug #16800261 Settings app: Device administrator screen padding issue

10 years agoam bac0fc1f: Merge "Track moved Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS."...
Dan Sandler [Wed, 6 Aug 2014 18:05:45 +0000 (18:05 +0000)]
am bac0fc1f: Merge "Track moved Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS." into lmp-dev

* commit 'bac0fc1f6b448c41f9f3889cba2b93c718dc1788':
  Track moved Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS.

10 years agoam 4bdf8b49: Merge "Replace missing resource." into lmp-dev
Dan Sandler [Wed, 6 Aug 2014 18:01:41 +0000 (18:01 +0000)]
am 4bdf8b49: Merge "Replace missing resource." into lmp-dev

* commit '4bdf8b498bf588f42368faf822f757fcd97a7959':
  Replace missing resource.

10 years agoam bce84e79: Merge "Fix bug #16712121 Add \'Experimental\' substring to \'High contra...
Fabrice Di Meglio [Wed, 6 Aug 2014 18:01:40 +0000 (18:01 +0000)]
am bce84e79: Merge "Fix bug #16712121 Add \'Experimental\' substring to \'High contrast text\'" into lmp-dev

* commit 'bce84e798bbfbb9fd576cb785d90bf69cb3843e0':
  Fix bug #16712121 Add 'Experimental' substring to 'High contrast text'

10 years agoMerge "Fix bug #16800261 Settings app: Device administrator screen padding issue...
Fabrice Di Meglio [Wed, 6 Aug 2014 18:27:39 +0000 (18:27 +0000)]
Merge "Fix bug #16800261 Settings app: Device administrator screen padding issue" into lmp-dev

10 years agoFix bug #16800261 Settings app: Device administrator screen padding issue
Fabrice Di Meglio [Wed, 6 Aug 2014 18:25:39 +0000 (11:25 -0700)]
Fix bug #16800261 Settings app: Device administrator screen padding issue

- remove listPreferredItemPaddingStart / listPreferredItemPaddingEnd from
the ListView and add it to the list item
- add missing 8dp end padding for the icon

Change-Id: I78696e5ee8e243771d23c86fa178de2f60b5c88d

10 years agoMerge "Fix bug #16712121 Add 'Experimental' substring to 'High contrast text'" into...
Fabrice Di Meglio [Wed, 6 Aug 2014 17:57:34 +0000 (17:57 +0000)]
Merge "Fix bug #16712121 Add 'Experimental' substring to 'High contrast text'" into lmp-dev

10 years agoFix bug #16712121 Add 'Experimental' substring to 'High contrast text'
Fabrice Di Meglio [Wed, 6 Aug 2014 17:55:39 +0000 (10:55 -0700)]
Fix bug #16712121 Add 'Experimental' substring to 'High contrast text'

- add "(Experimental)" as a summary text for "High contrast text"

Change-Id: I6faf1ea382e90a4f0dffcc8a093e4aa5a4653d23

10 years agoam 1fcd7faa: Merge "Clears previously added cross-profile-intents" into lmp-dev
Alexandra Gherghina [Wed, 6 Aug 2014 13:45:43 +0000 (13:45 +0000)]
am 1fcd7faa: Merge "Clears previously added cross-profile-intents" into lmp-dev

* commit '1fcd7faad666cfb56553c7313723a5c6fc8df3cb':
  Clears previously added cross-profile-intents

10 years agoam dc77335e: Merge "Fix issue #16537318: clarify voice interaction strings." into...
Dianne Hackborn [Wed, 6 Aug 2014 01:13:15 +0000 (01:13 +0000)]
am dc77335e: Merge "Fix issue #16537318: clarify voice interaction strings." into lmp-dev

* commit 'dc77335eda0edee8e8a72d04155aacad91ddc12c':
  Fix issue #16537318: clarify voice interaction strings.

10 years agoam c15c0c07: Add support for widgets in user profiles
Svet Ganov [Tue, 5 Aug 2014 22:25:06 +0000 (22:25 +0000)]
am c15c0c07: Add support for widgets in user profiles

* commit 'c15c0c078e65dfd8c10cf646fcd556cc26a6f62d':
  Add support for widgets in user profiles

10 years agoAdd support for widgets in user profiles
Svet Ganov [Fri, 1 Aug 2014 22:06:43 +0000 (15:06 -0700)]
Add support for widgets in user profiles

bug:14991269

Change-Id: I7f71787bf5e5278230063b9d3bafac96a0680682

10 years agoam 1f4049ed: Merge "Ask about redacted notifications after setting up a secure lock...
Adrian Roos [Tue, 5 Aug 2014 19:12:22 +0000 (19:12 +0000)]
am 1f4049ed: Merge "Ask about redacted notifications after setting up a secure lock" into lmp-dev

* commit '1f4049edfe1937ce19c7d93a5576ea03db83ad50':
  Ask about redacted notifications after setting up a secure lock

10 years agoam 802ddf99: Settings: New application-level notification settings.
John Spurlock [Tue, 5 Aug 2014 15:13:07 +0000 (15:13 +0000)]
am 802ddf99: Settings: New application-level notification settings.

* commit '802ddf99f57e316d0fd87c2cfeed5dc3a0cfa8fe':
  Settings: New application-level notification settings.

10 years agoSettings: New application-level notification settings.
John Spurlock [Fri, 18 Jul 2014 15:51:13 +0000 (11:51 -0400)]
Settings: New application-level notification settings.

 - Convert the old application-level dialog to an activity.
 - Move the settings icon to the new activity (out of the list).
 - Add a custom application header, similar to the switch bar style.
 - Use the ubiquitous vector gear for the settings icon.
 - Migrate old checkboxes to switch prefs, add new summaries.
 - Remove obsolete artifacts.

Bug:16396715
Change-Id: I857e3cf448b79f44fe1c242e6020f5214434c00c

10 years agoam f3dfd182: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
Geoff Mendal [Tue, 5 Aug 2014 01:03:22 +0000 (01:03 +0000)]
am f3dfd182: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev

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

10 years agoMerge "Ask about redacted notifications after setting up a secure lock" into lmp-dev
Adrian Roos [Tue, 5 Aug 2014 19:10:20 +0000 (19:10 +0000)]
Merge "Ask about redacted notifications after setting up a secure lock" into lmp-dev

10 years agoAsk about redacted notifications after setting up a secure lock
Adrian Roos [Tue, 5 Aug 2014 17:41:11 +0000 (19:41 +0200)]
Ask about redacted notifications after setting up a secure lock

Bug: 14437890
Change-Id: I54cf355242375e8c7968c7d27c441fbd0a54cef2

10 years agoMerge "Track moved Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS." into lmp-dev
Dan Sandler [Wed, 6 Aug 2014 18:01:19 +0000 (18:01 +0000)]
Merge "Track moved Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS." into lmp-dev

10 years agoTrack moved Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS.
Dan Sandler [Wed, 23 Jul 2014 03:15:17 +0000 (23:15 -0400)]
Track moved Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS.

Bug: 15331132
Change-Id: Ia80ccb2cfdf60116bd50601e60ff131619eafcc5

10 years agoReplace missing resource.
Dan Sandler [Wed, 6 Aug 2014 17:53:16 +0000 (13:53 -0400)]
Replace missing resource.

Bug: 16833578
Change-Id: I9ad1dc992577f6bfdc9d1201b6c13591a32f3fc8

10 years agoMerge "Replace missing resource." into lmp-dev
Dan Sandler [Wed, 6 Aug 2014 17:59:24 +0000 (17:59 +0000)]
Merge "Replace missing resource." into lmp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Geoff Mendal [Tue, 5 Aug 2014 00:48:51 +0000 (00:48 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoImport translations. DO NOT MERGE
Geoff Mendal [Tue, 5 Aug 2014 00:35:58 +0000 (17:35 -0700)]
Import translations. DO NOT MERGE

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

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Geoff Mendal [Wed, 6 Aug 2014 19:31:20 +0000 (19:31 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 6 Aug 2014 19:23:02 +0000 (12:23 -0700)]
Import translations. DO NOT MERGE

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

10 years agoMerge "Badge texts correctly for accessibility in Settings" into lmp-dev
Zoltan Szatmary-Ban [Thu, 7 Aug 2014 13:38:59 +0000 (13:38 +0000)]
Merge "Badge texts correctly for accessibility in Settings" into lmp-dev

10 years agoBadge texts correctly for accessibility in Settings
Zoltan Szatmary-Ban [Wed, 23 Jul 2014 10:02:46 +0000 (11:02 +0100)]
Badge texts correctly for accessibility in Settings

If an app is a managed profile's app then its label should read correctly by TalkBack.
Affected screens: Data Usage, Location, Battery.

Bug:16053981
Change-Id: I393c0ebf56917032d619b1e39b4bf141ee236981

10 years agoMerge "Prevent launcher switching in Settings app." into lmp-dev
Sander Alewijnse [Thu, 7 Aug 2014 11:49:32 +0000 (11:49 +0000)]
Merge "Prevent launcher switching in Settings app." into lmp-dev

10 years agoPrevent launcher switching in Settings app.
Sander Alewijnse [Tue, 15 Jul 2014 19:23:25 +0000 (20:23 +0100)]
Prevent launcher switching in Settings app.

User won't be able to switch to launchers that do not support
managed profiles.
Additional explanation is shown in text under the name of the
launcher.

Bug:15099904

Change-Id: I12470bf396d41ef47d463ef42835964aacda9719

10 years agoMerge "Fix removal of optional settings tiles" into lmp-dev
Amith Yamasani [Wed, 6 Aug 2014 23:16:27 +0000 (23:16 +0000)]
Merge "Fix removal of optional settings tiles" into lmp-dev

10 years agoFix removal of optional settings tiles
Amith Yamasani [Wed, 6 Aug 2014 22:48:10 +0000 (15:48 -0700)]
Fix removal of optional settings tiles

Bug: 16654819

Fix the way the tiles get removed so the index is not out of sync
and there's no double deletion of entries.

Change-Id: I18da6b633884f51418c11afb0e177b49ca085fd0

10 years agoMerge "Clears previously added cross-profile-intents" into lmp-dev
Alexandra Gherghina [Wed, 6 Aug 2014 13:42:42 +0000 (13:42 +0000)]
Merge "Clears previously added cross-profile-intents" into lmp-dev

10 years agoMerge "Fix issue #16537318: clarify voice interaction strings." into lmp-dev
Dianne Hackborn [Tue, 5 Aug 2014 23:18:00 +0000 (23:18 +0000)]
Merge "Fix issue #16537318: clarify voice interaction strings." into lmp-dev

10 years agoFix issue #16537318: clarify voice interaction strings.
Dianne Hackborn [Tue, 5 Aug 2014 20:58:26 +0000 (13:58 -0700)]
Fix issue #16537318: clarify voice interaction strings.

Change-Id: I7e2c379e28447fa83ecf9c53b064d7917253b880

10 years agoam 572d2539: Radio Information UI for enabling/disabling debug settings of MO over...
Etan Cohen [Mon, 4 Aug 2014 23:00:46 +0000 (23:00 +0000)]
am 572d2539: Radio Information UI for enabling/disabling debug settings of MO over VoLTE

* commit '572d25398297049a4da3042d58b1ccecf3514e4d':
  Radio Information UI for enabling/disabling debug settings of MO over VoLTE