aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
AgeCommit message (Collapse)Author
2018-01-12Support custom converters of non-primitive types. (#86)Ang Li
Now users can supply custom logic for object serialization/de-serialization through a centralized class, and snippet lib will automatically use the custom converters. Added a new example to demonstrate this feature.
2017-06-19Support of RPC scheduling (#61)l-meng
* Support of RPC scheduling To perform operations while device is disconnected (e.g., USB is off), RPCs need to be scheduled with certain delay before disconnection happens. While device is disconnected, as long as the snippet is still running, the scheduled RPCs should be able to be executed. The RPC result could be retrieved as cached events once device get back online.
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-23Async rpc updates. (#43)Ang Li
* Fix a bug where help() fails if AsyncRpc exists. * Use Bundle instead of JSONObject to hold data in SnippetEvent to simplify exception handling for adding data. * Add a dedicated example for async rpc.
2017-01-12Packaging improvements.Alexander Dorokhine
* Rename the :third_party:sl4a project to :mobly-snippet-lib. * Add javadoc and srcjar tasks.
2017-01-10Rename example folders so they do not start with a number. (#15)adorokhine
This causes problems for some systems.
2016-12-07Rework the example to show how to use the new instrumented snippets.Alexander Dorokhine
* Created both a standalone and espresso example.
2016-11-09Add an example app which shows how to use the library.Alexander Dorokhine
2016-11-09Refactor SL4A to act as an RPC library.Alexander Dorokhine
All facade code has been removed and the project has been moved around into a single source tree.