Michael Gangolf

Results 231 issues of Michael Gangolf

Adds `leftAdjust` (int) to the ScrollableView padding settings. With this you can move the first item to the left corner again but still show the next item. **Update** I've changed...

Android Studio recommendations: * Consider using 'withType(...).configureEach' to avoid unnecessary configuration * Consider using 'tasks.register' to avoid unnecessary configuration Tested: build SDK, two apps, kitchensink, hyperloop, compiled a module

improvement

When `preventRecycling` is set to `true` it won't recycle the ListItem. This can be useful if you add TextFields or Switches into your template. Otherwise they will return to the...

This will create a fully custom view as a bottomNavigationMenu ```js const isAndroid = Ti.Platform.osname === 'android'; let tabGroup; const window1 = Ti.UI.createWindow(); const window2 = Ti.UI.createWindow(); const lbl1 =...

fixes #13837 Needs: https://github.com/tidev/node-titanium-sdk/pull/651 Instead of just hiding the debug/trace Ti.API calls in a production build it will `NULL` them and not execute the parameters! More info in the issue...

### 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 Currently a...

feature
needs triage

```js const win = Titanium.UI.createWindow(); const view = Ti.UI.createView({ width: Ti.UI.FILL, height: 200, maxWidth: 600, backgroundColor: "red", //borderWidth: 2, //borderColor: "green" }) const viewH = Ti.UI.createView({ height: Ti.UI.FILL, maxHeight: 500,...

### 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...

android
bug
needs triage

follwing up https://github.com/tidev/titanium_mobile/pull/13605 here are some more improvements that are recommended by Android Studio. This time: * possible memory leak in AsyncTask * possible memoery leak in "non static inner...

### 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 Just an...

bug