Skip to content

Commit

Permalink
Prepare for 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanth committed Mar 11, 2016
1 parent 045e930 commit 3777660
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog AFWall+
==================

Version 2.2.2
* Fix: Issue with auto IPv6 from preference
* Fix: afwall su.d script removal on uncheck preference & Added support for systemless su
* Fix: additional steps to kill klogripper process.
* Disable AFWall+ if kingroot is detected. AFWall+ will no longer support on devices which has su via Kingroot! more details https://github.com/ukanth/afwall/issues/501
* Added highly experimental feature - Keep only AFWall+ chains on connectivity change.
* Updated translations.

Version 2.2.1
* Fix: delete su.d script if unchecked from preference
* Fix: Startup hang issue while applying rules
Expand Down
2 changes: 1 addition & 1 deletion aFWall/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 15222
versionName "2.2.2-BETA"
versionName "2.2.2"
}

buildTypes {
Expand Down
4 changes: 3 additions & 1 deletion aFWall/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# Allow obfuscation of android.support.v7.internal.view.menu.**
# to avoid problem on Samsung 4.2.2 devices with appcompat v21
# see https://code.google.com/p/android/issues/detail?id=78377
-keep class !android.support.v7.internal.view.menu.**,android.support.** {*;}
# Fix bug on Samsung, Wiko (and other) devices running Android 4.2
# See also: https://code.google.com/p/android/issues/detail?id=78377
-keep class !android.support.v7.view.menu.**,!android.support.design.internal.NavigationMenu,!android.support.design.internal.NavigationMenuPresenter,!android.support.design.internal.NavigationSubMenu,** {*;}
-keep class * extends com.raizlabs.android.dbflow.config.DatabaseHolder { *; }
-dontpreverify
-dontoptimize
Expand Down

0 comments on commit 3777660

Please sign in to comment.