Commit Graph

1134 Commits

Author SHA1 Message Date
Irfan Sheriff
9be3624f77 am c1a587c9: am f3373c99: No quotes for password
Merge commit 'c1a587c9e980d9e341c0b966f1b4014d5c522078' into kraken

* commit 'c1a587c9e980d9e341c0b966f1b4014d5c522078':
  No quotes for password
2010-05-26 13:05:42 -07:00
Irfan Sheriff
c1a587c9e9 am f3373c99: No quotes for password
Merge commit 'f3373c99493878f4689a9d4865323c18a2065c3b' into froyo-plus-aosp

* commit 'f3373c99493878f4689a9d4865323c18a2065c3b':
  No quotes for password
2010-05-26 13:04:05 -07:00
Irfan Sheriff
f3373c9949 No quotes for password
Putting quotes for password in soft AP is not useful.
It simplifies processing in framework.

Bug: 2708960
Change-Id: If44aeb336732aa8089d3e401b546ebf9b3cbd25a
2010-05-26 12:53:24 -07:00
Christian Mehlmauer
58702fea9b replaced deprecated setButton methods
Change-Id: Ic112dc6acdb62586db741e996b0344d38c71d12f
2010-05-25 19:31:39 +02:00
Christian Mehlmauer
a06b4e69aa Replaced deprecated String Constructor
Change-Id: I452400c9cb00b60316b0270b2f4a68c15d80b698
2010-05-25 19:25:05 +02:00
Christian Mehlmauer
82163dec18 replaced deprecated getIntent with parseURI
Change-Id: Iabf82ff0f9be2a76dece9aafe8603bf83ac7d049
2010-05-25 18:39:46 +02:00
Jaikumar Ganesh
d432bf76de Set profiles as preferred and then try to connect.
The APIs implementations are being updated to expose
A2DP and HFP APIs. A connect call is not honoured if its
not a preferred profile. So if an app changes the preference
of the profile than it should first update the state before
making the connect call. The API for updating preference
might not be exposed and will be mostly an API for app with ADMIN
privileges like Settings app.

Change-Id: I58b8e8201357bcfe615dc2322342520319d9e355
2010-05-24 18:00:56 -07:00
The Android Open Source Project
687094b42f am 48112876: merge from open-source master
Merge commit '4811287623e6cbd9a3584828087ea414454dbfc5' into kraken

* commit '4811287623e6cbd9a3584828087ea414454dbfc5':
  Removed Calls to deprecated APIs and unused imports
2010-05-19 09:16:39 -07:00
The Android Open Source Project
4811287623 merge from open-source master
Change-Id: Id9c258165d9bb326271218a562d782fa52608213
2010-05-19 09:12:47 -07:00
Irfan Sheriff
d3c3052751 am 75a43c60: am cd8f068e: Merge "Fix crash for tether with quotes in SSID" into froyo
Merge commit '75a43c605449e72074fc55576c8e712ff12906db' into kraken

* commit '75a43c605449e72074fc55576c8e712ff12906db':
  Fix crash for tether with quotes in SSID
2010-05-17 14:05:00 -07:00
Irfan Sheriff
75a43c6054 am cd8f068e: Merge "Fix crash for tether with quotes in SSID" into froyo
Merge commit 'cd8f068ed2b5385ec420c1cabc8b1f62558a1448' into froyo-plus-aosp

* commit 'cd8f068ed2b5385ec420c1cabc8b1f62558a1448':
  Fix crash for tether with quotes in SSID
2010-05-17 13:29:00 -07:00
Irfan Sheriff
18dc7ea709 Fix crash for tether with quotes in SSID
Multiple quotes cause havoc with netd interaction right now.
The solution is to revert the changes for WifiConfiguration on
Access Point side done in Change I0f1e508b and remove all quotes
in the SSID.

Essentially a low risk one line change on top of the revert.

We dont expose API for WifiConfiguration on AP side. This solution
essentially means we treat SSID in WifiConfiguration on AP side
differently. When we do expose things, we should make things consistent.

Change-Id: I0a7e5074b83ace743fc843ee61c1ff86cde8267f
2010-05-17 13:20:39 -07:00
Christian Mehlmauer
0193bf8b3d Removed Calls to deprecated APIs and unused imports
Change-Id: Ibaaf3418ec2c97a99495eca7ea546af415370c3e
2010-05-17 21:25:15 +02:00
Chung-yih Wang
5dcdbb5c08 am 8719f0d2: am 8c81257f: Fix the double-quoted SSID issue.
Merge commit '8719f0d20a301cc7509c9bd3ce3275f551329dd7' into kraken

