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

Commit

Permalink
1.99.39 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Feb 10, 2014
1 parent 170f749 commit f32df57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="biz.bokhorst.xprivacy"
android:versionCode="272"
android:versionName="1.99.38" >
android:versionCode="273"
android:versionName="1.99.39" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ Test and beta releases will have experimental functions enabled by default.

**Next release**

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

**Version 1.99.39 BETA**

* Fixed allowing contacts in some situations ([issue](/../../issues/1155))
* Fixed checkbox logic when *Restrict dangerous functions* was not set, thanks @[jpeg729](https://github.com/jpeg729)
* Attempt to fix keyboard interfering with on demand restricting dialog (reported on XDA)
* Improved performance
* Updated German translation

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

**Version 1.99.38 TEST**

* Fixed allowing contacts in some situations ([issue](/../../issues/1155))
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 @@ -68,7 +68,7 @@ public class PrivacyService {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 272;
private static final int cCurrentVersion = 273;
private static final String cServiceName = "xprivacy" + cCurrentVersion;

// TODO: define column names
Expand Down

0 comments on commit f32df57

Please sign in to comment.