Skip to content

Commit

Permalink
add privacy policy in about page + buold version up
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Oct 16, 2020
1 parent 3c5086c commit 6a8c732
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions lib/eu/hydrologis/smash/widgets/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,14 @@ class AboutPageState extends State<AboutPage> {
"Partially supported by the project Steep Stream of the University of Trento."),
),
ListTile(
title: Text("You might also be interested in"),
title: Text("Privacy Policy"),
subtitle: Text(
"Geopaparazzi is a complete and mature android-only digital field mapping application by the same authors of SMASH."),
"Tap here to see the privacy policy that covers user and location data."),
onTap: () async {
if (await canLaunch("http://www.geopaparazzi.org")) {
await launch("http://www.geopaparazzi.org");
if (await canLaunch(
"https://www.hydrologis.com/geo_privacy_policy")) {
await launch(
"https://www.hydrologis.com/geo_privacy_policy");
}
},
),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: smash
description: The Smart Mobile Application for Surveyor's Happyness.

version: 1.6.0+38 # we keep the build number growing to have it properly handled in android
version: 1.6.0+39 # we keep the build number growing to have it properly handled in android

environment:
sdk: ">=2.2.2 <3.0.0"
Expand Down

0 comments on commit 6a8c732

Please sign in to comment.