aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/google/android/mobly/snippet/bundled/WifiManagerSnippet.java
AgeCommit message (Expand)Author
2021-01-13Additional condition to allow wifi to fully connect. (#138)tprotopopov-dev
2019-07-02fixed lint errorPeter Fong
2019-07-01Minor review comment fixesPeter Fong
2019-06-27Renamed and embedded sdk check in methodPeter Fong
2019-06-26Refactored out shell permission adoption routinePeter Fong
2019-06-26updated to use target sdk version to check if shell permission is neededPeter Fong
2019-06-24Cleanup UiAutomator connection so it won't block other from using since UiAut...Peter Fong
2019-06-12Handle Wi-Fi permission requirements in Q. (#112)Ang Li
2019-04-11Remove unnecessary `toString`. (#110)Ang Li
2019-04-09Fix a potentialy NPE in wifiConnect. (#109)Ang Li
2019-01-29Add an API to check if 5G Wi-Fi is supported. (#107)Ang Li
2019-01-11Migrate to androidx packages (#105)Ang Li
2018-02-27Fix typo in wifiConnect. (#94)Ang Li
2018-02-26Fail `wifiConnect` if the network specified does not exist. (#92)Ang Li
2017-12-15Handle a possible race condition in wifi/bt toggle. (#91)Ang Li
2017-10-05Fix version warnings for gradle builds (#87)Keith Dart
2017-10-04Revert "Make linter happy. (#81)" (#85)Ang Li
2017-10-02Make linter happy. (#81)Keith Dart
2017-07-18Do not attempt to modify a network in wifiConnect. (#68)Ang Li
2017-07-17Check for current network activity before deciding it is already connected. (...David T.H. Kao
2017-07-07Add an rpc to check if wifi is enabled. (#65)Ang Li
2017-06-13Add method to clear configured networks (#55)David T.H. Kao
2017-05-03Added Rpc to enable/disable wifi-verbose logging on API 21+ (#46)whutchin5
2017-05-02Simplify API required to call methods by reflection. (#45)Alexander Dorokhine
2017-05-02Fix issues related to WifiManagerSnippet. (#44)Alexander Dorokhine
2017-04-27Fixes in `serializeBluetoothDevice`. (#34)Ang Li
2017-04-26Add Wi-Fi soft ap related Rpc methods. (#35)Ang Li
2017-04-19Squash "serializable class has no definition of serialVersionUID" warnings. (...Alexander Dorokhine
2017-03-14Remove unused var mIsScanning from WifiManagerSnippet (#32)David T.H. Kao
2017-03-14Allow calling wifiConnect with the connected network. (#28)Ang Li
2017-01-30Utilities, conventions, serialize/deserialize mechanism, and basic Wi-Fi APIsAng Li