Commit Graph

641 Commits

Author SHA1 Message Date
Michael Chan
4d004e9107 b/2238546 Fixed NPE in Settings when Bluetooth "class" is null 2009-11-04 17:19:48 -08:00
Mike Lockwood
afe722ff83 am fd07eb22: Merge change Ibe1d06fc into eclair
Merge commit 'fd07eb222b6bd32039cdc2545fb75552835e418f' into eclair-mr2

* commit 'fd07eb222b6bd32039cdc2545fb75552835e418f':
  Avoid setting screen brightness when initializing brightness dialog in automatic mode.
2009-10-30 10:02:57 -07:00
Android (Google) Code Review
fd07eb222b Merge change Ibe1d06fc into eclair
* changes:
  Avoid setting screen brightness when initializing brightness dialog in automatic mode.
2009-10-30 12:56:20 -04:00
Mike Lockwood
9878e86c45 Avoid setting screen brightness when initializing brightness dialog in automatic mode.
Fixes bug b/2226257 (Brightness wonky)

Change-Id: Ibe1d06fc907960dcb6a70faa92e6c3a562016865
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-10-30 09:43:02 -04:00
Michael Chan
8b643d9462 am 0cb3743e: b/2219381 Gray out Bluetooth Settings for the emulator
Merge commit '0cb3743e93aef81e7669f1e6c81184559e0f8154' into eclair-mr2

* commit '0cb3743e93aef81e7669f1e6c81184559e0f8154':
  b/2219381 Gray out Bluetooth Settings for the emulator
2009-10-29 19:34:49 -07:00
Amith Yamasani
a8a974bd17 am dd45a47b: Merge change I4d31288f into eclair
Merge commit 'dd45a47bde9cdb9c27cb3ac3529a34f9789782ec' into eclair-mr2

* commit 'dd45a47bde9cdb9c27cb3ac3529a34f9789782ec':
  Fix for 1974140. Delete entry if not valid on hitting home.
2009-10-29 19:27:12 -07:00
Michael Chan
0cb3743e93 b/2219381 Gray out Bluetooth Settings for the emulator
Change-Id: I11ae2e6c7652ba550aeadf0dadb6f520c19dedc6
2009-10-29 14:42:06 -07:00
Mike Lockwood
acfc96f150 am 53dcdeeb: Don\'t restore old brightness when cancelling brightness dialog in automatic mode.
Merge commit '53dcdeeb85e523e0b752d802d3413f5d4001d575' into eclair-mr2

* commit '53dcdeeb85e523e0b752d802d3413f5d4001d575':
  Don't restore old brightness when cancelling brightness dialog in automatic mode.
2009-10-29 13:45:44 -07:00
Android (Google) Code Review
dd45a47bde Merge change I4d31288f into eclair
* changes:
  Fix for 1974140. Delete entry if not valid on hitting home.
2009-10-29 09:28:35 -04:00
Mike Cleron
ac465854ac am d02acfb9: Merge change I2abbb876 into eclair
Merge commit 'd02acfb908562780eec830a85e121f9925108c36' into eclair-mr2

* commit 'd02acfb908562780eec830a85e121f9925108c36':
  New widgets
2009-10-29 01:26:57 -07:00
Amith Yamasani
4d31288fe3 Fix for 1974140. Delete entry if not valid on hitting home.
If user doesn't enter an APN or name, then delete the entry on hitting home.

And if user has enough information but doesn't enter a name, then set the
name to "Untitled" to avoid blank APNs in the list.
2009-10-28 16:59:17 -07:00
Mike Lockwood
53dcdeeb85 Don't restore old brightness when cancelling brightness dialog in automatic mode.
Fixes a problem that could result in the backlight getting set to a bogus brightness
level if you open the dialog and cancel when in automatic mode.

Bug b/2015734

Change-Id: I302697e4ebd37afcdbfdd74ba0b1cc9be27ee40b
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-10-28 18:33:04 -04:00
Jaikumar Ganesh
760b45c2a6 am 195bc434: Add Authentication Type field to the APN settings.
Merge commit '195bc43460967e57e4c1131ba156083a93e0e4e8' into eclair-mr2

* commit '195bc43460967e57e4c1131ba156083a93e0e4e8':
  Add Authentication Type field to the APN settings.
2009-10-28 10:30:20 -07:00
Android (Google) Code Review
d02acfb908 Merge change I2abbb876 into eclair
* changes:
  New widgets
