When a pattern is enabled, there is no informational lock screen, just the pattern
screen. Eventually we will get a new layout that manages to show the relevent information
(date / time / charging info / alarm) on the pattern screen.
Also: I noticed that when there is no backup option available, we still showed
the "forgot pattern?" button, which would do nothing. I fixed that; we
no longer show the "forgot pattern" button if there is no account unlock
option available.
a
Merge commit '6cf05f1c3d6f4585573c8663a62848a09f6a08ff' into eclair-plus-aosp
* commit '6cf05f1c3d6f4585573c8663a62848a09f6a08ff':
Make vCard importer code use Account information if possible.
Merge commit '1f1135a29e7dddae1d813f3d5a39eb57cef2db4a' into eclair-plus-aosp
* commit '1f1135a29e7dddae1d813f3d5a39eb57cef2db4a':
revert to black video background, since we don't need the color-key anylonger
Merge commit '7bf75f6dc4b0b19df2b0365ba760da9dd8e1a4c3' into eclair-plus-aosp
* commit '7bf75f6dc4b0b19df2b0365ba760da9dd8e1a4c3':
fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer
Issue 1401973: A dialog with menu has wrong menu placement
Issue 2111181: status bar overlaps the more menu in browser
Menus are now dialog panels, so they are placed within the entire
screen and not attached to their parent window.
Change-Id: Ia9702d5e30a6ba5ebb0254abe6a94cbbdfa9866d
Merge commit 'c6587dc870d06e4d5022705d08464fc7abb1c5f8' into eclair-plus-aosp
* commit 'c6587dc870d06e4d5022705d08464fc7abb1c5f8':
Add RotarySelector widget to android.internal for use by lock screen and incoming call screen.
Merge commit 'd9e28017f6e3da3a176d11fd0c722b1d7811d27b' into eclair-plus-aosp
* commit 'd9e28017f6e3da3a176d11fd0c722b1d7811d27b':
New field in CallerInfo to cache if the call is an emergency one.
Merge commit '6ee7b04d270824214fca0296d0386e0c3d733cdf' into eclair-plus-aosp
* commit '6ee7b04d270824214fca0296d0386e0c3d733cdf':
Some improvements for wallpaper configuration.
Merge commit 'dd8f6186775f69a8fef6213bcdc23be633d1ab6f' into eclair-plus-aosp
* commit 'dd8f6186775f69a8fef6213bcdc23be633d1ab6f':
Revert "fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer"
Merge commit '49071af7bd19491f21f23a59621227ef48c11146' into eclair-plus-aosp
* commit '49071af7bd19491f21f23a59621227ef48c11146':
make the window-shade use an opaque surface if possible
This introduces a new activity that you can derive from to implement
a wall paper configuration activity. This is supposed to select
a theme based on whether it is being run to configure a real wallpaper
or a preview, but this is going to be more difficult to do than I
thought. :(
Also fix a problem in the white theme where the list view's background
was being set to white, so it wouldn't work on a transparent bg.
Change-Id: I26d5a8695a3c878a1664eb09900eded57eaff990
Fixed a bug in the sync call, the photo resource was not set to picture_emergency.
Added tests to check the correct emergency fields are set in the caller info instance.
Bug 2112640
Merge commit '7c3e493d7b2db7f28d6fdb52d79c4d99ef1502b8' into eclair-plus-aosp
* commit '7c3e493d7b2db7f28d6fdb52d79c4d99ef1502b8':
Fix for #2092883: Allow manual sync even when background data is disabled
Merge commit 'e74050a9ca248eb6a8d3d8fc2d7712b340afddcc' into eclair-plus-aosp
* commit 'e74050a9ca248eb6a8d3d8fc2d7712b340afddcc':
Allow only System Service to send most Bluetooth intents.
Merge commit '5446ea77bcd7cf3d234f7198d073c99f6519662f' into eclair-plus-aosp
* commit '5446ea77bcd7cf3d234f7198d073c99f6519662f':
fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer
Merge commit '4e54f3309ec9dac3cf69ffa73ec7c5378f19dffb' into eclair-plus-aosp
* commit '4e54f3309ec9dac3cf69ffa73ec7c5378f19dffb':
update for new plugin api
Merge commit '64ce0f8f5315e3a364aea047360520b097e7a7cd' into eclair-plus-aosp
* commit '64ce0f8f5315e3a364aea047360520b097e7a7cd':
First pass at replacing native plugin views with java.