Commit Graph

60079 Commits

Author SHA1 Message Date
Mike Lockwood
65f49474d6 Restore backlight brightness after restoring auto ALS mode.
Fixes b/2121632

Change-Id: I14228a4fd1d599de1e5fdbb3c8b4b3c02a1460ac
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-09-16 06:22:19 -04:00
Hung-ying Tyan
e74b1c6ae4 am 10d3cf50: Enable cert install from sdcard in Settings...
Merge commit '10d3cf5082edb42f196ce0d5ac77c7a12b959599' into eclair-plus-aosp

* commit '10d3cf5082edb42f196ce0d5ac77c7a12b959599':
  Enable cert install from sdcard in Settings...
2009-09-16 01:27:34 -07:00
Hung-ying Tyan
10d3cf5082 Enable cert install from sdcard in Settings...
And remove ADD_CREDENTIAL intent from AndroidManifest.xml.
2009-09-16 15:52:02 +08:00
Chung-yih Wang
98f447fe2d Aggregate the security settings for WiFi network configuration.
* Merge WPA and WPA2 PSK.
* Merge WPA-EAP and IEEE8021X.
* Remove unused field "private key password" in EAP configuration.
2009-09-16 15:34:32 +08:00
Chung-yih Wang
7b22c68685 am dd498f90: Merge change 24870 into eclair
Merge commit 'dd498f901efd7984c38e18b548927c19c2b607f0' into eclair-plus-aosp

* commit 'dd498f901efd7984c38e18b548927c19c2b607f0':
  Transient patch for the WifiConfiguration change.
2009-09-15 23:40:38 -07:00
Android (Google) Code Review
dd498f901e Merge change 24870 into eclair
* changes:
  Transient patch for the WifiConfiguration change.
2009-09-16 02:35:42 -04:00
Jaikumar Ganesh
7b354367af am a383452a: Merge change 25125 into eclair
Merge commit 'a383452afd6576da5a56c8b1ef73750892e43636' into eclair-plus-aosp

* commit 'a383452afd6576da5a56c8b1ef73750892e43636':
  Show name for incoming pairing requests.
2009-09-15 14:40:32 -07:00
Android (Google) Code Review
a383452afd Merge change 25125 into eclair
* changes:
  Show name for incoming pairing requests.
2009-09-15 17:36:52 -04:00
Jaikumar Ganesh
3eb43fe7a4 Show name for incoming pairing requests.
Settings apps invalidates its cache whenever a new scan is started.
When there is a new incoming pairing request, we will not get a DeviceFound
signal, because its not due to a inquiry scan. Thus when the pairing request
is displayed, the settings app doesn't have it in cache and hence will
just display the address. Make it query the framework when it doesn't have the name.
2009-09-15 14:07:22 -07:00
Mike Lockwood
5e10e11116 am cd03f532: Move backlight brightness from HardwareService to PowerManager
Merge commit 'cd03f5320d42290b1619933954a344b59dc55f4f' into eclair-plus-aosp

* commit 'cd03f5320d42290b1619933954a344b59dc55f4f':
  Move backlight brightness from HardwareService to PowerManager
2009-09-15 13:46:37 -07:00
Nick Pelly
1e3fe94d51 am f9dce06d: am d6375e97: Merge change 24726 into eclair
Merge commit 'f9dce06d5ee028335ff445335303464ebb403901'

* commit 'f9dce06d5ee028335ff445335303464ebb403901':
  Update AndroidManifest.xml for new Intent locations.
2009-09-15 13:15:45 -07:00
Xianzhu Wang
8f873a9a5e am e8b40cb8: am 88651a0b: Regenerate timezones.xml after adding Asia/Shanghai timezone for mainland China, using cldr 1.7.1 and merging translations for "Beijing".
Merge commit 'e8b40cb857bfaab26f64d688d98b592cca70b089'

* commit 'e8b40cb857bfaab26f64d688d98b592cca70b089':
  Regenerate timezones.xml after adding Asia/Shanghai timezone for
2009-09-15 13:13:42 -07:00
Mike Lockwood
cd03f5320d Move backlight brightness from HardwareService to PowerManager
to prevent apps from changing the hardware behind its back.
Fixes b/2041941 Lock screen flashes the screen very bright before dimming

