History log of /frameworks/base/core/java/android/net/StaticIpConfiguration.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
acda32c35fc6a30ce11abfddb26ec5052de063f4 13-May-2016 Erik Kline <ek@google.com> DHCPv4: lease expiration is fatal, renew failures are not

Bug: 24837343

Change-Id: Ib330864f8376b0907390d581b48cff5446b3392b
/frameworks/base/core/java/android/net/StaticIpConfiguration.java
08c7116ab9cd04ad6dd3c04aa1017237e7f409ac 28-Feb-2015 John Spurlock <jspurlock@google.com> Remove unused imports in frameworks/base.

Change-Id: I031443de83f93eb57a98863001826671b18f3b17
/frameworks/base/core/java/android/net/StaticIpConfiguration.java
d0cc544039ee7d35d0f1aa9fc9d0f57ef6dfbfb9 29-Jan-2015 Lorenzo Colitti <lorenzo@google.com> Also include the domain when parceling StaticIpConfiguration.

StaticIpConfiguration objects are parceled at least as part of the
IpConfiguration objects that are passed to IEthernetManager when an
application sets static IP configuration on Ethernet.

Change-Id: I49991e2f591cc6cf01b503c18eb343b5929efe29
/frameworks/base/core/java/android/net/StaticIpConfiguration.java
b3b70975d9b1d9969dc58ed880baa13509a8933d 05-Nov-2014 Paul Jensen <pauljensen@google.com> Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()

setDomain() and toLinkProperties() were not setting the domains.
The setDomain() bug affected Wifi and I believe the toLinkProperties()
bug affected Ethernet and Bluetooth reverse-tethering.

(cherry picked from commit c53113b37f33c7ed19660c8ec5bfd578e8bb5409)

bug:18252947
Change-Id: I6235fcd6b875aee516efbb5f880db1a99380355b
/frameworks/base/core/java/android/net/StaticIpConfiguration.java
8316b819b2837b6ad25957328ba7b2fdaf705fa9 20-Jan-2015 Lorenzo Colitti <lorenzo@google.com> Support connecting to networks with misconfigured subnet masks.

In K and earlier, we would connect to a network where the gateway
was not covered by the subnet mask of the IP address. This is an
invalid configuration, but it used to work, and other OSes appear
to accept it too, so support it.

Bug: 19067207

(cherry picked from commit 2dfb79a54adeb4bcf1f62332a9db467fce302ced)

Change-Id: I80088f291466dbd5a47f360dcc1620acee5cf57e
/frameworks/base/core/java/android/net/StaticIpConfiguration.java
0a82e80073e193725a9d4c84a93db8a04b2456b9 30-Jul-2014 Lorenzo Colitti <lorenzo@google.com> Stop using LinkProperties for static configuration.

LinkProperties can represent way more complicated configurations
than what we can actually apply to interfaces. This makes it
error-prone to use it to represent static configuration, both
when trying to apply configuration coming from LinkProperties
and when trying to save configuration from current
LinkProperties.

Instead, move static configuration (IPv4 only, since we don't
support static IPv6 configuration) into a separate
StaticIpConfiguration class.

Bug: 16114392
Bug: 16893413
Change-Id: Ib33f35c004e30b6067bb20235ffa43c247d174df
/frameworks/base/core/java/android/net/StaticIpConfiguration.java