-
iOS got support for multi-scene applications like CarPlay or visionsOS. For CarPlay check Hans repo and for an Android Auto module check my repo. You can use iOS 17 spring animations (docs) and a Label can use html (docs) on iOS too. Thanks to @Brianggalvez for the PR! Another parity feature: you can use view.rotation to quickly rotate a view. Android supported that for a while now and finally you can use it on iOS.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
iOS got support for multi-scene applications like CarPlay or visionsOS. For CarPlay check Hans repo and for an Android Auto module check my repo. You can use iOS 17 spring animations (docs) and a Label can use html (docs) on iOS too. Thanks to @Brianggalvez for the PR! Another parity feature: you can use view.rotation to quickly rotate a view. Android supported that for a while now and finally you can use it on iOS.
-
On the Android side a Floating Action Button icon will now respect the tintColor and will change its color. The Android Label got some new properties: lineCount (returns the lines of the label) and visibleText (returns the visible text). This is very useful if you work with an ellipsize: true Label. Check the PR for some demo code. And as described in a previous new post: breakStrategy and hyphenationFrequency (demo code). The titleAttributes.color property is now exposed on Android so it will use the same value as iOS to color the title text
-
Updated iOS version of ti.admob: https://github.com/tidev/ti.admob/releases/tag/ios-7.0.0 (Thanks to @Astrovic)
-
update to the CoreML iOS Module: https://github.com/hansemannn/titanium-coreml/pull/3 - move to swift, support loading AI models at runtime
-
new module for SuperWall support by @narbs: https://github.com/narbs/ti.superwall (iOS)
-
titanium-review-dialog
Use the native iOS 10.3+ SKStoreReviewController and Android dialog in Appcelerator Titanium.
Updated "review dialog" Android version: https://github.com/hansemannn/titanium-review-dialog/releases/tag/android-2.2.0 - updated libraries
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
bugfix for the Android pusher module: https://github.com/hansemannn/titanium-pusher/pull/1
-
ti.mediacontrol has support for setting metadata (e.g. for car disaplys): https://github.com/m1ga/ti.mediacontrol (Android)
-
ti.animation Android Lottie and Rive libraries update: https://github.com/m1ga/ti.animation/releases/tag/android-4.6.0
-
ti.paint for Android has a fill() method now: https://github.com/tidev/ti.paint/pull/36