OSDN Git Service

android-x86/packages-apps-Settings.git
10 years agoRename unaccounted to unknown.
Dianne Hackborn [Tue, 25 Feb 2014 01:10:13 +0000 (17:10 -0800)]
Rename unaccounted to unknown.

Change-Id: I8071c3046c69a5f513cfbec12bc0b8628194b30d

10 years agoRemove toggle switch on accessibility preference fragment detach
Alan Viverette [Tue, 25 Feb 2014 01:57:44 +0000 (17:57 -0800)]
Remove toggle switch on accessibility preference fragment detach

BUG: 13169998
Change-Id: Id6bac95feb53fec7bb56e6af5c7f5e407e8eba55

10 years agoMerge "Settings>Security>Show notifications (on the lockscreen)."
Dan Sandler [Mon, 24 Feb 2014 18:38:12 +0000 (18:38 +0000)]
Merge "Settings>Security>Show notifications (on the lockscreen)."

10 years agoam 8e6a5d31: am 27543d42: am 0223f9c5: Merge "Bluetooth: GAP: Cancel the pairing...
Matthew Xie [Mon, 24 Feb 2014 14:32:13 +0000 (14:32 +0000)]
am 8e6a5d31: am 27543d42: am 0223f9c5: Merge "Bluetooth: GAP: Cancel the pairing notification on bond state change"

* commit '8e6a5d31344395ffce77caff217a90f5d0d25ab1':
  Bluetooth: GAP: Cancel the pairing notification on bond state change

10 years agoam 27543d42: am 0223f9c5: Merge "Bluetooth: GAP: Cancel the pairing notification...
Matthew Xie [Mon, 24 Feb 2014 14:29:06 +0000 (14:29 +0000)]
am 27543d42: am 0223f9c5: Merge "Bluetooth: GAP: Cancel the pairing notification on bond state change"

* commit '27543d42ff79b92e2ec3ddcbe970633b848231e8':
  Bluetooth: GAP: Cancel the pairing notification on bond state change

10 years agoam 0223f9c5: Merge "Bluetooth: GAP: Cancel the pairing notification on bond state...
Matthew Xie [Mon, 24 Feb 2014 14:25:28 +0000 (14:25 +0000)]
am 0223f9c5: Merge "Bluetooth: GAP: Cancel the pairing notification on bond state change"

* commit '0223f9c5ddfdbcd2c759d1b0cf289844ca0438c0':
  Bluetooth: GAP: Cancel the pairing notification on bond state change

10 years agoMerge "Fix crash caused by failed TTS CheckVoiceData."
Przemyslaw Szczepaniak [Mon, 24 Feb 2014 11:45:13 +0000 (11:45 +0000)]
Merge "Fix crash caused by failed TTS CheckVoiceData."

10 years agoSettings>Security>Show notifications (on the lockscreen).
Dan Sandler [Wed, 19 Feb 2014 19:42:55 +0000 (14:42 -0500)]
Settings>Security>Show notifications (on the lockscreen).

Allows the user to toggle
Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS,
which if set shows the complete private contents of that
user's notifications atop a securely locked screen. When
unset, only the "public" versions of notifications are shown
(which may include explicit redactions made by the app).
See f/b change I32bb7939 for details.

This checkbox is hidden for insecure keyguards ("off" and
"none"). It is also unavailable if
Settings.Global.LOCK_SCREEN_SHOW_NOTIFICATIONS is not set
(see f/b change I9c517949.)

Change-Id: Ie1b4c6b949b597b97e536d8ea7e35c9de9b6995f

10 years agoMerge "Bluetooth: GAP: Cancel the pairing notification on bond state change"
Matthew Xie [Mon, 24 Feb 2014 00:49:19 +0000 (00:49 +0000)]
Merge "Bluetooth: GAP: Cancel the pairing notification on bond state change"

10 years agoam c3e8fd25: am e0388230: am 14136c7c: Merge "Settings: Fix the memory leak in Settings"
Jeff Sharkey [Fri, 21 Feb 2014 17:28:39 +0000 (17:28 +0000)]
am c3e8fd25: am e0388230: am 14136c7c: Merge "Settings: Fix the memory leak in Settings"

* commit 'c3e8fd25997a70155497358d077e6c8fec6fe981':
  Settings: Fix the memory leak in Settings

10 years agoam e0388230: am 14136c7c: Merge "Settings: Fix the memory leak in Settings"
Jeff Sharkey [Fri, 21 Feb 2014 17:26:29 +0000 (17:26 +0000)]
am e0388230: am 14136c7c: Merge "Settings: Fix the memory leak in Settings"

* commit 'e0388230768168af31c26507b5889985daa93169':
  Settings: Fix the memory leak in Settings

