aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/google/android/mobly/snippet/bundled/NetworkingSnippet.java
AgeCommit message (Collapse)Author
2019-01-11Migrate to androidx packages (#105)Ang Li
2017-10-05Fix version warnings for gradle builds (#87)Keith Dart
* Add a `presubmit` target to run formatter and lint. * Add dev process to README * Gradle config improvements * Changes made by linter
2017-10-04Revert "Make linter happy. (#81)" (#85)Ang Li
This reverts commit 37402446cd74da1a346469c03e09900d99673b8a.
2017-10-02Make linter happy. (#81)Keith Dart
* Add `presubmit` action to run formatter and lint.
2017-09-28Add Rpcs needed to download files via HTTP. (#80)Keith Dart
* Add an Rpc to perform an HTTP download using DownloadManager. * Add file operation Rpcs.
2017-09-14Add a networking snippet module. (#78)Keith Dart
Has one method for now, Connectable, that implicitly checks TCP connectivity to a host and port.