Skip to content

Commit

Permalink
2.0.26 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed May 29, 2014
1 parent ad00786 commit 2609c96
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="332"
android:versionName="2.0.25" >
android:versionCode="333"
android:versionName="2.0.26" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Changelog

**Next release**

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

**Version 2.0.26 BETA**

* Acquiring partial wakelock for batch operations ([issue](/../../issues/1683))
* Added option/interface to clear service cache ([issue](/../../issues/1678))
* Not storing salt into database anymore for increased privacy ([issue](/../../issues/1661))
Expand All @@ -23,8 +27,6 @@ Changelog
* Updated Italian translation
* Updated traditional Chinese translation

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

**Version 2.0.25 STABLE**

* Fixed applying template for functions with whitelists (reported on XDA)
Expand Down
4 changes: 2 additions & 2 deletions src/biz/bokhorst/xprivacy/PrivacyService.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ public class PrivacyService {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 332;
private static final String cServiceName = "xprivacy305";
private static final int cCurrentVersion = 333;
private static final String cServiceName = "xprivacy333";

// TODO: define column names
// sqlite3 /data/system/xprivacy/xprivacy.db
Expand Down

0 comments on commit 2609c96

Please sign in to comment.