Skip to content

Commit

Permalink
Add User Data Policy link in the About Page
Browse files Browse the repository at this point in the history
Signed-off-by: Michalis Vitos <[email protected]>
  • Loading branch information
michalis-vitos committed May 17, 2017
1 parent e50ebbe commit 402f008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ protected void setupUI(final ProjectManagerActivity owner, final View rootLayout
infoLbl.setText(Html.fromHtml(
"<p><b>" + app.getBuildInfo().getNameAndVersion() + "</b><br/>[" + app.getBuildInfo().getExtraVersionInfo() + "]</p>" +
"<p>" + getString(R.string.by_ucl_excites_html) + "</p>" +
"<p>" + getString(R.string.user_data_policy) + "</p>" +
"<p>" + getString(R.string.license) + "</p>" +
"<p>" + app.getBuildInfo().getBuildInfo() + ".</p>" +
"<p>" + "Device ID (CRC32): " + (deviceID != null ? deviceID.getIDAsCRC32Hash() : "?") + ".</p>"));
Expand Down
1 change: 1 addition & 0 deletions CollectorAndroid/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<string name="manage">Manage</string>
<string name="manageEtc">Manage&#8230;</string>
<string name="by_ucl_excites_html"><![CDATA[<a href="http://sapelli.org">Sapelli</a> is a project by <a href="http://ucl.ac.uk/excites">UCL ExCiteS</a> &amp; collaborators.]]></string>
<string name="user_data_policy"><![CDATA[<a href="http://www.sapelli.org/sapelli-user-data-policy/">User Data Policy</a>]]></string>
<string name="license"><![CDATA[<a href="http://github.com/ExCiteS/Sapelli">Source code available</a> under the terms of the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.]]></string>
<string name="determiningDeviceID">Determining device ID …</string>
<string name="pleaseLeaveAirplaneMode">In order to initialise the application for first use, please take your device out of Airplane Mode.</string>
Expand Down

0 comments on commit 402f008

Please sign in to comment.