We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedd646 commit 3cb31c9Copy full SHA for 3cb31c9
1 file changed
README.md
@@ -29,6 +29,14 @@ See LICENSE
29
Google Cast Developers Community on Google+ [http://goo.gl/TPLDxj](http://goo.gl/TPLDxj)
30
31
## Change List
32
+1.14
33
+
34
+ * Wrapped some IllegalStateExceptions for proper handling. This should address issue #144 as well.
35
+ * Fixing an issue that sometimes when a media finishes, start of the next media would result in
36
+ immediate closure of the VideoCastControllerActivity
37
+ * Fixed a corner case where sometimes when the receiver is stopped due to reaching a time out, the
38
+ sender was disconnecting but the cast icon was not reflecting that correctly.
39
40
1.13
41
42
* Addressed a NPE in reconnection task (issue #143)
0 commit comments