aboutsummaryrefslogtreecommitdiff
path: root/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/Snippet.java
AgeCommit message (Collapse)Author
2017-05-24Create an example for how to use UIAutomator. (#54)Alexander Dorokhine
UIAutomator requires client-side changes too, which are tracked in https://github.com/google/mobly/issues/166. Fixes #33.
2017-02-13Lint source code to AOSP. (#34)Ang Li
* Add linter for the project. * Apply AOSP style. * Bump gradle toolchain version. * Remove unused code. * Fix quotation mark usage.
2016-12-07Remove the 'facade' package and FacadeManager.Alexander Dorokhine
Merge the sdk checking code into SnippetManager. Move the main Snippet interface to the root package.