* commit '8719f0d20a301cc7509c9bd3ce3275f551329dd7':
  Fix the double-quoted SSID issue.
2010-05-14 23:18:27 -07:00
Chung-yih Wang
8719f0d20a am 8c81257f: Fix the double-quoted SSID issue.
Merge commit '8c81257f70fabeaa505e292bd0c2226dd5eefc4c' into froyo-plus-aosp

* commit '8c81257f70fabeaa505e292bd0c2226dd5eefc4c':
  Fix the double-quoted SSID issue.
2010-05-14 23:16:25 -07:00
Chung-yih Wang
8c81257f70 Fix the double-quoted SSID issue.
Bug id http://b/issue?id=2684571

Change-Id: I0f1e508b9a3d0fefcef28235380392368a51e42a
2010-05-15 10:57:23 +08:00
The Android Open Source Project
728e95b2f8 am 0b53ac73: merge from open-source master
Merge commit '0b53ac733c36e14a5e2e948393360bba00048ccb' into kraken

* commit '0b53ac733c36e14a5e2e948393360bba00048ccb':
  The password in the APN settings is shown instead of stars
2010-05-12 10:37:51 -07:00
The Android Open Source Project
0b53ac733c merge from open-source master
Change-Id: Iab9eddbfea000b9403c92a211c37b93772f2a9c7
2010-05-12 09:33:50 -07:00
Romain Guy
d2bfade8f6 Merge "The password in the APN settings is shown instead of stars" 2010-05-11 10:51:12 -07:00
Robert Greenwalt
ddde146f8d am 482eadea: am e434bfb2: String change - wifi tether = hotspot
Merge commit '482eadeae85a1764b86133172d11364df6ce7227' into kraken

* commit '482eadeae85a1764b86133172d11364df6ce7227':
  String change - wifi tether = hotspot
2010-05-10 10:16:29 -07:00
Robert Greenwalt
482eadeae8 am e434bfb2: String change - wifi tether = hotspot
Merge commit 'e434bfb216682a6ca331fa54ce58a2bff7adf8d7' into froyo-plus-aosp

* commit 'e434bfb216682a6ca331fa54ce58a2bff7adf8d7':
  String change - wifi tether = hotspot
2010-05-10 10:14:36 -07:00
Michael Chan
c56a35e3c6 am 15bb4754: am d2c81986: b/2652059 Refresh UI after bond state change
Merge commit '15bb47545686395c0d94b54dd67c4f080fe625e5' into kraken

* commit '15bb47545686395c0d94b54dd67c4f080fe625e5':
  b/2652059 Refresh UI after bond state change
2010-05-10 09:50:04 -07:00
Michael Chan
15bb475456 am d2c81986: b/2652059 Refresh UI after bond state change
Merge commit 'd2c81986c236ed680cfae5e420561028ae4cc0d2' into froyo-plus-aosp

* commit 'd2c81986c236ed680cfae5e420561028ae4cc0d2':
  b/2652059 Refresh UI after bond state change
2010-05-10 09:43:38 -07:00
Robert Greenwalt
e434bfb216 String change - wifi tether = hotspot
bug:2664412
Change-Id: I6ca955e7fcc299ae1d69892c93c9250229610b19
2010-05-08 17:20:26 -07:00
Michael Chan
d2c81986c2 b/2652059 Refresh UI after bond state change
Change-Id: I8f8a939ba3f383aae36091986cea4e8a6eae13fb
2010-05-07 15:24:22 -07:00
Michael Chan
d4869a99df am d17eb48e: am 1308453b: b/2652059 Fixed the broken BT connects/disconnects after unpair
Merge commit 'd17eb48e9c87e02cbcb42899915dbfc921075231' into kraken

* commit 'd17eb48e9c87e02cbcb42899915dbfc921075231':
  b/2652059 Fixed the broken BT connects/disconnects after unpair
2010-05-04 12:45:29 -07:00
Michael Chan
d17eb48e9c am 1308453b: b/2652059 Fixed the broken BT connects/disconnects after unpair
Merge commit '1308453b16c2ca85a456bd4bb7f3c71c916bd83e' into froyo-plus-aosp

* commit '1308453b16c2ca85a456bd4bb7f3c71c916bd83e':
  b/2652059 Fixed the broken BT connects/disconnects after unpair
