A few of the open-source versions of Axway Amplify products will live on after Axway Amplify End-of-Life (EOL) announcements. However, all closed-source projects and most open-source projects are now dead.
Ā
š Ā Ā A group of Axway employees, ex-Axway employees, and some developers from Titanium community have created a legal org and now officially decide all matters related to future of these products.
The awesome framework for turbo charging your Titanium cross-platform native mobile app development!
ā¹ļø Ā Disclaimer:
This project is not an official Axway product. It is managed by the open-source community using open-source modules, libraries, and tools. Try it out and let us know what you think!
Added support for xml namespaced attributes per platform (e.g. ios:text or android:text) [ALOY-1646]
Added support for xml attributes with dotted notation (e.g. font.fontSize) [ALOY-1363]
Added support for using $.args in XML views. [ALOY-1316]
Added support for using $.* in XML views. -- Anything that starts with "$." in an Alloy XML View will be used literally and not treated as a string.
Added support for using turbo.* in XML views. -- Anything that starts with "turbo." in an Alloy XML View will be used literally and not treated as a string. [Required workaround for node_modules support to LiveView][TIMOB-27206]
Added support for __init() function in controller that will be called before view is built. -- Allows $.* variables to be created and used in XML views.
Added support for visibility property in XML Views with possible values of: collapse, expand, and visible, hidden -- Allows collapsing of view in XML. [TIMOB-27307]
Added constants: Ti.UI.VISIBILITY_COLLAPSE, Ti.UI.VISIBILITY_EXPAND, Ti.UI.VISIBILITY_HIDDEN, and Ti.UI.VISIBILITY_VISIBLE
Added support for modelName XML attribute to be used with with dataCollection to assign variable name to current model [Defaults to __currentModel]
Added support for dataName XML attribute to be used with with dataCollection to assign variable name to model.__transform [Defaults to $model] -- Allows developer to reference current model properties like $model.myproperty
Added support for adding code to XML View attributes when surrounded by '~' [ALOY-1699]
Added support for script element in XML View. Add code by body or src attribute. [ALOY-1700][Alloy PR]
Added value alias center for Ti.UI.TEXT_VERTICAL_ALIGNMENT_CENTER when used with verticalAlign XML attribute [ALOY-1703]
Added property alias text for Ti.UI.Button.title when used as XML attribute
Added property alias src for Ti.UI.ImageView.image when used as XML attribute
Added support for using underscore (instead of lodash) with this tiapp.xml property: <property name="use-underscore"type="bool">true</property>
Added support for installing widgets via npm (without naming restrictions) [ALOY-1704]
Added support for StackLayout control (with shortcut alias of stack and orientation property that defaults to vertical) in JavaScript and xml views
Added support for VerticalLayout control (with shortcut alias of vertical) in JavaScript and xml views
Added support for HorizontalLayout control (with shortcut alias of horizontal) in JavaScript and xml views
Added support for AbsoluteLayout control (with shortcut alias of absolute) in JavaScript and xml views
Added support for defining the primary entry point for the application (defaults to index). Currently search order: Alloy.main ā Alloy.CFG.main ā Titanium Property: app.main. [ALOY-1549]
Added support for <style> tag in XML views. Also supports the src attribute (like the <script> tag) which allows users to reference a widget-wide app.tss file! [ALOY-1729]
Partial workaround for Titanium and Alloy issue where relative path require statements are broken. This only fixes static paths. Fix for dynamic paths will be coming in upcoming release of Turbo. [TIMOB-28037]
Added support for static script blocks in Alloy <script static="true" />[ALOY-1742]
ā Ā Geek Mobile Toolkit - Toolkit for creating, building, and managing mobile app projects.
ā Ā Titanium Mobile - Open-source tool for building powerful, cross-platform native apps with JavaScript.
ā Ā Titanium Alloy - MVC framework built on top of Titanium Mobile.
ā Ā Appcelerator - Installer for the Appcelerator Platform tool
Alloy is made available under the Apache Public License, version 2. See their license file for more information.
Appcelerator is a registered trademark of Appcelerator, Inc. Titanium is a registered trademark of Appcelerator, Inc. Please see the LEGAL information about using trademarks, privacy policy, terms of usage and other legal information at http://www.appcelerator.com/legal.
š Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!
The npm package @titanium/turbo receives a total of 38 weekly downloads. As such, @titanium/turbo popularity was classified as not popular.
We found that @titanium/turbo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Ā It has 2 open source maintainers collaborating on the project.
Package last updated on 11 Apr 2022
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.