Change-Id: Ic4faa008357fd3d74225ba90f05801c5127fd8c0
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-09-15 15:24:14 -04:00
Dan Murphy
661df9b62a am a096888f: apps/settings: Add auto/manual brightness control to Brightness settings
Merge commit 'a096888f3c7e14723168c323f0ffdb2473adf5d3' into eclair-plus-aosp

* commit 'a096888f3c7e14723168c323f0ffdb2473adf5d3':
  apps/settings: Add auto/manual brightness control to Brightness settings
2009-09-15 07:33:14 -07:00
Dan Murphy
a096888f3c apps/settings: Add auto/manual brightness control to Brightness settings
Add changes to have the ability to turn on and off the
automatic light sensing for the device.  This is fully configurable
and is by default not  present.  Vendors should override the ALS setting
to enable the automatic lighting controls.

These changes will add a check box to the Brightness settings menu to give control
to the user to allow the device's display lighting to be controlled via the slide bar
or the auto lighting system.

If the user selects auto then the slide bar will become invisible.  Manual mode
will present the slide bar to the user.

Change-Id: I512c9d5dd72ddd831b33eb8fcd4680e2fc7f786e
Signed-off-by: Dan Murphy <D.Murphy@motorola.com>
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-09-14 21:42:56 -04:00
Chung-yih Wang
210e7acf82 Transient patch for the WifiConfiguration change.
Comment out the access to the enterprise fields of
WifiConfiguration class in AccessPointState class.
And will have a new patch for accessing the new WifiConfiguration.
2009-09-14 14:25:09 +08:00
Hung-ying Tyan
7c20380ee1 am a3aaf19e: Fix setting passwd string and vpn checkbox titles.
Merge commit 'a3aaf19e09806f7e56c59621fc6c17e4429b2e6d' into eclair-plus-aosp

* commit 'a3aaf19e09806f7e56c59621fc6c17e4429b2e6d':
  Fix setting passwd string and vpn checkbox titles.
2009-09-13 23:08:01 -07:00
Jaikumar Ganesh
1b7ffcf495 am 5f23cb39: Modify settings for 2.1
Merge commit '5f23cb39a1bd9c319383108c209fca7f0256894b' into eclair-plus-aosp

* commit '5f23cb39a1bd9c319383108c209fca7f0256894b':
  Modify settings for 2.1
2009-09-13 23:07:55 -07:00
Hung-ying Tyan
a3aaf19e09 Fix setting passwd string and vpn checkbox titles.
* Add min length requirement in setting passwd string.
* Do not change vpn checkbox title with state changes.
2009-09-14 11:54:29 +08:00
Nick Pelly
f9dce06d5e am d6375e97: Merge change 24726 into eclair
Merge commit 'd6375e975e74924082cbf3f9b4c6f2a67b1ee08d' into eclair-plus-aosp

* commit 'd6375e975e74924082cbf3f9b4c6f2a67b1ee08d':
  Update AndroidManifest.xml for new Intent locations.
2009-09-11 12:01:07 -07:00
Jaikumar Ganesh
5f23cb39a1 Modify settings for 2.1
Add incoming pairing dialog
Add DisplayPasskey handling of pairing keyboards with 2.1 devices.
Modify code path to show errors when bonding request fails.
Misc fixes like string changes.
2009-09-11 12:00:14 -07:00
Android (Google) Code Review
d6375e975e Merge change 24726 into eclair
* changes:
  Update AndroidManifest.xml for new Intent locations.
2009-09-11 14:55:44 -04:00
Nick Pelly
5ddbd94df6 Update AndroidManifest.xml for new Intent locations.
This will fix a regression since the recent BT API changes. The settings app
would have missed some Bluetooth events, especially pairing.

Change-Id: Ia5e6371279feb389578e798fe11f1c239a4aa17b
2009-09-11 11:41:59 -07:00
Xianzhu Wang
e8b40cb857 am 88651a0b: Regenerate timezones.xml after adding Asia/Shanghai timezone for mainland China, using cldr 1.7.1 and merging translations for "Beijing".
Merge commit '88651a0b2a7a7038c8befb321100a64aec9933b8' into eclair-plus-aosp

* commit '88651a0b2a7a7038c8befb321100a64aec9933b8':
  Regenerate timezones.xml after adding Asia/Shanghai timezone for
