OSDN Git Service

android-x86/packages-apps-Settings.git
10 years agoMerge "Fix manifest entry for CAPTIONING_SETTINGS action" into klp-dev
Alan Viverette [Thu, 12 Sep 2013 18:23:34 +0000 (18:23 +0000)]
Merge "Fix manifest entry for CAPTIONING_SETTINGS action" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Thu, 12 Sep 2013 03:13:57 +0000 (03:13 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 11 Sep 2013 22:33:39 +0000 (15:33 -0700)]
Import translations. DO NOT MERGE

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

10 years agoFix manifest entry for CAPTIONING_SETTINGS action
Alan Viverette [Wed, 11 Sep 2013 20:03:14 +0000 (13:03 -0700)]
Fix manifest entry for CAPTIONING_SETTINGS action

BUG: 10708261
Change-Id: I54cfd8eaae97ed3da165521b9b4e73924bd3f0e1

10 years agoMerge "Increase string lengths for localization." into klp-dev
Amith Yamasani [Wed, 11 Sep 2013 17:54:53 +0000 (17:54 +0000)]
Merge "Increase string lengths for localization." into klp-dev

10 years agoMerge "HCE: Latest UX and strings." into klp-dev
Martijn Coenen [Wed, 11 Sep 2013 17:52:35 +0000 (17:52 +0000)]
Merge "HCE: Latest UX and strings." into klp-dev

10 years agoIncrease string lengths for localization.
Amith Yamasani [Fri, 6 Sep 2013 00:27:52 +0000 (17:27 -0700)]
Increase string lengths for localization.

Bug: 10287242
Bug: 10282460
Change-Id: Idf867cde3d22446f1a1ce3d4aacbf1d1607a5eb7

10 years agoMerge "Fix profile picture picking for restricted profiles" into klp-dev
Amith Yamasani [Wed, 11 Sep 2013 17:03:54 +0000 (17:03 +0000)]
Merge "Fix profile picture picking for restricted profiles" into klp-dev

10 years agoHCE: Latest UX and strings.
Martijn Coenen [Fri, 6 Sep 2013 04:07:23 +0000 (21:07 -0700)]
HCE: Latest UX and strings.

Bug: 10262585
Change-Id: I5473c4d387fed884faf77c7448fab1332f710557

10 years agoFix profile picture picking for restricted profiles
Amith Yamasani [Mon, 9 Sep 2013 20:07:27 +0000 (13:07 -0700)]
Fix profile picture picking for restricted profiles

Due to the new file picker UI and incorrect assumptions of access to sd card,
have to use content provider Uris instead of file paths.

Also makes the cropping robust in the event of not having a cropping intent
on the platform.

This should make the code play well with third party image
and camera apps as well.

Bug: 10666584

Change-Id: Ie8d834fe7aac96bc14829a7be084512a15ef4001

10 years agoMerge "Factor out read/write SMS settings seperate from send/receive." into klp-dev
David Braun [Tue, 10 Sep 2013 20:33:41 +0000 (20:33 +0000)]
Merge "Factor out read/write SMS settings seperate from send/receive." into klp-dev

10 years agoFactor out read/write SMS settings seperate from send/receive.
David Braun [Tue, 10 Sep 2013 20:14:09 +0000 (13:14 -0700)]
Factor out read/write SMS settings seperate from send/receive.

Change-Id: I88177c23d165df6c00a8d32203f3a5b18aca1dcf

10 years agoFix for empty "Listen to an example" string.
Przemyslaw Szczepaniak [Tue, 10 Sep 2013 09:35:57 +0000 (10:35 +0100)]
Fix for empty "Listen to an example" string.

Because of bug in previous TTS related change (bugfix for hiding
"Play TTS sample" if default language is not supported), settings
stopped to call getSampleText() when it was established that current
default language is supported.

This change makes sure that getSampleText() is always called if language
is supported.

