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

Commit

Permalink
1.99.50 test
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Feb 21, 2014
1 parent 6a4febc commit 37024d3
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="283"
android:versionName="1.99.49" >
android:versionCode="284"
android:versionName="1.99.50" >

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

**Next release**

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

**Version 1.99.50 TEST**

* Fixed returning exceptions ([issue](/../../issues/1398))
* Attempt to fix interaction between on demand dialog and status bar (reported on XDA)
* Removed more dependencies on Xposed
* Improved on demand restricting dialog layout
* Show SDK version and XPrivacy version from in function information
* Show SDK version and XPrivacy version *from* in function information
* Prevent on demand restricting after being powered down
* Added white/black listing to IP addresses, shell commands, files and URLs, big thanks @[jpeg729](https://github.com/jpeg729) ([issue](/../../issues/1375))
* Updated Russian translation

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

**Version 1.99.49 TEST**

* Fixed restriction caching (performance)
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 = 283;
private static final int cCurrentVersion = 284;
private static final String cServiceName = "xprivacy283";

// TODO: define column names
Expand Down

0 comments on commit 37024d3

Please sign in to comment.