diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4a89429..a9709ee7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Changes: - Use letter icon for shortcuts too - Always show all barcode types in manual entry - Revert to valid barcode type if the value is not valid for the selected barcode type in edit activity +- Remove privacy policy first start dialog ## v1.12 (2021-03-30) diff --git a/app/src/main/java/protect/card_locker/MainActivity.java b/app/src/main/java/protect/card_locker/MainActivity.java index 2f5535903..5122fc03f 100644 --- a/app/src/main/java/protect/card_locker/MainActivity.java +++ b/app/src/main/java/protect/card_locker/MainActivity.java @@ -101,6 +101,11 @@ public class MainActivity extends AppCompatActivity implements GestureDetector.O getString(R.string.sharedpreference_privacy_policy_shown), Context.MODE_PRIVATE); + /* + * This was added for Huawei, but Huawei is just too much of a fucking pain. + * Just leaving this commented out if needed for the future idk + * https://twitter.com/SylvieLorxu/status/1379437902741012483 + * if (privacyPolicyShownPref.getInt(getString(R.string.sharedpreference_privacy_policy_shown), 0) == 0) { SharedPreferences.Editor privacyPolicyShownPrefEditor = privacyPolicyShownPref.edit(); privacyPolicyShownPrefEditor.putInt(getString(R.string.sharedpreference_privacy_policy_shown), 1); @@ -117,7 +122,8 @@ public class MainActivity extends AppCompatActivity implements GestureDetector.O }) .setIcon(android.R.drawable.ic_dialog_info) .show(); - }; + } + */ } @Override diff --git a/docs/README.md b/docs/README.md index 190e45d5a..40b663154 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,8 +4,6 @@ Get it on Google Play - -Explore it on AppGallery Get it on F-Droid diff --git a/docs/share.md b/docs/share.md index 57a769471..d3fb39a0d 100644 --- a/docs/share.md +++ b/docs/share.md @@ -4,8 +4,6 @@ Someone wants to share a card with you. To import this card, you will first need Get it on Google Play - -Explore it on AppGallery Get it on F-Droid