aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-09-06Use multidex (#100)David T.H. Kao
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 MODIFY_AUDIO_SETTINGS for setMicrophoneMute (#57)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
2017-05-02Fix issues related to WifiManagerSnippet. (#44)Alexander Dorokhine
2017-05-01Add Bluetooth Rpcs needed to support making the device discoverable. (#41)Ang Li
2017-05-01Throw exceptions in case of failure to enable or disable HCI snoop log. (#42)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-25Add Rpcs for enabling/disabling bt snoop log. (#39)Ang Li
2017-04-19Squash "serializable class has no definition of serialVersionUID" warnings. (...Alexander Dorokhine
2017-04-07adding methords for BluetoothAdapterSnippet with serializer (#26)ygw11223
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-03-14Run googleJavaFormat. (#30)Alexander Dorokhine
2017-03-05Adding content sync controls to AccountSnippet. (#25)David T.H. Kao