KevinGrandon / Firefox-OS-Runtime

A Firefox plugin which has several API mocks for rapid development on FFOS.
Other
6 stars 2 forks source link

Camera can now save pictures, picture deletion #3

Closed janjongboom closed 11 years ago

janjongboom commented 11 years ago

Add some missing functionality so the camera can actually save images; plus deleting images in the gallery app; plus a way to test SD cards (slow load, f.e.) more easily.

KevinGrandon commented 11 years ago

Thanks @janjongboom ! I landed this in pull request #4. I had to do a bit of refactoring to get it to work with the new lint rules. You'll definitely want to update to the latest upstream.

Also it appears that the filstrim is not working because we're currently not generating the proper preview data. Something we should work on, I'll create an issue for it.