2010-05-04 12:36:27 -07:00
Michael Chan
1308453b16 b/2652059 Fixed the broken BT connects/disconnects after unpair
The unpair command was stuck in the queue.

Change-Id: I803cb10adcfaedbe6fd202e0db463593880e4280
2010-05-03 23:06:51 -07:00
Michael Chan
cb29eb04f5 am 3a1204f7: am 6078d450: Merge "b/2630339 Fixed the crash when an app requests BT to be enabled" into froyo
Merge commit '3a1204f7cd231ed1c451ca90901eae082541b9ef' into kraken

* commit '3a1204f7cd231ed1c451ca90901eae082541b9ef':
  b/2630339 Fixed the crash when an app requests BT to be enabled
2010-04-28 13:17:36 -07:00
Michael Chan
3a1204f7cd am 6078d450: Merge "b/2630339 Fixed the crash when an app requests BT to be enabled" into froyo
Merge commit '6078d4503d6bc29fe6d2ff7784124a66fe48186e' into froyo-plus-aosp

* commit '6078d4503d6bc29fe6d2ff7784124a66fe48186e':
  b/2630339 Fixed the crash when an app requests BT to be enabled
2010-04-28 13:14:35 -07:00
Michael Chan
a0de1dcd19 b/2630339 Fixed the crash when an app requests BT to be enabled
For AlertActivity, the dialog needs to display at onCreate() time.
Otherwise, the decor view would be made. Trying to display the
dialog afterward would crash. Changed to AlertDialog instead.

Change-Id: I2ea8463b4c475b9b54746d0a722fa80eea3d4529
2010-04-28 11:24:00 -07:00
Michael Chan
84a4b9e4f3 am 0bca1653: am 6368b25c: Merge "b/2608693 Fix the problem where BT was automatically reconnecting ... after the user unpaired while docked." into froyo
Merge commit '0bca1653cb78693e2c892efb48b944ddad98b66d' into kraken

* commit '0bca1653cb78693e2c892efb48b944ddad98b66d':
  b/2608693 Fix the problem where BT was automatically reconnecting
2010-04-23 10:51:54 -07:00
Michael Chan
0bca1653cb am 6368b25c: Merge "b/2608693 Fix the problem where BT was automatically reconnecting ... after the user unpaired while docked." into froyo
Merge commit '6368b25c09992172b1900da3fd326c4fd2fdd203' into froyo-plus-aosp

* commit '6368b25c09992172b1900da3fd326c4fd2fdd203':
  b/2608693 Fix the problem where BT was automatically reconnecting
2010-04-23 10:50:18 -07:00
Michael Chan
6368b25c09 Merge "b/2608693 Fix the problem where BT was automatically reconnecting ... after the user unpaired while docked." into froyo 2010-04-23 10:46:43 -07:00
Suchi Amalapurapu
937dc855eb am b12b21a5: am b99e029d: Fix string for uninstall button for system apps.
Merge commit 'b12b21a5b02468d601190de23f91675973ead44d' into kraken

* commit 'b12b21a5b02468d601190de23f91675973ead44d':
  Fix string for uninstall button for system apps.
2010-04-22 21:06:31 -07:00
Suchi Amalapurapu
b12b21a5b0 am b99e029d: Fix string for uninstall button for system apps.
Merge commit 'b99e029db14ae276a47da39da9378b6af9aef403' into froyo-plus-aosp

* commit 'b99e029db14ae276a47da39da9378b6af9aef403':
  Fix string for uninstall button for system apps.
2010-04-22 21:04:01 -07:00
Michael Chan
96b0c1dc08 b/2608693 Fix the problem where BT was automatically reconnecting
... after the user unpaired while docked.

Change-Id: I65642f440109968387401fc3c103da0f2b15f49f
2010-04-22 16:07:35 -07:00
Suchi Amalapurapu
b99e029db1 Fix string for uninstall button for system apps.
Change-Id: Iad26aae3d99447eddb6997e66c84080cdce727da
2010-04-22 16:06:30 -07:00
Suchi Amalapurapu
830e4811e2 am a6bde3c9: am a3683a51: Enable moving packages when install location is set to auto.
Merge commit 'a6bde3c9cd0db85538ff6166cb35f626c303352b' into kraken

* commit 'a6bde3c9cd0db85538ff6166cb35f626c303352b':
  Enable moving packages when install location is set to auto.
2010-04-22 15:57:28 -07:00
Suchi Amalapurapu
a6bde3c9cd am a3683a51: Enable moving packages when install location is set to auto.
Merge commit 'a3683a51faab316c1577cd13c708a41938bcc646' into froyo-plus-aosp

