Michael Gangolf

Results 231 issues of Michael Gangolf

Is there a way to print or export your keybindings list?

* using a fixed beacon gradle library (2.19.5, .6 is currently not working) * implemented `startAdvertising` and `stopAdvertising` to emulate a beacon * two new events `success` and `error` (can...

added binary sms ``` var smsMod = require('ti.android.sms'); var bytes = [0,1,2,3,4]; smsMod.sendDataSMS(number, bytes,8080); // number, data, port ``` binary sms won't be visible to normal sms tools and no...

Currently the event that is fired from a WebView doesn't contain a `source` object. This makes it impossible to identify the webview that fired the event. This PR will add...

improvement

Found some dead APS/Analytics code that can be removed. The CLI `addAnalyticsEvent` is empty anyways ([source](https://github.com/tidev/titanium-cli/blob/a7e0e6a6a21de1ab1c6523c084209e641cee9007/lib/cli.js#L170-L172)) **Tested:** * build sdk * run sdk tets * create app * build app...

improvement

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

ios
bug
needs triage

Adds the ability to change the backgroundColor of the refresh box: **Test** ```js const win = Ti.UI.createWindow(); let counter = 0; function genData() { const data = []; for (let...

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

ios
bug
needs triage

Will pass the current target platform to tiappxml. **TODO** Requires https://github.com/tidev/node-titanium-sdk/pull/655 to be merged and released and then the package.json needs to be updated.

expose the normal `textAlignment` property in the DatePicker ![Screenshot_20240322-153621](https://github.com/tidev/titanium-sdk/assets/4334997/962f7427-4434-422a-ad34-3bc99c635600) default, `textAlign: Ti.UI.TEXT_ALIGNMENT_CENTER` and `textAlign: Ti.UI.TEXT_ALIGNMENT_RIGHT` **Test** ```js var win = Ti.UI.createWindow({layout: 'vertical'}); var picker = Ti.UI.createPicker({ type:Ti.UI.PICKER_TYPE_DATE, width: 400, });...

feature