10 years agoam 14136c7c: Merge "Settings: Fix the memory leak in Settings"
Jeff Sharkey [Fri, 21 Feb 2014 17:21:48 +0000 (17:21 +0000)]
am 14136c7c: Merge "Settings: Fix the memory leak in Settings"

* commit '14136c7cdfee7525a97cfee6eec038994668b6a5':
  Settings: Fix the memory leak in Settings

10 years agoMerge "Settings: Fix the memory leak in Settings"
Jeff Sharkey [Fri, 21 Feb 2014 17:17:22 +0000 (17:17 +0000)]
Merge "Settings: Fix the memory leak in Settings"

10 years agoFix crash caused by failed TTS CheckVoiceData.
Przemyslaw Szczepaniak [Fri, 21 Feb 2014 10:17:57 +0000 (10:17 +0000)]
Fix crash caused by failed TTS CheckVoiceData.

Bug: 13112824
Change-Id: Idb46e499fc7982eb92b6ed1a88d7a0725896b4ef

10 years agoMerge "Fix bug #13058470 Cannot add account -- Settings app crashes"
Fabrice Di Meglio [Fri, 21 Feb 2014 00:22:16 +0000 (00:22 +0000)]
Merge "Fix bug #13058470 Cannot add account -- Settings app crashes"

10 years agoFix bug #13058470 Cannot add account -- Settings app crashes
Fabrice Di Meglio [Thu, 20 Feb 2014 22:41:51 +0000 (14:41 -0800)]
Fix bug #13058470 Cannot add account -- Settings app crashes

- revert back to an Activity instead of a fragment. This
is a straight reverse of the changes introduced for trying
to have a Fragment.

Basically ChooseAccountActivity was previously an Activity for
choosing an account type. If the list of account types was containing
only one item, then the ChooseAccountActivity was just a pass thru
and was falling back to the only account authority available.

In the current reported bug, this was happening by disabling the
Email app and thus having only the GoogleAuthenticator as an
Authority.

Then in the onCreate() the ChooseAccountFragment was seeing that
there was only one account authenticator and issuing a BACK button
press. Too bad, this was done into a non finished Fragment transaction
and leading to a crash.

All in all, we NEED to have an Activity and cannot use a Fragment
in that case.

Change-Id: I4a867a25fe9580929ec50a6775105adac1f88c52

10 years agoam 8db86bc9: (-s ours) am 1bb55f55: (-s ours) am a9d878ef: (-s ours) am af03def3...
Baligh Uddin [Thu, 20 Feb 2014 23:15:41 +0000 (23:15 +0000)]
am 8db86bc9: (-s ours) am 1bb55f55: (-s ours) am a9d878ef: (-s ours) am af03def3: (-s ours) am 63a354ee: (-s ours) am d83484db: (-s ours) Import translations. DO NOT MERGE

* commit '8db86bc9bc7265d067da92c22e54be98e42b833f':
  Import translations. DO NOT MERGE

10 years agoam 1bb55f55: (-s ours) am a9d878ef: (-s ours) am af03def3: (-s ours) am 63a354ee...
Baligh Uddin [Thu, 20 Feb 2014 21:09:39 +0000 (21:09 +0000)]
am 1bb55f55: (-s ours) am a9d878ef: (-s ours) am af03def3: (-s ours) am 63a354ee: (-s ours) am d83484db: (-s ours) Import translations. DO NOT MERGE

* commit '1bb55f555fce1e83bcdc9d154dc6ff714b2a029b':
  Import translations. DO NOT MERGE

10 years agoam a9d878ef: (-s ours) am af03def3: (-s ours) am 63a354ee: (-s ours) am d83484db...
Baligh Uddin [Thu, 20 Feb 2014 21:06:07 +0000 (21:06 +0000)]
am a9d878ef: (-s ours) am af03def3: (-s ours) am 63a354ee: (-s ours) am d83484db: (-s ours) Import translations. DO NOT MERGE

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

10 years agoam af03def3: (-s ours) am 63a354ee: (-s ours) am d83484db: (-s ours) Import translati...
Baligh Uddin [Thu, 20 Feb 2014 21:02:54 +0000 (21:02 +0000)]
am af03def3: (-s ours) am 63a354ee: (-s ours) am d83484db: (-s ours) Import translations. DO NOT MERGE

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

10 years agoam 63a354ee: (-s ours) am d83484db: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Thu, 20 Feb 2014 20:59:28 +0000 (20:59 +0000)]
am 63a354ee: (-s ours) am d83484db: (-s ours) Import translations. DO NOT MERGE

* commit '63a354ee094f3e71773cbdd29359b5c28df2b9f0':
  Import translations. DO NOT MERGE