Bug: 10672535
Change-Id: I83bf7056e12ddbe2322b6a3f04552802037626aa

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Tue, 10 Sep 2013 05:08:59 +0000 (05:08 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Remove sdcard developer option, avoid data crash." into klp-dev
Jeff Sharkey [Tue, 10 Sep 2013 04:41:18 +0000 (04:41 +0000)]
Merge "Remove sdcard developer option, avoid data crash." into klp-dev

10 years agoRemove sdcard developer option, avoid data crash.
Jeff Sharkey [Tue, 10 Sep 2013 01:42:33 +0000 (18:42 -0700)]
Remove sdcard developer option, avoid data crash.

Remove READ_EXTERNAL_STORAGE enforcement UI, since the permission is
now always enforced.  Check to see if bandwidth module is enabled
when launching data usage, and finish gracefully if disabled.

Bug: 1011651510392597
Change-Id: Id0295c405b780a53867934b3bcd0a5f56db7d87a

10 years agoMerge "Limit wifi password to ascii chars" into klp-dev
Russell Brenner [Tue, 10 Sep 2013 01:11:42 +0000 (01:11 +0000)]
Merge "Limit wifi password to ascii chars" into klp-dev

10 years agoMerge "Fix NPE for stability tests" into klp-dev
Amith Yamasani [Mon, 9 Sep 2013 21:19:02 +0000 (21:19 +0000)]
Merge "Fix NPE for stability tests" into klp-dev

10 years agoMerge "Follow-on for #10671878: Proc stats needs to remove old data structures" into...
Dianne Hackborn [Mon, 9 Sep 2013 20:37:25 +0000 (20:37 +0000)]
Merge "Follow-on for #10671878: Proc stats needs to remove old data structures" into klp-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 9 Sep 2013 20:27:39 +0000 (13:27 -0700)]
Import translations. DO NOT MERGE

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

10 years agoFix NPE for stability tests
Amith Yamasani [Mon, 9 Sep 2013 20:16:00 +0000 (13:16 -0700)]
Fix NPE for stability tests

Bug: 9882651
Change-Id: I4164764a058d68d448ef4a4aba2a18f072079b9c

10 years agoMerge "Specify user when starting service" into klp-dev
Tom O'Neill [Mon, 9 Sep 2013 20:04:27 +0000 (20:04 +0000)]
Merge "Specify user when starting service" into klp-dev

10 years agoMerge "Revert "Dim icons when recent apps category is disabled"" into klp-dev
Lifu Tang [Mon, 9 Sep 2013 17:40:24 +0000 (17:40 +0000)]
Merge "Revert "Dim icons when recent apps category is disabled"" into klp-dev

10 years agoSpecify user when starting service
Tom O'Neill [Mon, 9 Sep 2013 17:33:52 +0000 (10:33 -0700)]
Specify user when starting service

- Improve logging

- Fix b/10621831

Change-Id: Icbb265ce53640dcf63f1c81d682f5811f196efcc

10 years agoLimit wifi password to ascii chars
Russell Brenner [Mon, 9 Sep 2013 17:13:47 +0000 (10:13 -0700)]
Limit wifi password to ascii chars

Bug: 10441448
Change-Id: I7a77a8f594dbe0ef4df60db9b26167b8f17bf8b2

10 years agoFollow-on for #10671878: Proc stats needs to remove old data structures
Dianne Hackborn [Mon, 9 Sep 2013 16:51:34 +0000 (09:51 -0700)]
Follow-on for #10671878: Proc stats needs to remove old data structures

The UI can now show better information about services, now that we
have the name of the process each service runs in and its total run
time.

Change-Id: I0777d8295a50c8f69c57bad24ccafe3bf0fbe5b8

10 years agoRevert "Dim icons when recent apps category is disabled"
Lifu Tang [Mon, 9 Sep 2013 00:06:34 +0000 (00:06 +0000)]
Revert "Dim icons when recent apps category is disabled"