2009-09-11 10:34:42 -07:00
Xianzhu Wang
88651a0b2a Regenerate timezones.xml after adding Asia/Shanghai timezone for
mainland China, using cldr 1.7.1 and merging translations for "Beijing".

Remove unused localized timezone "xml-no/timezones.xml".
"nb" is now used instead of the deprecated "no".
2009-09-11 14:41:05 +08:00
Nick Pelly
d6350bc918 am 3ca2df1c: am 16cc8631: Update application for Bluetooth API changes.
Merge commit '3ca2df1ce5683fe9713290f7819b54cea3a2cdfa'

* commit '3ca2df1ce5683fe9713290f7819b54cea3a2cdfa':
  Update application for Bluetooth API changes.
2009-09-10 19:06:37 -07:00
Nick Pelly
3ca2df1ce5 am 16cc8631: Update application for Bluetooth API changes.
Merge commit '16cc86315d7a8e1f6a0f3083d0a810a7cb097832' into eclair-plus-aosp

* commit '16cc86315d7a8e1f6a0f3083d0a810a7cb097832':
  Update application for Bluetooth API changes.
2009-09-10 19:01:20 -07:00
Nick Pelly
16cc86315d Update application for Bluetooth API changes.
Change-Id: I8351611f0f0c5eda3e423dbe7e7b53e52d75ac36
2009-09-10 18:44:25 -07:00
Dianne Hackborn
14d8062dc7 am 21ee9c24: am cded8478: Merge change 24553 into eclair
Merge commit '21ee9c240352b66f4f13a3fff80c7322e9745d7a'

* commit '21ee9c240352b66f4f13a3fff80c7322e9745d7a':
  Make running services show dependent processes.
2009-09-10 13:11:21 -07:00
Dianne Hackborn
21ee9c2403 am cded8478: Merge change 24553 into eclair
Merge commit 'cded847838c726342bfe56e69d417d160c73f212' into eclair-plus-aosp

* commit 'cded847838c726342bfe56e69d417d160c73f212':
  Make running services show dependent processes.
2009-09-10 13:05:53 -07:00
Android (Google) Code Review
cded847838 Merge change 24553 into eclair
* changes:
  Make running services show dependent processes.
2009-09-10 15:57:57 -04:00
Marco Nelissen
7ae238f789 am 0da7d948: am e07eb497: Merge change 24555 into eclair
Merge commit '0da7d948df0ef30dffe4ae27388ef5c648425ea6'

* commit '0da7d948df0ef30dffe4ae27388ef5c648425ea6':
  Allow setting a silent ringtone (bug 1600056).
2009-09-10 12:42:06 -07:00
Marco Nelissen
0da7d948df am e07eb497: Merge change 24555 into eclair
Merge commit 'e07eb49793ef2d4fd494717159ebdd3aaef41e08' into eclair-plus-aosp

* commit 'e07eb49793ef2d4fd494717159ebdd3aaef41e08':
  Allow setting a silent ringtone (bug 1600056).
2009-09-10 12:38:23 -07:00
Android (Google) Code Review
e07eb49793 Merge change 24555 into eclair
* changes:
  Allow setting a silent ringtone (bug 1600056).
2009-09-10 15:33:55 -04:00
Marco Nelissen
0399617744 Allow setting a silent ringtone (bug 1600056). 2009-09-10 12:11:33 -07:00
Dianne Hackborn
85710167c6 Make running services show dependent processes.
And other various improvement and cleanup.

Change-Id: I0a33ab2876c8f409cd3cfecbbac574563ef1a162
2009-09-10 12:08:53 -07:00
Hung-ying Tyan
386d7a004f am 6cdd5e8b: am f71c8b40: Add install-cert-from-sdcard in Security settings
Merge commit '6cdd5e8bc41b92fc8b56f38332f2b8bd9ff2bb66'

* commit '6cdd5e8bc41b92fc8b56f38332f2b8bd9ff2bb66':
  Add install-cert-from-sdcard in Security settings
2009-09-10 09:23:24 -07:00
Hung-ying Tyan
6cdd5e8bc4 am f71c8b40: Add install-cert-from-sdcard in Security settings
Merge commit 'f71c8b40b5a92e21d09dd75880e16aa857c1b6cb' into eclair-plus-aosp

* commit 'f71c8b40b5a92e21d09dd75880e16aa857c1b6cb':
  Add install-cert-from-sdcard in Security settings
