Skip to content

Commit

Permalink
chore: removing old Appc strings (#13927)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored Oct 3, 2023
1 parent 1ebb379 commit 2c3ecce
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public class TiHTTPClient
private static final int PROTOCOL_DEFAULT_PORT = -1;
private static final String TITANIUM_ID_HEADER = "X-Titanium-Id";
private static final String TITANIUM_USER_AGENT =
"Appcelerator Titanium/" + TiApplication.getInstance().getTiBuildVersion() + " (" + Build.MODEL
"Titanium SDK/" + TiApplication.getInstance().getTiBuildVersion() + " (" + Build.MODEL
+ "; Android API Level: " + Integer.toString(Build.VERSION.SDK_INT) + "; "
+ TiPlatformHelper.getInstance().getLocale() + ";)";
private static final String[] FALLBACK_CHARSETS = { "UTF_8", "ISO_8859_1" };
Expand Down
4 changes: 2 additions & 2 deletions apidoc/Titanium/UI/AttributedString.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ examples:
win.open();
var text = 'Bacon ipsum dolor Appcelerator Titanium rocks! sit amet fatback leberkas salami sausage tongue strip steak.';
var text = 'Bacon ipsum dolor Titanium SDK rocks! sit amet fatback leberkas salami sausage tongue strip steak.';
var attr = Titanium.UI.createAttributedString({
text: text,
Expand Down Expand Up @@ -112,7 +112,7 @@ examples:
win.open();
var text = 'Bacon ipsum dolor Appcelerator Titanium rocks! sit amet fatback leberkas salami sausage tongue strip steak.';
var text = 'Bacon ipsum dolor Titanium SDK rocks! sit amet fatback leberkas salami sausage tongue strip steak.';
var attr = Titanium.UI.createAttributedString({
text: text
Expand Down
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/EmailDialog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ examples:
var emailDialog = Ti.UI.createEmailDialog()
emailDialog.subject = "Hello from Titanium";
emailDialog.toRecipients = ['[email protected]'];
emailDialog.messageBody = '<b>Appcelerator Titanium Rocks!</b>';
emailDialog.messageBody = '<b>Titanium SDK Rocks!</b>';
var f = Ti.Filesystem.getFile('cricket.wav');
emailDialog.addAttachment(f);
emailDialog.open();
Expand Down
2 changes: 1 addition & 1 deletion build/scons-xcode-project-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function generateI18n () {
const project = path.join(projectDir, '..');

const i18nData = i18n.load(project);
const fileHeader = '/**\n * Appcelerator Titanium\n * this is a generated file - DO NOT EDIT\n */\n\n';
const fileHeader = '/**\n * Titanium SDK\n * this is a generated file - DO NOT EDIT\n */\n\n';
for (const [ language, data ] of Object.entries(i18nData)) {
const dir = path.join(appDir, `${language}.lproj`);
await fs.ensureDir(dir);
Expand Down
2 changes: 1 addition & 1 deletion iphone/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -6568,7 +6568,7 @@ iOSBuilder.prototype.writeI18NFiles = function writeI18NFiles() {

const data = ti.i18n.load(this.projectDir, this.logger),
header = '/**\n'
+ ' * Appcelerator Titanium\n'
+ ' * Titanium SDK\n'
+ ' * this is a generated file - DO NOT EDIT\n'
+ ' */\n\n';

Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/es6.async.await.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Axway Appcelerator Titanium Mobile
* Titanium SDK
* Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/ti.android.actionbar.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Axway Appcelerator Titanium Mobile
* Titanium SDK
* Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/ti.android.notificationmanager.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Axway Appcelerator Titanium Mobile
* Titanium SDK
* Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/ti.android.service.interval.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Axway Appcelerator Titanium Mobile
* Titanium SDK
* Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/ti.android.service.normal.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Axway Appcelerator Titanium Mobile
* Titanium SDK
* Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/ti.android.service.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Axway Appcelerator Titanium Mobile
* Titanium SDK
* Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/ti.bootstrap.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Axway Appcelerator Titanium Mobile
* Titanium SDK
* Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/ti.ui.webview.script.tag.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Axway Appcelerator Titanium Mobile
* Titanium SDK
* Copyright TiDev, Inc. 04/07/2022-Present. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
Expand Down

0 comments on commit 2c3ecce

Please sign in to comment.