Commit Graph

23 Commits

Author SHA1 Message Date
Michael Jordan 2c1df73617 Update version after creating tag at 1.0.4 2016-04-13 18:31:46 -04:00
Michael Jordan f1a49e8970 Update version to 1.0.4 2016-04-13 18:28:41 -04:00
Michael Jordan e989af802c Update version after creating tag at 1.0.3 2016-02-11 08:28:32 -05:00
Michael Jordan 3224bc2332 Update version to 1.0.3 2016-02-11 08:23:53 -05:00
Michael Jordan 995295bdcd Update version after creating tag at 1.0.2 2015-12-16 15:40:13 -05:00
Michael Jordan af7394ccd3 Update version to 1.0.2 2015-12-16 15:34:14 -05:00
Michael Jordan 188d5c583c Update version after creating tag at 1.0.1 2015-10-07 13:30:58 -04:00
Michael Jordan 6fb09a600d Update version to 1.0.1 2015-10-07 13:28:50 -04:00
Michael Jordan 382ba4a835 Update version after creating tag at 1.0.0 2015-09-25 09:15:22 -04:00
Michael Jordan 3256a29085 Bump version and reorder package.json
Trying to ensure that README.md data appears on npmjs.com
2015-09-25 08:50:33 -04:00
Michael Jordan e9af64bc44 Issue 22: Please add package.json
Add package.json file and rename package id to follow npm convention.
2015-09-25 08:10:39 -04:00
Shazron Abdullah 2fb3aa4c2b Updated version to 0.1.3
This is for the dependency plugin rename
2015-04-20 10:55:08 -07:00
EddyVerbruggen c924261c26 Failed to load dependent plugins 2015-04-19 21:13:33 +02:00
Michael Jordan cb94a6c8eb Add preliminary support for Windows 8.1 2015-01-13 13:35:40 -05:00
Michael Jordan 728fad52fd Update version number 2014-03-26 10:25:01 -04:00
Michael Jordan 9bff312e85 Add MobileAccessibilityNotifications to store notification constants 2014-03-25 20:28:31 -04:00
Michael Jordan 0e3986db4e Include Device and NetworkStatus explicitly for Android. 2014-03-15 18:13:05 -04:00
Michael Jordan f27ac8cf24 Update version number 2014-03-14 10:00:10 -04:00
Michael Jordan 728a327ab0 Add support for adjusting text in the WebView to the preferred zoom scale on Android.
More robust iOS support is forthcoming, but currently works with iOS7
Dynamic Type Fonts by setting the following css on the body and using
relatively sized fonts sizing for child containers, for example:

body {
   font: -apple-system-body;
}

body > .app {
  font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica,
Arial, sans-serif;
  font-size:0.75em;
  font-weight: 200;
}
2014-03-06 21:44:05 -05:00
Michael Jordan 4b62a1f24a Include MediaAccessibility.framework for iOS as a weak reference 2014-03-03 16:41:07 -05:00
Michael Jordan f26cb3ae77 Inject AndroidVox locally when there is no network connection.
The WebView typically injects AndroidVox from a Google server when it
launches a page with TalkBack enabled, however, in the unlikely event
that the app launches without a network connection and AndroidVox has
not been cached from an previous connected session, AndroidVox will not
start and the app will be inaccessible. We try to mitigate this by
injecting AndroidVox from a local path.
2014-02-25 18:56:00 -05:00
Michael Jordan ea97c1faa1 Adding Android platform 2014-02-10 17:28:17 -05:00
Shazron Abdullah 883d41449e Initial commit of the plugin.
Stubs for iOS and the .js.
2013-10-07 13:22:23 -07:00