Commit Graph

78883 Commits

Author SHA1 Message Date
Daniel Sandler
0fc034f49f am 79934c00: am 81de5a0b: Merge "Stop animating when not showing." into jb-dev
* commit '79934c0048a6bfccdbb6dda0fc45db3240ba5de8':
  Stop animating when not showing.
2012-05-23 11:12:25 -07:00
Daniel Sandler
79934c0048 am 81de5a0b: Merge "Stop animating when not showing." into jb-dev
* commit '81de5a0b11df08b603693b6d3b381ac9f89ebc67':
  Stop animating when not showing.
2012-05-23 11:07:42 -07:00
Daniel Sandler
81de5a0b11 Merge "Stop animating when not showing." into jb-dev 2012-05-23 11:05:02 -07:00
Craig Mautner
2b5d509584 am 4d7b752e: am 85aea366: Merge "Remove Popup immediately rather than defer it." into jb-dev
* commit '4d7b752ee9f739e3b178261728fc6b9ae0d8eac4':
  Remove Popup immediately rather than defer it.
2012-05-23 10:55:50 -07:00
Craig Mautner
4d7b752ee9 am 85aea366: Merge "Remove Popup immediately rather than defer it." into jb-dev
* commit '85aea3664992cd1e16ef4497c3450b26bdef06b0':
  Remove Popup immediately rather than defer it.
2012-05-23 10:52:04 -07:00
Craig Mautner
85aea36649 Merge "Remove Popup immediately rather than defer it." into jb-dev 2012-05-23 10:47:46 -07:00
Craig Mautner
b82d074038 Remove Popup immediately rather than defer it.
Delaying the popup by using removeView instead of removeViewImmediate
caused an error when the removal was actually executed after the parent
window was deleted along with the popup.

Fixes bug 6407801.

Change-Id: Ieb17d58467aaf16e1a24f47187f52766d694ba32
2012-05-23 10:15:09 -07:00
Marco Nelissen
738342b1dc am ec1d16bf: am 101fb9fe: Merge "Handle _ and % in paths" into jb-dev
* commit 'ec1d16bf72d68604e7dc86309f13d909a6d88321':
  Handle _ and % in paths
2012-05-23 07:49:15 -07:00
Marco Nelissen
ec1d16bf72 am 101fb9fe: Merge "Handle _ and % in paths" into jb-dev
* commit '101fb9fe2b5001e8122e2965c115688c1f42bd63':
  Handle _ and % in paths
2012-05-23 07:46:14 -07:00
Marco Nelissen
101fb9fe2b Merge "Handle _ and % in paths" into jb-dev 2012-05-23 07:43:20 -07:00
Daniel Sandler
aa0a3b6923 Stop animating when not showing.
We were eating too many jelly beans even when the screen was
off.

Also clean up touch offsets, rotation on fling, and main
platlogo asset.

Bug: 6541052
Change-Id: I34e49b8b7a95ce6daab929885130426a5ae58dc4
2012-05-23 01:38:26 -04:00
Svetoslav Ganov
997c952f13 am f608140b: am ed82973e: Merge "Interaction model of KeyboarView should be same as latimIME" into jb-dev
* commit 'f608140b13d9c617cf93ffb00cb5a9a93a2dd6da':
  Interaction model of KeyboarView should be same as latimIME
2012-05-22 20:36:51 -07:00
Svetoslav Ganov
eed38b6d7f am 1eab75b9: am 321a56c8: Merge "Clearing accessibility focus of a view did not update the global state." into jb-dev
* commit '1eab75b9ba87fe73e5709ef4e77adc78e55b96c9':
  Clearing accessibility focus of a view did not update the global state.
2012-05-22 20:32:58 -07:00
Svetoslav Ganov
f608140b13 am ed82973e: Merge "Interaction model of KeyboarView should be same as latimIME" into jb-dev
* commit 'ed82973e616b1cbcab873dfb9c0191e63b34c821':
  Interaction model of KeyboarView should be same as latimIME
2012-05-22 20:32:48 -07:00
Svetoslav Ganov
1eab75b9ba am 321a56c8: Merge "Clearing accessibility focus of a view did not update the global state." into jb-dev
* commit '321a56c8481577f812c2ba0a10df7d43503a9314':
  Clearing accessibility focus of a view did not update the global state.
2012-05-22 20:28:55 -07:00
Svetoslav Ganov
ed82973e61 Merge "Interaction model of KeyboarView should be same as latimIME" into jb-dev 2012-05-22 20:28:23 -07:00
Svetoslav Ganov
321a56c848 Merge "Clearing accessibility focus of a view did not update the global state." into jb-dev 2012-05-22 20:26:29 -07:00
Svetoslav Ganov
b6a0b09bf5 Interaction model of KeyboarView should be same as latimIME
1. In latin IME key up types in - now the keyboad view does the same.

bug:6534935

