Michael Gangolf

Results 228 issues of Michael Gangolf

Following the iOS PR https://github.com/tidev/titanium_mobile/pull/13538 Current minSDK version is Android 21 (Android 5.0) so I removed all `osver: {android: {min: "5.0"}}` and lower.

Add an animation property to ListViews so you can assign animation XML files to the listItems https://user-images.githubusercontent.com/4334997/189524269-ad627df1-9ca9-4c23-b9f0-4f9bcdb18ce7.mp4 ```js const myTemplate = { childTemplates: [ { type: 'Ti.UI.Label', bindId: 'title' }...

android

Adds `ignoreXRequestedWith` to the HTTPClient to remove the `X-Requested-With:XMLHttpRequest` header. It is set automatically except for Twitter. But other pages don't like that either since it is used to check...

### Description Module PR: https://github.com/tidev/ti.playservices/pull/230 And after that raise https://github.com/tidev/titanium_mobile/blob/879be32dbad2962d8bd1d3be5bbaa21a6314f108/support/module/packaged/modules.json#L45-L48

android
feature
needs triage

### Description Implementing a lazy load in a ListView and received the following warning: ``` [WARN] RecyclerView: Cannot call this method in a scroll callback. Scroll callbacks mightbe run during...

android
bug
needs triage

Adding a `skip` property in the beforeLoad/post callback. With this I can run: ```js beforeSend: function(data, callback) { if (Ti.Network.online) { callback(data); } else { alert("No internet connection!"); callback({ skip:...

Running ```xml ``` crashed with the following log: ``` [ERROR] TiExceptionHandler: (main) [76,76] /alloy/controllers/BaseController.js:421 [ERROR] TiExceptionHandler: !proxy.id&&( [ERROR] TiExceptionHandler: ^ [ERROR] TiExceptionHandler: TypeError: Cannot read property 'id' of undefined [ERROR]...

* Updated some node packages * updated the tests since some return values are different now. Still tests the install part online and from a file (now with 11.1.1) and...

SDK PR: https://github.com/tidev/titanium_mobile/pull/13560 Adding `ignoreLog` key to config

* tested with Titanium 10 and Android 12 * clean-up in repo * removed libs and added gradle import * updated imports to androidx * added `android:exported` to the activities...