This change makes all the icons in the system dimmed, not only on Location Settings page. I haven't managed to find a simple fix to that problem. I think we should abandon this feature, and revert this CL.

This reverts commit ebcd196a0ba404736288d8e6a35dd533f4ee806b.

Change-Id: If39f2892c82643b936d2d9ff7b1d1c027018f3f6

10 years agoMerge "Dim icons when recent apps category is disabled" into klp-dev
Lifu Tang [Sun, 8 Sep 2013 05:12:00 +0000 (05:12 +0000)]
Merge "Dim icons when recent apps category is disabled" into klp-dev

10 years agoMerge "Print service settings polish" into klp-dev
Svetoslav Ganov [Sat, 7 Sep 2013 22:05:38 +0000 (22:05 +0000)]
Merge "Print service settings polish" into klp-dev

10 years agoDim icons when recent apps category is disabled
Lifu Tang [Sat, 7 Sep 2013 03:19:33 +0000 (20:19 -0700)]
Dim icons when recent apps category is disabled

- Fix b/10654646

Change-Id: I7581054b0838c801cf9a6c889e8aeb9db8c7ba56

10 years agoMerge "Gray recent apps section when location disabled" into klp-dev
Lifu Tang [Sat, 7 Sep 2013 01:32:48 +0000 (01:32 +0000)]
Merge "Gray recent apps section when location disabled" into klp-dev

10 years agoGray recent apps section when location disabled
Lifu Tang [Sat, 7 Sep 2013 01:26:21 +0000 (18:26 -0700)]
Gray recent apps section when location disabled

- Fix b/10638903

Change-Id: I1c09661b0e5ac8d089a515b64301ddfe9bcedaa9

10 years agoMerge "Made "No Recent Apps" banner brighter" into klp-dev
Lifu Tang [Sat, 7 Sep 2013 00:15:26 +0000 (00:15 +0000)]
Merge "Made "No Recent Apps" banner brighter" into klp-dev

10 years agoMerge "Use the application name instead of package." into klp-dev
Robert Greenwalt [Fri, 6 Sep 2013 23:35:45 +0000 (23:35 +0000)]
Merge "Use the application name instead of package." into klp-dev

10 years agoMade "No Recent Apps" banner brighter
Lifu Tang [Fri, 6 Sep 2013 23:05:23 +0000 (16:05 -0700)]
Made "No Recent Apps" banner brighter

- Fix b/10638903

Change-Id: I83d3dc30315c05844ed57ee3065b099ce1ec1f96

10 years agoPrint service settings polish
Svetoslav Ganov [Fri, 6 Sep 2013 16:28:32 +0000 (09:28 -0700)]
Print service settings polish

1. Moved the settings and add printers to the overflow menu.

2. Collapsing the search action view to get proper behavior when selected.

3. Showing the search option only if there are printers.

4. Stop observing for printers if the service is disabled.

bug:10652301

Change-Id: I589a3b177c5a58a8b1382d7020fd4b128afd9038

10 years agoMerge "Fix bug #10624988 Incorrect mirroring of RAM and Internal Storage for Apps...
Fabrice Di Meglio [Fri, 6 Sep 2013 20:05:17 +0000 (20:05 +0000)]
Merge "Fix bug #10624988 Incorrect mirroring of RAM and Internal Storage for Apps screens in Settings" into klp-dev

10 years agoFix bug #10624988 Incorrect mirroring of RAM and Internal Storage for Apps screens...
Fabrice Di Meglio [Fri, 6 Sep 2013 00:02:28 +0000 (17:02 -0700)]
Fix bug #10624988 Incorrect mirroring of RAM and Internal Storage for Apps screens in Settings

- well this CL is only for preventing a wrong rendering (the real CL would need to be one latter
and would need to fix the onDraw(Canvas) for LinearColorBar so that it takes care of the layout direction)
- force LTR layout direction on the LinearColorBar, hence preventing the two TextView to render their
text "in the middle".
- use BidiFormatter to wrap number strings

