Skip to content

Commit 3e9f460

Browse files
committed
1.3.01
1 parent 6386e64 commit 3e9f460

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
43

54
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
65
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
[New Features]
2-
- Enabled the display of a theoretically unlimited number of IPv6 addresses, instead of 2 at all times
3-
- Enabled the prefix length display for all IP addresses, alongside additional sub properties (SiteLocal, LinkLocal, Multicast, Loopback)
4-
- Added an in-app WiFi Status display
5-
- Added an in-app display of all current WiFi properties, with copy-to-clipboard functionality on click
6-
- Decoupled static and dynamic widget themes, meaning that you can now select whether to use either the one or the other
7-
8-
[Changes]
9-
- UI improvements all over the place (as per usual), including the removal of spring animations, which weren't necessarily adding to the apps UX smoothness
10-
- Replaced most humdrum toasts by crispy snackbars, featuring icons and actions
11-
- New default custom widget colors
1+
Fix F-Droid build

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ android.nonTransitiveRClass=true
88
android.defaults.buildfeatures.buildconfig=true
99
android.uniquePackageNames=true
1010
android.nonFinalResIds=false
11-
version=1.3.0
12-
versionCode=39
11+
version=1.3.01
12+
versionCode=40

0 commit comments

Comments
 (0)