10 years agoam d83484db: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Thu, 20 Feb 2014 20:56:19 +0000 (20:56 +0000)]
am d83484db: (-s ours) Import translations. DO NOT MERGE

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

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Thu, 20 Feb 2014 15:35:16 +0000 (07:35 -0800)]
Import translations. DO NOT MERGE

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

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Thu, 20 Feb 2014 15:23:08 +0000 (07:23 -0800)]
Import translations. DO NOT MERGE

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

10 years agoMerge "Fix bug #13084552 Correct list of accounts are not shown when tapping ...on...
Fabrice Di Meglio [Wed, 19 Feb 2014 22:18:14 +0000 (22:18 +0000)]
Merge "Fix bug #13084552 Correct list of accounts are not shown when tapping ...on type of accounts(corporate,google etc.,) in Settings under Accounts section"

10 years agoFix bug #13084552 Correct list of accounts are not shown when tapping
Fabrice Di Meglio [Wed, 19 Feb 2014 22:07:18 +0000 (14:07 -0800)]
Fix bug #13084552 Correct list of accounts are not shown when tapping
...on type of accounts(corporate,google etc.,) in Settings under Accounts section

- allow Account Type (corporate and the others...) entries to work.

Basically as they are sharing the same fragment we could only hit it
only once (and the first hit was winning).

Change-Id: I16683fc7342564a8ed1a4853a576166ab4d91df9

10 years agoMerge "Fix bug #12993929 Screen orientation change replaces wifi password dialog...
Fabrice Di Meglio [Wed, 19 Feb 2014 22:12:37 +0000 (22:12 +0000)]
Merge "Fix bug #12993929 Screen orientation change replaces wifi password dialog with Add network dialog"

10 years agoBluetooth: GAP: Cancel the pairing notification on bond state change
Srinu Jella [Mon, 2 Dec 2013 10:18:45 +0000 (15:48 +0530)]
Bluetooth: GAP: Cancel the pairing notification on bond state change

Cancel the pairing notification on bond state change happens from
BOND_BONDING to BOND_NONE.  Otherwise it will present in the
notification area until it gets cancelled by opening it and press
cancel on pairing dialog.

Change-Id: I96f673e29e612cd748165a1323a5b4a4276a843c

10 years agoMerge "Fix bug #13027956 For restricted user launching Settings app from all apps...
Fabrice Di Meglio [Wed, 19 Feb 2014 03:46:16 +0000 (03:46 +0000)]
Merge "Fix bug #13027956 For restricted user launching Settings app from all apps drawer ...by default opens wifi setting screen"

10 years agoFix bug #13027956 For restricted user launching Settings app from all apps drawer
Fabrice Di Meglio [Wed, 19 Feb 2014 03:35:08 +0000 (19:35 -0800)]
Fix bug #13027956 For restricted user launching Settings app from all apps drawer
...by default opens wifi setting screen

- add the Dashboard to the list of restricted fragments

Change-Id: I7787ed7c9f2a53ea1047b6ab860ded50e4e5d840

10 years agoFix bug #12993929 Screen orientation change replaces wifi password dialog with Add...
Fabrice Di Meglio [Thu, 13 Feb 2014 04:05:57 +0000 (20:05 -0800)]
Fix bug #12993929 Screen orientation change replaces wifi password dialog with Add network dialog

- use the correct Fragment manager: it should be the child's one

Change-Id: I286b276bc6c5180b7c0e458d8562938671d493c8

10 years agoUpdate verify apps summary string
rich cannings [Wed, 19 Feb 2014 00:30:53 +0000 (16:30 -0800)]
Update verify apps summary string

Bug: 12836511
Change-Id: I7c198efc03b403f2dfede47648487875bc9b2f82

10 years agoUpdate verify apps summary string
rich cannings [Tue, 18 Feb 2014 22:00:50 +0000 (14:00 -0800)]
Update verify apps summary string

Bug: 12836511
Change-Id: Ibce824bcef3e3c9a3f9ea69ed4b8425663bbdb12

10 years agoMerge "Improve titles"
Fabrice Di Meglio [Tue, 18 Feb 2014 21:37:46 +0000 (21:37 +0000)]
Merge "Improve titles"

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 18 Feb 2014 04:40:49 +0000 (04:40 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 17 Feb 2014 23:54:58 +0000 (15:54 -0800)]
Import translations. DO NOT MERGE

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

10 years agoSet caption preview font size in dips
Alan Viverette [Mon, 17 Feb 2014 21:34:37 +0000 (13:34 -0800)]
Set caption preview font size in dips

Change-Id: I9844b6f927b557b46f23c6211b5be47647002ab8

10 years agoMerge "Crash in Settings observed while changing the device orientation after renamed...
Fabrice Di Meglio [Fri, 14 Feb 2014 23:59:47 +0000 (23:59 +0000)]
Merge "Crash in Settings observed while changing the device orientation after renamed tablet"

