Home

Awesome

UTiL Titanium Alloy

A collection of utility libraries for Appcelerator's Titanium and it's Alloy MVC framework. The app contains samples and tests for some of the libraries.

This is a public, but personal library. It may change at any time without notice! Feel free to fork and contribute, but I'll decide what PR's to accept based on their potential use for my own projects.

XCallbackURL: docs / source

CommonJS module for parsing URLs according to the X-Callback-URL standard.

Alloy: docs / source

CommonJS module to allow modules built for Alloy to function in classic projects.

Gate: docs / source / example

CommonJS module providing simple mathematical question as parental gate for kids apps.

Image: docs / source / example

CommonJS module providing image manipulation methods.

Menu: docs / source

CommonJS module for managing the Android Activity Menu and ActionBar.

Rate: docs / source

CommonJS module popping the 'rate-my-app' question at just the right time.

Reporter: docs / source

CommonJS module using yy.logcatcher to let the user report run-time errors.

Share: docs / source

CommonJS module providing a one-in-all social sharing solution for iOS and Android.

UI: docs / source / example

CommonJS module extending some Ti.UI.create* factories.

Update: docs / source

CommonJS module checking for updates of the app.

Urban Airport: docs / source

CommonJS module wrapping Appcelerator's iOS and Android modules for Urban Airship.

Validate: docs / source

CommonJS module providing validation.

XP.UI: docs / source

CommonJS module providing cross-platform UI elements.

License

<pre> Copyright 2013-2015 Fokke Zandbergen Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. </pre>