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
Chia-chi Yeh
0bc5e275fd
SecuritySettings: reduce 1 access to KeyStore and clean up.
2009-10-06 15:46:39 +08:00
Chung-yih Wang
a8f2f72da8
Add the auth_alg field back.
...
This change is to fix the issue http://b/issue?id=2161539 .
The auth_alg field is required for auth. type 'SHARED' with WEP mode, it will
not be automatically selected as claimed. The change has been verified on
Linksys WRT54G.
2009-10-02 16:09:15 +08:00
Android (Google) Code Review
6e6d2362cc
Merge change I25f2afba into eclair
...
* changes:
Check if a device is added to the cache before returning.
2009-10-01 16:07:49 -04:00
Jaikumar Ganesh
fca3c1cf8b
Check if a device is added to the cache before returning.
...
For incoming connections, we don't have the device in the Settings cache.
After we tried to readPairedDevices, check if we added to the cache.
If we successfully added it, continue with the connections, else bail out.
Bug id: 2160617
Change-Id: I25f2afba8ef6d2c32a7940f967cf12f1321ad9e0
2009-10-01 13:05:22 -07:00
Android (Google) Code Review
85ed086217
Merge change I454a0dbf into eclair
...
* changes:
SecuritySettings: revert "minor tuning".
2009-10-01 14:35:13 -04:00
Chia-chi Yeh
454a0dbf8f
SecuritySettings: revert "minor tuning".
2009-10-02 02:32:54 +08:00
Android (Google) Code Review
9767612cc8
Merge change If764d20a into eclair
...
* changes:
SecuritySettings: fix a the status before handling the intent.
2009-10-01 14:17:26 -04:00
Chia-chi Yeh
f764d20a74
SecuritySettings: fix a the status before handling the intent.
2009-10-02 02:16:08 +08:00
Android (Google) Code Review
e61a2403a6
Merge change I844d3db3 into eclair
...
* changes:
SecuritySettings: set the check box before further processing.
2009-10-01 13:14:59 -04:00
Chia-chi Yeh
844d3db3fe
SecuritySettings: set the check box before further processing.
2009-10-02 01:13:36 +08:00
Android (Google) Code Review
1e98dfb480
Merge change I446bf8b5 into eclair
...
* changes:
SecuritySettings: minor tuning.
2009-10-01 13:12:21 -04:00
Chia-chi Yeh
446bf8b5bc
SecuritySettings: minor tuning.
2009-10-02 01:11:17 +08:00
Android (Google) Code Review
b83ff4af8c
Merge change Ibf07c83d into eclair
...
* changes:
SecuritySettings: remove debug messages.
2009-10-01 13:04:25 -04:00
Chia-chi Yeh
bf07c83d92
SecuritySettings: remove debug messages.
2009-10-02 01:03:50 +08:00
Android (Google) Code Review
51e97b33d2
Merge change Ia7c57145 into eclair
...
* changes:
SecuritySettings: remove trailing spaces.
2009-10-01 12:49:08 -04:00
Chia-chi Yeh
a7c5714599
SecuritySettings: remove trailing spaces.
2009-10-02 00:48:32 +08:00
Android (Google) Code Review
c49ca127aa
Merge change I02f58e89 into eclair
...
* changes:
SecuritySettings: clean up.
2009-10-01 12:47:24 -04:00
Android (Google) Code Review
d2fa30baee
Merge change I28f1a0fc into eclair
...
* changes:
WifiSettings: use keystore namespace instead of blobl.
2009-10-01 12:47:12 -04:00
Chia-chi Yeh
02f58e898d
SecuritySettings: clean up.
2009-10-02 00:39:14 +08:00
Android (Google) Code Review
7bf9e0317c
Merge change Ie7e8a7ef into eclair
...
* changes:
Don't auto-connect to OPP after pairing
2009-10-01 10:46:26 -04:00
Chia-chi Yeh
28f1a0fc5b
WifiSettings: use keystore namespace instead of blobl.
2009-10-01 19:17:55 +08:00
Michael Chan
b547dda338
Don't auto-connect to OPP after pairing
...
Change-Id: Ie7e8a7ef7188f7ffa6b32595764c100a0d72be89
2009-09-30 23:08:19 -07:00
Amith Yamasani
395273662c
Use a custom system icon for native processes.
...
New icons for system components in Battery Use screen.
2009-09-30 18:42:29 -07:00
Michael Chan
e6531e253b
b/2154978 Show only connectable profiles (Headset and& A2DP but not OPP) in Bluetooth Device Advance Options aka "Connect to..."
...
Change-Id: I34249a4828707bde491da4a82dca94ecf37cf490
2009-09-30 17:43:12 -07:00
Android (Google) Code Review
e5cff2655c
Merge change Ibe023c8a into eclair
...
* changes:
Fix Safety Settings screen bugs - 2150942, 2151440, 2151727
2009-09-30 18:05:03 -04:00
Amith Yamasani
be023c8a75
Fix Safety Settings screen bugs - 2150942, 2151440, 2151727
...
Handle the back key.
Finish the activity if dialog is cancelled.
Show an error and finish the activity if URL couldn't be found due to
connectivity problem and not just when Telephony is not available.
2009-09-30 13:13:44 -07:00
Android (Google) Code Review
e3b59f193e
Merge change I5eab1270 into eclair
...
* changes:
b/2154576 Fixed the problem were some BT profiles were not connected when first UUID notification of many didn't have all the UUIDs
2009-09-30 15:39:06 -04:00
Michael Chan
eaf13a2c15
b/2154576 Fixed the problem were some BT profiles were not connected when first UUID notification of many didn't have all the UUIDs
...
Reset connect timer event if profile was non-empty.
Clear profiles after unpair
mConnectAttemptedWithoutUuid
Change-Id: I5eab1270a755c6c87eb5be13a2f43dbbcd9a2f88
2009-09-30 12:34:32 -07:00
Hung-ying Tyan
8fd062e1a5
Use the new VpnType.getDescriptionId().
2009-09-30 17:57:56 +08:00
Hung-ying Tyan
b0883cb384
Fix bugs in credential storage settings:
...
* resume credential storage settings in onResume() in case if a new
activity changes the settings and switches back.
* reset mRetry in case the dialog is retried and canceled.
* update preferences in onDismiss handler in case the dialog is canceled
and need to revert the checkbox.
2009-09-30 11:56:05 +08:00
Dianne Hackborn
cabb147ce5
Improve running services info.
...
Change-Id: I797c76f322b9be7f25a1b695b0332b45bc7e9d4c
2009-09-29 18:04:36 -07:00
Android (Google) Code Review
be699645db
Merge change I56544d0e into eclair
...
* changes:
Fix for 2137900: Be more conservative about poking the wakelock
2009-09-29 18:41:44 -04:00