summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/ApnEditor.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | 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