12 Jun 2024
|
bro-gen
binding
robopods
altpods
AltPods were updated to v1.41.0-SNAPSHOT to sync with recent releases.
Updated pods
These pods were pushed to https://oss.sonatype.org/content/repositories/snapshots
maven repo under 1.41.0-SNAPSHOTS
version.
Source code @github
Updates are not fully tested, please open issue if bug found.
11 May 2024
|
investigation
runtime
swift
Issue observed when swift call back to java code and provided object from swift side failed to marshal to destination class:
java.lang.ClassCastException: org.robovm.apple.foundation.NSObject cannot be cast to org.bindings.SomeSwiftClass
This happens when corresponding class is not loaded at Java side and RoboVM’s ObjCRuntime doesn’t recognize its pointer.
Lets investigate.
08 May 2024
|
fix
runtime
okhttp
error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol
This error appeared time to time in issues (#601 #585 #557 #306) and gitter.
Most of the time it was about crash reports without sample to reproduce.
And here Tom-Ski brings reproducible case…
Lets investigate.
06 May 2024
|
bro-gen
binding
robopods
altpods
AltPods were updated to v1.40.0-SNAPSHOT to sync with recent releases.
Updated pods
Updated pods without API changes
These pods were pushed to https://oss.sonatype.org/content/repositories/snapshots
maven repo under 1.40.0-SNAPSHOTS
version.
Source code @github
Updates are not fully tested, please open issue if bug found.
06 Apr 2024
|
bro-gen
binding
robopods
altpods
AltPods were updated to v1.39.0-SNAPSHOT to sync with recent releases.
Updated pods
Updated pods without API changes
These pods were pushed to https://oss.sonatype.org/content/repositories/snapshots
maven repo under 1.39.0-SNAPSHOTS
version.
Source code @github
Updates are not fully tested, please open issue if bug found.
29 Feb 2024
|
bro-gen
binding
robopods
altpods
AltPods were updated to v1.38.0-SNAPSHOT to sync with recent releases.
Updated pods
These pods were pushed to https://oss.sonatype.org/content/repositories/snapshots
maven repo under 1.38.0-SNAPSHOTS
version.
Source code @github
Updates are not fully tested, please open issue if bug found.
09 Feb 2024
|
bro-gen
binding
robopods
altpods
AltPods were updated to v1.37.0-SNAPSHOT to sync with recent releases.
Updated pods
Updated pods without any API changes
These pods were pushed to https://oss.sonatype.org/content/repositories/snapshots
maven repo under 1.37.0-SNAPSHOTS
version.
Source code @github
Updates are not fully tested, please open issue if bug found.
12 Dec 2023
|
bro-gen
binding
robopods
altpods
AltPods were updated to v1.36.0-SNAPSHOT to sync with recent releases.
Updated pods
These pods were pushed to https://oss.sonatype.org/content/repositories/snapshots
maven repo under 1.36.0-SNAPSHOTS
version.
Source code @github
Updates are not fully tested, please open issue if bug found.
22 Nov 2023
|
bro-gen
binding
robopods
altpods
AltPods were updated to v1.35.0-SNAPSHOT to sync with recent releases.
Updated pods
These pods were pushed to https://oss.sonatype.org/content/repositories/snapshots
maven repo under 1.35.0-SNAPSHOTS
version.
Source code @github
Updates are not fully tested, please open issue if bug found.
06 Nov 2023
|
bro-gen
ios17
binding
iOS 17
Bindings have been proposed as PR758.
All CocoaTouch APIs were processed based on Xcode15.
This update introduces changes to existing api and this might break existing code. Please open issue/communicate any problem.
Beside existing API update it introduces support for following new frameworks:
- Background Assets - Schedule background downloads of large assets after app installation, when the app updates, and periodically while the app remains on-device.
- Cinematic - Integrate playback and editing of assets captured in Cinematic mode into your app.
- Matter - Communicate with and control smart home devices from a variety of manufacturers.
- MediaAccessibility - Coordinate the presentation of closed-captioned data for your app’s media files.
- PHASE (ios 15) - Create dynamic audio experiences in your game or app that react to events and cues in the environment.
- SensitiveContentAnalysis - Provide a safer experience in your app by detecting and alerting users to nudity in images and videos before displaying them onscreen.
Basic smoke test was performed. New APIs wasn’t changed due huge volume of changes.