Skip to content

Commit

Permalink
Merge branch 'tr'
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoZenz committed Sep 1, 2022
2 parents 48a67d2 + 5bba347 commit fc47cb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dnsfilter.android"
android:versionCode="1505304"
android:versionName="1.50.53.4">
android:versionCode="1505305"
android:versionName="1.50.53.5">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/dnsfilter/DNSFilterManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ of the License, or (at your option) any later version.

public class DNSFilterManager extends ConfigurationAccess {

public static final String VERSION = "1505304";
public static final String VERSION = "1505305";

private static DNSFilterManager INSTANCE = new DNSFilterManager();

Expand Down
1 change: 1 addition & 0 deletions app/src/main/java/dnsfilter/android/DNSProxyActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -1676,6 +1676,7 @@ protected void startup() {
String timeStampPattern = getConfig().getConfigValue("liveLogTimeStampFormat", "hh:mm:ss");
myLogger.setTimestampFormat(timeStampPattern);
}
myLogger.setSuppressTime(repeatingLogSuppressTime);

if (DNSFilterService.SERVICE != null) {
Logger.getLogger().logLine("DNS filter service is running!");
Expand Down

0 comments on commit fc47cb6

Please sign in to comment.