- Apr 30, 2014
-
-
Marcel Kinard authored
-
- Apr 17, 2014
-
-
Ian Clelland authored
-
Ian Clelland authored
-
Ian Clelland authored
-
- Apr 16, 2014
-
-
Ian Clelland authored
-
- Apr 08, 2014
-
-
Jesse MacFadyen authored
-
- Mar 12, 2014
-
-
James Jong authored
-
- Mar 11, 2014
-
-
Shazron Abdullah authored
-
- Feb 27, 2014
-
-
Andrew Grieve authored
-
Andrew Grieve authored
-
Andrew Grieve authored
-
Andrew Grieve authored
-
Andrew Grieve authored
Conflicts: RELEASENOTES.md plugin.xml
-
Andrew Grieve authored
-
- Feb 21, 2014
-
-
Ian Clelland authored
-
Ian Clelland authored
-
- Feb 10, 2014
-
-
Steven Gill authored
-
Steven Gill authored
-
Mark Bradshaw authored
-
- Feb 06, 2014
-
-
Steven Gill authored
-
- Jan 28, 2014
-
-
- Jan 16, 2014
-
-
Michael Hanselmann authored
Media.setVolume caused the application to crash after Media.release was called. Code causing crash: var m = new Media("test.caf"); m.release(); m.setVolume(1); // crash in this call The reason was that retrieving the CDVAudioFile instance from the sound cache would return nil after Media.release. This patch fixes the issue by explicitely checking for nil. It also does away with an unnecessary cache initialization, which isn't needed as -[Media setVolume:] doesn't write to the cache. Signed-off-by:
Michael Hanselmann <public@hansmi.ch>
-
- Jan 09, 2014
-
-
Andrew Grieve authored
-
- Jan 02, 2014
-
-
Andrew Grieve authored
-
Andrew Grieve authored
-
- Dec 19, 2013
-
-
Andrew Grieve authored
-
- Dec 18, 2013
-
-
Andrew Grieve authored
-
Andrew Grieve authored
-
- Dec 16, 2013
-
-
Joe Bowser authored
-
- Dec 04, 2013
-
-
Steven Gill authored
-
Steven Gill authored
-
- Dec 03, 2013
-
-
Steven Gill authored
-
- Dec 02, 2013
-
-
Salvatore Iovene authored
-
- Nov 11, 2013
-
-
Maxim Ermilov authored
-
- Oct 30, 2013
-
-
Archana Naik authored
Change to use amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos'
-
- Oct 28, 2013
-
-
Steven Gill authored
-
Steven Gill authored
-
Steven Gill authored
-
- Oct 22, 2013
-
-
hermwong authored
-
- Oct 09, 2013
-
-
Steven Gill authored
-