History log of /packages/apps/Settings/src/com/android/settings/ApnEditor.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
68b9a26543e5d3f32013bbb5bd6ccb41ccad275a 08-Aug-2012 Tore Anderson <tore@fud.no> Enable "APN roaming protocol" for all platforms

Allows users to change the protocol (the PDP context type) used when
roaming in the same way they already can for when they are in their home
network. This is required in order to make IPv6 and IPv4v6 data roaming
work correctly in 3GPP networks.

See also: http://code.google.com/p/android/issues/detail?id=32631

Change-Id: I052842122e5fe96a8779077f0ae9ff4bc83066c5
Signed-off-by: Tore Anderson <tore@fud.no>
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
9ad4a89877363a6f1128b258f6535b29d2f778e2 14-Jun-2012 Wink Saville <wink@google.com> Use telephony-common - DO NOT MERGE

Change-Id: Ic95136fd5934afdd53a08bfd640d40add67fdb44
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
d0de427f9ac976d09db6a645f83954899e0fef24 16-Oct-2011 John Huang <jsh@google.com> Add "Roaming protocol" to APN editor.

Field already exists in the APN database. Now it is user updatable.
Only enable it on CDMA for this release (means it is not really user
visible, but available for testing purposes). Will revisit enabling
for all in a future release.

Bug: 5420680
Change-Id: Ia2c551c48ae9ce47c57ad36ec73d152441a27284
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
cd8b7c3d0bea0cfb5e5c55493a3b06f62f22700a 09-Sep-2011 sinikang <sinikang@samsung.com> Modify ApnEditor app for new APN schema.

As the telephony db is changed, The ApnEditor app has to be changed also.
As your request, I changed the ListPreference object to read-only CheckBoxPreference object and "The Others" to "Unspecified".This is a pair set with below change-ids.
- https://partner.source.android.com/g/#/c/8515/
- https://partner.source.android.com/g/#/c/8517/
- https://partner.source.android.com/g/#/c/9048/

Change-Id: I2bdd4f3076adfbee0f277ddb59a150e51e45ac9b
bug:4991683
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
67c70267d16996ced73ac2e7648b0a79baed3c16 04-Mar-2011 Lorenzo Colitti <lorenzo@google.com> resolved conflicts for merge of a4fb8c86 to honeycomb-plus-aosp

Change-Id: I8edb2e7f07f793e78c15bcf9b2f048d91b1f6504
a4fb8c868459ac0cf763916555c4e9963965242c 04-Mar-2011 Lorenzo Colitti <lorenzo@google.com> am f4393101: Merge "Support configuring the protocol in APN settings." into gingerbread

* commit 'f4393101f80f0ca1a10771613a18565323b69fa2':
Support configuring the protocol in APN settings.
a52c5698ca9da9f681232ac92cc02de1138956a5 30-Dec-2010 Lorenzo Colitti <lorenzo@google.com> Support configuring the protocol in APN settings.

Bug: 3333633
Change-Id: I0797cd97074fe1b8a1318168b86fe4627488215a
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
a7e587fc8d0bcf67fd387c5f9b58b1063c217ae5 30-Dec-2010 Lorenzo Colitti <lorenzo@google.com> Support configuring the protocol in APN settings.

Change-Id: I435061a631bdb2f58935af607abf8cd7c5d252ba
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
8472b1b60d7400a2a6dab8b54d1e1fd80659487f 28-Jan-2011 Justin Ho <justinho@google.com> Updating Delete and Refresh icons to Honeycomb style

Bug: 3362749
Change-Id: Ib4b61c9e7db05b0627c1f353d3747268455dab6c
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
1929008ac5b45af96f2175b5232c3c66d2474f52 25-Oct-2010 Marta Białka <marta.bialka@sonyericsson.com> Always set right auth_type value in apn.

It fixes a bug that automatically sets auth_type value
of editing apn that has and should have that value set
to null (-1 = Not yet set) to auth_type value of an
apn previously displayed in the apn editor. It is
caused by careless persisting and reading data from
SharedPreferences. Fixed to keep and persist (to be
consistent with other apn's Preferences) null value
for not yet set auth_type property.

Change-Id: I4e125a4cdbad968c9f6ea8781a8c849f4c31c929
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
20108e2ed6d7fdc889d85702f7cbda906db141cf 12-May-2010 Jiehua.Dai <Jiehua.Dai@sonyericsson.com> Fix window leak problems in settings.

There were window leak in the settings application.
These leak happens when an AlertDialog displays, rotate the phone,
then it would cause window leak.

Change-Id: I914897bf657933efea72eeea66076dc288098420
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
414ab76fe3cebce39dd49317b4e368a16cca0847 04-Mar-2010 Jiehua Dai <Jiehua.Dai@sonyericsson.com> The password in the APN settings is shown instead of stars

The password is presented as stars in the edit box, also if one
exits and then enters the APN editor the password is stars.

With this patch the APN password is consistently starified.
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
4d31288fe30b2e8f2e0a5ff54b402912fd830df1 29-Oct-2009 Amith Yamasani <yamasani@google.com> Fix for 1974140. Delete entry if not valid on hitting home.

If user doesn't enter an APN or name, then delete the entry on hitting home.

And if user has enough information but doesn't enter a name, then set the
name to "Untitled" to avoid blank APNs in the list.
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
195bc43460967e57e4c1131ba156083a93e0e4e8 26-Oct-2009 Jaikumar Ganesh <jaikumar@google.com> Add Authentication Type field to the APN settings.

Bug: 1817100
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
c38866843e966622346dc8f7b028749cac9c2198 02-Apr-2009 Wink Saville <> AI 144245: Fix merge conflict for megering in the CDMA changes in to master from donutburger.

Automated import of CL 144245
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
afc4ab2ffbb8327ddce9907961295a32cbf49d0f 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
4e14e5ccbf1ef27220419849133d482a546d5c04 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
abc48f80d8747b4fc051b7dd364355ee667a9bac 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/Settings/src/com/android/settings/ApnEditor.java
de2d9f5f109265873196f1615e1f3546b114aaa7 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Settings/src/com/android/settings/ApnEditor.java