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

Commit

Permalink
3.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Aug 29, 2014
1 parent 0d404d6 commit 0e51c2e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="biz.bokhorst.xprivacy"
android:installLocation="internalOnly"
android:versionCode="413"
android:versionName="2.3" >
android:versionCode="414"
android:versionName="3.0" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,24 @@ Changelog
XPrivacy 3
----------

XPrivacy 2.99.x are XPrivacy 3 test/beta versions.
XPrivacy 2 will not be maintained anymore after XPrivacy 3 has been released.
See for some more information about XPrivacy 3 [here](https://github.com/M66B/XPrivacy#FAQ68).
See for more information about XPrivacy 3 [here](https://github.com/M66B/XPrivacy#FAQ68).

You can install XPrivacy 2.99.x / 3.x by following these steps:
You can install XPrivacy 3.x by following these steps:

* Make a full backup, preferable a [NANDroid](http://forum.xda-developers.com/wiki/NANDroid)
* Update to the latest 2.2.x (beta) version
* Update to stable version 2.3
* If you want to receive test/beta versions: enter the quirk *test* into the main settings
* Use the main menu *Check for updates* (in the *Help ...* menu in the most recent versions)
* Make sure notifications are not suppressed by another Xposed module or an application manager

Version 2.99.x and version 3.x will be available with a [pro license](http://www.xprivacy.eu/) only for the time being.
Version 3.x will be available with a [pro license](http://www.xprivacy.eu/) only for some time.

**Next release**

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

**Version 3.0**

Main changes since stable version 2.2.1:

* Reviewed all about 250 restrictions, resulting in numerous changes, mainly visible as performance improvements
Expand All @@ -61,8 +63,6 @@ Other changes:
* Updated Japanese translation
* Updated Norwegian translation

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

**Version 2.99.43 BETA**

* Layout improvement ([pull request](/../../issues/1933))
Expand Down
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/PrivacyManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import android.util.SparseArray;

public class PrivacyManager {
public static final boolean cVersion3 = false;
public static final boolean cVersion3 = true;

// This should correspond with restrict_<name> in strings.xml
public static final String cAccounts = "accounts";
Expand Down
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/PrivacyService.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class PrivacyService extends IPrivacyService.Stub {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 413;
private static final int cCurrentVersion = 414;
private static final String cServiceName = "xprivacy386";

private SQLiteDatabase mDb = null;
Expand Down

0 comments on commit 0e51c2e

Please sign in to comment.