10 years agoCrash in Settings observed while changing the device orientation after renamed tablet
Fabrice Di Meglio [Fri, 14 Feb 2014 23:09:30 +0000 (15:09 -0800)]
Crash in Settings observed while changing the device orientation after renamed tablet

There was a fundamental flow in the BT code. Basically BluetoothSettings is using
a singleton BluetoothDiscoverableEnabler.

BluetoothDiscoverableEnabler is keeping (thru its constructor) a reference on a Context
for registering/unregistering some broadcast receiver. BUMMER! When you change orientation
(or more generally the device Configuration), your Context is no more the same!

Hence the crash as we were  trying to unregister a Receiver on a Context that is no more valid.

Fix that issue by passing an updated Context to the BluetoothDiscoverableEnabler.resume() API.

Bug #12991455
Change-Id: I77db15d2b59b6dd973907e26f9e6bb022202a8b5

10 years agoMerge "Code cleaning for Printing Settings"
Fabrice Di Meglio [Fri, 14 Feb 2014 23:50:23 +0000 (23:50 +0000)]
Merge "Code cleaning for Printing Settings"

10 years agoMerge "Support default, pattern, pin and password encryption types"
Paul Lawrence [Fri, 14 Feb 2014 15:25:24 +0000 (15:25 +0000)]
Merge "Support default, pattern, pin and password encryption types"

10 years agoCode cleaning for Printing Settings
Fabrice Di Meglio [Fri, 14 Feb 2014 03:00:38 +0000 (19:00 -0800)]
Code cleaning for Printing Settings

- remove non needed code

Change-Id: I18a3992d66721dbeba6870aa2834e1c717640a15

10 years agoImprove titles
Fabrice Di Meglio [Fri, 14 Feb 2014 02:49:50 +0000 (18:49 -0800)]
Improve titles

- makes titles consistent with what is shown into the Drawer and
defined into the PreferenceScreen files

Change-Id: I6077d947b3afcc63bfbe9c78b973709778064f9b

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Thu, 13 Feb 2014 05:19:02 +0000 (05:19 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoFix bug #12991557 User taken to previously closed setting option
Fabrice Di Meglio [Wed, 12 Feb 2014 23:38:26 +0000 (15:38 -0800)]
Fix bug #12991557 User taken to previously closed setting option

- fix behavior when we are closing the Drawer. Now will not trigger twice the same action
- fix selection in the Drawer for "Add Account": it basically should never be selected
as it is more like a button
- fix also Titles stack when launching an Intent
- remove some dead code

Change-Id: I196ad9fcd0599703f2abb902b088fbda9b4690a0

10 years agoMerge "Fix title when changing from portrait to landscape configuration"
Fabrice Di Meglio [Wed, 12 Feb 2014 22:46:51 +0000 (22:46 +0000)]
Merge "Fix title when changing from portrait to landscape configuration"

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 12 Feb 2014 20:46:26 +0000 (12:46 -0800)]
Import translations. DO NOT MERGE

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

10 years agoFix title when changing from portrait to landscape configuration
Fabrice Di Meglio [Wed, 12 Feb 2014 03:52:28 +0000 (19:52 -0800)]
Fix title when changing from portrait to landscape configuration

- save the titles stack during onSaveInstanceState(...)
- set it back when creating the activity if there is a savedInstanceState
and restore the title to the last item in the stack

Change-Id: Ic6c2714f5474275c9f55cc4d6c70d14f6a8cd993

10 years agoFix bug #12979102 Menu (Reset to default) and Add icon missing in APNs
Fabrice Di Meglio [Wed, 12 Feb 2014 03:03:27 +0000 (19:03 -0800)]
Fix bug #12979102 Menu (Reset to default) and Add icon missing in APNs

- revert the changes on the ApnSettings to be again an Activity...

Change-Id: I7a12e25456f0a0df0f7618183f49fd8db10a5441

10 years agoFix bug #12978671 RTE while tapping on Access points
Fabrice Di Meglio [Wed, 12 Feb 2014 02:27:38 +0000 (18:27 -0800)]
Fix bug #12978671 RTE while tapping on Access points

- revert back to a PreferenceActivity

Change-Id: Ie79b46908c9d8dcf3c2b77bd0999341c7e72050e

10 years agoCode cleaning
Fabrice Di Meglio [Tue, 11 Feb 2014 23:19:46 +0000 (15:19 -0800)]
Code cleaning

- remove duplicate reference to current header (mCurHeader) in favor of mCurrentHeader
- clean onSaveInstanceState()

Change-Id: Ia9322471f0b0d13d51e105c8fd625774d8867fdc