Change-Id: Ie164e5509c0364a81c85a3ac69f97a89f20a4130

10 years agoRestrict Settings injection to system-signed apps
Tom O'Neill [Fri, 6 Sep 2013 17:38:26 +0000 (10:38 -0700)]
Restrict Settings injection to system-signed apps

- Also: reload the injected settings status values on mode changes

- b/10461474

Change-Id: I58c817ab8ab253aa19fa02c3cb511f26c807dc2a

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Fri, 6 Sep 2013 03:34:18 +0000 (03:34 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Don't show explicit time when no recent apps" into klp-dev
Lifu Tang [Fri, 6 Sep 2013 02:01:17 +0000 (02:01 +0000)]
Merge "Don't show explicit time when no recent apps" into klp-dev

10 years agoMerge "Handle renamed APIs" into klp-dev
Amith Yamasani [Thu, 5 Sep 2013 22:49:20 +0000 (22:49 +0000)]
Merge "Handle renamed APIs" into klp-dev

10 years agoDon't show explicit time when no recent apps
Lifu Tang [Thu, 5 Sep 2013 21:50:29 +0000 (14:50 -0700)]
Don't show explicit time when no recent apps

- Partial fix for b/10638903

Change-Id: I38d681c52b3d03cdece48d3cdc027dcbe66bd0f2

10 years agoMerge "Fixed the NullPointerException" into klp-dev
Lifu Tang [Thu, 5 Sep 2013 21:47:00 +0000 (21:47 +0000)]
Merge "Fixed the NullPointerException" into klp-dev

10 years agoMerge "Print settings polish" into klp-dev
Svetoslav Ganov [Thu, 5 Sep 2013 21:38:11 +0000 (21:38 +0000)]
Merge "Print settings polish" into klp-dev

10 years agoFixed the NullPointerException
Lifu Tang [Thu, 5 Sep 2013 20:52:55 +0000 (13:52 -0700)]
Fixed the NullPointerException

- Fix b/10633295

Change-Id: Ia429e679c53c959351316ffda7619e10ad6a626c

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Thu, 5 Sep 2013 19:46:15 +0000 (12:46 -0700)]
Import translations. DO NOT MERGE

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

10 years agoHandle renamed APIs
Amith Yamasani [Thu, 5 Sep 2013 19:40:31 +0000 (12:40 -0700)]
Handle renamed APIs

Bug: 10461761
Change-Id: If63c3801663b347a4643e44d5bd3bab4e3049578

10 years agoHide "Play TTS sample" when locale is not settable as default
Przemyslaw Szczepaniak [Thu, 5 Sep 2013 12:05:04 +0000 (13:05 +0100)]
Hide "Play TTS sample" when locale is not settable as default

Due to a bug, it's possible for settings to show status telling
that locale is available, despite locale not being in list of
locales settable as TTS default locale. This change fixes it.

Bug: 10630713
Change-Id: I21f8487fc6c1ea7812aeffbc26dfa5fc0a8afa3b

10 years agoPrint settings polish
Svetoslav Ganov [Thu, 5 Sep 2013 06:52:28 +0000 (23:52 -0700)]
Print settings polish

1. Added support for launching the top level print settings.

2. Updated some strings.

3. Removed the uninstall option for a print service.

4. Added search for the list of printers of a print service.

Change-Id: I9e175ba78b2d22b2bf90cf79153dc73327dfaff1

10 years agoMerge "Add details screen to proc stats." into klp-dev
Dianne Hackborn [Thu, 5 Sep 2013 01:26:41 +0000 (01:26 +0000)]
Merge "Add details screen to proc stats." into klp-dev

10 years agoAdd details screen to proc stats.
Dianne Hackborn [Wed, 4 Sep 2013 22:47:59 +0000 (15:47 -0700)]
Add details screen to proc stats.

