History log of /packages/apps/Settings/src/com/android/settings/TetherSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
29aab7a2ad3cabdc1681fdc93a0f00b20072d385 27-Sep-2014 PauloftheWest <paulofthewest@google.com> Fixed a Settings crash.

+ When in Settings->More... we will no longer provide a tethering option
if tethering requires provisioning, but the provisioning app is invalid.

Bug: 17671381
Change-Id: I48a8178865a7ffddec714c1f6ee6f18d34801b60
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
37155e96332834955769d7f8e00dc391f72c61ac 22-Sep-2014 Rohit Sisodia <rohits@motorola.com> ATT Entitlement changes in Settings to pass Tether Type.

ATT has different provisioning servers for BT,Wifi and USB Tethering and
Entitlement app need the type of Tethering to be passed before provisioning
request goes out.

Bug:17640036

Change-Id: I6683a747e1925716575ba683aeefc644ced7e37f
/packages/apps/Settings/src/com/android/settings/TetherSettings.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/TetherSettings.java
ee27b9de8f2ab17d50b90dd8c13546aebb4e9fc1 09-May-2014 Julia Reynolds <juliacr@google.com> Settings user restriction changes: wireless & networks changes.

Bug: 14081992
Change-Id: I32b0f06da7e7ff9bd8303ce26be2584e6cddbedc
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
9e96c453fb84ec4832bde217617958121947128b 15-Aug-2013 Robert Greenwalt <rgreenwalt@google.com> am a1fa7cef: am 1faefa06: Merge "Fix one NPE in tethering setting"

* commit 'a1fa7cef5d88d0f515efa07d0f7274c41fa6d712':
Fix one NPE in tethering setting
508c7c16abe29cdc4d2a71b272f5008d3ebe5cc4 15-Aug-2013 Jianzheng Zhou <jianzheng.zhou@freescale.com> Fix one NPE in tethering setting

Once we not declare BT feature, go Setting->more->tethering
will trigger this NPE.

Change-Id: I4736e7bade261475acda74e26250a81452018ffa
Signed-off-by: Jianzheng Zhou <jianzheng.zhou@freescale.com>
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
394eaa21e71ed724c6846d284ee4dd6d66a7e844 11-Jun-2013 Amith Yamasani <yamasani@google.com> Don't show tether settings in shortcut picker

On devices that don't have tethering options, don't allow user
to create a shortcut to the tether settings.

Bug: 6865610
Change-Id: I2ebbd6ef98391ef3fe74130570bd9b70108a2aa9
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
232e6fb3823bb6a26eae238b81ef969950c1d818 07-Mar-2013 Ryan Baxter <rbryanbaxter@gmail.com> Fix the message when Bluetooth is turning off while on the tethering menu.

Currently says "Turning Wifi off..."
This change will display "Turning Bluetooth off..." instead.

Change-Id: I697d19ca4d7a69cc6b3729ad09fcf38bf5ab2427
Signed-off-by: Ryan Baxter <rbryanbaxter@gmail.com>
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
4f1970fe3ea188015053c05e2e871150b7a611a4 17-Sep-2012 Robert Greenwalt <rgreenwalt@google.com> Must initialize the new atomic..

bug:7172859
Change-Id: Ibaf390683fa36771215b463fb6b088f7430c0462
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
f60b92bb414aefb9793e8e98fb594298ac541430 14-Sep-2012 Robert Greenwalt <rgreenwalt@google.com> Protect self from async change of BluetoothPan

bug:6945678
Change-Id: I627a55aea9170f889823a38c8e2bb08a06faa841
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
6665ee321082b1c7c1afed640f99ce0ac225bdf6 08-Sep-2012 zzy <zhenye@broadcom.com> Fixed the display count of connected panu device.

Root cause: Bluez relies on the count of activated pan network
interfaces to show how many panu devices are connected. But
Bluedroid has only one shared pan network interface for any
number of connected panu devices.

Change-Id: I52e3d6d79e2f1b9f8afab1d70c9ff1eca3ef2349
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
43231f2d6edef60859ffd3d92d43afe48f5916f6 17-Aug-2012 Jean-Baptiste Queru <jbq@google.com> am f4cc034e: am d61c23b3: Merge "TetheringSetting: Keep Tethering checkbox unchecked until tethering up"

* commit 'f4cc034e8c61a05b3e99ca4f698b3fe6de21bc98':
TetheringSetting: Keep Tethering checkbox unchecked until tethering up
83397eab96d95fbf6443e17c556e30d54cfa88da 11-Feb-2012 Li Wenji <wenji.li@intel.com> TetheringSetting: Keep Tethering checkbox unchecked until tethering up

