Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasonkneen/UTiL

Collection of utility scripts for Titanium (Alloy).
https://github.com/jasonkneen/UTiL

Last synced: about 2 months ago
JSON representation

Collection of utility scripts for Titanium (Alloy).

Awesome Lists containing this project

README

        

# UTiL [![Titanium](http://www-static.appcelerator.com/badges/titanium-git-badge-sq.png)](http://www.appcelerator.com/titanium/) [![Alloy](http://www-static.appcelerator.com/badges/alloy-git-badge-sq.png)](http://www.appcelerator.com/alloy/)
A collection of utility libraries for [Appcelerator](http://www.appcelerator.com)'s [Titanium](http://www.appcelerator.com/platform) and it's [Alloy](http://projects.appcelerator.com/alloy/docs/Alloy-bootstrap/index.html) 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](docs/XCallbackURL.md) / [source](app/lib/XCallbackURL.js)
CommonJS module for parsing URLs according to the X-Callback-URL standard.

## Alloy: [docs](docs/alloy.md) / [source](app/lib/alloy.js)
CommonJS module to allow modules built for Alloy to function in classic projects.

## Gate: [docs](docs/gate.md) / [source](app/lib/gate.js) / [example](app/controllers/gate.js)
CommonJS module providing simple mathematical question as parental gate for kids apps.

## Image: [docs](docs/image.md) / [source](app/lib/image.js) / [example](app/controllers/image.js)
CommonJS module providing image manipulation methods.

## Menu: [docs](docs/menu.md) / [source](app/lib/menu.js)
CommonJS module for managing the Android Activity Menu and ActionBar.

## Rate: [docs](docs/rate.md) / [source](app/lib/rate.js)
CommonJS module popping the 'rate-my-app' question at just the right time.

## Reporter: [docs](docs/reporter.md) / [source](app/lib/reporter.js)
CommonJS module using `yy.logcatcher` to let the user report run-time errors.

## Share: [docs](docs/share.md) / [source](app/lib/share.js)
CommonJS module providing a one-in-all social sharing solution for iOS and Android.

## UI: [docs](docs/ui.md) / [source](app/lib/ui.js) / [example](app/controllers/ui.js)
CommonJS module extending some `Ti.UI.create*` factories.

## Update: [docs](docs/update.md) / [source](app/lib/update.js)
CommonJS module checking for updates of the app.

## Urban Airport: [docs](docs/urbanairport.md) / [source](app/lib/urbanairport.js)
CommonJS module wrapping Appcelerator's iOS and Android modules for Urban Airship.

## Validate: [docs](docs/validate.md) / [source](app/lib/validate.js)
CommonJS module providing validation.

## XP.UI: [docs](docs/xp.ui.md) / [source](app/lib/xp.ui.js)
CommonJS module providing cross-platform UI elements.

# License


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.