Skip to content

Commit

Permalink
1.99.2 experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jan 19, 2014
1 parent f8b5760 commit 5c8415b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 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="235"
android:versionName="1.99.1" >
android:versionCode="236"
android:versionName="1.99.2" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ 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.2 EXPERIMENTAL**

* Removed restriction *getPackagesForUid*
* Migrate on boot completed and display notification migration completed
* Attempt to fix security exception
* Migrate on boot completed event and display notification migration completed
* Attempt to fix security exception (based on received support info)
* Moved meta.xml to Meta class
* Cache permissions
* Optimized usage data getting (solves performance problems)
* Cache permissions for better performance
* Optimized usage data getting (should solve most of the performance issue)
* Use inbox style notifications ([issue](https://github.com/M66B/XPrivacy/issues/1112))

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

**Version 1.99.1 EXPERIMENTAL**

* **Redesigned restriction/settings engine/database**
Expand Down

0 comments on commit 5c8415b

Please sign in to comment.