When click Tethering, the checkbox will be checked and then unchecked,
and finally move to checked states. This causes confusing to end user,
we need to keep Tethering checkbox unchecked before tethering is really
up.

Change-Id: If2314b7dd1369e619dead45af38fd53c7e89c34e
Author: Li Wenji <wenji.li@intel.com>
Signed-off-by: Xiaokang Qin <xiaokang.qin@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 18281
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
b5f144af8ecc1c2f2e45f8a7d936f4ab368fdd97 29-Jun-2012 Matthew Xie <mattx@google.com> Clean up codes, fix long lines, improve readability, etc

Update copyright date, remove unused variable, import

Change-Id: I731c48c8e5b16cbee5230f1d02109f249b8bab5d
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
7f38f47ed2cc2479e1c9f362b471aac73caa0543 15-Apr-2012 zzy <zhenye@broadcom.com> Added null pointer check
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
d3fed687e77ed5bfa8fd7b4fed5375e371c9c00b 28-Apr-2012 Amith Yamasani <yamasani@google.com> Move tether settings help to menu and remove local assets.

Bug: 5270092

Using web help instead of local assets.

Change-Id: Ib93e72443b30367521febc43279422ec130efbd5
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
201896e9838c067102b5ec10f883d84e75ed276c 10-Jan-2012 Amith Yamasani <yamasani@google.com> am 79ffc669: am aaff44c8: Don\'t allow wifi tethering when running monkeys.

* commit '79ffc669173325e62fdb9f5a1f96fe2a5c3c230b':
Don't allow wifi tethering when running monkeys.
aaff44c84f4e88184276064dff9e36eefde3ffcb 09-Jan-2012 Amith Yamasani <yamasani@google.com> Don't allow wifi tethering when running monkeys.

Bug: 5607825

Remove the wifi access point settings and wifi tethering checkbox when
monkeys are running.

Change-Id: I64b930ddb791013a08c178561fe29130f1f0e4b8
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
505766cd60ea2ecd88769b08697d564529a27f5b 10-Nov-2011 Robert Greenwalt <rgreenwalt@google.com> Add system prop to work around tether provisioning

Set net.tethering.noprovisioning to something non-empty to avoid the provisioning check.

bug:5445277
Change-Id: I048bffe2c11d80d79e8065f7fbe6cfb6db87da85
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
01b32368fffd944a0265f22db764b689179be94c 04-Nov-2011 Irfan Sheriff <isheriff@google.com> Add provisioning checks for BT and USB

Bug: 5568752
Change-Id: Ide4f3c0eb19f8e70e301a13d81b76dd6a0516c3a
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
642a3c78f89faa07aa5a3fbe0610cea9eb64bfbb 01-Nov-2011 Irfan Sheriff <isheriff@google.com> Use component details to send provisionig intent

Bug: 5544654
Change-Id: I0bd33c2a0d4c657bd10ba966d67ff54c27e42ea1
/packages/apps/Settings/src/com/android/settings/TetherSettings.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/TetherSettings.java
0f47465a3f73a4f013ec7958efec95ecbb848ba8 31-Aug-2011 Amith Yamasani <yamasani@google.com> Fix a bug in disabling wifi tethering on a wifi-only device.

Bug: 5116955
Change-Id: I924915efbd46f918bd94c124f10389912fddf41a
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
233577cc255561443114d6726792b9df06c2a2a1 26-Jul-2011 Irfan Sheriff <isheriff@google.com> Restart soft Ap on a running config change

Bug: 5079339
Change-Id: I083548ef5ab3ce177e7fa3e7375a68b52bb576d7
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
69a09577179cc96cd90f724ad330ddde13f9eed6 19-Jul-2011 Mike Lockwood <lockwood@android.com> Fix USB tethering

The previous approach no longer works with the new USB drivers, since the usb0
interface is no longer enabled by default.
This introduced a chicken & egg problem - usb0 will not be enabled until the
user tries to start tethering, but Settings will not enable the checkbox unless
usb0 is enabled.
To fix this we add an explicit call to start USB tethering in the connectivity manager.
This will enable RNDIS if necessary and then bring up tethering once usb0 is enabled.

Change-Id: If3972c89e05377af00b7a71cc2588e44bd4cfaed
Signed-off-by: Mike Lockwood <lockwood@android.com>
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
c777ee29c856e1d1a2a61ccd799b6e18b50febdc 05-Mar-2011 Jake Hamby <jhamby@google.com> Improve Bluetooth tethering UI usability.