Lets you see the actual RAM use and % running time, a list of
all of the services that are associated with it (kind-of, not
working correctly for those that share processes), and most
importantly a glorious FORCE STOP button.

Change-Id: I34ac30c88f1187227a8a7809ae103118c8b9a865

10 years agoMerge "Implementing print settings as per UX spec." into klp-dev
Svetoslav [Thu, 5 Sep 2013 00:18:48 +0000 (00:18 +0000)]
Merge "Implementing print settings as per UX spec." into klp-dev

10 years agoMerge "wifi-display: add drop down list for Wps config method" into klp-dev
Chong Zhang [Wed, 4 Sep 2013 22:07:18 +0000 (22:07 +0000)]
Merge "wifi-display: add drop down list for Wps config method" into klp-dev

10 years agoImplementing print settings as per UX spec.
Svetoslav [Wed, 4 Sep 2013 04:32:40 +0000 (21:32 -0700)]
Implementing print settings as per UX spec.

Change-Id: Iafe99a1e959472f893cf168d952d9dd19ff160c0

10 years agoMerge "Switch to receiving LocationManager.MODE_CHANGED_ACTION" into klp-dev
Tom O'Neill [Wed, 4 Sep 2013 14:20:03 +0000 (14:20 +0000)]
Merge "Switch to receiving LocationManager.MODE_CHANGED_ACTION" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Wed, 4 Sep 2013 05:00:08 +0000 (05:00 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Pass correct user id for the extra" into klp-dev
Amith Yamasani [Wed, 4 Sep 2013 00:55:18 +0000 (00:55 +0000)]
Merge "Pass correct user id for the extra" into klp-dev

10 years agoPass correct user id for the extra
Amith Yamasani [Wed, 4 Sep 2013 00:44:49 +0000 (17:44 -0700)]
Pass correct user id for the extra

This was causing PrintManagerService to get a broadcast with an incorrect
userid and ended up crashing the SettingsProvider.

Bug: 10608503
Change-Id: I4693de181ddfa599d685ac9bd16ac15cea8b2e52

10 years agoMerge "Pin protect going into developer mode." into klp-dev
Geoffrey Borggaard [Wed, 4 Sep 2013 00:41:50 +0000 (00:41 +0000)]
Merge "Pin protect going into developer mode." into klp-dev

10 years agoMerge "Renamed "Location services" to "App settings"" into klp-dev
Lifu Tang [Wed, 4 Sep 2013 00:13:09 +0000 (00:13 +0000)]
Merge "Renamed "Location services" to "App settings"" into klp-dev

10 years agoMerge "Show regulatory info based on hardware sku in Settings app." into klp-dev
Vineeta Srivastava [Tue, 3 Sep 2013 23:48:34 +0000 (23:48 +0000)]
Merge "Show regulatory info based on hardware sku in Settings app." into klp-dev

10 years agoRenamed "Location services" to "App settings"
Lifu Tang [Tue, 3 Sep 2013 23:36:56 +0000 (16:36 -0700)]
Renamed "Location services" to "App settings"

- Fix b/10610559

Change-Id: I7f7167fb45ebeb045b4c0095448de0134a551eec

10 years agoMerge "Fixed the crash on screen rotation" into klp-dev
Lifu Tang [Tue, 3 Sep 2013 21:26:33 +0000 (21:26 +0000)]
Merge "Fixed the crash on screen rotation" into klp-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Tue, 3 Sep 2013 21:01:35 +0000 (14:01 -0700)]
Import translations. DO NOT MERGE

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

10 years agoFixed the crash on screen rotation
Lifu Tang [Tue, 3 Sep 2013 20:47:02 +0000 (13:47 -0700)]
Fixed the crash on screen rotation

- Fix b/10607566

Change-Id: I078e59af2a76deb272b870d7708ee4148c68590e

