Chet Haase
0fc37e46b4
am 7c54ef9a: am 14f73a02: Merge "Restore opaque alpha value when AlphaAnimation finishes" into jb-dev
...
* commit '7c54ef9a0e27b5146a51ebeb267a0a6a1fd9174f':
Restore opaque alpha value when AlphaAnimation finishes
2012-06-05 12:25:43 -07:00
Jake Hamby
b1fc08ca08
DO NOT MERGE: Remove SMS shortcode warning feature.
...
The SMS shortcode warning feature has some usability limitations which need
to be resolved before shipping. Remove the code for JellyBean. It will be
added back to a future release when the feature is complete.
Bug: 6605549
Change-Id: Ifb23d20f30199f242abb8bf7db015232a085c8e3
2012-06-05 12:21:02 -07:00
Dianne Hackborn
4a683a3430
am 1ad66b2f: Merge "Fix issue #6584942 IllegalStateException: Failure saving state..." into jb-dev
...
* commit '1ad66b2f873496bcbe72e91d1978cf1b2633b3a4':
Fix issue #6584942 IllegalStateException: Failure saving state...
2012-06-05 11:48:14 -07:00
Dianne Hackborn
1ad66b2f87
Merge "Fix issue #6584942 IllegalStateException: Failure saving state..." into jb-dev
2012-06-05 11:45:13 -07:00
Chris Craik
8857b2f76a
Add more temporary logging for investigating detachFunctor
...
bug:6596807
Change-Id: Ic9e34e323b12a887f2e8df0773a6155627b6a64f
2012-06-05 11:24:46 -07:00
Ying Wang
f6447b1878
Merge "Fix "Too many open files" error for aapt built with Mac OS X SDK 10.6."
2012-06-05 11:20:41 -07:00
Eric Fischer
0c60fabff2
Merge "Import translations. DO NOT MERGE"
2012-06-05 11:11:10 -07:00
Eric Fischer
5de1008767
Import translations. DO NOT MERGE
...
Change-Id: Ia7e4398969c13d31b2764c9177fac266f14336bd
2012-06-05 11:07:40 -07:00
Eric Fischer
61130e3307
Merge "Import translations. DO NOT MERGE"
2012-06-05 10:57:04 -07:00
Eric Fischer
def2d7c5a0
am 1c20cc5c: Merge "Import translations. DO NOT MERGE" into jb-dev
...
* commit '1c20cc5c063bf4238309827176bb84b3e512e119':
Import translations. DO NOT MERGE
2012-06-05 10:55:36 -07:00
Eric Fischer
42a51b5e97
Import translations. DO NOT MERGE
...
Change-Id: I2c0e4208bae113f88e4402dded254c7feb66ce25
2012-06-05 10:52:55 -07:00
Dianne Hackborn
ee76efb74b
Fix issue #6584942 IllegalStateException: Failure saving state...
...
...active SuggestFragment{419494f0} has cleared index: -1
There were issues when the same fragment was removed and then
added again before completely finishing the remove (such as due
to a running animation).
Two fixes:
- Now when you call FragmentTransaction.replace() and are replacing
a fragment with the same fragment, this becomes a no-op, to avoid
visual artifacts in the transition and bad states.
- When we are moving the fragment state up and it is currently
animating away to the INITIALIZED state, we could end up making
the fragment inactive as part of the cleanup. In this case it
shouldn't be made inactive; we just need to initialize it but
keep it active since we are going to continue to use it.
Bug: 6584942
Change-Id: I8bfd73f2d8ef8f67b541b3e2525dfa5db6c3bfa5
2012-06-05 10:52:38 -07:00
John Spurlock
77de176b52
am fc6902b6: Merge "StatusBar: Improve framerate on reveal animation." into jb-dev
...
* commit 'fc6902b66e3319279d88247b5610e0f45e9a5ada':
StatusBar: Improve framerate on reveal animation.
2012-06-05 10:51:32 -07:00
Eric Fischer
1c20cc5c06
Merge "Import translations. DO NOT MERGE" into jb-dev
2012-06-05 10:51:13 -07:00
John Spurlock
fc6902b66e
Merge "StatusBar: Improve framerate on reveal animation." into jb-dev
2012-06-05 10:48:57 -07:00
Eric Fischer
ea97179dec
Import translations. DO NOT MERGE
...
Change-Id: I09dd492b37f4658eabb1d67106da7ed45c51abd6
2012-06-05 10:46:41 -07:00
Chet Haase
7c54ef9a0e
am 14f73a02: Merge "Restore opaque alpha value when AlphaAnimation finishes" into jb-dev
...
* commit '14f73a02a42b5e4c700fe70e8c2d38dc518480b4':
Restore opaque alpha value when AlphaAnimation finishes
2012-06-05 10:26:22 -07:00
Chet Haase
14f73a02a4
Merge "Restore opaque alpha value when AlphaAnimation finishes" into jb-dev
2012-06-05 10:24:06 -07:00
Craig Mautner
ad5725d798
Eliminate wallpaper exposure during transition.
...
Make sure that the wallpaper target exists and is visible before
exposing the wallpaper.
Fixes bug 6570335.
Change-Id: I1dddfe26683e84fd813e7bee884ba2bd4bb85272
2012-06-05 10:20:56 -07:00
Michael Jurka
5f8c9003c9
am 41285006: am da741b4f: Merge "Adding more logging for bug: 6499508" into jb-dev
...
* commit '412850067104be9654e98ac65b6f00ff9f62427f':
Adding more logging for bug: 6499508
2012-06-05 09:55:27 -07:00
Tor Norbye
0eedd4be12
am 9f374b9d: am 44ff9b8f: am 36ac43ba: Merge "Tweak default ignore-assets path"
...
* commit '9f374b9de5a557a7977b24d41f45c3464cfff8c1':
Tweak default ignore-assets path
2012-06-05 09:55:22 -07:00
Svetoslav Ganov
bce6f97202
am b25605cd: am 72d6835c: Merge "Accessibility focus should not clear selection when taken away." into jb-dev
...
* commit 'b25605cd7111bcab41ec10547f015bd2d6215c91':
Accessibility focus should not clear selection when taken away.
2012-06-05 09:54:54 -07:00
Svetoslav Ganov
4b9320bd95
am 62ac5e0b: am 1f348443: Merge "NullPointerException in AbsListView.focusSearch()." into jb-dev
...
* commit '62ac5e0bb9ee61507b3d2a182aa78dc71869e9bb':
NullPointerException in AbsListView.focusSearch().
2012-06-05 09:54:50 -07:00
Svetoslav Ganov
4dfab12abf
am e56f9633: am ccf97dc1: Merge "Global accessibility action to open recent apps shows the old dialog style." into jb-dev
...
* commit 'e56f9633d82def361bc1ffbc13d4bfd094286d56':
Global accessibility action to open recent apps shows the old dialog style.
2012-06-05 09:54:47 -07:00
Irfan Sheriff
a7590f32e0
resolved conflicts for merge of e7884dbb to master
...
Change-Id: Icb13c37491d3e9f0252198f98d8110740fa1f997
2012-06-05 09:49:24 -07:00
Satoshi Kataoka
75bc758c43
am d44a4411: am 69609ed4: Merge "Do not run the spell checker in SearchView" into jb-dev
...
* commit 'd44a4411751921188f3484e0638363c9c88f7f06':
Do not run the spell checker in SearchView
2012-06-05 09:22:23 -07:00
Jack Palevich
481a714a57
am 1d340500: am 0c01222f: Merge "Don\'t crash when scaling Bitmaps with private Bitmap.Configs" into jb-dev
...
* commit '1d34050087b5e134719f7a917c7ded3de090d0b2':
Don't crash when scaling Bitmaps with private Bitmap.Configs
2012-06-05 09:21:28 -07:00
Eric Fischer
321f8230a9
am 2c36609d: (-s ours) am bbdf46d8: Merge "Import translations. DO NOT MERGE" into jb-dev
...
* commit '2c36609d908869ea776bc1c0627851fab1e490c5':
Import translations. DO NOT MERGE
2012-06-05 09:21:13 -07:00
Michael Jurka
4128500671
am da741b4f: Merge "Adding more logging for bug: 6499508" into jb-dev
...
* commit 'da741b4f2437458394a05421c50b7f11995181fa':
Adding more logging for bug: 6499508
2012-06-05 09:00:39 -07:00
Chet Haase
2143337d50
Restore opaque alpha value when AlphaAnimation finishes
...
Alpha values were being set correctly on native Display Lists during an
AlphaAnimation, but not when the animation finished. Only non-1 values
were being propagated to the Display List properties.
The fix is to track when we've set a non-1 alpha value from an AlphaAnimation
and to notice that flag when the value is 1 (because the animation ended), so that
we propagate that value correctly. Using the flag avoids sending a value of 1
(by far the most common case) unless we really need to restore it after animating
it with non-1 values.
Issue #6600592 Sometimes album art blends with list asset on queue
Change-Id: I51047d756a4ac42a2d907a4d77963cc23dfb1db3
2012-06-05 08:59:32 -07:00
Michael Jurka
da741b4f24
Merge "Adding more logging for bug: 6499508" into jb-dev
2012-06-05 08:57:40 -07:00
Tor Norbye
9f374b9de5
am 44ff9b8f: am 36ac43ba: Merge "Tweak default ignore-assets path"
...
* commit '44ff9b8f9294e015031fc9293974604771e5efdd':
Tweak default ignore-assets path
2012-06-05 08:45:20 -07:00
Tor Norbye
44ff9b8f92
am 36ac43ba: Merge "Tweak default ignore-assets path"
...
* commit '36ac43ba9982a78b4a047c8970776505a3fab4da':
Tweak default ignore-assets path
2012-06-05 08:41:16 -07:00
Tor Norbye
36ac43ba99
Merge "Tweak default ignore-assets path"
2012-06-05 07:42:43 -07:00
John Spurlock
804df70112
StatusBar: Improve framerate on reveal animation.
...
Ensure reveal animation runs after notification panel is completely drawn.
Align minimum close handle position to proper height with new super status bar.
Bug: 6555172
Change-Id: I7ae978caa1f28932ee56f65484b18330a4406b80
2012-06-05 10:09:08 -04:00
Svetoslav Ganov
b25605cd71
am 72d6835c: Merge "Accessibility focus should not clear selection when taken away." into jb-dev
...
* commit '72d6835c7cea35d0faf5f1584bf2c475fcbf93c8':
Accessibility focus should not clear selection when taken away.
2012-06-04 23:13:35 -07:00
Svetoslav Ganov
62ac5e0bb9
am 1f348443: Merge "NullPointerException in AbsListView.focusSearch()." into jb-dev
...
* commit '1f3484430e71a4dc21aba9145d20e32ca4a8f72e':
NullPointerException in AbsListView.focusSearch().
2012-06-04 23:09:43 -07:00
Svetoslav Ganov
e56f9633d8
am ccf97dc1: Merge "Global accessibility action to open recent apps shows the old dialog style." into jb-dev
...
* commit 'ccf97dc1afc1b0f99ced0b5324e383edd5ee8246':
Global accessibility action to open recent apps shows the old dialog style.
2012-06-04 23:09:40 -07:00
Svetoslav Ganov
72d6835c7c
Merge "Accessibility focus should not clear selection when taken away." into jb-dev
2012-06-04 23:08:29 -07:00
Svetoslav Ganov
1f3484430e
Merge "NullPointerException in AbsListView.focusSearch()." into jb-dev
2012-06-04 23:07:26 -07:00
Svetoslav Ganov
ccf97dc1af
Merge "Global accessibility action to open recent apps shows the old dialog style." into jb-dev
2012-06-04 23:06:42 -07:00
Irfan Sheriff
e7884dbb55
am 5751f816: Merge "Add contentobserver for nsd_on setting" into jb-dev
...
* commit '5751f816f06454ea48bc25f56051878e0ce82dc1':
Add contentobserver for nsd_on setting
2012-06-04 22:55:21 -07:00
Irfan Sheriff
5751f816f0
Merge "Add contentobserver for nsd_on setting" into jb-dev
2012-06-04 22:53:00 -07:00
Satoshi Kataoka
d44a441175
am 69609ed4: Merge "Do not run the spell checker in SearchView" into jb-dev
...
* commit '69609ed40260b67d5ee6baace9d60cf9b677f4c9':
Do not run the spell checker in SearchView
2012-06-04 22:44:58 -07:00
Satoshi Kataoka
69609ed402
Merge "Do not run the spell checker in SearchView" into jb-dev
2012-06-04 22:42:00 -07:00
Satoshi Kataoka
9ce1116ee8
Do not run the spell checker in SearchView
...
Bug: 6603925
Change-Id: I75972185fb4d802f2a90649002e722ca4b676c42
2012-06-05 12:22:38 +09:00
Svetoslav Ganov
3016c1ae6a
NullPointerException in AbsListView.focusSearch().
...
1. One of the loops was using the last visible position
as its end boundary as opposed to the child count
minus one.
bug:6610451
Change-Id: I600545ca3f64d1e982f909f893e5d34570ec5c8b
2012-06-04 19:47:46 -07:00
Svetoslav Ganov
0a047bdcdd
Accessibility focus should not clear selection when taken away.
...
1. Currently accessibility focus removal was clearing the selection
in the view - in particular the accessibility cursor position
which in the TextView case is the selection. This leads to a
scenario where the selection may be cleared when the app does
not explect. Further, the selection should not be cleared
since the user can be say several pages in the content and
removing and putting back accessibility focus would cause a
tedious traversal to get to the previous position.
bug:6469840
Change-Id: Iba3c01600fa2c9c39f99085a5fbc4328aa539ea8
2012-06-04 19:32:45 -07:00
Jack Palevich
1d34050087
am 0c01222f: Merge "Don\'t crash when scaling Bitmaps with private Bitmap.Configs" into jb-dev
...
* commit '0c01222ff6507c6e3eaeec7070a510201165d6f3':
Don't crash when scaling Bitmaps with private Bitmap.Configs
2012-06-04 17:59:14 -07:00
Jack Palevich
0c01222ff6
Merge "Don't crash when scaling Bitmaps with private Bitmap.Configs" into jb-dev
2012-06-04 17:56:10 -07:00