- Updated hint text for BT tethering checkbox to
"[Sharing|not sharing] this [tablet|phone]'s mobile data connection".
- Show correct hint text when user enters tethering screen.
- Show correct status after user enables tethering when Bluetooth is off.
When BluetoothPan.setBluetoothTethering(true) is called with BT off,
BluetoothPanProfileHandler will add a broadcast receiver to enable
tethering after BT turns on. This happens too late to show the correct
status when TetherSettings gets the adapter state changed event, so set
a flag (mBluetoothEnableForTether) instead, and call setBluetoothTethering
ourselves after the state changes to ON. Also, clear the flag if the
adapter state changes to OFF or ERROR.
- Show correct status when user enables tethering, then disables Bluetooth,
then returns to the tethering screen. Previously it would show
Bluetooth tethering enabled, even though adapter state was OFF.
- Show the number of connected devices in tethering preference screen.
- Distinguish between PANU and NAP in device profiles screen, and show
appropriate text to clarify the direction of tethering.
- Remove profiles from device profiles list when the device removes the UUID
(e.g. Mac OS X turning NAP on/off) and after a NAP disconnection when the
remote device only supports PANU.

Bug: 3414575
Change-Id: I2c0830876d5b9bddb293e57c4d3ca74f105911b8
/packages/apps/Settings/src/com/android/settings/TetherSettings.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/TetherSettings.java
436b29e68e6608bed9e8e7d54385b8f62d89208e 08-Feb-2011 Jake Hamby <jhamby@google.com> Refactor Bluetooth settings for readability and performance.

Major refactoring of Bluetooth settings classes.
- Moved all functionality from LocalBluetoothManager into new
LocalBluetoothAdapter and LocalBluetoothPreferences, and into
existing classes.
- Refactored functionality from BluetoothEventRedirector into new
BluetoothEventManager class, deleting the original version. New
version uses a HashMap from action Strings to implementers of the
BluetoothEventManager.Handler interface.
- Created new BluetoothDiscoveryReceiver to update shared preferences
timestamp for Bluetooth discovery start/finish. This is the only event
handling we need to do when the settings app is not visible, so it has
its own receiver entry in AndroidManifest.xml. Edits are written using
QueuedWork.singleThreadExecutor(), which BroadcastReceiver knows about
and will wait for completion, eliminating the need for PendingResult.
- Miscellaneous cleanups to code style and logic for readability.
- Pulled some large switch statement code blocks into new methods.
- Changed all Bluetooth state references to the new BluetoothProfile
constants.
- Changed use of deprecated Notification constructor in
BluetoothPairingRequest to use Notification.Builder.
- Moved Utf8ByteLengthFilter helper function from BluetoothNamePreference
into its own class, and moved test cases into the same package.
- Moved all LocalBluetoothProfileManager functionality related to
specific profiles into new top-level classes (A2dpProfile, etc.), all
implementing the LocalBluetoothProfile interface.
- Moved all UI-related methods from CachedBluetoothDevice into the class
that uses the method, or into the static Utils class for shared methods.

Change-Id: I6d49b7f4ae0c7d7dcf62551ee40b51ecb5fe4f47
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
9ad703cdb9a8d0972c123b041d18aa7bbeb391a4 23-Feb-2011 Jaikumar Ganesh <jaikumar@google.com> Make BluetoothPan implement BluetoothProfile.

This makes it consistent across all other profiles.

Change-Id: I4c0694d042d7ed1b78c92ca3be38c8d543886769
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
e419bc1bed37d0584b32f0c0d54ecd9b9e1ea212 14-Feb-2011 Amith Yamasani <yamasani@google.com> Fix for crash in TetherSettings when monkey is running.

Bug: 3407666

onCreateView can get called on returning from another fragment. Moved the
relevant code to onCreate().

Change-Id: Icf08c18a3981051cce4eca2d07334d0a9f3c0116
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
476d79566752bfc128a7b3ae200c735d683370f7 21-Jan-2011 Amith Yamasani <yamasani@google.com> NPE check in VpnSettings.

Bug: 3368545

Also fix a couple of bugs in TetherSettings:

Bug: 3090156 - view was being reused without removing from old dialog
Bug: 3368493 - preference being removed a second time

Change-Id: I8fe513d41e1f3af6994783be5ead69b6bd205711
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
3f0f998aa72844e487dd189845289d4c5db88b93 14-Dec-2010 Jake Hamby <jhamby@google.com> Remove Bluetooth tethering settings screen.

