Janek Zangenberg
Janek Zangenberg
I created a [fork](https://github.com/w2sv/AndroidViewAnimations), through which you can download the newest version of the repo via jitpack and thereby resolve the issue, in case anybody's struggling with this just as...
Well there's no API for retrieving those addresses as IPv6s AFAIK, and I suppose just converting them from their IPv4 versions wouldn't be of much use, or am I wrong?
The `InetAddress`es returned by https://developer.android.com/reference/android/net/LinkProperties#getDnsServers() only contain the IPv4 host addresses. https://developer.android.com/reference/android/net/LinkProperties#getRoutes() on the other hand returns various routes and addresses, which I, however, don't really know how to interpret....
The nat64Prefix I can definitely add, I created a separate issue for that @ https://github.com/w2sv/WiFi-Widget/issues/144.
So these aren't DHCP or DNS addresses but an entirely separate property?
Also, how can you tell that ``` interface: wlan0 | gateway: /:: | destination: 2a02:3032:2e0:5207::/64 | isDefaultRoute: false interface: wlan0 | gateway: /fe80::f669:42ff:fea7:a73 | destination: ::/0 | isDefaultRoute: true ```...
Okay, so they actually don't have anything to do with the original issue subject. Do you think adding them to the displayable widget properties under the name "Route" would be...
Interesting suggestion! Surely would take a bit of work as I'd have to allow the user to disable it, as well as make the displayed properties configurable, but I can...
Would you mind attaching a screenshot of the widget as it is now? I have issues imagining how removing the labels of those two properties would save screen space. Either...
I'm not sure, I've never used one UI or Nova launcher. What's the precise problem with the dynamic widget colors, don't they change at all with respect to your device...