From 7fa86d2487ba55e110e43e140447661105fec890 Mon Sep 17 00:00:00 2001 From: Egor Date: Sun, 4 Nov 2018 11:30:07 -0800 Subject: [PATCH] better privacy policy link --- .../template.hbs | 4 +- web/app/router.js | 2 +- web/public/privacy-policy.html | 76 +++++++++++++++++++ web/public/web-app.html | 14 ++-- 4 files changed, 86 insertions(+), 10 deletions(-) rename web/app/pods/{android-privacy-policy => privacy-policy}/template.hbs (97%) create mode 100644 web/public/privacy-policy.html diff --git a/web/app/pods/android-privacy-policy/template.hbs b/web/app/pods/privacy-policy/template.hbs similarity index 97% rename from web/app/pods/android-privacy-policy/template.hbs rename to web/app/pods/privacy-policy/template.hbs index 00983ae..d4d7d3b 100644 --- a/web/app/pods/android-privacy-policy/template.hbs +++ b/web/app/pods/privacy-policy/template.hbs @@ -1,5 +1,5 @@
-

Android Privacy Policy

+

Privacy Policy

Nidratech Ltd. built the "Huegasm for Philips Hue Lights" app as an Ad Supported app with a paid option to remove ads. @@ -28,7 +28,7 @@

For a better experience, while using our Service, we may require you to enable the "Microphone" permission on your - Android advice. The microphone audio input is used strictly for beat detection analysis. We do not utilize + device. The microphone audio input is used strictly for beat detection analysis. We do not utilize this permission to collect any of your personally identifiable information and no recordings are ever stored nor uploaded to a remote server.

diff --git a/web/app/router.js b/web/app/router.js index 181d5ea..74a4605 100644 --- a/web/app/router.js +++ b/web/app/router.js @@ -7,7 +7,7 @@ const Router = Ember.Router.extend({ }); Router.map(function() { - this.route('android-privacy-policy'); + this.route('privacy-policy'); this.route('web-app'); }); diff --git a/web/public/privacy-policy.html b/web/public/privacy-policy.html new file mode 100644 index 0000000..d212485 --- /dev/null +++ b/web/public/privacy-policy.html @@ -0,0 +1,76 @@ + + + + + + + Huegasm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + \ No newline at end of file diff --git a/web/public/web-app.html b/web/public/web-app.html index 35962a9..d212485 100644 --- a/web/public/web-app.html +++ b/web/public/web-app.html @@ -42,8 +42,8 @@ - - + + @@ -61,16 +61,16 @@ + + + - - - - +
- + \ No newline at end of file