History log of /packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
37832d661a164c63d8c50c70619a4159376baaf3 10-Dec-2014 Jason Monk <jmonk@google.com> Add a periodic check of the tethering provisioning

Add a service that handles the check through broadcasts which are
defined through configs, similar to the previous configs for the
activity.

Depends on I1f6e2d954562c5a16a0de60dac625005ec3e5c50

Bug: 18453076
Change-Id: I515d72706e9ca37877e67c44427af1b75b146390
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
27334dbe75c131103606e455eb75c55804fe93de 17-Oct-2014 John Spurlock <jspurlock@google.com> Settings: Fix hotspot switch state issue.

Bug: 17967405
Change-Id: I40b956f483e2bdf313b42f6ed8906d5f8e9b95de
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
656c88cb7142595ae96e17b5ecef4fb5f511779f 24-Aug-2014 PauloftheWest <paulofthewest@google.com> Updated Tethering and portable hotspot to use switches.

Bug: 17020102
Change-Id: I5da1745d4ea9545f8960c015ca6858fb0a34de0d
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
6a5929b086a61a955a4a2f43f5fa251e8754ff4a 11-Sep-2012 Christopher Tate <ctate@google.com> Update Settings app to use new namespace for airplane-mode settings

Bug 7132230

Change-Id: I0253637e6d464afc229cf11ffe69852bf44fe261
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
5a64c739bfbf644dabd11d5330f577e94d478326 07-Sep-2012 Christopher Tate <ctate@google.com> Update Settings app to manipulate now-global settings properly

Change-Id: I6c269051c7d2db87f70f44df74e06456588c3b6f
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
9fc89cc8a88ea968803bf258df4939338a7d3156 02-May-2012 Vishal Mahaveer <vishalm@ti.com> wifi: update text displayed during hotspot on/off

Update the string used during hotspot on/off

Change-Id: I89f54f6c02ae26dd39b3cfdcd7587cf59ba81ca1
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
aa3d2c406ed0af9bf6890e9984e6b2c1be8cbd99 06-Oct-2011 Irfan Sheriff <isheriff@google.com> Add mobile hotspot provisioning support

Bug: 5346812
Change-Id: I3e117fb62039c1d8370440ab4109705894011928
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
84a042c6e9ff80d9ddb7b446b0507f6f576bc128 02-Mar-2011 Amith Yamasani <yamasani@google.com> Move up wifi tethering settings one level.

Bug: 3249998

Remove an extra level of menu by moving the Configure Wi-Fi hotspot preference to the Tethering settings page.

Change-Id: I20b67ae1ddd7e9967c99ff6a8039799be792382f
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
8e10affcde20b99a8aed803c3e165d2d00890721 25-Feb-2011 Irfan Sheriff <isheriff@google.com> Handle airplane mode change for hotspot settings

Bug: 2618370
Change-Id: I7d14603aef9aaf7665ceaebfc314858226400e04
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
18dc7ea709bce68b44ed4fd6f8f65308c3b9101b 17-May-2010 Irfan Sheriff <isheriff@google.com> 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
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
8c81257f70fabeaa505e292bd0c2226dd5eefc4c 15-May-2010 Chung-yih Wang <cywang@google.com> Fix the double-quoted SSID issue.

Bug id http://b/issue?id=2684571

Change-Id: I0f1e508b9a3d0fefcef28235380392368a51e42a
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
2d4e135fec1e6e2df65d9a8ad762e4b9f2e57325 15-Apr-2010 Irfan Sheriff <isheriff@google.com> Grey out wifi tethering in airplane mode

When airplane mode is enabled, wifi tethering
should be disabled since there is no real
use case for it.

This also addresses the issue
of trying to restore Wifi (with tethering on)
when airplane mode is disabled.

Bug: 2594720
Change-Id: I7379ebed74a58b148ae82ed589d09aa2b9ca767d
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
9303d97e6af2ef957acd0b25a44f4bce6b2f4960 25-Mar-2010 Irfan Sheriff <isheriff@google.com> Remember Wifi state prior to tethering

We now remember whether Wifi was enabled
prior to enabling tethering. This will
allow us to restore Wifi when tethering
is disabled.

Bug: 2537983
Change-Id: Ia530563bd5647856d62cd59b67ae5156de6fd5d9
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
a6a74e222a994e29a1daa7178943a1fc9dd06c47 24-Mar-2010 Irfan Sheriff <isheriff@google.com> Disable tethering to enable Wifi

We need to explicitly disable wifi while enabling
tethering and disable tethering while enabling wifi

Bug: 2539071
Change-Id: I7fda6e4d9d1bb804e81561d52b5f3a982a674b0e
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
3e5cfe8f0ac32b932fe3b93cc784cd9b849dc118 22-Mar-2010 Irfan Sheriff <isheriff@google.com> Update AP config status

Bug: 2533950
Change-Id: Idac1213b9dc44c073fa5cf8da00b8599161565f2
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
b3be4d0c5095c6f22d15dc141e4c5c35a18c723c 19-Mar-2010 Irfan Sheriff <isheriff@google.com> Move status update to WifiApEnabler

Bug: 2528202
Change-Id: I093699ac171279af9df5f3b3b4ae359aab79088b
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
47ebb7895457160c88592248a2e9049c14e2b625 10-Mar-2010 Irfan Sheriff <isheriff@google.com> softAp UI changes

Remove channel settings
Add subtext error handling
Remove WEP, keep WPA2 only for now

Bug: 2413908
Change-Id: Ie867e84a0705f0d2185eeb3a4c86a8227446a338
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
2ae37e8ce0a95f4255ff08c96f610a80430c3d12 05-Mar-2010 Irfan Sheriff <isheriff@google.com> Get all strings in for Wifi tethering

Bug: 2413908
Change-Id: I3d28fcfcb4a6e4eaf03e57d69f9d2c92730b12e5
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java
65cff177222560f43b7da367c45ec425e86e9eec 08-Feb-2010 Irfan Sheriff <isheriff@google.com> Add AP support for tethering

First phase of the AP support in
UI and framework
Bug: 2421638

Change-Id: I0b6c31be5fe79bd4d33c292464d271b054754e8d
/packages/apps/Settings/src/com/android/settings/wifi/WifiApEnabler.java