Michael Gangolf

Results 228 issues of Michael Gangolf

The current ActionBar "backgroundImage" example: https://titaniumsdk.com/api/titanium/android/actionbar.html#action-bar-example says you can use `"/bg.png"` as a backgroundImage. That calls a function that will check for the String "Resources" in the path: https://github.com/tidev/titanium-sdk/blob/master/android/titanium/src/java/org/appcelerator/titanium/util/TiUIHelper.java#L983-L986 which...

bug
improvement

If you want to change the colors in an OptionBar you'll have to use a theme. This PR adds new properties `selectectedBackgroundColor`, `selectedBorderColor`, `selectedTextColor` and maps the `color` to the...

Merge this after https://github.com/tidev/titanium-sdk/pull/13940 e.g. in combination with iOS 18 changes. Users with **new apps** in August can target 34 with `` and the PR above for the code changes.

### I have searched and made sure there are no existing issues for the issue I am filing - [X] I have searched the existing issues ### Description For security...

feature
needs triage

removing some old code that is not used anymore: * fastdev: not used, returns -1 and false anyways * threadStackSize: not used anymore * useLegacyWindow: not used anymore * analyticsEvents:...

android
BREAKING CHANGES ⚠️

### I have searched and made sure there are no existing issues for the issue I am filing - [X] I have searched the existing issues ### Description If you...

ios
bug
needs triage

Run `alloy db get` to download the `_alloy_` database to `bundle.id.db` Only tested it on Android/Linux so far. It will use `adb` to download the file. Need to test it...

before - after ![Screenshot_20240518_225302](https://github.com/tidev/alloy/assets/4334997/31717a9d-7833-4baf-8783-a96af6fc73d7) nothing major but reduces some empty lines in the generated controllers, for the looks :smile: