summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/wifi/WifiSettings2.java
Commit message (Collapse)AuthorAgeFilesLines
* WifiSettings: rename WifiSettings2 to WifiSettings.Chia-chi Yeh2010-02-031-484/+0
|
* WifiSettings: revise and add support for editing EAP networks.Chia-chi Yeh2010-02-021-0/+484
Use arrays.xml to store translations for enumerations; avoid race conditions happened when pop up menu or dialog; avoid saving configurations with networks disabled; use the same layout for all the dialogs; support editing EAP networks; only unlock keystore before connecting; and many bug fixes I cannot remember. The number of lines in the new code is about 1/3 of the old one, and it improves the readability a lot!