Change-Id: I91cd40c5cd541199f3fb43e4d0bf26be511dcd09
2012-05-22 19:47:02 -07:00
Jeff Sharkey
61eed6686d am 5640e6a9: am 44fc8d5e: Merge "Add media directory, hidden for now." into jb-dev
* commit '5640e6a93757adafb5316037bec7ad378b73f1bf':
  Add media directory, hidden for now.
2012-05-22 19:17:12 -07:00
Jeff Sharkey
5640e6a937 am 44fc8d5e: Merge "Add media directory, hidden for now." into jb-dev
* commit '44fc8d5e20a7b202a7916bfa56a2b91c33e605c2':
  Add media directory, hidden for now.
2012-05-22 19:12:39 -07:00
Jeff Sharkey
44fc8d5e20 Merge "Add media directory, hidden for now." into jb-dev 2012-05-22 19:10:32 -07:00
Svetoslav Ganov
c00d00865d Clearing accessibility focus of a view did not update the global state.
1. The code in clear accessibility focus was not updaing the global
   accessibility focus reference in view root if the view not a
   descendant has accessibility focus.

bug:6382856

Change-Id: I0c99578b5afd1f1f5d0df5bba05b0a03b5951a43
2012-05-22 18:43:11 -07:00
Svetoslav Ganov
a22c77ee6a am d52a4f68: am 64a03875: Merge "Perform an action in AccessibilityManagerSerivce using wrong process id." into jb-dev
* commit 'd52a4f68eaa2a16f5b1352a8e591997f9067abe9':
  Perform an action in AccessibilityManagerSerivce using wrong process id.
2012-05-22 18:33:59 -07:00
Svetoslav Ganov
d52a4f68ea am 64a03875: Merge "Perform an action in AccessibilityManagerSerivce using wrong process id." into jb-dev
* commit '64a03875897afe07b731eaf66969e87362a1a740':
  Perform an action in AccessibilityManagerSerivce using wrong process id.
2012-05-22 18:29:50 -07:00
Dianne Hackborn
0eefdc1614 am 7a26eefc: am 89604931: Merge "Fix issue #6521829: Sometimes action bar disappears in gallery" into jb-dev
* commit '7a26eefcc51e6cc794217ee398efbdcd4ad34392':
  Fix issue #6521829: Sometimes action bar disappears in gallery
2012-05-22 18:29:29 -07:00
Svetoslav Ganov
64a0387589 Merge "Perform an action in AccessibilityManagerSerivce using wrong process id." into jb-dev 2012-05-22 18:26:44 -07:00
Dianne Hackborn
7a26eefcc5 am 89604931: Merge "Fix issue #6521829: Sometimes action bar disappears in gallery" into jb-dev
* commit '89604931a85edd82c6b4a8c798fc1af610ba706e':
  Fix issue #6521829: Sometimes action bar disappears in gallery
2012-05-22 18:26:11 -07:00
Jeff Sharkey
d525baa3a8 Add media directory, hidden for now.
Bug: 6539384
Change-Id: I8f3f7b92d27f15e82a43bb2fec02f2d9ed0280e1
2012-05-22 18:25:37 -07:00
Dianne Hackborn
89604931a8 Merge "Fix issue #6521829: Sometimes action bar disappears in gallery" into jb-dev 2012-05-22 18:23:41 -07:00
Jim Miller
b4fc69a67f am 8f20814f: am 23d69f5c: Merge "Fix 6539117: Fix layout issues on 600dp device." into jb-dev
* commit '8f20814f86c4dabde872e8af0563202f134d5f4e':
  Fix 6539117: Fix layout issues on 600dp device.
2012-05-22 18:14:42 -07:00
Jim Miller
8f20814f86 am 23d69f5c: Merge "Fix 6539117: Fix layout issues on 600dp device." into jb-dev
* commit '23d69f5c5edd8f0308aa83e6eba24b3783e79789':
  Fix 6539117: Fix layout issues on 600dp device.
2012-05-22 18:11:09 -07:00
Svetoslav Ganov
9bf21873c9 Perform an action in AccessibilityManagerSerivce using wrong process id.
1. We are passing the interrogating process id in the remote
   accessibility requests to catch the query from the same
   thread. While all other methods were doing this correctly
   somehow the perform action is using the incorrect process id.

bug:6534935

Change-Id: Icef50833903c562758d51ef316b60c53c7a336c0
2012-05-22 18:08:02 -07:00
Jim Miller
23d69f5c5e Merge "Fix 6539117: Fix layout issues on 600dp device." into jb-dev 2012-05-22 18:07:08 -07:00
Mike J. Chen
2006331932 am 993f8a8c: (-s ours) bootanimation: Remove a property_set that is causing a warning in dmesg. DO NOT MERGE
* commit '993f8a8c6518ac7d623af487c1b20835149ab673':
  bootanimation: Remove a property_set that is causing a warning in dmesg. DO NOT MERGE
2012-05-22 18:06:30 -07:00
Dianne Hackborn
80d55065b1 Fix issue #6521829: Sometimes action bar disappears in gallery
Change-Id: Ieb1f1fd0ebb87037cda94e1e1d6e2ca9a9c0754e
2012-05-22 18:03:20 -07:00
Chris Craik
7d35738a2d am 9970bbac: am 3534e134: Merge "Avoid crash if onDetachedFromWindow called after destroy" into jb-dev
* commit '9970bbac1f4951f5910aa5148e189a0a284f9e46':
  Avoid crash if onDetachedFromWindow called after destroy
