commit | a80a378041c426899d27f0e6d2f5f0055d228def | [log] [tgz] |
---|---|---|
author | Hossein Yousefi <yousefi@google.com> | Wed Nov 09 16:39:48 2022 +0100 |
committer | GitHub <noreply@github.com> | Wed Nov 09 16:39:48 2022 +0100 |
tree | 372100b7aae679a0c45edbc8740beecef4f24015 | |
parent | 068d88fe7a2654ece0357b5daad4cbb40072bcda [diff] |
[jnigen] `JniX` to `JX` rename (https://github.com/dart-lang/jnigen/issues/126) Closed https://github.com/dart-lang/jnigen/issues/124. Closed https://github.com/dart-lang/jnigen/issues/125. * Added `JPrimitive` and its subclasses instead of using the typedefs from `ffi` directly. * Renamed `JniObject`, `JniString`, and ... to the shorter `JObject`, JString`, and ... * Made tests more robust by deleting the objects in an arena.