Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Revert "Added restriction for time zone"
Browse files Browse the repository at this point in the history
This reverts commit 6d9cfb6.

Conflicts:
	CHANGELOG.md
	src/biz/bokhorst/xprivacy/Meta.java
  • Loading branch information
M66B committed Mar 11, 2014
1 parent 50f2ed4 commit 91a0080
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 56 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ Changelog

**Next release**

* Updated Norwegian translation

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

**Version 2.0.1 STABLE**

* Reverted restriction for time zone ([issue](/../../issues/1524))
* Updated Norwegian translation

**Version 2.0 STABLE**

* Replaced XML settings files by a privacy service and a privacy database
Expand Down
1 change: 0 additions & 1 deletion res/values/functions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@
<string name="system_android_intent_action_EXTERNAL_APPLICATIONS_AVAILABLE" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/content/Intent.html#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE">Google documentation</a>]]></string>
<string name="system_android_intent_action_EXTERNAL_APPLICATIONS_UNAVAILABLE" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/content/Intent.html#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE">Google documentation</a>]]></string>
<string name="system_ApplicationsProvider" translatable="false"><![CDATA[Will restrict access to a list of applications installed on the phone to provide search suggestions]]></string>
<string name="system_TZ_getDefault" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/java/util/TimeZone.html#getDefault()">Google documentation</a>]]></string>
<!-- view -->
<string name="view_loadUrl" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/webkit/WebView.html#loadUrl(java.lang.String)">Google documentation</a>]]></string>
<string name="view_WebView" translatable="false"><![CDATA[<a href="http://developer.android.com/reference/android/webkit/WebView.html">Google documentation</a>]]></string>
Expand Down
2 changes: 0 additions & 2 deletions src/biz/bokhorst/xprivacy/Meta.java
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ public static List<Hook> get() {
mListHook.add(new Hook("system", "android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE", "", 8, null, null).dangerous());
mListHook.add(new Hook("system", "ApplicationsProvider", "", 1, null, null));

mListHook.add(new Hook("system", "TZ.getDefault", "", 1, "2.0", null).dangerous());

mListHook.add(new Hook("view", "loadUrl", "", 1, null, null).whitelist(cTypeUrl));
mListHook.add(new Hook("view", "WebView", "", 1, null, null));
mListHook.add(new Hook("view", "getDefaultUserAgent", "", 17, null, null));
Expand Down
3 changes: 0 additions & 3 deletions src/biz/bokhorst/xprivacy/XPrivacy.java
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ protected void beforeHookedMethod(MethodHookParam param) throws Throwable {
// System properties
hookAll(XSystemProperties.getInstances(), mSecret);

// Time zone
hookAll(XTimeZone.getInstances(), mSecret);

// Web view
hookAll(XWebView.getInstances(), mSecret);

Expand Down
48 changes: 0 additions & 48 deletions src/biz/bokhorst/xprivacy/XTimeZone.java

This file was deleted.

0 comments on commit 91a0080

Please sign in to comment.