Skip to content
  1. Apr 30, 2014
  2. Apr 17, 2014
  3. Apr 16, 2014
  4. Apr 08, 2014
  5. Mar 12, 2014
  6. Mar 11, 2014
  7. Feb 27, 2014
  8. Feb 21, 2014
  9. Feb 10, 2014
  10. Feb 06, 2014
  11. Jan 28, 2014
  12. Jan 16, 2014
    • Michael Hanselmann's avatar
      [CB-4755] Fix crash in Media.setVolume on iOS · a8cd8f99
      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: default avatarMichael Hanselmann <public@hansmi.ch>
      a8cd8f99
  13. Jan 09, 2014
  14. Jan 02, 2014
  15. Dec 19, 2013
  16. Dec 18, 2013
  17. Dec 16, 2013
  18. Dec 04, 2013
  19. Dec 03, 2013
  20. Dec 02, 2013
  21. Nov 11, 2013
  22. Oct 30, 2013
  23. Oct 28, 2013
  24. Oct 22, 2013
  25. Oct 09, 2013