summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Start fragmentizing battery usage.Dianne Hackborn2010-11-112-4/+5
| | | | Change-Id: I0864f6738b37c3203e166bb8f7e61e8904d9980a
* Merge "Refactor WiFi code around XL setup"Daisuke Miyakawa2010-11-103-21/+65
|\
| * Refactor WiFi code around XL setupDaisuke Miyakawa2010-11-103-21/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major: - move SetupWizard-related codes to WifiSettingsForSetupWizardXL as much as possible - stop using Preference for configurinig wifi network. We use WifiConfigUiForSetupWizardXL instead, which is base on a bare View. Minor: - change button handling code expecting better readability. - hide Detail button. - modify strings a bit. - add logs Bug: 3175016 Change-Id: I5b29917af73aac6a82e13ba846a9d5085f9bd523
* | Import revised translations.Eric Fischer2010-11-0942-1854/+3412
|/ | | | Change-Id: I8ff3fdad70919d2937c3a897b5698e45078d0227
* Tweak nosdcard vs. tablet stringsJoe Onorato2010-11-091-10/+7
| | | | | | | We can't have versions of the strings for both tablet and nosdcard. Reword it so that we only need the sdcard or no sdcard versions. Change-Id: I4f2582504fd8a5e12489b40947f7de9d20e0314f
* Merge "Bug fixes, UI flow improvements."Amith Yamasani2010-11-081-24/+0
|\
| * Bug fixes, UI flow improvements.Amith Yamasani2010-11-081-24/+0
| | | | | | | | | | | | Bug: 3173067 - Auto timezone checkbox out of sync with dependency Bug: 3175116 - Crash when launching Manage Accounts screen Move "Add Account" to a menu item from a button at the bottom.
* | Show the accounts on the factory reset screen.Joe Onorato2010-11-083-4/+46
| | | | | | | | | | Bug: 2823530 Change-Id: Idbf46aa59f3c529a3a3ef2d7d4e607822b34f51d
* | Merge "Add frequency band control in UI"Irfan Sheriff2010-11-083-0/+37
|\ \
| * | Add frequency band control in UIIrfan Sheriff2010-11-083-0/+37
| |/ | | | | | | Change-Id: I5a9fa46af358f363b2fe80a8ba7599d13dea5eb7
* | Use custom preference.xml in XL.Daisuke Miyakawa2010-11-081-0/+65
|/ | | | | | | A spacer are added on the left side of each preference, which isn't needed in XL setup screen. Change-Id: Ie3b8e04b492b4a4840ba1bbda4a413673734fbaa
* Fix the string for auto caps. bug: 2101692Ken Wakasa2010-11-071-1/+1
| | | | Change-Id: If6241110957719c64287fc5c49e8db884fef52d4
* Updated visual look for Shortcuts selection.Amith Yamasani2010-11-043-18/+41
|
* Merge "Create activity wrappers for settings launchable through intents or ↵Amith Yamasani2010-11-042-36/+30
|\ | | | | | | shortcuts."
| * Create activity wrappers for settings launchable through intents or shortcuts.Amith Yamasani2010-11-042-36/+30
| | | | | | | | | | | | Meta data specifies the fragment class and top-level header that it belongs to. Bug: 3127704
* | Fix UI for WifiSettings for XL screenDaisuke Miyakawa2010-11-042-32/+32
|/ | | | Change-Id: I874e1e8d86e8b219414f6bf2ff945ea4f9ab7a6c
* Show "connecting" just after user's connect actionDaisuke Miyakawa2010-11-031-18/+8
| | | | | Bug: 3164013 Change-Id: Ide367d51bcd7fcd97403c92ee049a1bb2633e272
* Implement individual Bluetooth profile connect/disconnect.Jake Hamby2010-11-031-0/+11
| | | | | | | | Allow individual Bluetooth profiles to be connected/disconnected from the device's settings pane. Bug: 3137982 Change-Id: I21512c5bf965fc523f3dc1e83d029b16b5e22440
* Fragmentize "Factory reset" setting screen.Amith Yamasani2010-11-035-70/+73
| | | | | | Split the screen into 2 fragments. Bug: 3148480
* Split strings referring to "phone" into phone and tablet variants.Eric Fischer2010-11-021-56/+142
| | | | Change-Id: If38152590580ff24da1c5593e1da53ac6b1952e2
* Remove channel control from debug buildsIrfan Sheriff2010-11-012-15/+0
| | | | | | | | | | We dont need this in the UI now that channel settings is gone. The country code setting can be done from CLI for debug purposes. Bug: 2936741 Change-Id: Ic61abac30af99611af4d67662355068cea6dd4ed
* Further manage apps fragmentization.Dianne Hackborn2010-11-011-9/+8
| | | | | | | All of the UI under manage apps should now be working. Various cleanup through new framework APIs. Fragmentized developer settings. Change-Id: I2b42a2dd0d015e0fdcde497579ddad3dceea9da2
* Move classes related to input method to com.android.settings.inputmethodsatok2010-11-011-1/+1
| | | | | | - Updated proguard.flags Change-Id: I198761b0f0ad5288c8c807a7a3c2e965731fcee5
* Merge "Start fragmentizing Manage Applications."Dianne Hackborn2010-10-291-5/+3
|\
| * Start fragmentizing Manage Applications.Dianne Hackborn2010-10-291-5/+3
| | | | | | | | Change-Id: I0c3d6a358d0236893aba7257537ec32bfad4170d
* | Reduce default settings in WifiSetup XL.Daisuke Miyakawa2010-10-293-2/+385
|/ | | | | | | | | | | | We don't want to show every configurations in default, while we also don't want to complicate basic wifi logics. In order to achive both goals, we first introduce tweaked xml file (wifi_config_preference2.xml). It does contain all the config components but almost all of them are in "gone" visibility. Those components are still able to act as data storage, but never be seen as actual UI components. Change-Id: I4ad3c1b4cbbe77ca2b628b0be25e2b3eb9d645aa
* Merge "Fix layout for WifiSettingsForXL"Daisuke Miyakawa2010-10-292-93/+87
|\
| * Fix layout for WifiSettingsForXLDaisuke Miyakawa2010-10-292-93/+87
| | | | | | | | Change-Id: I99b503005d199084062b63a2de1e049926b212a9
* | Remove extra labels from Volume settings.Amith Yamasani2010-10-291-0/+1
|/ | | | Bug: 3013561
* Merge "Bluetooth settings revamp"Amith Yamasani2010-10-2711-20/+185
|\
| * Bluetooth settings revampAmith Yamasani2010-10-2711-20/+185
| | | | | | | | | | | | | | | | Added a separate scanning screen. UI changes to not require long-press options. Needs TODOs to be filled by BT team. Bug: 3038327
* | Import revised translations.Eric Fischer2010-10-2742-2888/+3958
|/ | | | Change-Id: I0d19c79e3e0ac76527671d181bb77e8944ec4a5f
* Copy InputMethodSubtypeEnabler from the frameworksatok2010-10-271-0/+4
| | | | | | - TODO: remove InputMethodSubtypeEnabler from the framework Change-Id: I751f3c73197c855c7f186ff64465d88ed1e2b603
* UI for wps pin from deviceIrfan Sheriff2010-10-262-1/+9
| | | | | | Bug: 3119043 Bug: 3112178 Change-Id: I573146ed0c834cb88d5f42c25fe0be3ed501a321
* Fix bug3100739 re dev admin settings stringsRoy West2010-10-251-2/+2
| | | | Change-Id: Ica5cc926fb8a3ec3af9d4925f086ded0ac683c3a
* am 8731cb1b: am 5e34f239: Fix issue #3124528: Mange applications is ↵Dianne Hackborn2010-10-222-2/+2
|\ | | | | | | including cache files in storage size
| * am 5e34f239: Fix issue #3124528: Mange applications is including cache files ↵Dianne Hackborn2010-10-222-2/+2
| |\ | | | | | | | | | in storage size
| | * Fix issue #3124528: Mange applications is including cache files in storage sizeDianne Hackborn2010-10-222-2/+2
| | | | | | | | | | | | Change-Id: If26aeaed7572354feca7b8e65b7451a024a10266
* | | Add 'Use My Location for Google services'.Mathew Inwood2010-10-221-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This interfaces to GSF to actually change the setting as Settings doesn't have the permissions to do it directly. When GSF is not present on the device, the setting will be hidden. Depending on change: Ib3809571fe22f40ba34468d39fedfff70f0742ef Bug: 3093036 Change-Id: I98596cce118f0fa5ebae45a7f8ab9c9f8a3bf2bc
* | | resolved conflicts for merge of 92acdba0 to masterEric Fischer2010-10-211-4/+6
|\ \ \ | |/ / | | | | | | Change-Id: I3598e15091fdb2593a2d9d56f6bf646ddc87e879
| * | am a640fb4f: Fix the build. A "--" token is not just text in an XML comment.Eric Fischer2010-10-211-2/+2
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'a640fb4f97ee5e317ed51bd585c892d465b3da38' into gingerbread-plus-aosp * commit 'a640fb4f97ee5e317ed51bd585c892d465b3da38': Fix the build. A "--" token is not just text in an XML comment.
| | * Fix the build. A "--" token is not just text in an XML comment.Eric Fischer2010-10-211-2/+2
| | | | | | | | | | | | Change-Id: Ifbc3de1dd209860f516920e5b9c1742813845380
| * | am 69827524: Try to fix bug3119318 without breaking the build this timeRoy West2010-10-211-2/+8
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '69827524365ae448d19b2089c46534e925cc2bfd' into gingerbread-plus-aosp * commit '69827524365ae448d19b2089c46534e925cc2bfd': Try to fix bug3119318 without breaking the build this time
| | * Try to fix bug3119318 without breaking the build this timeRoy West2010-10-211-2/+8
| | | | | | | | | | | | Change-Id: Ic89675546f3ab72588ce18fbe7740749da6f870c
| * | am 9f869d11: Revert "Fix bug3119318, missing Mount USB storage strings"Mathias Agopian2010-10-211-9/+2
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '9f869d1198fcf1866ad2a6451df05f5d72653711' into gingerbread-plus-aosp * commit '9f869d1198fcf1866ad2a6451df05f5d72653711': Revert "Fix bug3119318, missing Mount USB storage strings"
| | * Revert "Fix bug3119318, missing Mount USB storage strings"Mathias Agopian2010-10-211-9/+2
| | | | | | | | | | | | This reverts commit af06d7a94a69d82ef5f2d8082e75c368f4204afb.
| * | am af06d7a9: Fix bug3119318, missing Mount USB storage stringsRoy West2010-10-211-2/+9
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'af06d7a94a69d82ef5f2d8082e75c368f4204afb' into gingerbread-plus-aosp * commit 'af06d7a94a69d82ef5f2d8082e75c368f4204afb': Fix bug3119318, missing Mount USB storage strings
| | * Fix bug3119318, missing Mount USB storage stringsRoy West2010-10-211-2/+9
| | | | | | | | | | | | Change-Id: Iefebd97d85ad4a51f604e9a7fa709ba84c94239d
* | | am 149fec6a: am 7a519955: Merge "Fix issue #3114356: Storage visualization ↵Dianne Hackborn2010-10-212-6/+16
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | in Manage Apps is confusing" into gingerbread Merge commit '149fec6a899079eba30743e7055834969c138d52' * commit '149fec6a899079eba30743e7055834969c138d52': Fix issue #3114356: Storage visualization in Manage Apps is confusing
| * | am 7a519955: Merge "Fix issue #3114356: Storage visualization in Manage Apps ↵Dianne Hackborn2010-10-202-6/+16
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | is confusing" into gingerbread Merge commit '7a51995581128a9ade44682abe064d9fcca79aa6' into gingerbread-plus-aosp * commit '7a51995581128a9ade44682abe064d9fcca79aa6': Fix issue #3114356: Storage visualization in Manage Apps is confusing