From e14b5d9b3fd59f7a2a3b173efff3842ddd6c05f1 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 13 Nov 2013 13:07:23 +0100 Subject: [PATCH] Option to randomize subscriber ID (ICC) Fixes #690 --- CHANGELOG.md | 2 ++ res/layout/settings.xml | 2 +- src/biz/bokhorst/xprivacy/BootReceiver.java | 2 ++ src/biz/bokhorst/xprivacy/PrivacyManager.java | 13 ++++++++++-- src/biz/bokhorst/xprivacy/SettingsDialog.java | 21 ++++++++++++++----- 5 files changed, 32 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 776beff2f..753399778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,10 @@ Changelog * Fixed rare null pointer exception ([issue](https://github.com/M66B/XPrivacy/issues/739)) * Fixed flickering with black theme +* Fixed setting global and randomize on boot settings * Require Android 4.0.3 (minimum for Xposed) * Added settings for Advertisement ID (including randomization) ([issue](https://github.com/M66B/XPrivacy/issues/738)) +* Option to randomize subscriber ID (IMSI) ([issue](https://github.com/M66B/XPrivacy/issues/690)) * Added traditional Chinese translation * Updated German translation * Updated Vietnamese translation diff --git a/res/layout/settings.xml b/res/layout/settings.xml index c6f1d3ec9..14071a6fd 100644 --- a/res/layout/settings.xml +++ b/res/layout/settings.xml @@ -279,7 +279,7 @@ android:text="@string/settings_subscriber" android:textIsSelectable="false" /> - +