Skip to content

Commit

Permalink
Add link to privacy page
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 9, 2024
1 parent 4bb63b4 commit d3f2eb9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ English DoliDroid ChangeLog

***** ChangeLog for 3.0 *****

3.0-b60
- Fix crash when clicking on a phone number with no phone feature.
- NEW Add the link to the page Privacy Policy

3.0-b59
- NEW Hide a page About current instance in menu
- NEW Fix download of files for some Android version
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http:https://schemas.android.com/apk/res/android"
android:versionCode="59"
android:versionCode="60"
android:versionName="DoliDroid Pro 3.0"
android:installLocation="auto"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public void onStart() {
s1+=getString(R.string.License)+": <b>GPL v3+</b><br />\n";
//s1+=getString(R.string.Sources)+": https://www.nltechno.com/services/<br />\n";
s1+=getString(R.string.Sources)+": <span style=\"color:#008888\"><a href=\"https://github.com/DoliCloud/DoliDroid.git\">https://github.com/DoliCloud/DoliDroid.git</a></span><br />\n";
s1+=getString(R.string.PrivacyPolicy)+": <span style=\"color:#008888\"><a href=\"https://www.dolicloud.com/en-dolidroid-privacy-policy.php\">https://www.dolicloud.com/en-dolidroid-privacy-policy.php</a></span><br />\n";
// This download key allow to download file with name src_dolidroid-info.versionName-downloadkey
//String downloadkey=Utils.MD5Hex("dolidroid"+info.versionName.replaceAll("[^0-9.]", "")+"saltnltechno").substring(0, 8);
//s1+=getString(R.string.Sources)+" Download Key: dolidroid-"+info.versionName.replaceAll("[^0-9.]", "")+"-"+downloadkey+"<br />\n";
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<string name="Compatibility">Compatibility</string>
<string name="License">License</string>
<string name="Sources">Sources</string>
<string name="PrivacyPolicy">Privacy Policy</string>
<string name="DeviceAPILevel">Device API Level</string>
<string name="DeviceHasMenuHardware">Device has hardware buttons</string>
<string name="DeviceHasDownloadManager">Device has a download manager</string>
Expand Down

0 comments on commit d3f2eb9

Please sign in to comment.