-
One of those modules was titanium-stripe. As a first test I've updated that module https://github.com/hansemannn/titanium-stripe/pull/5 to use a newer version (Stripe 20.53.0 from October). They've raised some other libraries after that so it's not the latest library yet 🙂 So if you had a library that threw the macro error you can use a nightly build of Titanium SDK and build your modules with that. To do that you run ti build -p android -b --sdk 12.7.0 in your modules /android folder.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
BottomNavigation improvements Another PR I'm currently working on is to improve the BottomNavigation on Android. There is currently a small height bug when you use it with Material 3. The new experimental implementation is based on a XML layout and removes the height issue. It will also follow the Material guidelines and show only one active window and you can use a icon font for the tab icons right away. Some images and videos are available in the pull request.
-
I also made a test pull request with a demo how to change the Android app icon at runtime. iOS has for this.
-
ti.animation: the Android version was updated to support external URLs as a file input https://github.com/m1ga/ti.animation
-
ti.colorpicker: more properties, example code and fixes for the Android version https://github.com/hansemannn/ti.colorpicker
-
firebase-firestore: bug fixes and improvements when creating a document https://github.com/hansemannn/titanium-firebase-firestore/releases
-
ti.pusher: a new version with updated Pusher libraries was released https://github.com/hansemannn/titanium-pusher/releases
-
ti.okhttp: adds file upload for POST requests https://github.com/m1ga/ti.okhttp
-
ti.car: I've uploaded the binary for the Android Auto module: https://github.com/m1ga/ti.car