* commit 'a3683a51faab316c1577cd13c708a41938bcc646':
  Enable moving packages when install location is set to auto.
2010-04-22 15:54:34 -07:00
Suchi Amalapurapu
a3683a51fa Enable moving packages when install location is set to auto.
Change-Id: If081ad949cb2aed6b3555275c582e951e579ffc9
2010-04-22 13:42:41 -07:00
Daniel Sandler
a9523ed0fb am dd379184: am f0746678: Merge "Redesign vibration settings." into froyo
Merge commit 'dd3791844f7172fc9f231e4d7666a8f81f86daa7' into kraken

* commit 'dd3791844f7172fc9f231e4d7666a8f81f86daa7':
  Redesign vibration settings.
2010-04-21 18:19:34 -07:00
Daniel Sandler
dd3791844f am f0746678: Merge "Redesign vibration settings." into froyo
Merge commit 'f07466782bb25ce4f2738133d0992f3531af28e5' into froyo-plus-aosp

* commit 'f07466782bb25ce4f2738133d0992f3531af28e5':
  Redesign vibration settings.
2010-04-21 18:15:40 -07:00
Daniel Sandler
f07466782b Merge "Redesign vibration settings." into froyo 2010-04-21 17:37:01 -07:00
Robert Greenwalt
2147c35188 am 70631ab7: am 4c3b2f0c: Fix the tethering help page.
Merge commit '70631ab7146b149b1f221d59131fe4efe9d91ac0' into kraken

* commit '70631ab7146b149b1f221d59131fe4efe9d91ac0':
  Fix the tethering help page.
2010-04-21 13:06:53 -07:00
Robert Greenwalt
70631ab714 am 4c3b2f0c: Fix the tethering help page.
Merge commit '4c3b2f0cf062b38a6e380cc15ff8dc9abdca518b' into froyo-plus-aosp

* commit '4c3b2f0cf062b38a6e380cc15ff8dc9abdca518b':
  Fix the tethering help page.
2010-04-21 13:04:30 -07:00
Daniel Sandler
2c917847f5 Redesign vibration settings.
Under the hood there remain three axes:
 1. Are we in silent mode now?      | RINGER_MODE_{VIBRATE,SILENT}
 2. Do we vibrate in silent mode?   | VIBRATE_IN_SILENT == 1
 3. Do calls vibrate:     | getVibrateSetting(VIBRATE_TYPE_RINGER)
    - always              |    == VIBRATE_SETTING_ON
    - never               |    == VIBRATE_SETTING_OFF
    - only in silent      |    == VIBRATE_SETTING_ONLY_SILENT

We now expose this to the user much more simply by
collapsing (2) and (3) above, and discarding states that
don't make sense:
  - VIBRATE_SETTING_OFF + VIBRATE_IN_SILENT
  - VIBRATE_SETTING_ONLY_SILENT + !VIBRATE_IN_SILENT

Now we offer the user four choices:

    Phone vibrate:
    * "Never"
        --> VIBRATE_IN_SILENT=0, VIBRATE_SETTING_OFF
    * "Always"
        --> VIBRATE_IN_SILENT=1, VIBRATE_SETTING_ON
    * "Only in silent mode"
        --> VIBRATE_IN_SILENT=1, VIBRATE_SETTING_ONLY_SILENT
    * "Only when not in silent mode"
        --> VIBRATE_IN_SILENT=0, VIBRATE_SETTING_ON

This should make it easier to choose exactly the behavior
the user wants as well as avoid nonsensical combinations of
settings.

Bug: 2598014
Change-Id: I9244d25ec97a3e2b572b71b521049debd22fa4e0
2010-04-21 15:29:34 -04:00
The Android Open Source Project
1795d18f81 am 2c3265af: merge from open-source master
Merge commit '2c3265af7419c35c1084fd5c1e4726abcdd90f40' into kraken

* commit '2c3265af7419c35c1084fd5c1e4726abcdd90f40':
  Display current IP address in advanced Wifi settings screen
2010-04-21 09:51:01 -07:00
The Android Open Source Project
2c3265af74 merge from open-source master
Change-Id: I9d308271306bfcbdc0ef461605f800e5d48334a3
2010-04-21 09:46:57 -07:00
Mike Lockwood
68b8069862 Display current IP address in advanced Wifi settings screen
Change-Id: I47c6eece376e712b73add72057462926f7b2349f
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-04-20 13:52:38 -04:00