blob: 489a2f110f041a948955fbd41104de2711339ac6 [file] [log] [blame]
Xianyuan Jia1a6913a2021-09-23 14:37:22 -070011.3.1:
2 - Migrate from android.support to androidx library
3 - Add a default close() method
4 - Support for long arrays as parameters
Xianyuan Jiabdb22452021-10-06 11:47:48 -07005 - Use newer Notification methods for Android O and above
Xianyuan Jia1a6913a2021-09-23 14:37:22 -07006 - Various minor fixes
7
Matthew035c2b12018-03-24 13:40:12 -040081.3.0:
9 - Support for RPC scheduling
10 - Support for custom converters of non-primitive types
11 - Support for JSONArray parsing of parameters
12 - Various minor fixes and cleanups
13
Alexander Dorokhine04d34212017-05-25 18:56:36 -0700141.2.0:
15 - New startup protocol:
16 - Snippet protocol is now versionated and reported to instrumentation output
17 - Snippet startup progress can now be monitored via output
18 - Server port can now be allocated on device and reported via output
19 - Improvements to help() output
20 - Allow close() methods to throw exceptions
21
Alexander Dorokhinef2fa3722017-05-01 14:18:32 -0700221.1.0:
23 - Support for asynchronous RPCs
24 - Add an optional annotation to cause RPCs to be invoked on the main thread
25 - Log tags are now configurable in the manifest
26
Alexander Dorokhine9384f222017-02-13 14:38:52 -0800271.0.1:
Alexander Dorokhine04d34212017-05-25 18:56:36 -070028 - Ignore regular JUnit tests linked into the snippet lib
29 - Improved exception handling and reporting
Alexander Dorokhine9384f222017-02-13 14:38:52 -080030
Alexander Dorokhine04d34212017-05-25 18:56:36 -0700311.0.0: Initial release of Mobly Snippet Lib with some examples