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

Commit

Permalink
3.2.3 test
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Sep 21, 2014
1 parent 50a2c64 commit 2237409
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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="426"
android:versionName="3.2.2" >
android:versionCode="427"
android:versionName="3.2.3" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ See for more information about XPrivacy 3 [this FAQ](https://github.com/M66B/XPr

**Next release**

* Persist/show original values
[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

**Version 3.2.3 TEST**

* Persist/show original values ([pro license](http://www.xprivacy.eu/) only)
* Persisting/showing fake values would require an extra call to the privacy service, which would impact performance
* Proof of concept with *SERIAL*
* Flush local application caches too
Expand All @@ -36,8 +40,6 @@ See for more information about XPrivacy 3 [this FAQ](https://github.com/M66B/XPr
* Updated Japanese translation
* Updated Slovak translation

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

**Version 3.2.2 BETA**

* Added option to rename templates ([issue](/../../issues/1723))
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 = 426;
private static final int cCurrentVersion = 427;
private static final String cServiceName = "xprivacy386";

private SQLiteDatabase mDb = null;
Expand Down

0 comments on commit 2237409

Please sign in to comment.