aboutsummaryrefslogtreecommitdiffstats
path: root/hooks
Commit message (Collapse)AuthorAgeLines
* Hook to enable app to be moved to SD card.188-sd-cardMatthew Somerville2016-05-11-0/+12
|
* Add a hook to remove unnecessary permissionsSteven Day2016-04-25-0/+23
The cordova media plugin asks for lots of permissions but we don't actually need them all (it could be used to film video, record audio or play files, but we don't do those things), so they can be removed. It's slightly hacky to do so because Cordova doesn't offer a built-in way, so instead we add an after_prepare hook to remove them from the right file.