2009-09-10 02:06:34 -07:00
Hung-ying Tyan
f71c8b40b5 Add install-cert-from-sdcard in Security settings
Also:
* Resume keystore states in SecuritySettings.onResume().
* Use action strings defined in CertTool and Keystore.
2009-09-10 12:50:10 +08:00
Jean-Michel Trivi
2da4c0a6f6 am 23c24f87: am 18cd4093: Merge change 24440 into eclair
Merge commit '23c24f87914da3cc798e2fb3b2b08898d89acb49'

* commit '23c24f87914da3cc798e2fb3b2b08898d89acb49':
  Fix bug 2078454 where clicking on Settings in the Home menu would
2009-09-09 16:31:28 -07:00
Jaikumar Ganesh
5fb6c592de am c9311040: am 6ee7dd09: Merge change 24435 into eclair
Merge commit 'c93110409c05bef4be5428ef36099a586828cbb2'

* commit 'c93110409c05bef4be5428ef36099a586828cbb2':
  Fix display strings and enter passkey handling.
2009-09-09 16:31:11 -07:00
Nick Pelly
bbcf1a7812 am 8a6730df: am 843b4ee1: Merge change 24276 into eclair
Merge commit '8a6730df320b2fa10ac11ea1aad06d85bbed31e4'

* commit '8a6730df320b2fa10ac11ea1aad06d85bbed31e4':
  Update application for Bluetooth API change: deprecation of BluetoothError.
2009-09-09 16:28:37 -07:00
Nick Pelly
e8058e18ac am 3b83477f: am 1e451997: Merge change 24230 into eclair
Merge commit '3b83477fe391ea6b9eb6ff783283a3f3002e8e7a'

* commit '3b83477fe391ea6b9eb6ff783283a3f3002e8e7a':
  Update application for Bluetooth API change.
2009-09-09 16:28:20 -07:00
Marco Nelissen
cc233b22b5 am 8080d6a2: am 620e5f9c: Remove logging.
Merge commit '8080d6a2ceb10b1050fd5663ef0950be55ee8802'

* commit '8080d6a2ceb10b1050fd5663ef0950be55ee8802':
  Remove logging.
2009-09-09 16:27:55 -07:00
Jean-Michel Trivi
23c24f8791 am 18cd4093: Merge change 24440 into eclair
Merge commit '18cd40930179a7c6ab30e4e5ce62919fde16ce6f' into eclair-plus-aosp

* commit '18cd40930179a7c6ab30e4e5ce62919fde16ce6f':
  Fix bug 2078454 where clicking on Settings in the Home menu would
2009-09-09 15:42:27 -07:00
Android (Google) Code Review
18cd409301 Merge change 24440 into eclair
* changes:
  Fix bug 2078454 where clicking on Settings in the Home menu would take the user to Market after clicking on "Install Voice Data" in the TTS Settings page. Launching the Activity for the installation of the TTS data should be a distinct task, dissociated from the one associated with the Settings app. Also the intent ACTION_INSTALL_TTS_DATA doesn't return a result, so the activity should be started with startActivity() rather than startActivityForResult().
2009-09-09 18:38:11 -04:00
Jean-Michel Trivi
58ea43acf9 Fix bug 2078454 where clicking on Settings in the Home menu would
take the user to Market after clicking on "Install Voice Data" in
the TTS Settings page.
Launching the Activity for the installation of the TTS data should
be a distinct task, dissociated from the one associated with the
Settings app. Also the intent ACTION_INSTALL_TTS_DATA doesn't return
a result, so the activity should be started with startActivity()
rather than startActivityForResult().
2009-09-09 15:20:56 -07:00
Jaikumar Ganesh
c93110409c am 6ee7dd09: Merge change 24435 into eclair
Merge commit '6ee7dd09138363737805ae1e6e93649959c6ab83' into eclair-plus-aosp

* commit '6ee7dd09138363737805ae1e6e93649959c6ab83':
  Fix display strings and enter passkey handling.
2009-09-09 15:14:00 -07:00
Android (Google) Code Review
6ee7dd0913 Merge change 24435 into eclair
* changes:
  Fix display strings and enter passkey handling.
2009-09-09 18:06:30 -04:00
Jaikumar Ganesh
67efa271bb Fix display strings and enter passkey handling. 2009-09-09 15:03:24 -07:00