Remove obsolete Bluetooth tethering settings screen. BT tethering can
be turned on and off, but the connection must be initiated by the
remote device. For reverse tethering, there will be a checkbox for
that profile in the regular Bluetooth device settings screen.

Bug: 3283928
Change-Id: Ic25139f8862b305feb0381e61c24b7783fad2366
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
72aa19d1a541b01e9cc7bebd0650f5d2b5f58d58 09-Dec-2010 Amith Yamasani <yamasani@google.com> Keep the settings title as "Settings" even if launching a shortcut.

Handle clicks on Settings icon in top-left.
Also fix a bug where Tethering settings was changing the title.
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
02cf71a5916d1b0155e8fff3f62987cdc5c2b7c3 22-Sep-2010 Amith Yamasani <yamasani@google.com> Use PreferenceActivity and FragmentBreadCrumbs as they offer the same capabilities now.

Also fix: 2997438 and a similar bug in Tether Settings
Show + menu item for User Dictionary
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
6ebf8619d7f09e9642aed84310b56d9847eead94 10-Sep-2010 Daisuke Miyakawa <dmiyakawa@google.com> Fragmentize BluetoothSettings.

Add UserLeaveHintListener.java, so that the settings won't use
its implementation around Activity#onUserLeaveHint().

Also fragmentize bluetooth tethering screen.

Change-Id: Id06ae3161fbdb5854ddb7a257f464fb16ea9b089
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
9c602c47892e7fbe322a449162badeb9def2c4fa 10-Sep-2010 Daisuke Miyakawa <dmiyakawa@google.com> Fragmentize TetherSettings and WifiApSettings.

PreferenceScreen for BT tethering isn't fragmentized yet.
We'll need to do so in the near future.

Change-Id: I5a84fecaf84d55b59b6efa8151f2549ad37ca5db
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
d2bed6935fd702afe2958499fc4e410ee3bca51e 02-Sep-2010 Jaikumar Ganesh <jaikumar@google.com> Decouple enabling of tethering with SDP record.

Change-Id: I50781bab52b28d7b3fe750fb055ffaeac5baf360
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
32711b6752eb73324e1b10db975ac956888eda96 11-Aug-2010 Danica Chang <danicachang@google.com> bluetooth tethering

Change-Id: I8dfb1c85bb8b963d2937b8bc4a4c9f0cf641785d
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
f2687380dcdb85643a83d75637e17b5d1a5d461a 17-Aug-2010 Ben Clark <benbread@gmail.com> am 8d62eb4a: am 0008d219: Refactor to remove multiple in-loop Object[]->String[] castings

Merge commit '8d62eb4a51141f4464ba0b4c510cf0ec4198a56a'

* commit '8d62eb4a51141f4464ba0b4c510cf0ec4198a56a':
Refactor to remove multiple in-loop Object[]->String[] castings
0008d219a2964218477d5bd5f28a848844063c44 27-Jul-2010 Ben Clark <benbread@gmail.com> Refactor to remove multiple in-loop Object[]->String[] castings

(This replaces Iaa0f3b25eaadb094a4c3fb4cecbd09e0322aae33)

This change removes the need to convert Object[]->String[] for each iteration
of each of available,tethered,errored states in updateStatus()
by converting these as soon as possible.

This fix (and the code before) is strange because each of available,tethered,
errored are defined as type ArrayList<String> but
intent.getStringArrayListExtra() returns type Object[] dispite its name.
Because other calls to updateState() use String[] it seems best to do the
conversion outside this method in the Object[] case and thus avoid the
per-iteration casting in the Object[] case and the downright wasteful
per-iteration String[]->Object[]->String[] casting in the String[] input cases.

I've also removed some unused imports and an unused variable.

Change-Id: I805ef19aa9ceff7e4fc491623cdcb413ce170798
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
ad40f5e9171db1d07524b89686a8922d9b24661f 17-Jun-2010 Robert Greenwalt <robdroid@android.com> Don't enable USB Tethering UI for monkeys.

If the monkeys turn on USB tethering they kill their usb connection
and we lose the results of the run. Fix it by not showing that UI
during monkey runs.

bug:2679627
Change-Id: I7bb476a2d60c97dc9d3922d317fdcb586d0c7aec
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
e434bfb216682a6ca331fa54ce58a2bff7adf8d7 09-May-2010 Robert Greenwalt <robdroid@android.com> String change - wifi tether = hotspot

