Skip to content

Commit 6cf9873

Browse files
📝 Added policy pages for infinity-calc app
1 parent 09a0303 commit 6cf9873

File tree

2 files changed

+348
-0
lines changed

2 files changed

+348
-0
lines changed
+181
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset='utf-8'>
6+
<meta name='viewport' content='width=device-width'>
7+
<title>Privacy Policy</title>
8+
<style>
9+
body {
10+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
11+
padding: 1em;
12+
}
13+
</style>
14+
</head>
15+
16+
<body>
17+
<strong>Privacy Policy</strong>
18+
<p>
19+
Abhay Jatin Doshi built the Infinity Calc app as
20+
an Open Source app. This SERVICE is provided by
21+
Abhay Jatin Doshi at no cost and is intended for use as
22+
is.
23+
</p>
24+
<p>
25+
This page is used to inform visitors regarding my
26+
policies with the collection, use, and disclosure of Personal
27+
Information if anyone decided to use my Service.
28+
</p>
29+
<p>
30+
If you choose to use my Service, then you agree to
31+
the collection and use of information in relation to this
32+
policy. The Personal Information that I collect is
33+
used for providing and improving the Service. I will not use or share your information with
34+
anyone except as described in this Privacy Policy.
35+
</p>
36+
<p>
37+
The terms used in this Privacy Policy have the same meanings
38+
as in our Terms and Conditions, which is accessible at
39+
Infinity Calc unless otherwise defined in this Privacy Policy.
40+
</p>
41+
<p><strong>Information Collection and Use</strong></p>
42+
<p>
43+
For a better experience, while using our Service, I
44+
may require you to provide us with certain personally
45+
identifiable information. The information that
46+
I request will be retained on your device and is not collected by me in any way.
47+
</p>
48+
<div>
49+
<p>
50+
The app does use third party services that may collect
51+
information used to identify you.
52+
</p>
53+
<p>
54+
Link to privacy policy of third party service providers used
55+
by the app
56+
</p>
57+
<ul>
58+
<!---->
59+
<!---->
60+
<li><a href="https://firebase.google.com/policies/analytics" target="_blank"
61+
rel="noopener noreferrer">Google Analytics for Firebase</a></li>
62+
<!---->
63+
<!---->
64+
<!---->
65+
<!---->
66+
<!---->
67+
<!---->
68+
<!---->
69+
<!---->
70+
<!---->
71+
<!---->
72+
<!---->
73+
<!---->
74+
<!---->
75+
<!---->
76+
<!---->
77+
<!---->
78+
<!---->
79+
<!---->
80+
<!---->
81+
<!---->
82+
<!---->
83+
<!---->
84+
</ul>
85+
</div>
86+
<p><strong>Log Data</strong></p>
87+
<p>
88+
I want to inform you that whenever you
89+
use my Service, in a case of an error in the app
90+
I collect data and information (through third party
91+
products) on your phone called Log Data. This Log Data may
92+
include information such as your device Internet Protocol
93+
(“IP”) address, device name, operating system version, the
94+
configuration of the app when utilizing my Service,
95+
the time and date of your use of the Service, and other
96+
statistics.
97+
</p>
98+
<p><strong>Cookies</strong></p>
99+
<p>
100+
Cookies are files with a small amount of data that are
101+
commonly used as anonymous unique identifiers. These are sent
102+
to your browser from the websites that you visit and are
103+
stored on your device's internal memory.
104+
</p>
105+
<p>
106+
This Service does not use these “cookies” explicitly. However,
107+
the app may use third party code and libraries that use
108+
“cookies” to collect information and improve their services.
109+
You have the option to either accept or refuse these cookies
110+
and know when a cookie is being sent to your device. If you
111+
choose to refuse our cookies, you may not be able to use some
112+
portions of this Service.
113+
</p>
114+
<p><strong>Service Providers</strong></p>
115+
<p>
116+
I may employ third-party companies and
117+
individuals due to the following reasons:
118+
</p>
119+
<ul>
120+
<li>To facilitate our Service;</li>
121+
<li>To provide the Service on our behalf;</li>
122+
<li>To perform Service-related services; or</li>
123+
<li>To assist us in analyzing how our Service is used.</li>
124+
</ul>
125+
<p>
126+
I want to inform users of this Service
127+
that these third parties have access to your Personal
128+
Information. The reason is to perform the tasks assigned to
129+
them on our behalf. However, they are obligated not to
130+
disclose or use the information for any other purpose.
131+
</p>
132+
<p><strong>Security</strong></p>
133+
<p>
134+
I value your trust in providing us your
135+
Personal Information, thus we are striving to use commercially
136+
acceptable means of protecting it. But remember that no method
137+
of transmission over the internet, or method of electronic
138+
storage is 100% secure and reliable, and I cannot
139+
guarantee its absolute security.
140+
</p>
141+
<p><strong>Links to Other Sites</strong></p>
142+
<p>
143+
This Service may contain links to other sites. If you click on
144+
a third-party link, you will be directed to that site. Note
145+
that these external sites are not operated by me.
146+
Therefore, I strongly advise you to review the
147+
Privacy Policy of these websites. I have
148+
no control over and assume no responsibility for the content,
149+
privacy policies, or practices of any third-party sites or
150+
services.
151+
</p>
152+
<p><strong>Children’s Privacy</strong></p>
153+
<p>
154+
These Services do not address anyone under the age of 13.
155+
I do not knowingly collect personally
156+
identifiable information from children under 13. In the case
157+
I discover that a child under 13 has provided
158+
me with personal information, I immediately
159+
delete this from our servers. If you are a parent or guardian
160+
and you are aware that your child has provided us with
161+
personal information, please contact me so that
162+
I will be able to do necessary actions.
163+
</p>
164+
<p><strong>Changes to This Privacy Policy</strong></p>
165+
<p>
166+
I may update our Privacy Policy from
167+
time to time. Thus, you are advised to review this page
168+
periodically for any changes. I will
169+
notify you of any changes by posting the new Privacy Policy on
170+
this page.
171+
</p>
172+
<p>This policy is effective as of 2021-01-09</p>
173+
<p><strong>Contact Us</strong></p>
174+
<p>
175+
If you have any questions or suggestions about my
176+
Privacy Policy, do not hesitate to contact me at [email protected].
177+
</p>
178+
179+
</body>
180+
181+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset='utf-8'>
6+
<meta name='viewport' content='width=device-width'>
7+
<title>Terms &amp; Conditions</title>
8+
<style>
9+
body {
10+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
11+
padding: 1em;
12+
}
13+
</style>
14+
</head>
15+
16+
<body>
17+
<strong>Terms &amp; Conditions</strong>
18+
<p>
19+
By downloading or using the app, these terms will
20+
automatically apply to you – you should make sure therefore
21+
that you read them carefully before using the app. You’re not
22+
allowed to copy, or modify the app, any part of the app, or
23+
our trademarks in any way. You’re not allowed to attempt to
24+
extract the source code of the app, and you also shouldn’t try
25+
to translate the app into other languages, or make derivative
26+
versions. The app itself, and all the trade marks, copyright,
27+
database rights and other intellectual property rights related
28+
to it, still belong to Abhay Jatin Doshi.
29+
</p>
30+
<p>
31+
Abhay Jatin Doshi is committed to ensuring that the app is
32+
as useful and efficient as possible. For that reason, we
33+
reserve the right to make changes to the app or to charge for
34+
its services, at any time and for any reason. We will never
35+
charge you for the app or its services without making it very
36+
clear to you exactly what you’re paying for.
37+
</p>
38+
<p>
39+
The Infinity Calc app stores and processes personal data that
40+
you have provided to us, in order to provide my
41+
Service. It’s your responsibility to keep your phone and
42+
access to the app secure. We therefore recommend that you do
43+
not jailbreak or root your phone, which is the process of
44+
removing software restrictions and limitations imposed by the
45+
official operating system of your device. It could make your
46+
phone vulnerable to malware/viruses/malicious programs,
47+
compromise your phone’s security features and it could mean
48+
that the Infinity Calc app won’t work properly or at all.
49+
</p>
50+
<div>
51+
<p>
52+
The app does use third party services that declare their own
53+
Terms and Conditions.
54+
</p>
55+
<p>
56+
Link to Terms and Conditions of third party service
57+
providers used by the app
58+
</p>
59+
<ul>
60+
<!---->
61+
<!---->
62+
<li><a href="https://firebase.google.com/terms/analytics" target="_blank" rel="noopener noreferrer">Google
63+
Analytics for Firebase</a></li>
64+
<!---->
65+
<!---->
66+
<!---->
67+
<!---->
68+
<!---->
69+
<!---->
70+
<!---->
71+
<!---->
72+
<!---->
73+
<!---->
74+
<!---->
75+
<!---->
76+
<!---->
77+
<!---->
78+
<!---->
79+
<!---->
80+
<!---->
81+
<!---->
82+
<!---->
83+
<!---->
84+
<!---->
85+
<!---->
86+
</ul>
87+
</div>
88+
<p>
89+
You should be aware that there are certain things that
90+
Abhay Jatin Doshi will not take responsibility for. Certain
91+
functions of the app will require the app to have an active
92+
internet connection. The connection can be Wi-Fi, or provided
93+
by your mobile network provider, but Abhay Jatin Doshi
94+
cannot take responsibility for the app not working at full
95+
functionality if you don’t have access to Wi-Fi, and you don’t
96+
have any of your data allowance left.
97+
</p>
98+
<p></p>
99+
<p>
100+
If you’re using the app outside of an area with Wi-Fi, you
101+
should remember that your terms of the agreement with your
102+
mobile network provider will still apply. As a result, you may
103+
be charged by your mobile provider for the cost of data for
104+
the duration of the connection while accessing the app, or
105+
other third party charges. In using the app, you’re accepting
106+
responsibility for any such charges, including roaming data
107+
charges if you use the app outside of your home territory
108+
(i.e. region or country) without turning off data roaming. If
109+
you are not the bill payer for the device on which you’re
110+
using the app, please be aware that we assume that you have
111+
received permission from the bill payer for using the app.
112+
</p>
113+
<p>
114+
Along the same lines, Abhay Jatin Doshi cannot always take
115+
responsibility for the way you use the app i.e. You need to
116+
make sure that your device stays charged – if it runs out of
117+
battery and you can’t turn it on to avail the Service,
118+
Abhay Jatin Doshi cannot accept responsibility.
119+
</p>
120+
<p>
121+
With respect to Abhay Jatin Doshi’s responsibility for your
122+
use of the app, when you’re using the app, it’s important to
123+
bear in mind that although we endeavour to ensure that it is
124+
updated and correct at all times, we do rely on third parties
125+
to provide information to us so that we can make it available
126+
to you. Abhay Jatin Doshi accepts no liability for any
127+
loss, direct or indirect, you experience as a result of
128+
relying wholly on this functionality of the app.
129+
</p>
130+
<p>
131+
At some point, we may wish to update the app. The app is
132+
currently available on Android – the requirements for
133+
system(and for any additional systems we
134+
decide to extend the availability of the app to) may change,
135+
and you’ll need to download the updates if you want to keep
136+
using the app. Abhay Jatin Doshi does not promise that it
137+
will always update the app so that it is relevant to you
138+
and/or works with the Android version that you have
139+
installed on your device. However, you promise to always
140+
accept updates to the application when offered to you, We may
141+
also wish to stop providing the app, and may terminate use of
142+
it at any time without giving notice of termination to you.
143+
Unless we tell you otherwise, upon any termination, (a) the
144+
rights and licenses granted to you in these terms will end;
145+
(b) you must stop using the app, and (if needed) delete it
146+
from your device.
147+
</p>
148+
<p><strong>Changes to This Terms and Conditions</strong></p>
149+
<p>
150+
I may update our Terms and Conditions
151+
from time to time. Thus, you are advised to review this page
152+
periodically for any changes. I will
153+
notify you of any changes by posting the new Terms and
154+
Conditions on this page.
155+
</p>
156+
<p>
157+
These terms and conditions are effective as of 2021-01-09
158+
</p>
159+
<p><strong>Contact Us</strong></p>
160+
<p>
161+
If you have any questions or suggestions about my
162+
Terms and Conditions, do not hesitate to contact me
163+
164+
</p>
165+
</body>
166+
167+
</html>

0 commit comments

Comments
 (0)