You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/tizen_rpc_port/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## 0.1.7
2
+
3
+
* Guard Tizen 10.0+ specific Parcel APIs (`reader`, `dataSize`, and `reserve`) to throw `UnsupportedError` on unsupported versions of Tizen instead of crashing.
4
+
* Add integration test cases for the guarded Tizen 10.0+ specific Parcel APIs.
5
+
* Update README to mention system requirements for these APIs.
6
+
1
7
## 0.1.6
2
8
3
9
* Read byte values as unsigned (0-255) so `Parcel.readByte` is consistent
Copy file name to clipboardExpand all lines: packages/tizen_rpc_port/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,3 +47,6 @@ The following privileges may be added to the client app's `tizen-manifest.xml` f
47
47
## Supported devices
48
48
49
49
This plugin is supported on Tizen devices running Tizen 6.5 or above.
50
+
51
+
> **Note**
52
+
> Some `Parcel` APIs (`reader`, `dataSize`, and `reserve`) are supported only on Tizen 10.0 or above. Calling these APIs on unsupported versions of Tizen will throw an `UnsupportedError`.
0 commit comments