10 years agoMerge changes Ie232b2d4,I81b6bf3f into klp-dev
Russell Brenner [Tue, 3 Sep 2013 20:26:42 +0000 (20:26 +0000)]
Merge changes Ie232b2d4,I81b6bf3f into klp-dev

* changes:
  Add resources for light theme
  Support Holo Light theme for wifi during setup

10 years agoMerge "Adapt to renaming of SettingInjectorService API constants" into klp-dev
Tom O'Neill [Tue, 3 Sep 2013 20:26:09 +0000 (20:26 +0000)]
Merge "Adapt to renaming of SettingInjectorService API constants" into klp-dev

10 years agoShow regulatory info based on hardware sku in Settings app.
Vineeta Srivastava [Thu, 29 Aug 2013 00:17:57 +0000 (17:17 -0700)]
Show regulatory info based on hardware sku in Settings app.

Use ro.boot.hardware.sku to read hardware sku property. When this property is
 set use regulatory_info_<sku>.img. By default use regulatory_info.png

Updated layout to set ImageView.

Bug: 9378140

Change-Id: I8e3622a89742333818297759585227c6290ccf31

10 years agoMerge "Ignores AppOps entries belonging to other users" into klp-dev
Lifu Tang [Tue, 3 Sep 2013 17:55:48 +0000 (17:55 +0000)]
Merge "Ignores AppOps entries belonging to other users" into klp-dev

10 years agoMerge "NFC Tap&Pay: deal with changes from API review." into klp-dev
Martijn Coenen [Tue, 3 Sep 2013 17:25:15 +0000 (17:25 +0000)]
Merge "NFC Tap&Pay: deal with changes from API review." into klp-dev

10 years agoIgnores AppOps entries belonging to other users
Lifu Tang [Fri, 30 Aug 2013 23:02:16 +0000 (16:02 -0700)]
Ignores AppOps entries belonging to other users

- Fix b/10567352

Change-Id: I6aac030a426e5a881578b518a9cf6bad8679d087

10 years agoMerge "Creates Sipper even the consumption is very little" into klp-dev
Lifu Tang [Tue, 3 Sep 2013 17:01:56 +0000 (17:01 +0000)]
Merge "Creates Sipper even the consumption is very little" into klp-dev

10 years agoMerge "Shows correct state when location sharing disabled" into klp-dev
Lifu Tang [Tue, 3 Sep 2013 17:01:33 +0000 (17:01 +0000)]
Merge "Shows correct state when location sharing disabled" into klp-dev

10 years agoMerge "Add a missing fragment to list of valid ones for top-level settings" into...
Amith Yamasani [Tue, 3 Sep 2013 15:57:24 +0000 (15:57 +0000)]
Merge "Add a missing fragment to list of valid ones for top-level settings" into klp-dev

10 years agoCreates Sipper even the consumption is very little
Lifu Tang [Sat, 31 Aug 2013 01:03:43 +0000 (18:03 -0700)]
Creates Sipper even the consumption is very little

Change-Id: I9682f262a481f3586760b8464b96eeb22814a840

10 years agoSwitch to receiving LocationManager.MODE_CHANGED_ACTION
Tom O'Neill [Tue, 3 Sep 2013 14:56:53 +0000 (07:56 -0700)]
Switch to receiving LocationManager.MODE_CHANGED_ACTION

- From LocationManager.PROVIDERS_CHANGED

- Part of fix for b/10409275

Change-Id: I4030c8df4db942777d6035266a8ed7f18e458fb5

10 years agoam d5c71fc4: am e38165ca: am 7bee4c29: Use correct action string for provisioning.
Wink Saville [Sat, 31 Aug 2013 00:26:19 +0000 (17:26 -0700)]
am d5c71fc4: am e38165ca: am 7bee4c29: Use correct action string for provisioning.

* commit 'd5c71fc4e613d80d1ff8c128f29d9c201bcb3f90':
  Use correct action string for provisioning.

