1. 20 Mar, 2017 1 commit
  2. 03 Aug, 2016 2 commits
  3. 24 Jun, 2016 1 commit
    • Andrej's avatar
      Compatibility with Android Firefox 47.0 (#808) · 855307e8
      Andrej authored
      * Compatibility with Android Firefox 47.0
      
      I can not Start Recording from the Android Firefox 47.0 because I see
      the message: "MediaRecorder is not supported by this browser...". But
      this is not true. I have made changing in the function startRecording()
      to resolve of the issue.
      
      * fixing the linting issues
      
      * fixing the linting issues
      
      * fixing the linting issues
      
      * fixing the linting issues
      
      * fixing the linting issues
      855307e8
  4. 23 Jun, 2016 3 commits
  5. 16 Jun, 2016 1 commit
  6. 13 Jun, 2016 5 commits
  7. 10 Jun, 2016 2 commits
  8. 08 Jun, 2016 1 commit
  9. 02 Jun, 2016 3 commits
  10. 31 May, 2016 2 commits
  11. 29 May, 2016 2 commits
  12. 27 May, 2016 4 commits
  13. 17 May, 2016 2 commits
  14. 10 May, 2016 10 commits
  15. 09 May, 2016 1 commit
    • Sam Dutton's avatar
      Teapot aspect ratio fix (#787) · bdd74123
      Sam Dutton authored
      * Updating adapter.js
      
      * Added files for canvas captureStream()
      
      * Working teapot
      
      * Temporarily removed incomplete demos and updated adapter.js
      
      * Removed incomplete demos
      
      * Added support note
      
      * Added Firefox note
      
      * Fixed canvas right margin
      
      * doh
      
      * Minor wording tweak
      
      * Changed to srcObject (thank you fippo) and corrected Firefox version reference
      
      * Added .eslintignore to ignore third_party Gruntfile.js
      
      * Removed ?redundant space-after-keywords (which has been replaced by keyword-spacing)
      
      * Fix aspect ratio problems
      bdd74123