Skip to content

Commit

Permalink
chore: replace titanium_mobile URLs (#13839)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed May 20, 2023
1 parent 67ba7a6 commit ffebf85
Show file tree
Hide file tree
Showing 15 changed files with 1,194 additions and 1,194 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Hey there!
Thank you for the interest in contributing. We'd like to review and possibly merge as soon as possible. For this to happen, please make sure the following is in order:

- [x] Follow the instructions stated in [Contributing to Titanium](https://github.com/tidev/organization-docs/blob/main/AUTHORIZED_CONTRIBUTORS.md), including the request to squash commits, include unit tests and use clear commit titles (this will be your legacy!)
- [x] If you are fixing an issue that already has a [GitHub Issue](https://github.com/tidev/titanium_mobile/issues), include the URL in your PR description
- [x] If you are fixing an issue that has no GitHub issue, create a [new issue](https://github.com/tidev/titanium_mobile/issues/new/choose) and include the URL in your PR description
- [x] If you are fixing an issue that already has a [GitHub Issue](https://github.com/tidev/titanium-sdk/issues), include the URL in your PR description
- [x] If you are fixing an issue that has no GitHub issue, create a [new issue](https://github.com/tidev/titanium-sdk/issues/new/choose) and include the URL in your PR description
- [x] Use a clear title, e.g. prefixing it with the GitHub Issue number and platform

That's it, you are good to go! If you have any further questions or problems, feel free to ask us on [Ti.Slack](https://slack.tidev.io) or [GitHub Discussions](https://github.com/tidev/titanium_mobile/discussions).
That's it, you are good to go! If you have any further questions or problems, feel free to ask us on [Ti.Slack](https://slack.tidev.io) or [GitHub Discussions](https://github.com/tidev/titanium-sdk/discussions).

Code strong! :rocket:
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
contact_links:
- name: Github Discussions
url: https://github.com/tidev/titanium_mobile/discussions
url: https://github.com/tidev/titanium-sdk/discussions
about: Ask a question in Github Discussions
- name: TiDev
url: https://slack.tidev.io
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**GitHub discussions:** https://github.com/tidev/titanium_mobile/discussions/[ID]
**GitHub discussions:** https://github.com/tidev/titanium-sdk/discussions/[ID]

Provide a clear PR title prefixed with `[ID]`

Expand Down
2,342 changes: 1,171 additions & 1,171 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center"><a href="https://titaniumsdk.com" target="_blank"><img width="120" src=".github/logo-titanium.png"></a></p>

<h1 align="center">Titanium SDK<a href="https://github.com/tidev/titanium_mobile/actions/workflows/build.yml?query=branch%3Amaster" target="_blank"><img src="https://github.com/tidev/titanium_mobile/actions/workflows/build.yml/badge.svg?branch=master" /></a></h1>
<h1 align="center">Titanium SDK<a href="https://github.com/tidev/titanium-sdk/actions/workflows/build.yml?query=branch%3Amaster" target="_blank"><img src="https://github.com/tidev/titanium-sdk/actions/workflows/build.yml/badge.svg?branch=master" /></a></h1>

Welcome to the Titanium SDK open source project. Titanium SDK provides a mature platform for developers to build
completely native cross-platform mobile applications using JavaScript.
Expand Down Expand Up @@ -187,7 +187,7 @@ Please visit the official documentation site at [https://titaniumsdk.com/](https

### Slack / Developer Community

Community support and discussion about Titanium SDK is available on Slack at [TiSlack](https://slack.tidev.io) or at [GitHub Discussions](https://github.com/tidev/titanium_mobile/discussions).
Community support and discussion about Titanium SDK is available on Slack at [TiSlack](https://slack.tidev.io) or at [GitHub Discussions](https://github.com/tidev/titanium-sdk/discussions).

### Twitter

Expand Down
2 changes: 1 addition & 1 deletion apidoc/Titanium/CHANGELOG/2.1.0.GA.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Documentation](https://docs.appcelerator.com/titanium/2.1/).
test framework. Anvil is designed as a replacement for the existing Drillbit unit test
framework, which is based on Titanium Desktop. Anvil is written in JavaScript using
Node.js, and is designed to allow for test automation. If you are currently using
Drillbit and you are interested in using Anvil, see the [`driver/README`](https://github.com/tidev/titanium_mobile/blob/master/driver/README)
Drillbit and you are interested in using Anvil, see the [`driver/README`](https://github.com/tidev/titanium-sdk/blob/master/driver/README)
file in the Titanium Mobile GitHub repo.

Anvil supports the same basic types of tests as Drillbit, but each test suite is
Expand Down
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/WebView.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ description: |
'})()'
);
```
The `binding.min.js` is available in the [repository](https://github.com/tidev/titanium_mobile/tree/master/android/modules/ui/assets/Resources/ti.internal/webview).
The `binding.min.js` is available in the [repository](https://github.com/tidev/titanium-sdk/tree/master/android/modules/ui/assets/Resources/ti.internal/webview).
For iOS check the example in <Titanium.UI.WebView.addScriptMessageHandler>.
Expand Down
4 changes: 2 additions & 2 deletions iphone/Classes/TiContactsGroup.m
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ - (CNSaveRequest *)getSaveRequestForDeletion
{
CNSaveRequest *saveRequest = [[CNSaveRequest alloc] init];
[saveRequest deleteGroup:[[group mutableCopy] autorelease]];
// Do not be tempted to autorelease here. https://github.com/tidev/titanium_mobile/commit/a0d4a50d51f1afe85f92cf9e0d2ce8cca08fcf2f
// Do not be tempted to autorelease here. https://github.com/tidev/titanium-sdk/commit/a0d4a50d51f1afe85f92cf9e0d2ce8cca08fcf2f
// It will be released in ContactsModule.m line 315 in (void)save
return saveRequest;
}
Expand All @@ -237,7 +237,7 @@ - (CNSaveRequest *)getSaveRequestForAddition:(NSString *)containerIdentifier
{
CNSaveRequest *saveRequest = [[CNSaveRequest alloc] init];
[saveRequest addGroup:group toContainerWithIdentifier:containerIdentifier];
// Do not be tempted to autorelease here. https://github.com/tidev/titanium_mobile/commit/a0d4a50d51f1afe85f92cf9e0d2ce8cca08fcf2f
// Do not be tempted to autorelease here. https://github.com/tidev/titanium-sdk/commit/a0d4a50d51f1afe85f92cf9e0d2ce8cca08fcf2f
// It will be released in ContactsModule.m line 315 in (void)save
return saveRequest;
}
Expand Down
8 changes: 4 additions & 4 deletions iphone/Classes/TiContactsPerson.m
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ - (CNSaveRequest *)getSaveRequestForDeletion
{
CNSaveRequest *saveRequest = [[CNSaveRequest alloc] init];
[saveRequest deleteContact:person];
// Do not be tempted to autorelease here. https://github.com/tidev/titanium_mobile/pull/7464/files
// Do not be tempted to autorelease here. https://github.com/tidev/titanium-sdk/pull/7464/files
// It will be released in ContactsModule.m line 315 in (void)save
return saveRequest;
}
Expand All @@ -606,7 +606,7 @@ - (CNSaveRequest *)getSaveRequestForAddition:(NSString *)containerIdentifier
{
CNSaveRequest *saveRequest = [[CNSaveRequest alloc] init];
[saveRequest addContact:person toContainerWithIdentifier:containerIdentifier];
// Do not be tempted to autorelease here. https://github.com/tidev/titanium_mobile/pull/7464/files
// Do not be tempted to autorelease here. https://github.com/tidev/titanium-sdk/pull/7464/files
// It will be released in ContactsModule.m line 315 in (void)save
return saveRequest;
}
Expand All @@ -615,7 +615,7 @@ - (CNSaveRequest *)getSaveRequestForAddToGroup:(CNMutableGroup *)group
{
CNSaveRequest *saveRequest = [[CNSaveRequest alloc] init];
[saveRequest addMember:person toGroup:group];
// Do not be tempted to autorelease here. https://github.com/tidev/titanium_mobile/pull/7464/files
// Do not be tempted to autorelease here. https://github.com/tidev/titanium-sdk/pull/7464/files
// It will be released in ContactsGroup.m line 288 in (void)add
return saveRequest;
}
Expand All @@ -624,7 +624,7 @@ - (CNSaveRequest *)getSaveRequestForRemoveFromGroup:(CNMutableGroup *)group
{
CNSaveRequest *saveRequest = [[CNSaveRequest alloc] init];
[saveRequest removeMember:person fromGroup:group];
// Do not be tempted to autorelease here. https://github.com/tidev/titanium_mobile/pull/7464/files
// Do not be tempted to autorelease here. https://github.com/tidev/titanium-sdk/pull/7464/files
// It will be released in ContactsGroup.m line 330 in (void)remove
return saveRequest;
}
Expand Down
2 changes: 1 addition & 1 deletion iphone/TitaniumKit/TitaniumKit/Sources/API/TiUIView.m
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ - (void)setClipMode_:(id)arg

/**
This section of code for shadow support adapted from contributions by Martin Guillon
See https://github.com/tidev/titanium_mobile/pull/2996
See https://github.com/tidev/titanium-sdk/pull/2996
*/
- (void)assignShadowPropertyFromLayer:(CALayer *)fromLayer toLayer:(CALayer *)toLayer
{
Expand Down
2 changes: 1 addition & 1 deletion iphone/TitaniumKit/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jazzy \
--author TiDev \
--author_url https://tidev.io \
--github_url https://github.com/tidev/titanium_mobile \
--github-file-prefix https://github.com/tidev/titanium_mobile/tree/next \
--github-file-prefix https://github.com/tidev/titanium-sdk/tree/next \
--module-version 8.1.0 \
--sdk iphonesimulator \
--umbrella-header TitaniumKit/TitaniumKitDocs.h \
Expand Down
2 changes: 1 addition & 1 deletion maintainer-docs/ci-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This has no requirements.

This is the release workflow that will automatically build and create a new release on the repository. Before running this step you have completed all the required steps in the [release guide](./releasing-the-sdk.md)

1. Navigate to the [workflow page](https://github.com/tidev/titanium_mobile/actions/workflows/release.yml)
1. Navigate to the [workflow page](https://github.com/tidev/titanium-sdk/actions/workflows/release.yml)
2. Click `Run workflow`
* Leave `Use workflow from` as the default
* Enter the branch to release from
Expand Down
6 changes: 3 additions & 3 deletions maintainer-docs/releasing-the-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The general flow of the release process is as follows:

## Verify all PRs are merged

Check [the milestone](https://github.com/tidev/titanium_mobile/milestones) for the release. All PRs that are assigned to that milestone should be merged.
Check [the milestone](https://github.com/tidev/titanium-sdk/milestones) for the release. All PRs that are assigned to that milestone should be merged.

If there are any open PRs, either move them to the next milestone or ensure they get merged before proceeding.

Expand Down Expand Up @@ -47,7 +47,7 @@ The following steps are written from the perspective of a `11.0.0.GA` release.

When all the previous work is done, you can now run the release job for the SDK. This is partly covered in the [CI Setup documentation](./ci-setup.md#Release) but is also covered below:

1. Navigate to the [workflow page](https://github.com/tidev/titanium_mobile/actions/workflows/release.yml)
1. Navigate to the [workflow page](https://github.com/tidev/titanium-sdk/actions/workflows/release.yml)
2. Click `Run workflow`
* Leave `Use workflow from` as the default
* Enter the branch to release from
Expand All @@ -59,6 +59,6 @@ When all the previous work is done, you can now run the release job for the SDK.

Once the release has been created, some validation should be done:

* Ensure the release is shown correctly on the [Releases tab](https://github.com/tidev/titanium_mobile/releases)
* Ensure the release is shown correctly on the [Releases tab](https://github.com/tidev/titanium-sdk/releases)
* Ensure `ti sdk list --releases` shows the SDK
* Ensure `ti sdk install latest` installs the correct SDK
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you want to use `matchImage` to visually compare an UI element with an image
## References

- [Mocha](https://github.com/mochajs/mocha)
- [Unit Testing in Titanium](https://github.com/tidev/titanium_mobile/#unit-tests)
- [Unit Testing in Titanium](https://github.com/tidev/titanium-sdk/#unit-tests)

## License

Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/string_decoder.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ describe('string_decoder', () => {
);
});

// FIXMEL Requires native fix in iOS for Ti.Buffer, see https://github.com/appcelerator/titanium_mobile/pull/11095#issue-302964559
// FIXMEL Requires native fix in iOS for Ti.Buffer, see https://github.com/tidev/titanium-sdk/pull/11095#issue-302964559
it.allBroken('handles invalid utf-8 input', () => {
decodeTest('utf-8', Buffer.from('C9B5A941', 'hex'), '\u0275\ufffdA');
decodeTest('utf-8', Buffer.from('E2', 'hex'), '\ufffd');
Expand Down

0 comments on commit ffebf85

Please sign in to comment.