10 years agoMerge "Fix bug #12957032 Stability-Sys: Java crash in com.android.settings: java...
Fabrice Di Meglio [Tue, 11 Feb 2014 21:50:17 +0000 (21:50 +0000)]
Merge "Fix bug #12957032 Stability-Sys: Java crash in com.android.settings: java.lang.NullPointerException: ...Attempt to invoke virtual method 'boolean android.os.Handler.sendEmptyMessage(int)' on a null object reference"

10 years agoFix bug #12957228 Java crash in com.android.settings: java.lang.IllegalStateException:
Fabrice Di Meglio [Tue, 11 Feb 2014 01:11:10 +0000 (17:11 -0800)]
Fix bug #12957228 Java crash in com.android.settings: java.lang.IllegalStateException:
...Can not perform this action after onSaveInstanceState

- prevent a click on the Drawer's Headers when the App is paused / finished
- register / unregister the DrawerListener when needed

Change-Id: Ia270ef27b23c66d55565bbb73d4f6a6531b742d2

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 11 Feb 2014 21:23:27 +0000 (21:23 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "There are several painful issues with the initial CL. Doing a revert for now...
Fabrice Di Meglio [Tue, 11 Feb 2014 19:52:06 +0000 (19:52 +0000)]
Merge "There are several painful issues with the initial CL. Doing a revert for now and will rework this."

10 years agoThere are several painful issues with the initial CL. Doing a revert for now and...
Fabrice Di Meglio [Tue, 11 Feb 2014 19:50:56 +0000 (19:50 +0000)]
There are several painful issues with the initial CL. Doing a revert for now and will rework this.

Revert "Fix bug #12939786 BACK should go back into the Fragments BackStack and finally to Overview ...and then exit the Settings App"

This reverts commit 4cc95a53c2d9080095c4e1e06f815b8bc7a2cdfe.

Change-Id: Iaa21d4771d0b004eff3d8e68b91b546a633d8f23

10 years agoSupport default, pattern, pin and password encryption types
Paul Lawrence [Tue, 4 Feb 2014 18:22:19 +0000 (10:22 -0800)]
Support default, pattern, pin and password encryption types

Use plumbing provided by dependant change to bring up correct dialog
at boot time.

Needs matching framework changes from
 https://googleplex-android-review.googlesource.com/#/c/412885/

Bug: 8769627
Change-Id: Ib04a2875e051a7cccca035fadb25978dfec22491

10 years agoFix bug #12957032 Stability-Sys: Java crash in com.android.settings: java.lang.NullPo...
Fabrice Di Meglio [Tue, 11 Feb 2014 01:39:01 +0000 (17:39 -0800)]
Fix bug #12957032 Stability-Sys: Java crash in com.android.settings: java.lang.NullPointerException:
...Attempt to invoke virtual method 'boolean android.os.Handler.sendEmptyMessage(int)' on a null object reference

- prevent NPE by checking the nullity of the Handler reference
- remove dead code
- rename mHandler to sHandler as it is a static

Change-Id: I7f4101f860f24b0cd49a4656971e9b54e55c1286

10 years agoMerge "Fix bug #12939786 BACK should go back into the Fragments BackStack and finally...
Fabrice Di Meglio [Tue, 11 Feb 2014 00:33:22 +0000 (00:33 +0000)]
Merge "Fix bug #12939786 BACK should go back into the Fragments BackStack and finally to Overview ...and then exit the Settings App"

10 years agoFix bug #12910315 RTE while entering *#*#INFO#*#* command from Dialer
Fabrice Di Meglio [Tue, 11 Feb 2014 00:22:28 +0000 (16:22 -0800)]
Fix bug #12910315 RTE while entering *#*#INFO#*#* command from Dialer

- revert back to PreferenceActivity

Change-Id: I8724886dd9649d649f7cd4730f738fb47727c056

10 years agoFix bug #12939786 BACK should go back into the Fragments BackStack and finally to...
Fabrice Di Meglio [Sat, 8 Feb 2014 02:53:14 +0000 (18:53 -0800)]
Fix bug #12939786 BACK should go back into the Fragments BackStack and finally to Overview
...and then exit the Settings App

- fix the way we manage the Fragment BackStack
- revert back ChooseLockGeneric to be a PreferenceActivity

Change-Id: I3c366b4be606e2e211facd0299b9a2de5cc6ea79

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 10 Feb 2014 23:09:57 +0000 (15:09 -0800)]
Import translations. DO NOT MERGE

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

10 years agoMerge "Fix bug #12919330 RTE in Settings: PhoneFactory probably already running"
Fabrice Di Meglio [Fri, 7 Feb 2014 01:58:26 +0000 (01:58 +0000)]
Merge "Fix bug #12919330 RTE in Settings: PhoneFactory probably already running"

