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

Commit

Permalink
1.99.52 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Feb 22, 2014
1 parent c93c0a0 commit 860f601
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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="285"
android:versionName="1.99.51" >
android:versionCode="286"
android:versionName="1.99.52" >

<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 @@ -14,15 +14,17 @@ Changelog

**Next release**

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

**Version 1.99.52 BETA**

* Optimized *storage/open* restriction
* Added whitelisting for folders
* Added whitelisting for subdomains ([issue](/../../issues/1418))
* Limited parameters to 128 characters to prevent performance problems
* Display host name instead of IP address where possible ([issue](/../../issues/1415))
* Fixed crash when both on demand restricting and notify restricted ([issue](/../../issues/1417))

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

**Version 1.99.51 TEST**

* Fixed returning exceptions ([issue](/../../issues/1398))
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 @@ -66,7 +66,7 @@ public class PrivacyService {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 285;
private static final int cCurrentVersion = 286;
private static final String cServiceName = "xprivacy283";

// TODO: define column names
Expand Down

0 comments on commit 860f601

Please sign in to comment.