10 years agoShows correct state when location sharing disabled
Lifu Tang [Fri, 30 Aug 2013 01:06:30 +0000 (18:06 -0700)]
Shows correct state when location sharing disabled

- Fix b/10553306

Change-Id: I01f69aaeb79e18ddf29da5aef7ea00938e674429

10 years agoAdd a missing fragment to list of valid ones for top-level settings
Amith Yamasani [Fri, 30 Aug 2013 22:43:44 +0000 (15:43 -0700)]
Add a missing fragment to list of valid ones for top-level settings

Bug: 10552817
Change-Id: I1ea80de565d1ec58da834cdd67dab0cb71e635b7

10 years agoMerge "Update captioning settings to match revised API" into klp-dev
Alan Viverette [Fri, 30 Aug 2013 21:35:04 +0000 (21:35 +0000)]
Merge "Update captioning settings to match revised API" into klp-dev

10 years agoPin protect going into developer mode.
Geoffrey Borggaard [Fri, 30 Aug 2013 20:07:20 +0000 (16:07 -0400)]
Pin protect going into developer mode.

Developer mode turns on ADB which we definately don't want students to do.
Bug: 10549646

Change-Id: Ibba6231d36427985da6c258002e319e33a15b9b8

10 years agoNFC Tap&Pay: deal with changes from API review.
Martijn Coenen [Fri, 30 Aug 2013 19:57:42 +0000 (12:57 -0700)]
NFC Tap&Pay: deal with changes from API review.

Also, removed "Ask every time" mode.

Bug: 10550349
Change-Id: If7c300f9f446e3c31d594116ac8e20fb50d9ec3f

10 years agoAdapt to renaming of SettingInjectorService API constants
Tom O'Neill [Fri, 30 Aug 2013 17:52:55 +0000 (10:52 -0700)]
Adapt to renaming of SettingInjectorService API constants

- Log how long it took to read the status of each setting.

- Fix some variable names.

- Affects b/10461474

Change-Id: Ic0a575f090bf7192b20e07c231bf9d7238571808

10 years agoAdd resources for light theme
Russell Brenner [Wed, 28 Aug 2013 16:44:30 +0000 (09:44 -0700)]
Add resources for light theme

Bug: 10407819
Change-Id: Ie232b2d48a8d67355d7c31a878ebaa79aae7c44d

10 years agoMerge "Fixes for pin-restricted settings." into klp-dev
Maggie Benthall [Fri, 30 Aug 2013 13:54:28 +0000 (13:54 +0000)]
Merge "Fixes for pin-restricted settings." into klp-dev

10 years agoam e38165ca: am 7bee4c29: Use correct action string for provisioning.
Wink Saville [Fri, 30 Aug 2013 03:42:59 +0000 (20:42 -0700)]
am e38165ca: am 7bee4c29: Use correct action string for provisioning.

* commit 'e38165caf08a164999b9518dd1f16c9f94d581e9':
  Use correct action string for provisioning.

10 years agoam 7bee4c29: Use correct action string for provisioning.
Wink Saville [Fri, 30 Aug 2013 03:41:04 +0000 (20:41 -0700)]
am 7bee4c29: Use correct action string for provisioning.

* commit '7bee4c294204be49edf58e9251726425ffcc5748':
  Use correct action string for provisioning.

10 years agoUse correct action string for provisioning.
Wink Saville [Fri, 30 Aug 2013 02:58:09 +0000 (19:58 -0700)]
Use correct action string for provisioning.

Change to use the correct action string
com.adnroid.server.connectivityservice.CONNECTED_TO_PROVISIONING_NETWORK

Bug: 10551510
Change-Id: I917de4fcde06b72f520dec38e42c50859b2ee098

10 years agowifi-display: add drop down list for Wps config method
Chong Zhang [Thu, 29 Aug 2013 22:33:12 +0000 (15:33 -0700)]
wifi-display: add drop down list for Wps config method

