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

Commit

Permalink
2.99.29 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Aug 16, 2014
1 parent ef9a8ff commit a4d7e00
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="394"
android:versionName="2.99.27" >
android:versionCode="395"
android:versionName="2.99.29" >

<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 @@ -39,20 +39,22 @@ You can install XPrivacy 2.99.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 version
* Enter the quirk *test* into the main settings
* Changed quirk *noresolve* into *resolve*, since things should work out-of-the-box
* Use the menu *Check for updates*

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

**Next release**

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

**Version 2.99.29 BETA**

* Added application specific quirks ([issue](/../../issues/1844))
* Added intent for update check ([issue](/../../issues/1867))
* Changed the default to *noresolve* and added quirk *resolve*
* Fixed all problems reported through the debug info
* Updated Simplified Chinese translation

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

**Version 2.99.27 BETA**

* Added restriction *registerListener* to the *Sensors* category, which will limit the rate of the gyroscope to 100 Hz to prevent eavesdropping ([issue](/../../issues/1878))
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 = 394;
private static final int cCurrentVersion = 395;
private static final String cServiceName = "xprivacy386";

private SQLiteDatabase mDb = null;
Expand Down

0 comments on commit a4d7e00

Please sign in to comment.