• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
11.4.0:
2  - Support RpcDefault and RpcOptional
3  - Deprecate non-primitive array types and enable checked warnings in JsonBuilder
4  - Setting class loader before unmarshalling bundle to prevent java.lang.ClassNotFoundException
5
61.3.1:
7  - Migrate from android.support to androidx library
8  - Add a default close() method
9  - Support for long arrays as parameters
10  - Use newer Notification methods for Android O and above
11  - Various minor fixes
12
131.3.0:
14  - Support for RPC scheduling
15  - Support for custom converters of non-primitive types
16  - Support for JSONArray parsing of parameters
17  - Various minor fixes and cleanups
18
191.2.0:
20  - New startup protocol:
21    - Snippet protocol is now versionated and reported to instrumentation output
22    - Snippet startup progress can now be monitored via output
23    - Server port can now be allocated on device and reported via output
24  - Improvements to help() output
25  - Allow close() methods to throw exceptions
26
271.1.0:
28  - Support for asynchronous RPCs
29  - Add an optional annotation to cause RPCs to be invoked on the main thread
30  - Log tags are now configurable in the manifest
31
321.0.1:
33  - Ignore regular JUnit tests linked into the snippet lib
34  - Improved exception handling and reporting
35
361.0.0: Initial release of Mobly Snippet Lib with some examples
37