2009-10-28 03:16:41 -04:00
Mike Cleron
c151e45d8c New widgets 2009-10-27 14:05:27 -07:00
Jaikumar Ganesh
195bc43460 Add Authentication Type field to the APN settings.
Bug: 1817100
2009-10-26 15:18:23 -07:00
Robert Greenwalt
0a4ab1eab2 Disable Save of empty-named AP.
Empty SSID names can cause weird problems, so don't allow the user to save them.

bug: 2211656
2009-10-26 13:51:06 -07:00
Neel Parekh
eb48882e18 am 62d3407d: Minor change to use defined key rather than a string.
Merge commit '62d3407de4a843cb83397fa757bc89653d78c800' into eclair-mr2

* commit '62d3407de4a843cb83397fa757bc89653d78c800':
  Minor change to use defined key rather than a string.
2009-10-23 10:17:38 -07:00
Patrick Scott
a2bfad1399 Fix the build. 2009-10-23 09:53:06 -04:00
Neel Parekh
62d3407de4 Minor change to use defined key rather than a string. 2009-10-22 18:30:00 -07:00
Neel Parekh
0bc64d45b4 resolved conflicts for merge of e304b9f4 to eclair-mr2 2009-10-22 18:26:46 -07:00
Neel Parekh
e304b9f4f7 Add a intent extra to only show the access points in the settings menu.
Bug: 2198865
2009-10-22 17:37:58 -07:00
Amith Yamasani
8e10261e87 am 941c3b17: Merge change I61c28c5f into eclair
Merge commit '941c3b1794203b48a8aa2e9d6f04c09d412262bd' into eclair-mr2

* commit '941c3b1794203b48a8aa2e9d6f04c09d412262bd':
  Use radio hunting time in addition to signal strength for cell standby computation. Fixes #2176141
2009-10-19 15:27:14 -07:00
Android (Google) Code Review
941c3b1794 Merge change I61c28c5f into eclair
* changes:
  Use radio hunting time in addition to signal strength for cell standby computation. Fixes #2176141
2009-10-19 18:22:38 -04:00
Amith Yamasani
270d273e55 Use radio hunting time in addition to signal strength for cell standby computation. Fixes #2176141 2009-10-19 15:21:33 -07:00
Android (Google) Code Review
f239f3e082 Merge change Iec5461bc into eclair-mr2
* changes:
  Remove OEM-specific bits from RadioInfo.
2009-10-18 23:07:15 -04:00
Mike Lockwood
ee693a120a am cdf42466: Remove PowerManager.setAutoBrightness()
Merge commit 'cdf42466bf3471337f1355b872eb2d529ba9409c' into eclair-mr2

* commit 'cdf42466bf3471337f1355b872eb2d529ba9409c':
  Remove PowerManager.setAutoBrightness()
2009-10-16 09:37:47 -07:00
Tammo Spalink
a5f4c8f8c9 Remove OEM-specific bits from RadioInfo.
The extracted bits will move into the HTC vendor tree, and it (or
similar settings for other vendors) can be accessed via a generic
OEM_RADIO_INFO activity.

Addresses issue:
http://buganizer/issue?id=1645706

Change-Id: Iec5461bcb3e241a1230f5f6d53baa3bb838ff4a9
2009-10-16 10:24:18 +08:00
Mike Lockwood
cdf42466bf Remove PowerManager.setAutoBrightness()
We will use the System.SCREEN_BRIGHTNESS_MODE Settings value instead.

Change-Id: I1850549f513e3541b5761aae28ebc615410377de
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-10-14 21:19:04 -07:00
Dianne Hackborn
3539cc5ef3 am 9f1900dc: Fix issue #2185893: Can not install 3D Media Gallery
Merge commit '9f1900dc05773a0659030e21a8c2fa1641655669' into eclair-mr2

* commit '9f1900dc05773a0659030e21a8c2fa1641655669':
  Fix issue #2185893: Can not install 3D Media Gallery
2009-10-13 15:51:41 -07:00
Dianne Hackborn
9f1900dc05 Fix issue #2185893: Can not install 3D Media Gallery
Allow the package details to show packages whose .apk is not installed.

Change-Id: I45aec93e6f731beb5fe7010ec680eb8df0241aed
2009-10-13 15:03:57 -07:00
Android (Google) Code Review
5676ccab33 Merge change I69ea4234 into eclair-mr2
* changes:
  Remove the getHumanReadibleSsid().
