- May 27, 2014
-
-
ldeluca authored
-
- May 20, 2014
-
-
- May 16, 2014
-
-
Ian Clelland authored
-
- May 08, 2014
-
-
- May 05, 2014
-
-
- Apr 30, 2014
-
-
Marcel Kinard authored
-
- Apr 21, 2014
-
-
Vladimir Kotikov authored
-
Vladimir Kotikov 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
-
- Mar 04, 2014
-
-
- 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
-
ldeluca authored
-
- Feb 26, 2014
-
-
ldeluca 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
-