summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Call showInputMethodPicker instead of showInputMethodSubtypePicker"satok2010-11-241-1/+1
|\
| * Call showInputMethodPicker instead of showInputMethodSubtypePickersatok2010-11-251-1/+1
| | | | | | | | | | | | - because showInputMethodSubtypePicker will be removed. Change-Id: I01086d29663a14f4ebf9d8dfa9376735af2e193d
* | Merge "Update supported profiles for voice capability."Jaikumar Ganesh2010-11-243-50/+50
|\ \
| * | Update supported profiles for voice capability.Jaikumar Ganesh2010-11-233-50/+50
| | | | | | | | | | | | Change-Id: If12f97ccc5d7d54d8d3e470dd4bc91fe9119b9cd
* | | Act on supplicant changes only when disconnectedIrfan Sheriff2010-11-241-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | When wifi network state is disconnected, supplicant state changes provide more fine grained information to display. When network is connected, the UI should ignore supplicant state changes. Change-Id: I46aa8c2ba80303aae5c74415825102a13cc41380
* | | Merge "Restore compareTo behavior of access point list"Irfan Sheriff2010-11-242-31/+30
|\ \ \ | |_|/ |/| |
| * | Restore compareTo behavior of access point listIrfan Sheriff2010-11-232-31/+30
| |/ | | | | | | | | | | | | | | | | | | The Comparator with TreeList that was added during wifi set up changes does not work well since access point can change later. Restore the old compareTo behavior. Change-Id: I75681fea616792e9fd134c0d71762b4e0d46ffd6
* | Move icons to mipmap.Ying Wang2010-11-231-1/+1
|/ | | | Change-Id: If3bd32658300cb028411d1aa7a3f56d8c1d234eb
* Use separate settings for host and port.Robert Greenwalt2010-11-192-48/+36
| | | | | | | | IPv6 uses ':' in addresses so it's a bad thing to use as a separator. Rather than find another separator we'll just store them separately. bug:2700664 Change-Id: Ia6c40891ab9f3f44edd65d8ff7a2a1f7a24cf06e
* Merge "Use the new Preference:icon attribute and placeholder for showing ↵Amith Yamasani2010-11-176-8/+9
|\ | | | | | | icons on the left."
| * Use the new Preference:icon attribute and placeholder for showing icons on ↵Amith Yamasani2010-11-176-8/+9
| | | | | | | | the left.
* | Merge "Conditional remove "haptic" settings if there's no vibrator"Amith Yamasani2010-11-172-4/+14
|\ \
| * | Conditional remove "haptic" settings if there's no vibratorAmith Yamasani2010-11-172-4/+14
| |/ | | | | | | Bug: 3193801
* | Use Handler to delay enabling skip button.Daisuke Miyakawa2010-11-171-78/+61
| | | | | | | | | | | | | | | | - enable skip button after a while - stop ignoring wifi status Bug: 3186913 Change-Id: Ia565f77ecb0d11ad514548774b49d8eda6db4ff8
* | Fix issue #3163240: Blank running services screen after returningDianne Hackborn2010-11-162-8/+2
| | | | | | | | | | | | | | | | from any specific service Also get rid of async Vpn thing since the framework problem is fixed. Change-Id: Ic7aafd666ea11b036e3e42c55332620db1fdf154
* | Refactor DateTimeSettingsSetup.Daisuke Miyakawa2010-11-162-71/+131
| | | | | | | | | | | | | | | | | | | | - Use Popup instead of bare fragment. - Expose Adapters in ZonePicker.java so that it can be used outside the fragment. - Fix layout Bug: 3175603 Change-Id: I2726fde4fa1a9aea1ecb29b6aa2d23dbc54232b9
* | Merge "Show option in DateTimeSettings."Daisuke Miyakawa2010-11-161-0/+1
|\ \ | |/ |/|
| * Show option in DateTimeSettings.Daisuke Miyakawa2010-11-151-0/+1
| | | | | | | | Change-Id: Ia6bd6cc22ec154b83879c488274bd2b0cfe238d2
* | Merge "Jump to top-level settings when launched from system bar or Settings ↵Amith Yamasani2010-11-161-0/+14
|\ \ | | | | | | | | | shortcut."
| * | Jump to top-level settings when launched from system bar or Settings shortcut.Amith Yamasani2010-11-161-0/+14
| | | | | | | | | | | | | | | | | | Bug: 3192808 Also switch back to Theme.Holo, as Theme.Holo.Extended is deprecated.
* | | Merge "Remove the limit of available Wi-Fi networks"Daisuke Miyakawa2010-11-151-9/+0
|\ \ \ | |/ / |/| |
| * | Remove the limit of available Wi-Fi networksDaisuke Miyakawa2010-11-151-9/+0
| |/ | | | | | | Change-Id: Ib9cf6753683ecf4d531c76cf1134757ad7d70c47
* | Merge "Don't show battery usage information if data is bogus."Amith Yamasani2010-11-151-10/+20
|\ \ | |/ |/|
| * Don't show battery usage information if data is bogus.Amith Yamasani2010-11-121-10/+20
| |
* | Merge "Stop showing software keyboard when appropriate"Daisuke Miyakawa2010-11-122-12/+21
|\ \
| * | Stop showing software keyboard when appropriateDaisuke Miyakawa2010-11-122-12/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change assumes the structure inside layout file. We will change the structure inside the layout, so fundemental fix should come along the layout change. Also let software keyboard hide when appropriate. onBackButtonPressed() loses the focus and hiding the keyboard doesn't work fine after the call. Bug: 3192886 Change-Id: Ifd28d1f1fd0d6f72dc1c32c066dd793c6f9f36ab
* | | Not to set IME when the current IME was disabled, because framework will ↵satok2010-11-133-34/+10
|/ / | | | | | | | | | | | | | | | | | | | | find an applicable IME when the current IME was unset. Bug: 3186000 - This enables us to share the code between Settings and the framework. - Removed the parameter for lastImeTicked because an applicable IME can be found in the framework. Change-Id: Icfb6168c5a22506f225bfe58425adeb540835456
* | Merge "Set attachToRoot instead of manually doing so."Daisuke Miyakawa2010-11-122-2/+2
|\ \ | |/ |/|
| * Set attachToRoot instead of manually doing so.Daisuke Miyakawa2010-11-122-2/+2
| | | | | | | | | | Bug: 3053354 Change-Id: I065c16cd5af3b438d02d6a0b0da080295e9c17cb
* | Buttons in battery details now switch fragments.Dianne Hackborn2010-11-121-5/+17
| | | | | | | | | | | | These were launching a whole new settings activity. Change-Id: I6876acf54d484119eec339c8597b5d9d843bae56
* | Fix VPN settings flow.Amith Yamasani2010-11-124-70/+57
|/ | | | Bug: 3053019
* Start fragmentizing battery usage.Dianne Hackborn2010-11-115-134/+145
| | | | Change-Id: I0864f6738b37c3203e166bb8f7e61e8904d9980a
* Comment out hidden method call.Daisuke Miyakawa2010-11-111-1/+1
| | | | | Bug: 3053354 Change-Id: I5fb5d6eb33e50209c85a95065ac3d0cefb983f6b
* Delay showSoftInput() call.Daisuke Miyakawa2010-11-112-18/+43
| | | | | | | | We need to wait onFocusView() call back for actually showing software keyboard. Bug: 3053354 Change-Id: Idd946e3b8a372ddbabb8b36600c77290f77a06e6
* Merge "Enable wifi on XL Wifi setup."Daisuke Miyakawa2010-11-111-0/+4
|\
| * Enable wifi on XL Wifi setup.Daisuke Miyakawa2010-11-111-0/+4
| | | | | | | | | | | | | | | | | | In I5b29917af73aac6a82e13ba846a9d5085f9bd523, we removed relevant code but it was wrong. At least we need to enable Wifi once when the Activity is created. Bug: 3186944 Change-Id: I078cdf9b3d8952e6ce7bb3f9b27a4439e82da534
* | Don't complain about /proc usage in Settings killing animations.Brad Fitzpatrick2010-11-111-0/+7
|/ | | | Change-Id: If6c2b5dc2244ac4b921e45daeb8e0052306e2c54
* Add more useful logs.Daisuke Miyakawa2010-11-101-6/+11
| | | | | Bug: 3053354 Change-Id: I917bad7efb55e4155f47257672becbb57995ff7c
* Merge "Add log message for requstFocus()"Daisuke Miyakawa2010-11-101-2/+2
|\
| * Add log message for requstFocus()Daisuke Miyakawa2010-11-101-2/+2
| | | | | | | | | | Bug: 3053354 Change-Id: I0fa20b5036d46fb909e778672bc476aeaf57af76
* | am 969773aa: am 83d2698f: Merge "Fix issue #3177284: Account for wake lock ↵Dianne Hackborn2010-11-101-0/+4
|\ \ | |/ |/| | | | | | | | | power usage on Crespo" into gingerbread * commit '969773aa735807acefd1788610d31e82322196de': Fix issue #3177284: Account for wake lock power usage on Crespo
| * am 83d2698f: Merge "Fix issue #3177284: Account for wake lock power usage on ↵Dianne Hackborn2010-11-101-0/+4
| |\ | | | | | | | | | | | | | | | | | | Crespo" into gingerbread * commit '83d2698f4f271f568333532ddbae33f8e2e13052': Fix issue #3177284: Account for wake lock power usage on Crespo
| | * Merge "Fix issue #3177284: Account for wake lock power usage on Crespo" into ↵Dianne Hackborn2010-11-101-0/+4
| | |\ | | | | | | | | | | | | gingerbread
| | | * Fix issue #3177284: Account for wake lock power usage on CrespoDianne Hackborn2010-11-081-0/+4
| | | | | | | | | | | | | | | | Change-Id: I5988d28fd192cd7fdb85140172a92141eb389964
* | | | Refactor WiFi code around XL setupDaisuke Miyakawa2010-11-106-440/+513
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "Bug fixes, UI flow improvements."Amith Yamasani2010-11-083-12/+34
|\ \ \ \
| * | | | Bug fixes, UI flow improvements.Amith Yamasani2010-11-083-12/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge "Show the accounts on the factory reset screen."Joe Onorato2010-11-081-0/+70
|\ \ \ \ \
| * | | | | Show the accounts on the factory reset screen.Joe Onorato2010-11-081-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 2823530 Change-Id: Idbf46aa59f3c529a3a3ef2d7d4e607822b34f51d
* | | | | | Merge "Don't stutter animations during Bluetooth broadcasts."Brad Fitzpatrick2010-11-081-13/+37
|\ \ \ \ \ \ | |/ / / / / |/| | | | |