Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lots of updates #50

Merged
merged 46 commits into from Aug 2, 2013
Merged

Lots of updates #50

merged 46 commits into from Aug 2, 2013

Conversation

cb1kenobi
Copy link
Contributor

  • Added code coverage reporting
  • Added unit tests for 30 libraries (currently 72% code coverage)
  • Added JSDoc comments for nearly entire code base
  • Complete rewrite of i18n-tool that analyzes Titanium CLI, node-appc, and Titanium SDK Node code and syncs i18n strings with webtranslateit.com
  • Migrated old zip library from using built-in unzip, zip, and 7zip commands to use the adm-zip module
  • Updated a number of APIs to have better dependency injection and less hard-coded parameters (needed for unit tests)
  • Added HAXM environment detection
  • Moved Java environment detection from Android detection library into standalone library and greatly improved Android SDK detection
  • Better Titanium CLI plugin detection
  • Removed deprecated astwalker library
  • Added new subprocess library to make finding and calling subprocesses easier
  • Removed deprecated hitch() util function
  • Major cleanup to authentication library
  • Added gateway interface detection to network library
  • Updated nearly all dependencies on appc.fs.exists() to fs.existsSync()
  • Added i18n support for entire files
  • Added better plist parsing and serializing support
  • Added new string utility functions wrap() and renderColumns()
  • Internationalized strings in the time library
  • Better/cleaner Titanium module and CLI plugin detection

…. Upgraded scanCommands() to allow a path to a file. Aliased the env lib's detect() to detectTitaniumSDKs(). Added support file-based i18n strings. Added cert creation and expiration dates to iOS lib.
…ules that basically scans a specific scope or array of paths.
… date parsing to ios lib. Added helper function to string lib for doing line wrapping. Added mixObj() to util.
…0.2.x. Added handy subprocess lib. Changed titanium sdk detection code to refer to ios as ios and not iphone.
…f the auth test. Added support for --conf to test harness.
… not being resolved correctly when being run from the Titanium CLI. Added Bryan as a maintainer.
@nebrius
Copy link
Contributor

nebrius commented Aug 2, 2013

Code reviewed and tested. Request Accepted

nebrius added a commit that referenced this pull request Aug 2, 2013
@nebrius nebrius merged commit f8617d9 into master Aug 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants