Skip to content

Commit

Permalink
Merge branch 'master' into TIMOB-26908
Browse files Browse the repository at this point in the history
  • Loading branch information
ssjsamir committed Mar 29, 2019
2 parents 3b959e0 + 1d456b2 commit b21a3b9
Show file tree
Hide file tree
Showing 41 changed files with 1,718 additions and 1,741 deletions.
1 change: 1 addition & 0 deletions android/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2829,6 +2829,7 @@ AndroidBuilder.prototype.copyResources = function copyResources(next) {
// Note: An empty array indicates the app has no bootstrap files.
const bootstrapJsonRelativePath = path.join('ti.internal', 'bootstrap.json'),
bootstrapJsonAbsolutePath = path.join(buildAssetsPath, bootstrapJsonRelativePath);
fs.ensureDirSync(path.dirname(bootstrapJsonAbsolutePath));
fs.writeFileSync(bootstrapJsonAbsolutePath, JSON.stringify({ scripts: jsBootstrapFiles }));
this.encryptJS && jsFilesToEncrypt.push(bootstrapJsonRelativePath);
delete this.lastBuildFiles[bootstrapJsonAbsolutePath];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void initRuntime()
jsDebugger = new JSDebugger(deployData.getDebuggerPort(), application.getSDKVersion());
}

nativeInit(jsDebugger, DBG, deployData.isProfilerEnabled());
nativeInit(jsDebugger, DBG, false);

if (jsDebugger != null) {
jsDebugger.start();
Expand Down
2 changes: 2 additions & 0 deletions apidoc/Titanium/Network/HTTPClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ properties:

- name: timeout
summary: Timeout in milliseconds when the connection should be aborted.
default: |
On iOS, the default is 15000 (15 seconds).
type: Number

- name: username
Expand Down
137 changes: 0 additions & 137 deletions build/android.js

This file was deleted.

96 changes: 0 additions & 96 deletions build/ant.js

This file was deleted.

75 changes: 0 additions & 75 deletions build/docs.js

This file was deleted.

20 changes: 0 additions & 20 deletions build/git.js

This file was deleted.

0 comments on commit b21a3b9

Please sign in to comment.