<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Settings/src/com/android/settings/wifi/WifiConfigController.java, branch replicant-6.0</title>
<subtitle>packages/apps/settings
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/'/>
<entry>
<title>Merge branch 'LA.BF64.1.2.2_rb4.7' of git://codeaurora.org/platform/packages/apps/Settings into cm-13.0</title>
<updated>2015-11-16T22:43:08+00:00</updated>
<author>
<name>Steve Kondik</name>
<email>steve@cyngn.com</email>
</author>
<published>2015-11-16T22:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=e6aed7196211928232ee005bd37a6a220ac64e64'/>
<id>e6aed7196211928232ee005bd37a6a220ac64e64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wifi: Select SIMcard number based on index instead of displayname</title>
<updated>2015-11-06T06:22:28+00:00</updated>
<author>
<name>Sravanthi Palakonda</name>
<email>srapal@codeaurora.org</email>
</author>
<published>2015-11-03T06:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=241aad402822584a1d26771a92ba3a7ef47424fa'/>
<id>241aad402822584a1d26771a92ba3a7ef47424fa</id>
<content type='text'>
The selected SIMcard number is saved to configuration based on display
names, while doing EAP authentication using SIM/AKA/AKAPRIME. This leads
to selecting wrong SIMcard number if the display names of SIM cards are
same.This commit ensures to select SIMcard number based on index instead
of SIM display names.

Change-Id: Ic48af29428b49b9302cd136aae6bf88aa53521bc
CRs-Fixed: 934268
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The selected SIMcard number is saved to configuration based on display
names, while doing EAP authentication using SIM/AKA/AKAPRIME. This leads
to selecting wrong SIMcard number if the display names of SIM cards are
same.This commit ensures to select SIMcard number based on index instead
of SIM display names.

Change-Id: Ic48af29428b49b9302cd136aae6bf88aa53521bc
CRs-Fixed: 934268
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag 'android-6.0.0_r26' into HEAD</title>
<updated>2015-11-05T15:44:26+00:00</updated>
<author>
<name>Ricardo Cerqueira</name>
<email>ricardo@cyngn.com</email>
</author>
<published>2015-11-05T02:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=90852d4675c9b7df6faf036efb7fe73b5f816293'/>
<id>90852d4675c9b7df6faf036efb7fe73b5f816293</id>
<content type='text'>
Android 6.0.0 release 26

Conflicts:
	res/values-fr/strings.xml
	res/values-it/strings.xml
	res/values-ja/strings.xml
	res/values-nl/strings.xml
	res/values-pl/strings.xml
	res/values-ro/strings.xml
	res/values-ru/strings.xml
	res/values-zh-rCN/strings.xml
	res/values/bools.xml
	res/values/strings.xml
	res/xml/development_prefs.xml
	src/com/android/settings/DevelopmentSettings.java
	src/com/android/settings/DeviceInfoSettings.java
	src/com/android/settings/DisplaySettings.java

Change-Id: I9fd9e793cf6097d950f8a1e30771c8bdf5067906
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Android 6.0.0 release 26

Conflicts:
	res/values-fr/strings.xml
	res/values-it/strings.xml
	res/values-ja/strings.xml
	res/values-nl/strings.xml
	res/values-pl/strings.xml
	res/values-ro/strings.xml
	res/values-ru/strings.xml
	res/values-zh-rCN/strings.xml
	res/values/bools.xml
	res/values/strings.xml
	res/xml/development_prefs.xml
	src/com/android/settings/DevelopmentSettings.java
	src/com/android/settings/DeviceInfoSettings.java
	src/com/android/settings/DisplaySettings.java

Change-Id: I9fd9e793cf6097d950f8a1e30771c8bdf5067906
</pre>
</div>
</content>
</entry>
<entry>
<title>Wifi: Handle NullPointerException during AddNetwork for EAP types</title>
<updated>2015-10-21T20:24:15+00:00</updated>
<author>
<name>Sravanthi Palakonda</name>
<email>srapal@codeaurora.org</email>
</author>
<published>2015-10-14T13:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=43d1c45e6a0fc13a53f46e0b187300ae9cb65a90'/>
<id>43d1c45e6a0fc13a53f46e0b187300ae9cb65a90</id>
<content type='text'>
While we do AddNetwork for EAP type - SIM/AKA/AKAPRIME
,NullPointerException is observed .Handle this by adding a null check
for the Accesspoint object.

Change-Id: I6d20eaa5ab734f11bfa5e038d894cb8ead07f204
CRs-Fixed: 923371
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While we do AddNetwork for EAP type - SIM/AKA/AKAPRIME
,NullPointerException is observed .Handle this by adding a null check
for the Accesspoint object.

