aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/google/android/mobly
AgeCommit message (Expand)Author
2019-08-22Fix "JavaCodeClarity" problem for BluetoothHearingAidSnippet (#122)chuanhsiao
2019-08-21Create BluetoothHearingAidSnippet.java (#119)chuanhsiao
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-02-12Add api to remove account. (#108)Ang Li
2019-01-29Add an API to check if 5G Wi-Fi is supported. (#107)Ang Li
2019-01-28Remove an unused inner class. (#106)Ang Li
2019-01-11Migrate to androidx packages (#105)Ang Li
2019-01-08Adding APIs to get the External Storage Directory. (#104)Adam Van Hine
2018-12-11Bring line 97 under 100 characters (#103)sceller
2018-12-11Add RPCs to get/set voice call stream volume (#102)sceller
2018-05-21Add bt cancel discovery. (#98)Ang Li
2018-05-09Add functionality to specify timeout for waitForSms. (#95)David T.H. Kao
2018-02-27Fix typo in wifiConnect. (#94)Ang Li
2018-02-26Use annotation instead of executor for `makeToast`. (#93)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-05Fix a misuse of enum in Ble scan record. (#86)Ang Li
2017-10-04Revert "Make linter happy. (#81)" (#85)Ang Li
2017-10-02Make linter happy. (#81)Keith Dart
2017-09-28Add Rpcs needed to download files via HTTP. (#80)Keith Dart
2017-09-14Add a networking snippet module. (#78)Keith Dart
2017-08-24Add synchronous waitForSms (#76)arammelk
2017-07-31SmsSnippet cleanup (#72)arammelk
2017-07-24Add SMS snippet (#69)arammelk
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-14Run linter on MediaSnippet. (#67)Ang Li
2017-07-11Remove bt snoop log APIs. (#66)Ang Li
2017-07-07Add an rpc to check if wifi is enabled. (#65)Ang Li
2017-06-20Initial audio playback functionality (#62)David T.H. Kao
2017-06-16Added support for Unknown BT device type (#63)chok
2017-06-13Minor bug fix to btUnpairedDevice() (#61)chok
2017-06-13Add method to clear configured networks (#55)David T.H. Kao
2017-06-12Add basic Bluetooth pairing and A2DP connection features. (#54)Ang Li
2017-06-05Add Rpcs for basic Android logging. (#52)Ang Li
2017-06-02Microphone mute RPCs (#53)David T.H. Kao
2017-05-23Add basic Bluetooth LE advertising and scan support. (#47)Ang Li
2017-05-16Adding BT RPC getAddress (#50)chok
2017-05-15Increasing bt discovery timeout from 1 to 2 minutes for btDiscoverAndGetResul...chok
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