Skip to content

Commit

Permalink
Replace appcelerator relations (#13347)
Browse files Browse the repository at this point in the history
* replaced github and jira urls

* docs: cleaned up README

* replaced pre-packaged module repo links

* docs: contributing.md

* fix: issue templates

* docs: replaced http jira links

* docs: removed jira issue lists

* docs: removed https://developer.appcelerator.com/ links

* docs: removed lighthouseapps urls

* fix: remove TiDev for #13347 (comment) and #13347 (comment)

* fix: deleted description #13347 (comment)

* fix: #13347 (comment) no one will ever read this again :-D

* fix: author for #13347 (comment) and author_url for #13347 (comment)

* fix: removed Axway #13347 (comment)

* fix: comments from #13347
  • Loading branch information
caspahouzer committed Apr 6, 2022
1 parent 2e8fa00 commit 1132743
Show file tree
Hide file tree
Showing 68 changed files with 1,728 additions and 1,872 deletions.
11 changes: 5 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ 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] Sign the [CLA](https://cla.appcelerator.com) for open source contributions (only required for your first contribution)
- [x] Follow the instructions stated in [Contributing to Titanium](https://wiki.appcelerator.org/display/guides2/Contributing+to+Titanium), 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 [JIRA ticket](https://jira.appcelerator.org), include the URL in your PR description
- [x] If you are fixing an issue that has no JIRA ticket, yet, create a [new ticket](https://jira.appcelerator.org/secure/CreateIssue!default.jspa) and include the URL in your PR description
- [x] Use a clear title, e.g. prefixing it with the JIRA ticket number and platform (`[ABC-123] iOS: Expose new property`)
- [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] 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://tislack.org).
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://tislack.org) or [GitHub Discussions](https://github.com/tidev/titanium_mobile/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
Expand Up @@ -3,5 +3,5 @@ contact_links:
url: https://github.com/tidev/titanium_mobile/discussions
about: Ask a question in Github Discussions
- name: TiDev
url: https://tidev.slack.com
url: https://tislack.org
about: Talk to other Titanium developers on Slack
2 changes: 1 addition & 1 deletion .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CLI version:

### Logs
Creating a trace-log:
- CLI: `appc run - p [ios|android] -l trace`
- CLI: `ti build - p [ios|android] -l trace`
- Studio / Atom: `Log-Level (Bottom right): Trace`

(Attach by dragging into this issue)
1,926 changes: 963 additions & 963 deletions CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,23 +182,23 @@ Community support and discussion about Titanium is available on Slack at [TiSlac

### Twitter

Please consider following [@Appcelerator](http://www.twitter.com/appcelerator) and [@AppcDev](https://twitter.com/AppcDev) on Twitter for updates.
Please consider following [@Titanium SDK](http://www.twitter.com/titaniumsdk) and [@TiDev](https://twitter.com/tidevio) on Twitter for updates.

### Commercial Support, Licensing

We give our software away for FREE! In order to do that, we have programs for
companies that require additional level of assistance through training or commercial support,
need special licensing or want additional levels of capabilities. Please visit the
[Appcelerator Website](http://www.titaniumsdk.com) for more information about Appcelerator or
email [info@appcelerator.com](mailto:info@appcelerator.com).
[TiDev Website](https://tidev.io) for more information about TiDev or
email [info@tidev.io](mailto:info@tidev.io).

## Contributing

Titanium is an open source project. Titanium wouldn't be where it is now without contributions by the community. Please consider forking Titanium to improve, enhance or fix issues. If you feel like the community will benefit from your fork, please open a pull request.

To protect the interests of the Titanium contributors, Appcelerator, customers and end users we require contributors to sign a Contributors License Agreement (CLA) before we pull the changes into the main repository. Our CLA is simple and straightforward - it requires that the contributions you make to any Appcelerator open source project are properly licensed and that you have the legal authority to make those changes. This helps us significantly reduce future legal risk for everyone involved. It is easy, helps everyone, takes only a few minutes, and only needs to be completed once.

[You can digitally sign the CLA](http://cla.appcelerator.com) online. Please indicate your email address in your first pull request so that we can make sure that will locate your CLA. Once you've submitted it, you no longer need to send one for subsequent submissions.
[You can digitally sign the CLA](https://github.com/tidev/organization-docs/blob/main/AUTHORIZED_CONTRIBUTORS.md) online. Please indicate your email address in your first pull request so that we can make sure that will locate your CLA. Once you've submitted it, you no longer need to send one for subsequent submissions.

## Building Locally

Expand Down
10 changes: 5 additions & 5 deletions TitaniumKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ Pod::Spec.new do |s|

s.name = "TitaniumKit"
s.version = "1.0.0"
s.summary = "Axway Titanium iOS Core framework"
s.summary = "Titanium iOS Core framework"

s.description = <<-DESC
The Axway Titanium iOS Core framework.
Titanium iOS Core framework.
DESC

s.homepage = "https://github.com/appcelerator/titanium_mobile"
s.homepage = "https://github.com/tidev/titanium_mobile"
s.license = { :type => "Apache 2", :file => "LICENSE" }
s.author = 'Axway Appcelerator'
s.author = 'TiDev'

s.platform = :ios
s.ios.deployment_target = '8.0'

s.source = { :git => "https://github.com/appcelerator/titanium_mobile.git" }
s.source = { :git => "https://github.com/tidev/titanium_mobile.git" }

s.vendored_libraries = 'iphone/TitaniumKit/TitaniumKit/Libraries/**/*.{a}'
s.preserve_paths = 'iphone/TitaniumKit/TitaniumKit/Libraries/**/*.{a}'
Expand Down
2 changes: 1 addition & 1 deletion android/titanium/libv8-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ async function updateLibrary() {
__dirname, '../../dist/android/libv8', v8TargetVersion, v8TargetMode);

// Download V8 archive (downloads to temp dir, which helps CI server avoid re-downloading between builds generally)
const downloadUrl = `https://github.com/appcelerator/v8_titanium/releases/download/v${v8TargetVersion}/${v8ArchiveFileName}`;
const downloadUrl = `https://github.com/tidev/v8_titanium/releases/download/v${v8TargetVersion}/${v8ArchiveFileName}`;
// FIXME: Can we skip the download if the ultimate destination exists?!
const downloadedTarball = await BuildUtils.downloadURL(downloadUrl, integrity, { progress: false });
let tmpExtractDir = BuildUtils.cachedDownloadPath(downloadUrl); // store alongside the place we store the tar.bz2, just drop the extension
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ public CacheResponse get(URI uri, String rqstMethod, Map<String, List<String>> r
return null;
}

// Workaround for https://jira.appcelerator.org/browse/TIMOB-18913
// Workaround for https://jira-archive.titaniumsdk.com/TIMOB-18913
// This workaround should be removed when HTTPClient is refactored with HttpUrlConnection
// and HttpResponseCache is used instead of TiResponseCache.
// If it is a video, do not use cache. Cache is causing problems for Video Player on Lollipop
Expand Down Expand Up @@ -519,7 +519,7 @@ public CacheRequest put(URI uri, URLConnection conn) throws IOException
}
}

// Workaround for https://jira.appcelerator.org/browse/TIMOB-18913
// Workaround for https://jira-archive.titaniumsdk.com/TIMOB-18913
// This workaround should be removed when HTTPClient is refactored with HttpUrlConnection
// and HttpResponseCache is used instead of TiResponseCache.
// If it is a video, do not use cache. Cache is causing problems for Video Player on Lollipop
Expand Down
2 changes: 1 addition & 1 deletion apidoc/Titanium/Android/R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ description: |
Starting in Titanium SDK 7.3.0, this API exposes all Android related R classes
for the usage in Hyperloop. For example, it can be used to access `menu` resources
as part of native user interfaces, e.g. `BottomNavigationView` or `RecyclerView`.
See an example in the [Hyperloop Sample App](https://github.com/appcelerator/hyperloop-examples) for details!
See an example in the [Hyperloop Sample App](https://github.com/tidev/hyperloop-examples) for details!
extends: Titanium.Proxy
platforms: [android]
Expand Down
Loading

0 comments on commit 1132743

Please sign in to comment.