10 years agoMerge "Fix bug #12910775 Settings crash after tap on Access Point Names under Mobile...
Fabrice Di Meglio [Fri, 7 Feb 2014 01:56:39 +0000 (01:56 +0000)]
Merge "Fix bug #12910775 Settings crash after tap on Access Point Names under Mobile networks"

10 years agoFix bug #12919330 RTE in Settings: PhoneFactory probably already running
Fabrice Di Meglio [Fri, 7 Feb 2014 01:51:30 +0000 (17:51 -0800)]
Fix bug #12919330 RTE in Settings: PhoneFactory probably already running

- revert changes from the CL for Drawer implementation.
- we cannot convert those Activities to fragments as they are running in the Phone process

Change-Id: I7e4033bc9b53daa7e7aa6f1fd74576375cde88e9

10 years agoFix bug #12910775 Settings crash after tap on Access Point Names under Mobile networks
Fabrice Di Meglio [Thu, 6 Feb 2014 23:46:19 +0000 (15:46 -0800)]
Fix bug #12910775 Settings crash after tap on Access Point Names under Mobile networks

- ApnSettings is now a fragment so introduce a new ApnSettingsActivity
- ApsSettingsActivity will use the ApnSettings fragment
- move the getListView() call to onActivityCreated(...) as the ListView
needs to be created before this call can be done.
- add also an alias for the old activity name ".ApsSettings"

Change-Id: Id228722d7f34415d4b036282f0845e28546111df

10 years agoam abe6b835: am 1f37bff7: Merge "Total and available fields missing in Settings stora...
Jeff Sharkey [Thu, 6 Feb 2014 22:43:58 +0000 (22:43 +0000)]
am abe6b835: am 1f37bff7: Merge "Total and available fields missing in Settings storage menu"

* commit 'abe6b83559d17111d067dfdef22d07cb50c302c0':
  Total and available fields missing in Settings storage menu

10 years agoam a5b5bfbb: am 5b4350f2: Merge "Fix memory leak in ManageApplication"
Jeff Sharkey [Thu, 6 Feb 2014 22:39:13 +0000 (22:39 +0000)]
am a5b5bfbb: am 5b4350f2: Merge "Fix memory leak in ManageApplication"

* commit 'a5b5bfbbef09b074328c84f9e1980b62dffab480':
  Fix memory leak in ManageApplication

10 years agoam 1f37bff7: Merge "Total and available fields missing in Settings storage menu"
Jeff Sharkey [Thu, 6 Feb 2014 22:36:40 +0000 (22:36 +0000)]
am 1f37bff7: Merge "Total and available fields missing in Settings storage menu"

* commit '1f37bff7d26aeb3d1f16deb4368f8387e2d4530f':
  Total and available fields missing in Settings storage menu

10 years agoam 5b4350f2: Merge "Fix memory leak in ManageApplication"
Jeff Sharkey [Thu, 6 Feb 2014 22:31:26 +0000 (22:31 +0000)]
am 5b4350f2: Merge "Fix memory leak in ManageApplication"

* commit '5b4350f22f81662436992504e711e462de7a790f':
  Fix memory leak in ManageApplication

10 years agoMerge "Total and available fields missing in Settings storage menu"
Jeff Sharkey [Thu, 6 Feb 2014 22:29:11 +0000 (22:29 +0000)]
Merge "Total and available fields missing in Settings storage menu"

10 years agoMerge "Fix memory leak in ManageApplication"
Jeff Sharkey [Thu, 6 Feb 2014 22:25:30 +0000 (22:25 +0000)]
Merge "Fix memory leak in ManageApplication"

10 years agoMerge "Fix bug #12890909 Settings crashes when tapped on Add Account option in settings"
Fabrice Di Meglio [Thu, 6 Feb 2014 19:21:59 +0000 (19:21 +0000)]
Merge "Fix bug #12890909 Settings crashes when tapped on Add Account option in settings"

10 years agoFix bug #12890909 Settings crashes when tapped on Add Account option in settings
Fabrice Di Meglio [Thu, 6 Feb 2014 19:20:24 +0000 (11:20 -0800)]
Fix bug #12890909 Settings crashes when tapped on Add Account option in settings

Follow up from the previous CL that was trying to fix it.

- remove the dialog theme android:theme="@android:style/Theme.Holo.Dialog" as
a Dialog does not support a Drawwer

Change-Id: I8b3fe89c157f0b454464c04a4acd4f32049bde71

10 years agoMerge "Remove overdraw count option"
John Reck [Thu, 6 Feb 2014 18:49:09 +0000 (18:49 +0000)]
Merge "Remove overdraw count option"

10 years agoRemove overdraw count option
John Reck [Thu, 6 Feb 2014 00:48:21 +0000 (16:48 -0800)]
Remove overdraw count option

Change-Id: Ia9f794d5817b7dd7a193864575d120d004cb552e