Bug: 9371882

Change-Id: I8c8c645bbb3db9f9d038f015f6aa6078ce3e56c3

10 years agoMerge "Replaced ContentQueryMap with CursorLoader" into klp-dev
Lifu Tang [Thu, 29 Aug 2013 23:43:59 +0000 (23:43 +0000)]
Merge "Replaced ContentQueryMap with CursorLoader" into klp-dev

10 years agoam 1bc2db22: am 0e042a44: am 289c2f0d: Merge "Use MOBILE_PROVISIONING_ACTION for...
Wink Saville [Thu, 29 Aug 2013 22:15:53 +0000 (15:15 -0700)]
am 1bc2db22: am 0e042a44: am 289c2f0d: Merge "Use MOBILE_PROVISIONING_ACTION for manage mobile plan." into jb-mr2-dev

* commit '1bc2db2221f6cdb92cce5d40f9eb940fe0ed4914':
  Use MOBILE_PROVISIONING_ACTION for manage mobile plan.

10 years agoMerge "Use MOBILE_PROVISIONING_ACTION for manage mobile plan." into klp-dev
Wink Saville [Thu, 29 Aug 2013 22:11:11 +0000 (22:11 +0000)]
Merge "Use MOBILE_PROVISIONING_ACTION for manage mobile plan." into klp-dev

10 years agoFixes for pin-restricted settings.
Maggie Benthall [Thu, 29 Aug 2013 14:49:13 +0000 (10:49 -0400)]
Fixes for pin-restricted settings.

- Reprompt for pin after screen has been locked and unlocked.
- For protected preferences, store the Preference and continue if pin entry is successful.
- Protect whole UserSettings and DevelopmentSettings pages.

Bug: 10543207
Change-Id: If1d4b31ca94a8cfc103625b74385bcd0bdd3d88b

10 years agoReplaced ContentQueryMap with CursorLoader
Lifu Tang [Thu, 29 Aug 2013 21:42:12 +0000 (14:42 -0700)]
Replaced ContentQueryMap with CursorLoader

- Piggyback a trivial typo fix from previous change

- Fix b/10228666

Change-Id: I96c4f5c434b67caf10b3406eec4f3f7c5cf846e9

10 years agoMerge "Make sure we've finished loading settings before processing any reloads" into...
Tom O'Neill [Thu, 29 Aug 2013 21:22:54 +0000 (21:22 +0000)]
Merge "Make sure we've finished loading settings before processing any reloads" into klp-dev

10 years agoUse MOBILE_PROVISIONING_ACTION for manage mobile plan.
Wink Saville [Wed, 28 Aug 2013 21:26:27 +0000 (14:26 -0700)]
Use MOBILE_PROVISIONING_ACTION for manage mobile plan.

Bug: 10328264
Change-Id: I3925004011bb1243793c4c1b963d923dc2b00cb5

10 years agoMerge "Update NFC payments to match new framework APIs." into klp-dev
Martijn Coenen [Thu, 29 Aug 2013 21:01:16 +0000 (21:01 +0000)]
Merge "Update NFC payments to match new framework APIs." into klp-dev

10 years agoam 0e042a44: am 289c2f0d: Merge "Use MOBILE_PROVISIONING_ACTION for manage mobile...
Wink Saville [Thu, 29 Aug 2013 18:57:48 +0000 (11:57 -0700)]
am 0e042a44: am 289c2f0d: Merge "Use MOBILE_PROVISIONING_ACTION for manage mobile plan." into jb-mr2-dev

* commit '0e042a44a8ee0e26d92be8d73d7ed297b4beab37':
  Use MOBILE_PROVISIONING_ACTION for manage mobile plan.

10 years agoMerge "Fixed the widget location toggle button" into klp-dev
Lifu Tang [Thu, 29 Aug 2013 18:31:27 +0000 (18:31 +0000)]
Merge "Fixed the widget location toggle button" into klp-dev