2012-05-22 17:26:44 -07:00
Chris Craik
9970bbac1f am 3534e134: Merge "Avoid crash if onDetachedFromWindow called after destroy" into jb-dev
* commit '3534e13486a0081b1229e698f13bd3a37efa3fb0':
  Avoid crash if onDetachedFromWindow called after destroy
2012-05-22 17:22:19 -07:00
Chris Craik
3534e13486 Merge "Avoid crash if onDetachedFromWindow called after destroy" into jb-dev 2012-05-22 17:20:07 -07:00
Dianne Hackborn
f323763dd9 am ddf573d6: am 2d243bc6: Merge "Fix issue #5680541: onStartInputView called upon focus loss" into jb-dev
* commit 'ddf573d6091b99199bfde93a58ef51db796c7b0f':
  Fix issue #5680541: onStartInputView called upon focus loss
2012-05-22 17:13:53 -07:00
Dianne Hackborn
ddf573d609 am 2d243bc6: Merge "Fix issue #5680541: onStartInputView called upon focus loss" into jb-dev
* commit '2d243bc62a899f7af77886a2a2a82872d63226bb':
  Fix issue #5680541: onStartInputView called upon focus loss
2012-05-22 17:10:31 -07:00
Dianne Hackborn
2d243bc62a Merge "Fix issue #5680541: onStartInputView called upon focus loss" into jb-dev 2012-05-22 17:07:50 -07:00
Mike J. Chen
993f8a8c65 bootanimation: Remove a property_set that is causing a warning in dmesg. DO NOT MERGE
Remove a property_set() call that causes the kernel error log:

<3>[   36.437164] init: sys_prop: permission denied uid:1003  name:service.bootanim.exit

This set fails because the property is read only for non-root processes.
It was added by Kevin as part of the clean exit of the boot animation
change, but it's only needed when testing the boot animation from cmdline.
When called from init, init will clear the property itself before it
reruns the boot animation.

Change-Id: I07563009f57d576da8063708cbe66ff08f6757c8
Signed-off-by: Mike J. Chen <mjchen@google.com>
2012-05-22 17:07:39 -07:00
Jim Miller
3d0083b3f8 Fix 6539117: Fix layout issues on 600dp device.
This fixes two issues:
1. The pattern view was shown too low on the device due to shared layout
with 720dp device.
2. The time was showing on top of the transport control view (music playback widget)

Change-Id: Id8a5809f96cfbda7eb55fa91b1bea826d483373a
2012-05-22 17:05:13 -07:00
Craig Mautner
e2d5b980f3 am 9441a930: am 208236dd: Merge "Pull showStrictModeViolation off of local threads." into jb-dev
* commit '9441a930ffa93529dcd0375e30ac2cfda312706f':
  Pull showStrictModeViolation off of local threads.
2012-05-22 17:00:37 -07:00
Craig Mautner
9441a930ff am 208236dd: Merge "Pull showStrictModeViolation off of local threads." into jb-dev
* commit '208236dd9600efb125639bf7ca5715fb341ee8d8':
  Pull showStrictModeViolation off of local threads.
2012-05-22 16:56:50 -07:00
Craig Mautner
208236dd96 Merge "Pull showStrictModeViolation off of local threads." into jb-dev 2012-05-22 16:54:09 -07:00
Chris Craik
9e08012869 Avoid crash if onDetachedFromWindow called after destroy
This also removes the temporary logging from commit
f8dafa14e0.

bug:6535911
Change-Id: Icf1d0438b349a0e92e7d9cefed57a252eed2b9b0
2012-05-22 16:52:00 -07:00
Marco Nelissen
b4b847866f Handle _ and % in paths
When doing a "like" match on a path, add a second non-like constraint
so that sqlite wildcard characters don't match arbitrary other characters.
b/6501408

Change-Id: I21f9b1c2d8e7c7ef27c0ad5fe24c3e01cd67fb61
2012-05-22 16:30:34 -07:00
Dianne Hackborn
a6e41342e2 Fix issue #5680541: onStartInputView called upon focus loss
We should tell the app that it is inactive, before unbinding.
Otherwise when it is told to unbind it will see that it is still
supposed to be active and immediately re-bind.

Also change the calls to set the active state to go through the
message dispatch path, to ensure ordering is correct.

Change-Id: I246241eac8f7521f42c4c1eee7f46097337e7303
2012-05-22 16:30:34 -07:00
Craig Mautner
0447a81e6d Pull showStrictModeViolation off of local threads.
By moving the StrictModeViolation display onto the WindowManager
Handler we avoid potential deadlocks as found in the bug below.

Fixes bug 6537798.

Change-Id: Ia46a43d1f7f6e55256f770b9e196602092669b49
2012-05-22 16:01:31 -07:00