bug:2664412
Change-Id: I6ca955e7fcc299ae1d69892c93c9250229610b19
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
4c3b2f0cf062b38a6e380cc15ff8dc9abdca518b 19-Apr-2010 Robert Greenwalt <robdroid@android.com> Fix the tethering help page.

It worked with language+country resources but for some resources it's just language.
Added a check to see if we had lanugage+country before deciding which to use.

bug:2605981
Change-Id: Icb667a51f0c376f5188e3a43f264e236cd265468
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
0b2669647f1328d2df79fd2d259bc9d15433ba0a 07-Apr-2010 Irfan Sheriff <isheriff@google.com> Fix window leak on orientation change

Use Activity managed dialogs

Bug: 2571764
Bug: 2571820
Change-Id: Id506988abd4200155774e92b31dd132519e29172
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
b6b3d17007aa5fadc306737fe762cf3649946e58 30-Mar-2010 Robert Greenwalt <robdroid@android.com> Add Title to the Tether help dialog

bug:2546313
Change-Id: Ib70118b40289abd3cafdecf7fc814ca48bce2960
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
38925c0b964b7aef23c8a03af4d1a9499474f1b2 18-Mar-2010 Robert Greenwalt <robdroid@android.com> Choose the Tether help file based on device config

Don't show wifi Tethering help on devices that don't support it, etc.

bug:2520021
Change-Id: I905d1b66fc239d5a5f5028715623d8781041f9ca
/packages/apps/Settings/src/com/android/settings/TetherSettings.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/TetherSettings.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/TetherSettings.java
c3c93e5c6226863d09748160a0bfab00aebf0b9d 16-Mar-2010 Robert Greenwalt <robdroid@android.com> Add Tether Help UI.

Add a "Help" button to the tethering page that loads on-device html.

Change-Id: I816ec552a4433296a6cb57345a37611eb2a92b37
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
f0ed2f3f3175457825a0b49cab72f9cb78c3b997 12-Mar-2010 Robert Greenwalt <robdroid@android.com> Fix Settings handling of UMS broadcasts.

Had to update the filter settings to accomodate the data scheme
sent with the broadcast.

bug:2504908
Change-Id: Idf07d3b6d408489735c55df5f3310551cf6192f5
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
a2488762a7c80eb4a22a4dd018c916784526bba4 11-Mar-2010 Robert Greenwalt <robdroid@android.com> Update Tether Settings for new UMS behavior.

Framework Tethering now will remove USB interfaces from the available iface list
when UMS is started. Do note when UMS changes though so we can display the correct
strings.

bug:2469818
Change-Id: I5bf1eaea71994cbf9882e10301e88593533651a2
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
204e7c1a6ed3ad9c89e6e10fc59fc8551817c2be 06-Mar-2010 Robert Greenwalt <robdroid@android.com> Clean up the tethering settings screen a bit.

Change-Id: Iadd1cf9245a5ccd38537050a6b6c9d9390400b20
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
209177aac6761db097c53152f6e9543f60748f15 04-Mar-2010 Robert Greenwalt <robdroid@android.com> Update Tethering UI

Finalizing some strings and changing the error handling.
/packages/apps/Settings/src/com/android/settings/TetherSettings.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/TetherSettings.java
0affd6a00257835980a0919b2aaf2c378194f99b 04-Mar-2010 Robert Greenwalt <robdroid@android.com> Update Tether Settings UI.

Remove the USB notification option.
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
d5f121c66ab83f5304fca37c14ac519fcd530fb8 03-Mar-2010 Robert Greenwalt <robdroid@android.com> Add support for tethering errors.
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
26dad3ecef45ffb75178fc2fe184307089815510 03-Mar-2010 Mike Lockwood <lockwood@android.com> Disable tethering checkbox when USB mass storage is active.

Change-Id: If60fab4c18bbac4da22af6c1799f28344e9870bd
Signed-off-by: Mike Lockwood <lockwood@android.com>
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
c4764d24837cf297440f0ee97fe8adb943c56fe0 12-Feb-2010 Robert Greenwalt <robdroid@android.com> Update Settings UI regarding tethering.

If tethering is disabled (build var or a gservices property) for the device,
don't show any of the tethering options. If Usb Tethering is disabled (config.xml) don't show
Usb Options. If Wifi Tethering is disabled (config.xml) don't show Wifi Options.
/packages/apps/Settings/src/com/android/settings/TetherSettings.java
3901edbdf5cb7b14d4773b3fc7adb3181519855c 26-Jan-2010 Robert Greenwalt <robdroid@android.com> First pass at USB-only tether settings.

bug:2281900
/packages/apps/Settings/src/com/android/settings/TetherSettings.java