Joshua Quick

Results 36 comments of Joshua Quick

FYI: Titanium 8.0.0 will only support running JavaScript on the main UI thread. The `run-on-main-thread` property will be ignored and hard-coded to `true` internally.

@akansha-maheshwari-axway, the files under the following folders were not made by us. - `./android/src/com/google/zxing/client/android` - `./android/platform/android/res` We copied the above file trees from the open source "zxing" repo below. Note...

For a Classic app, my `.vscode/settings.json` looks like this... ```json { "files.exclude": { "build/": true }, "search.exclude": { "build/": true }, "files.watcherExclude": { "build/": true }, } ``` For Alloy,...

Yes, I can change the "extends" to a URL of the owasp/aws ruleset. (Although my goal is to let people upload a ruleset as-is.) But I see this as a...

@mbender74 , I'm hearing that this is still an issue when you put a `NavigationWindow` within a `NappDrawer`. It sounds like the `NappDrawer` code needs to change grab the next...

We've written this up as a bug here... https://jira.appcelerator.org/browse/MOD-2485