Skip to content

Commit

Permalink
v65 Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve committed Jul 9, 2024
1 parent 236975e commit 58ac87f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
/.idea
/GRAPHICS
/local.properties
local.properties
*.iml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Karma FW is completely different from all other VPN Firewalls. Karma FW requires

Please do not send any requests for customisation that would require Karma Firewall to inspect a users traffic. We leave that to all the other Android Firewalls.

After a number of years I have stopped releasing Karma Firewall on Google Play and have now moved Karma Firewall to F-Droid.
After a number of years I have stopped releasing Karma Firewall on Google Play and have now moved Karma Firewall to F-Droid and GitHub.

[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "net.stargw.fok"
minSdkVersion 21
targetSdkVersion 29
versionCode 64
versionName "64"
versionCode 65
versionName "65"
}
buildTypes {
release {
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/java/net/stargw/karma/Global.java
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,9 @@ public static boolean getAppList()
int key = it.next();
AppInfo app = Global.appListFW.get(key);
app.flush = true;
app.enabled = false; // reset
// app.expandView = false;
// app.appInfoExtra = null; // these may have changed...
// this will double up...
// app.appInfoExtra = new ArrayList<AppInfoExtra>();
}

PackageInfo packageInfo;
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/65.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Hungarian Translation - thanks hevesij
• German Translation - thanks khwolf
2 changes: 1 addition & 1 deletion metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Karma Firewall app lets you take control back of your phone and block internet t

Ever wondered why lots of apps that have no need for Internet access require Internet Permissions? Its usually either to display adverts or send your sensitive data back to servers in USA, China or Russia. Karma Firewall can block this traffic and protect your personal data. You do not need any technical skills to use, no complicated IP Addressing, Ports, Packet Filtering etc. Simply select the apps you want to block, and you are protected.

Karma Firewall is the safest, most trusted Android Firewall. Karma FW is completely different from all other VPN Firewalls. Karma FW requires NO Internet permissions. Without permissions CANNOT send any data anywhere. We intercept no allowed traffic.
Karma Firewall is the safest, most trusted Android Firewall. Karma FW is completely different from all other VPN Firewalls. We intercept no allowed traffic. Karma FW requires NO Internet permissions. Without Internet permissions Karma FW CANNOT steal your data and send it anywhere.

0 comments on commit 58ac87f

Please sign in to comment.