Skip to content

Commit 18ca313

Browse files
committed
update popup text and link of the privacy policy
1 parent 3694108 commit 18ca313

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,11 @@ class NotificationLocalisation extends Component {
318318
<AFicons style={{textAlign: 'center',marginBottom: 20}} size={52} name={"map-marker"} />
319319
<Dialog.Title style={{textAlign: 'center',fontWeight:"bold",fontSize:22}}>Use your location</Dialog.Title>
320320
<Dialog.Description style={{lineHeight: 24,textAlign: 'center'}}>
321-
Overland will use your location in the background. You can stop tracking at any time.
321+
Overland collects location data to enable position tracking even when the app is closed or not in use.
322322
</Dialog.Description>
323323
<View style={{alignItems: 'center'}}>
324324
<Text style={{fontSize: 16, textDecorationLine: 'underline',marginTop: 20,marginBottom: 20,color: "#007ff9"}}
325-
onPress={() => {Linking.openURL('http://htmlpreview.github.io/?https://github.com/OpenHumans/Overland_android/blob/dev/privacy_policy.html')}}>
325+
onPress={() => {Linking.openURL('http://openhumansfoundation.org/Overland_android/privacy_policy.html')}}>
326326
Access to privacy policy
327327
</Text>
328328
</View>

android/app/version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Mon Jan 25 19:50:46 CET 2021
2-
VERSION_CODE=77
1+
#Mon Jan 25 20:46:47 CET 2021
2+
VERSION_CODE=79

src/scenes/settings/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Settings extends PureComponent {
6262
<Text style={{fontSize: 12,marginLeft: 20,marginRight: 20}}>(The plugin automatically stops tracking after 10 minutes of non-activity - Not recommended to activate it)</Text>
6363
<Text
6464
style={{fontSize: 16, textDecorationLine: 'underline',marginTop: 20,marginBottom: 20,color: 'blue'}}
65-
onPress={() => {Linking.openURL('http://htmlpreview.github.io/?https://github.com/OpenHumans/Overland_android/blob/dev/privacy_policy.html')}}
65+
onPress={() => {Linking.openURL('http://openhumansfoundation.org/Overland_android/privacy_policy.html')}}
6666
>
6767
Access to privacy policy
6868
</Text>

0 commit comments

Comments
 (0)