summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/ApnEditor.java
Commit message (Collapse)AuthorAgeFilesLines
* Settings - add an AlertDialog before to delete APN to avoid failsMatthias2013-06-101-2/+12
| | | | | | | | | patch 1: fix blank space patch 2: remove FR translation and change NegativeButton string patch 3: improve the NegativeButton (thank you, David) patch 4: remove create() Change-Id: I3361d4160a7e1c4eaee094f08c7d212f71e9e0e7
* Apn settings fixes / code maintainenceDanesh M2012-12-071-47/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Depends on : http://review.cyanogenmod.com/#change,13743 Cleanup unecessary resources and use global ones - This fixes the duplicate id issue currently causing apn's to be un-editable Bring the ui aspect of the preference up to speed with ics - Use ics highlight / layout...etc - Use fragments Patchset 5 : Remove theme for ApnEditor Use static access for variables Patchset 6 : Launch apn editor internally as a fragment Replace deprecated managedQuery with CursorLoader Change-Id: I069415b29846f30665ce76e52f04115d1b65e455 Conflicts: AndroidManifest.xml Conflicts: AndroidManifest.xml res/layout/apn_preference_layout.xml src/com/android/settings/ApnEditor.java src/com/android/settings/ApnSettings.java
* Enable "APN roaming protocol" for all platformsTore Anderson2012-08-081-9/+1
| | | | | | | | | | | | 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>
* Use telephony-common - DO NOT MERGEWink Saville2012-07-171-1/+2
| | | | Change-Id: Ic95136fd5934afdd53a08bfd640d40add67fdb44
* Add "Roaming protocol" to APN editor.John Huang2011-10-161-17/+35
| | | | | | | | | | 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
* Modify ApnEditor app for new APN schema.sinikang2011-09-151-0/+47
| | | | | | | | | | | 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
* resolved conflicts for merge of a4fb8c86 to honeycomb-plus-aospLorenzo Colitti2011-03-041-0/+6
|\ | | | | | | Change-Id: I8edb2e7f07f793e78c15bcf9b2f048d91b1f6504
| * am f4393101: Merge "Support configuring the protocol in APN settings." into ↵Lorenzo Colitti2011-03-031-1/+49
| |\ | | | | | | | | | | | | | | | | | | gingerbread * commit 'f4393101f80f0ca1a10771613a18565323b69fa2': Support configuring the protocol in APN settings.
| | * Support configuring the protocol in APN settings.Lorenzo Colitti2011-02-221-1/+49
| | | | | | | | | | | | | | | Bug: 3333633 Change-Id: I0797cd97074fe1b8a1318168b86fe4627488215a
* | | Support configuring the protocol in APN settings.Lorenzo Colitti2011-02-041-1/+43
| | | | | | | | | | | | Change-Id: I435061a631bdb2f58935af607abf8cd7c5d252ba
* | | Updating Delete and Refresh icons to Honeycomb styleJustin Ho2011-01-271-1/+1
|/ / | | | | | | | | Bug: 3362749 Change-Id: Ib4b61c9e7db05b0627c1f353d3747268455dab6c
* | Always set right auth_type value in apn.Marta Białka2010-10-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Fix window leak problems in settings.Jiehua.Dai2010-07-141-19/+52
|/ | | | | | | | 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
* The password in the APN settings is shown instead of starsJiehua Dai2010-03-051-1/+5
| | | | | | | 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.
* Fix for 1974140. Delete entry if not valid on hitting home.Amith Yamasani2009-10-281-6/+18
| | | | | | | 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.
* Add Authentication Type field to the APN settings.Jaikumar Ganesh2009-10-261-41/+90
| | | | Bug: 1817100
* AI 144245: Fix merge conflict for megering in the CDMA changes in to master ↵Wink Saville2009-04-021-1/+1
| | | | | | from donutburger. Automated import of CL 144245
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+403
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-403/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+10
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+393