2009-10-13 10:39:01 -04:00
Chung-yih Wang
69ea4234a0 Remove the getHumanReadibleSsid().
Since we already push down the quotes handling in WifiService.java,
there is no need of the function.
2009-10-13 18:11:52 +08:00
Android (Google) Code Review
f20623b2b6 Merge change I6983cab3 into eclair-mr2
* changes:
  Add saving/restoring state in CredentialInstaller and ...
2009-10-13 05:54:26 -04:00
Hung-ying Tyan
2b9d9ef2aa Add saving/restoring state in CredentialInstaller and ...
make it transparent.
2009-10-13 17:40:25 +08:00
Chung-yih Wang
a5b7b45b6f Push down the supplicant-specific double-quote handling to framework.
So we are able to connect to AP with ssid containing double-quotes.
2009-10-09 11:29:45 +08:00
Jaikumar Ganesh
db99bb3644 am c065348e: Show an error message when the remote side cancels the authentication and show OPP device list correctly.
Merge commit 'c065348ebaf1ea9301d7b96633bea4de8c78c2aa' into eclair-mr2

* commit 'c065348ebaf1ea9301d7b96633bea4de8c78c2aa':
  Show an error message when the remote side cancels the authentication
2009-10-08 17:30:28 -07:00
Michael Chan
81cdaff7b5 b/2173596 Cancel Bluetooth scanning when the user leaves Bluetooth Settings.
Change-Id: Ib4dd6254c90da619e853b1be22fba3ff1365258e
2009-10-08 11:55:47 -07:00
Jaikumar Ganesh
c065348eba Show an error message when the remote side cancels the authentication
and show OPP device list correctly.

Dr No: Eastham
Bug: 2174874
2009-10-08 08:06:27 -07:00
Nick Pelly
94ca23dcb0 am d1a04291: Update application code for BluetoothAdapter.getDefaultAdapter().
Merge commit 'd1a04291c537e271999c7e7c5c72f1f61632aacf' into eclair-mr2

* commit 'd1a04291c537e271999c7e7c5c72f1f61632aacf':
  Update application code for BluetoothAdapter.getDefaultAdapter().
2009-10-07 16:36:07 -07:00
Nick Pelly
d1a04291c5 Update application code for BluetoothAdapter.getDefaultAdapter().
Change-Id: Ic8f2188a28631f55ceb048daff545ca5e6053f92
DrNo: eastham
Bug: 2158765
Joke: When is a car not a car? When it turns into a driveway.
2009-10-08 01:03:34 +02:00
Android (Google) Code Review
c52637dfab Merge change I8e1b0fb7 into eclair-mr2
* changes:
  Fix Settings to show versionName instead of versionCode.
2009-10-07 14:58:06 -04:00
Hung-ying Tyan
1cd02caccd am c0e34db1: Merge change Ifad4a4c0 into eclair
Merge commit 'c0e34db16864e25946b288cb165ad833b62d3b18' into eclair-mr2

* commit 'c0e34db16864e25946b288cb165ad833b62d3b18':
  Add L2tpIpsec case in VpnSettings.processSecrets()
2009-10-07 11:46:38 -07:00
Elliott Hughes
8e1b0fb77c Fix Settings to show versionName instead of versionCode. 2009-10-07 11:12:33 -07:00
Android (Google) Code Review
c0e34db168 Merge change Ifad4a4c0 into eclair
* changes:
  Add L2tpIpsec case in VpnSettings.processSecrets()
2009-10-06 20:47:46 -04:00
Android (Google) Code Review
cab9fe2d41 Merge change I3c9f79ba into eclair-mr2
* changes:
  Retain webview history when viewing Safety notices. Fixes #2160518
2009-10-06 16:58:21 -04:00
Jaikumar Ganesh
f43b1a9d24 am 98d76cc9: Remove STOPSHIP debug log.
Merge commit '98d76cc9b882466a97fb55913f5a507a642b5018' into eclair-mr2

* commit '98d76cc9b882466a97fb55913f5a507a642b5018':
  Remove STOPSHIP debug log.
2009-10-06 13:35:19 -07:00
Amith Yamasani
3c9f79ba35 Retain webview history when viewing Safety notices. Fixes #2160518
Save and restore webview history when changing orientation.
2009-10-06 13:10:14 -07:00
Jaikumar Ganesh
98d76cc9b8 Remove STOPSHIP debug log.
Bug: 2151872
Dr No: Eastham
2009-10-06 08:01:21 -07:00
Hung-ying Tyan
fad4a4c07a Add L2tpIpsec case in VpnSettings.processSecrets() 2009-10-06 16:15:42 +08:00