10 years agoMerge "Fix bug #12898564 Settings Crash on Renaming the device."
Fabrice Di Meglio [Wed, 5 Feb 2014 23:22:33 +0000 (23:22 +0000)]
Merge "Fix bug #12898564 Settings Crash on Renaming the device."

10 years agoFix bug #12898564 Settings Crash on Renaming the device.
Fabrice Di Meglio [Wed, 5 Feb 2014 23:13:46 +0000 (15:13 -0800)]
Fix bug #12898564 Settings Crash on Renaming the device.

- remove the call to PreferencesActivity as we are no more using the PreferencesActivity

Also set correct activity title with the new selected BT name for the device.

Change-Id: I03497187e0410ff2bba87bdb04a197938d1ea967

10 years agoMerge "Fix bug #12907897 Some Developer Options are not disabled when putting Develop...
Fabrice Di Meglio [Wed, 5 Feb 2014 23:10:54 +0000 (23:10 +0000)]
Merge "Fix bug #12907897 Some Developer Options are not disabled when putting Developer Options to "OFF""

10 years agoFix bug #12907897 Some Developer Options are not disabled when putting Developer...
Fabrice Di Meglio [Wed, 5 Feb 2014 22:57:23 +0000 (14:57 -0800)]
Fix bug #12907897 Some Developer Options are not disabled when putting Developer Options to "OFF"

Was related to "Process Stats" and "Revoke USB debugging informations"

- add the corresponding prefs to the list that enable/disable them

Change-Id: I706c3f5463a23fdfcfd3aae4b48b3cc07f1d823d

10 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Wed, 5 Feb 2014 21:31:25 +0000 (21:31 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 5 Feb 2014 21:29:06 +0000 (13:29 -0800)]
Import translations. DO NOT MERGE

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

10 years agoMerge "Fix Overview position in Drawer"
Fabrice Di Meglio [Wed, 5 Feb 2014 21:01:04 +0000 (21:01 +0000)]
Merge "Fix Overview position in Drawer"

10 years agoFix Overview position in Drawer
Fabrice Di Meglio [Wed, 5 Feb 2014 20:59:29 +0000 (12:59 -0800)]
Fix Overview position in Drawer

- makes "Overview" the first entry in the Drawer (it was still under Wireless and Networks)

Change-Id: Iae425b885ea7b8ee611871a1739117341d1c94c1

10 years agoMerge "Fix bug #12903673 Stability: 47 ANRs in com.android.settings"
Fabrice Di Meglio [Wed, 5 Feb 2014 20:57:06 +0000 (20:57 +0000)]
Merge "Fix bug #12903673 Stability: 47 ANRs in com.android.settings"

10 years agoFix bug #12903673 Stability: 47 ANRs in com.android.settings
Fabrice Di Meglio [Wed, 5 Feb 2014 20:53:04 +0000 (12:53 -0800)]
Fix bug #12903673 Stability: 47 ANRs in com.android.settings

- fix the recursive call (probably introduced by some search/replace)

Change-Id: I563a68c2cc141a59ef8bb9dd64cd67a62dbfcd4a

10 years agoam 8052091f: am aea431f2: am f6971ee1: am 454df35e: am 3c4603ef: am 8f948217: am...
Amith Yamasani [Wed, 5 Feb 2014 20:51:42 +0000 (20:51 +0000)]
am 8052091f: am aea431f2: am f6971ee1: am 454df35e: am 3c4603ef: am 8f948217: am c68a6bde: am 0ad77445: am 7c0ada65: am 3f722079: am 1ba09366: am 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender

* commit '8052091f46b7c91ea43c99511b5e7775bdeac14e':
  Remove unused DebugIntentSender

10 years agoam aea431f2: am f6971ee1: am 454df35e: am 3c4603ef: am 8f948217: am c68a6bde: am...
Amith Yamasani [Wed, 5 Feb 2014 20:46:37 +0000 (20:46 +0000)]
am aea431f2: am f6971ee1: am 454df35e: am 3c4603ef: am 8f948217: am c68a6bde: am 0ad77445: am 7c0ada65: am 3f722079: am 1ba09366: am 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender

* commit 'aea431f24bc19cc24530cee4db01033f8503a67d':
  Remove unused DebugIntentSender

10 years agoam f6971ee1: am 454df35e: am 3c4603ef: am 8f948217: am c68a6bde: am 0ad77445: am...
Amith Yamasani [Wed, 5 Feb 2014 20:43:52 +0000 (20:43 +0000)]
am f6971ee1: am 454df35e: am 3c4603ef: am 8f948217: am c68a6bde: am 0ad77445: am 7c0ada65: am 3f722079: am 1ba09366: am 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender

* commit 'f6971ee1d52a0e258fa60306b07cb8348d88baf8':
  Remove unused DebugIntentSender

10 years agoam 454df35e: am 3c4603ef: am 8f948217: am c68a6bde: am 0ad77445: am 7c0ada65: am...
Amith Yamasani [Wed, 5 Feb 2014 20:40:39 +0000 (20:40 +0000)]
am 454df35e: am 3c4603ef: am 8f948217: am c68a6bde: am 0ad77445: am 7c0ada65: am 3f722079: am 1ba09366: am 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender

* commit '454df35ee323ec9ca21b0c1ed982eba263df70e3':
  Remove unused DebugIntentSender

10 years agoam 3c4603ef: am 8f948217: am c68a6bde: am 0ad77445: am 7c0ada65: am 3f722079: am...
Amith Yamasani [Wed, 5 Feb 2014 20:37:21 +0000 (20:37 +0000)]
am 3c4603ef: am 8f948217: am c68a6bde: am 0ad77445: am 7c0ada65: am 3f722079: am 1ba09366: am 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender

* commit '3c4603ef1c19510bd4a58aee19935e084603c69b':
  Remove unused DebugIntentSender

10 years agoam 8f948217: am c68a6bde: am 0ad77445: am 7c0ada65: am 3f722079: am 1ba09366: am...
Amith Yamasani [Wed, 5 Feb 2014 20:35:24 +0000 (20:35 +0000)]
am 8f948217: am c68a6bde: am 0ad77445: am 7c0ada65: am 3f722079: am 1ba09366: am 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender

* commit '8f9482170835059c11cffa9c554191306db49fbd':
  Remove unused DebugIntentSender

10 years agoam c68a6bde: am 0ad77445: am 7c0ada65: am 3f722079: am 1ba09366: am 0fce6123: am...
Amith Yamasani [Wed, 5 Feb 2014 20:33:48 +0000 (12:33 -0800)]
am c68a6bde: am 0ad77445: am 7c0ada65: am 3f722079: am 1ba09366: am 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender

* commit 'c68a6bde44203cae70c50f6194cce22c9be5c48e':
  Remove unused DebugIntentSender

10 years agoam 0ad77445: am 7c0ada65: am 3f722079: am 1ba09366: am 0fce6123: am 7a2d8bd4: am...
Amith Yamasani [Wed, 5 Feb 2014 20:30:42 +0000 (12:30 -0800)]
am 0ad77445: am 7c0ada65: am 3f722079: am 1ba09366: am 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender

* commit '0ad774458a627cc4608c717a7efdadf2404d973c':
  Remove unused DebugIntentSender

10 years agoam 7c0ada65: am 3f722079: am 1ba09366: am 0fce6123: am 7a2d8bd4: am 49d502a4: am...
Amith Yamasani [Wed, 5 Feb 2014 19:52:23 +0000 (11:52 -0800)]
am 7c0ada65: am 3f722079: am 1ba09366: am 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender

* commit '7c0ada65542f2c9b3899337b085aace13fcc7142':
  Remove unused DebugIntentSender

10 years agoam 3f722079: am 1ba09366: am 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove...
Amith Yamasani [Wed, 5 Feb 2014 19:27:30 +0000 (11:27 -0800)]
am 3f722079: am 1ba09366: am 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender

* commit '3f72207985a5a636d14800d0b8094c28220a8e00':
  Remove unused DebugIntentSender

10 years agoam 1ba09366: am 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugI...
Amith Yamasani [Wed, 5 Feb 2014 19:22:46 +0000 (11:22 -0800)]
am 1ba09366: am 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender

* commit '1ba09366ccc174d71572ddbe0b80814982d2ae9b':
  Remove unused DebugIntentSender

10 years agoam 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender
Amith Yamasani [Wed, 5 Feb 2014 19:19:03 +0000 (11:19 -0800)]
am 0fce6123: am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender

* commit '0fce6123bddf505d1dab3d7a7daff05a0832c007':
  Remove unused DebugIntentSender

10 years agoam 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender
Amith Yamasani [Wed, 5 Feb 2014 19:15:01 +0000 (11:15 -0800)]
am 7a2d8bd4: am 49d502a4: am c7843db0: Remove unused DebugIntentSender

* commit '7a2d8bd4b008efabd57e258f782e8bb59b5a09df':
  Remove unused DebugIntentSender

10 years agoam 49d502a4: am c7843db0: Remove unused DebugIntentSender
Amith Yamasani [Wed, 5 Feb 2014 19:09:40 +0000 (11:09 -0800)]
am 49d502a4: am c7843db0: Remove unused DebugIntentSender

* commit '49d502a45d9b7536d38210590c99d8c99a43e4d9':
  Remove unused DebugIntentSender