summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-06Fix 2662816: Move UI update from async callback to ui thread. DO NOT MERGEHEADandroid-sdk-tools_r6android-sdk-2.2_r2android-sdk-2.2_r1android-cts-2.2_r8android-cts-2.2_r7android-cts-2.2_r6android-cts-2.2_r5android-cts-2.2_r4android-cts-2.2_r3android-cts-2.2_r2android-cts-2.2_r1android-2.2_r1.3android-2.2_r1.2android-2.2_r1.1android-2.2_r1android-2.2.3_r2.1android-2.2.3_r2android-2.2.3_r1android-2.2.2_r1android-2.2.1_r2android-2.2.1_r1mastermainfroyo-releasefroyoJim Miller
This fixes a bug where the view hierarchy in AccountUnlockScreen was being modified by the async callback thread from AccountManager. DO NOT MERGE because path has changed. Change-Id: I32a7b5df8ade3dca376a342b4e5aee53d0c204f2
2010-04-13Fix issue #2555171: Switching to app immediately after unmounting...Dianne Hackborn
...SD card causes reboot. Deal with unavailable apps in recent tasks UI. Change-Id: Ib85b773c5c6df7afb12db551b6cef63edbc6df64
2010-04-13Merge "Fix 2572446: Also watch keyboard changes in PIN/Password unlock. DO ↵Jim Miller
NOT MERGE" into froyo
2010-04-13Restore text field used by sliding tab to give ringer mode feedback.Daniel Sandler
Bug: 2587358 Change-Id: I5ad8745443fc97225af9efb938e4640cfc29b5d7
2010-04-12Fix 2572446: Also watch keyboard changes in PIN/Password unlock. DO NOT MERGEJim Miller
The PIN/Password unlock screen was monitoring orientation changes. However, while docked, this isn't useful since orientation remains fixed. This change makes PasswordUnlockScreen also looks for changes to config.hardKeyboardHidden. Tested: WVGA device while docked and opening/closing the keyboard. Change-Id: Ida6a4cdd3abcbcab7e2fe8450a25c0dc36765f04
2010-04-12Merge "Fix 2575838: Update emergency button in AccountUnlockScreen DO NOT ↵Jim Miller
MERGE" into froyo
2010-04-12Fix 2575838: Update emergency button in AccountUnlockScreen DO NOT MERGEJim Miller
AccountUnlockScreen wasn't registered to receive updates from UpdateMonitor. It now correctly updates the Emergency call button to allow the user to return to the call in progress (InCallScreen). Tested on WVGA device with keyboard: - hitting Home during call, observing state, and pressing button to return to call. - hitting Home while not in call to ensure it still invokes EmergencyDialer. - above in various keyboard states. Marked DO NOT MERGE since this will require manual merge to master due to framework restructuring. Change-Id: Idf6bb25438336616e6453e7afe0e79f227af98d3
2010-04-09Fix issue #2586349: Accelerometer is enabled when in car modeDianne Hackborn
Change-Id: Iab5ca4ea9f69bd54f815fc7463df808d81c61ffd
2010-04-08Merge "Add emergency call button to PUK'd lockscreen." into froyoDaniel Sandler
2010-04-07Fix issue #2555171: Switching to app immediately after unmounting SD card ↵Dianne Hackborn
causes reboot. Change-Id: I509162e136dd721fecfaabc45a046537b2d19077
2010-04-07Add emergency call button to PUK'd lockscreen.Daniel Sandler
The user unlocks a PUK-locked SIM via the e-call dialer, so we absolutely need the button there. This is the code portion; it requires layout from change I8aa0fc2223428ba15a57269ac5a624e74e91a5f3 in frameworks/base. Bug: 2568732 Change-Id: I6872c3ad135bc34348adafa76e08a3878f1b506f
2010-04-06Fix issue #2574016: Preferred activity setting is not persistentDianne Hackborn
The recent tasks UI was trying to retrieve the current home activity in the wrong way, causing it to be a different match of activities and thus clearing any preferred activity that was set. In the future we should look at what the package manager is doing here and make it more robust in how it clears the list... but for now, this is the safest thing. Change-Id: Idc917dffa7d05d62671213414387e8bdb2e34bea
2010-04-05Redo the look of the recent apps switcher.Joe Onorato
Change-Id: Icb523e2f5949c2b502aa8003aa14b7ac98a616f2
2010-03-29Fix 2555028: Restore showing tab unlock before PIN & password entry.Jim Miller
This fixes a bug introduced in change 46594 that prevents showing the tab unlock screen before PIN & password entry. Change-Id: Ibd603921f6a22b603652c4751fa0f2f7d9129bb2
2010-03-29Remove scroll barrier constant.Romain Guy
Bug #2553595 Change-Id: Ie3bb31930b57ed1a658b79632786dfef9435ccf3
2010-03-26Redesigned keyguard layout in the no-SIM case. DO NOT MERGEDaniel Sandler
The emergency call button has been removed (since the user can disable the keyguard, open the phone app, and enter the emergency number there). This change also restores a number of the informational & help messages that were previously removed from the lock screen. Bug: 2421380 Change-Id: I4dda16be5d54c1e0ab4e26914c63d1f5b922cfe8
2010-03-25Fix 2535700: Add support for enforcing password qualityJim Miller
Change-Id: I945eea1a3869f48d636ed0c1172063f7bc57e889
2010-03-25change the account unlock enabling logic use async calls rather thanFred Quintana
blocking calls limit the account unlocks to google accounts Change-Id: If412a7557716503f7d122ec3ff31375f47b624b9 http://b/issue?id=2544496
2010-03-24Fix bug 2386867 - Phone DecorViews FOCUS_AFTER_DESCENDANTSAdam Powell
Change-Id: Iade2c2d8ea575fc452897dbfd3d8454b5b7972ed
2010-03-22Tell SearchManager to stopSearch on long-press of search. Also,Mike LeBeau
do the long-press haptic feedback first, to avoid any slowdown in the responsiveness of that. Fixes http://b/2526697 Change-Id: I607063b67bdde92303ee112663b76d6e4e9a369b
2010-03-19Instead of asking whether accounts are SAML accounts to figure out whether ↵Dirk Balfanz
they can be used for screen unlocking, we ask directly whether they support confirmCredentials(). Change-Id: Ib83c89133b67661e2eb0827baecc32910b386f63
2010-03-18Policy part of fixing issue #2519590: Lock screen stuck in landscape modeDianne Hackborn
Change-Id: Id7f3a7102a86f4fecb7f7ef40b1275b75e27dac4
2010-03-18Merge "Fix 2520598: Disable password entry in keyguard while in lockout"Jim Miller
2010-03-17Fix 2520598: Disable password entry in keyguard while in lockoutJim Miller
The password unlock wasn't abiding by the 30s lockout rule. This change adds the necessary logic and countdown timer to disable text entry while in lockout mode. After 30s, text entry is re-enabled until the next lockout count is reached. Change-Id: I4d860565cad91cb88c36615b40d1837a5d97fe21
2010-03-15Suppress lock sound effect on screen timeout.Daniel Sandler
Bug: 2512130 (without regressing http://b/2453032) Change-Id: I79c90e6f59b95c3096808ad5ee9845369a2e50ce
2010-03-15Remove the secure lock icon from the status bar.Daniel Sandler
Added in I0e08a952904cc4728621953a42806edf26eb8e46, but takes up too much room. An undocumented system setting, "show_status_bar_lock", can be set to 1 (e.g. in Spare Parts) to bring this back. Bug: 2511090 Change-Id: I8869ac18c303a786eeb7f1a0c4ae08529b45d59c
2010-03-15Merge "Fix 2428368: Fix most of the lockscreen orientation refresh bugs"Jim Miller
2010-03-12Fix 2428368: Fix most of the lockscreen orientation refresh bugsJim Miller
This change removes the legacy notification of orientation and configuration changed events from KeyguardUpdateMonitor and moves them into the individual activities. This was necessary to guarantee order of events. In addition, to minimize discrepencies due to notification lag, Keyguard screens (LockScreen, PatternUnlock, etc.) are now responsible for handling onConfigurationChanged() notification and forwarding them to LockPatternKeyguardView by a call to recreateMe() with the new configuration. This also removes the hack that used to prevent drawing while the configuration was in flux. Change-Id: I6b72e8c06cebb2c5c83e2debeb478e89b6f6f386
2010-03-11Accessibility: optionally allow Power key to end the current call.David Brown
This is part 2 of the fix for bug 2364220 "Accessibility improvements for ending calls". This change updates the POWER key logic in interceptKeyTq() to check the value of Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR, which allows the user to specify that the Power button should hang up while in-call, instead of just turning off the screen. Bug: 2364220 Change-Id: If6d8e3155f7d60142ab6fd61f0a9db7f0b0d95ab
2010-03-10Update for new layout flow.Dianne Hackborn
Now does lock screen and status bar management in the animation pass, to better match actual changes on screen. Change-Id: I9a68fcfa1968dfa71961bc164a6fda15b2cd7d47
2010-03-08Add an empty CleanSpec.mkJean-Baptiste Queru
Change-Id: I29594c5f5438d6b7c586887e25ef84ffaf64faff
2010-03-05Move dock wakelock code to UiModeManagerService.Mike Lockwood
Change-Id: Ide758a9e68002b13ba2d61bd9e9701d449edb65b Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-03-05Update to use new dock broadcasts.Dianne Hackborn
2010-03-05Use new vibrate icon in power menu.Daniel Sandler
Change-Id: I54725ae73bac731a2078a9c61d75d77c0cbb3680
2010-03-04Fix 2420689: Fix bug that prevents pattern unlock from showing lockout dialog.Jim Miller
This fixes the problem where the lockout dialog wasn't showing. It also fixes a problem where the "forgot pattern" button would stop working.
2010-03-02Fix issue #2445481: onNewIntent is called twice if SEARCH button is ↵Dianne Hackborn
"long-pressed"
2010-03-02Fix 2481917: allows keyboards with overlapping qwerty/numeric keys to work ↵Jim Miller
w/o requiring hitting the <alt> key. Some devices have a qwerty layout without separate numeric keys. This makes PIN entry painful. The workaround is to set an explicit numeric key listener when in numeric mode.
2010-03-02Merge "Fix 2447470: always update the battery status when it's below the ↵Jim Miller
threshold."
2010-03-01Pointer location in framework, no longer need to link common.Dianne Hackborn
2010-03-01Support refined vibrate/silent behavior.Daniel Sandler
See change I14cf91b0 for explanation and required framework support. Bug: 2457183 Change-Id: I09ad7d697ff17c24fc41744ed70add214d132bd3
2010-03-01Fix 2447470: always update the battery status when it's below the threshold.Jim Miller
Previously, the battery percentage was only shown when the battery level transitioned below the LOW_BATTERY_THRESHOLD (20%). This change makes it so it gets updated whenever we get a battery status update where the level is below LOW_BATTERY_THRESHOLD. Note: this only applies to the pattern unlock screen.
2010-02-25Fix 2468960: Make sure unlock screen gets updated when SIM state changes.Jim Miller
Added code to let us lazily re-create the unlock screen when the SIM status changes. This fixes a bug where we sometimes show the Pattern/Password unlock instead of the SIM PIN unlock due to an ordering issue with recent changes to the telephony layer SIM update logic. It now correctly re-evaluates the SIM state and updates the UI accordingly.
2010-02-25Merge "Fix 2336057: Provide a way for the user to return to a call from ↵Jim Miller
LockScreen."
2010-02-25Fix 2336057: Provide a way for the user to return to a call from LockScreen.Jim Miller
This makes the "Emergency call" button dual-purpose. If there's a call in progress, the button will show "Return to call" and take them back to the call.
2010-02-25Fix 2336057: Provide a way for the user to return to a call from LockScreen.Jim Miller
This makes the "Emergency call" button dual-purpose. If there's a call in progress, the button will show "Return to call" and take them back to the call.
2010-02-24Update to reflect android-common no longer in framework.Dianne Hackborn
2010-02-22Move lockscreen sound effects to the system stream.Daniel Sandler
Bug: 2458106, 2451532 Change-Id: I01869e3fd461dc24aa3157bf38aba9d2967526ec
2010-02-22Suppress unlock noises while in-call.Daniel Sandler
Bug: 2458106
2010-02-19Merge "Fix 2448345: Fix tactile feedback bug in password/PIN and pattern ↵Jim Miller
unlock."
2010-02-18Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock.Jim Miller