Change-Id: I6d20eaa5ab734f11bfa5e038d894cb8ead07f204
CRs-Fixed: 923371
</pre>
</div>
</content>
</entry>
<entry>
<title>Wifi: Enhance EAP SIM/AKA/AKA` configuration for multi(dual ) sim</title>
<updated>2015-10-06T09:21:21+00:00</updated>
<author>
<name>Sravanthi Palakonda</name>
<email>srapal@codeaurora.org</email>
</author>
<published>2015-09-10T11:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=43f908faf7f46349061c80ea9e50377d719c855e'/>
<id>43f908faf7f46349061c80ea9e50377d719c855e</id>
<content type='text'>
This commit enhances the user interface by having the provision to
perform EAP authentication on a specific SIM , when the DUT is enabled
with multi (dual) SIM.

Change-Id: I4095d235750c2a46ab33a99f5f4f3937b6d5e314
CRs-Fixed: 905749
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit enhances the user interface by having the provision to
perform EAP authentication on a specific SIM , when the DUT is enabled
with multi (dual) SIM.

Change-Id: I4095d235750c2a46ab33a99f5f4f3937b6d5e314
CRs-Fixed: 905749
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid sending identity along with EAP sim, aka &amp; aka'.</title>
<updated>2015-08-12T01:42:36+00:00</updated>
<author>
<name>Sanket Padawe</name>
<email>sanketpadawe@google.com</email>
</author>
<published>2015-08-12T01:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=f1165c14c5bce0f03691b024127e019a6a2e8c47'/>
<id>f1165c14c5bce0f03691b024127e019a6a2e8c47</id>
<content type='text'>
Bug: 22358498
Change-Id: I829b3f9fe688efc933483506e1b5944195e1975f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 22358498
Change-Id: I829b3f9fe688efc933483506e1b5944195e1975f
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues in AP dialog arising after clicking on AP preferences.</title>
<updated>2015-07-24T20:52:03+00:00</updated>
<author>
<name>Sanket Padawe</name>
<email>sanketpadawe@google.com</email>
</author>
<published>2015-07-24T20:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=3bf0db8d10fee87c6c2cb7f012dcf97d1ce458f3'/>
<id>3bf0db8d10fee87c6c2cb7f012dcf97d1ce458f3</id>
<content type='text'>
+Added a new flag to keep track if user wanted to modify AP by hard
pressing on AP.

Bug: 22485686
Change-Id: Ia60a564a5344393f5e5340a3493ae7c660ead3d7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+Added a new flag to keep track if user wanted to modify AP by hard
pressing on AP.

Bug: 22485686
Change-Id: Ia60a564a5344393f5e5340a3493ae7c660ead3d7
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable CA certificate for EAP-SIM, AKA &amp; AKA'</title>
<updated>2015-07-06T23:14:43+00:00</updated>
<author>
<name>Sanket Padawe</name>
<email>sanketpadawe@google.com</email>
</author>
<published>2015-07-06T23:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=8c5d5c8c565b0774f3bc8fd9fac0150505ed7c82'/>
<id>8c5d5c8c565b0774f3bc8fd9fac0150505ed7c82</id>
<content type='text'>
Bug: 21877800
Change-Id: I66dbb12ebcf94c094d2a71d91d8b2eeef8cf6f48
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 21877800
Change-Id: I66dbb12ebcf94c094d2a71d91d8b2eeef8cf6f48
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Hide EAP SIM, AKA &amp; AKA' choices in wifi Settings if device doesn't support." into mnc-dev</title>
<updated>2015-06-28T02:45:48+00:00</updated>
<author>
<name>Sanket Padawe</name>
<email>sanketpadawe@google.com</email>
</author>
<published>2015-06-28T02:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=52dce9d3340da087fadf4689a07c943d9a121071'/>
<id>52dce9d3340da087fadf4689a07c943d9a121071</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide EAP SIM, AKA &amp; AKA' choices in wifi Settings if device doesn't support.</title>
<updated>2015-06-26T22:57:43+00:00</updated>
<author>
<name>Sanket Padawe</name>
<email>sanketpadawe@google.com</email>
</author>
<published>2015-06-26T22:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=94c0b0d436200a948b40249b4f7df69f44dbba7c'/>
<id>94c0b0d436200a948b40249b4f7df69f44dbba7c</id>
<content type='text'>
Bug: 22014309
Change-Id: I606649cb4d2e13330afa89075ad074e7dc525f87
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 22014309
Change-Id: I606649cb4d2e13330afa89075ad074e7dc525f87
</pre>
</div>
</content>
</entry>
</feed>
