| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
gingerbread
* commit 'f4393101f80f0ca1a10771613a18565323b69fa2':
Support configuring the protocol in APN settings.
|
| |
| |
| |
| |
| | |
Bug: 3333633
Change-Id: I0797cd97074fe1b8a1318168b86fe4627488215a
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
|
|
| |
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 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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Bug: 1817100
|
|
|
|
|
|
| |
from donutburger.
Automated import of CL 144245
|
| |
|
| |
|
| |
|
|
|