- 04 Jun, 2012 1 commit
-
-
Dianne Hackborn authored
Also tweak the cursor loader samples to filter out query callbacks that don't change the filter, to avoid restarting the loader on a configuration change. Change-Id: Iac9293fed45e127698be59262d68b0b59a8ec9ce
-
- 31 May, 2012 1 commit
-
-
Jeff Brown authored
Change-Id: Ibee2db4e75c5872d94984a02ef8bbdc6bd1e4b33
-
- 29 May, 2012 1 commit
-
-
Nick Pelly authored
Change-Id: I7d3cf81a5ba1ff7e2ac56f125d8b3454a6bd11c4
-
- 25 May, 2012 1 commit
-
-
Xavier Ducrohet authored
-
- 24 May, 2012 2 commits
-
-
Xavier Ducrohet authored
Bug: 6557564 Change-Id: I7d413524c43732056d822e5c1a01f0a26147f24b
-
Marc Blank authored
Change-Id: I7303f13d4544b81e2a2655319f310a3b6c5243b1
-
- 22 May, 2012 2 commits
-
-
Xavier Ducrohet authored
Change-Id: I4937aa793fed5efc51e0c4ce127b7193148baa5e
-
Xavier Ducrohet authored
This doesn't contain API 16 just yet. This is just a new version based on reading all the android.jar instead of the text-based files. This new mechanism filters out all methods coming from super classes as well as interfaces in an effort to make the file smaller. Change-Id: Ieefa7d01c29944b2b77b22e8cb81ee2e67afd555
-
- 21 May, 2012 1 commit
-
-
Svetoslav Ganov authored
-
- 20 May, 2012 1 commit
-
-
Dianne Hackborn authored
-
- 19 May, 2012 3 commits
-
-
Dianne Hackborn authored
Change-Id: Ib4c3b45e8d67200a2b4f3a8b0daee198b24bad0f
-
Xia Wang authored
-
Xia Wang authored
As the delay is added as WaitEvent, throttle time is applied after the WaitEvent. This cause problem for Tap and Drag. The thorrle time is then inserted between ACTION_DOWN and ACTION_UP, or ACTION_DOWN and ACTION_MOVE. This broke the two actions. Change-Id: I5a122d6cb3d99e38d9442c3de50e0360652c4baf
-
- 18 May, 2012 1 commit
-
-
Svetoslav Ganov authored
1. We have fixed a security issue in the framework and this patch is updating the sample. Change-Id: Icc266ceaf0064cf8d9a00d7ad48746e1f0fbbbf1
-
- 16 May, 2012 5 commits
-
-
Andy Stadler authored
-
Andy Stadler authored
I've marked this do-not-merge because Email/Exchange are different in master and this will probably break 'em. Change-Id: I9f10bd41e143d7b9b6c784d503e79ec28e9f56c3
-
Jason Sams authored
-
Jason Sams authored
Change-Id: Idda5b632750e52eecf3a16205a0ff14af17b2e1b
-
Raphael Moll authored
SDK Bug: b/6490860 Change-Id: I3fbc0b710db891a1649138c8badf4ad88d6e2507
-
- 10 May, 2012 2 commits
-
-
Dianne Hackborn authored
...incorrect visibility when the ActionBar overflow menu is opened Improve API demos. Change-Id: I3e831152a0dbb56270a80cf58e9441b55059c884
-
Jean-Michel Trivi authored
-
- 09 May, 2012 1 commit
-
-
Jean-Michel Trivi authored
Bug 5525503 Change-Id: I2326bfec38dbbb641d8c32f5dee98da9da6c3a83
-
- 08 May, 2012 1 commit
-
-
Xavier Ducrohet authored
Bug: 6447905 Change-Id: I50779c5c343ed9f0bf432336b861153e9b047f07
-
- 07 May, 2012 1 commit
-
-
Guang Zhu authored
-
- 06 May, 2012 1 commit
-
-
Dianne Hackborn authored
- Content browser now lets you long press to go into selection mode. - Overscan demo has more options for controlling more window state. Change-Id: I04cfb58f515882cc6dccd65cb68bc073e53dcad5
-
- 04 May, 2012 1 commit
-
-
Guang Zhu authored
Last attempt to fix ACTION_MOVE ended up breaking stuff elsewhere. For a touch based gesture, it usually have a group of motion events, and typically they have the same down time and individual event times. Example: a tap should have ACTION_DOWN with same down time and event time, and subsequent ACTION_UP should have the same down time as previous one, but a fresh event time. Similar situation applies to ACTION_DOWN, ACTION_MOVEs, ACTION_UP sequence of a drag/scroll/fling gesture In addition, a 5ms delay is added for a tap between DOWN and UP. And a 5ms delay is added for each injected event in a drag gesture Change-Id: I8e65e578152b1c1ff1fa4c0f476ef45806826479
-
- 02 May, 2012 2 commits
-
-
Andy Stadler authored
- removed UnifiedEmail, not used in JB - updated references to media/mca packages, which moved - libcore junit stuff is now accessed via a library, built from external Bug: 5584451 Change-Id: Ia5358c66ba191a3a08fea731ad5d8ba3e93c1f89
-
Adam Powell authored
Change-Id: I8d83c2a680b2004fded46630166fc1f9b09a5038
-
- 01 May, 2012 1 commit
-
-
Guang Zhu authored
Currently for motion events, monkey forces current system uptime onto both down time and event time. This breaks ACTION_MOVE events because the down time of it is supposed to be the time when finger is down. the new logic is: * check down time, if it's invalid (<0), fill in uptime * always update event time with a fresh uptime Bug: 6424997 Change-Id: I0b445815a5015d48c08bebc921c572164874449d
-
- 27 Apr, 2012 3 commits
-
-
Robert Greenwalt authored
-
Robert Greenwalt authored
Not completely right - seems gubuntu/ubuntu both get unhappy after running with the 'bridge' option and the PC's routes get hosed (right after the script is run all is fine, but some agent then removes the routes on the bridged iface and sets up routes on the native iface (eth0) and things on the PC lose net access. Note that you can manually reset the routes and make it happy again). The fix I applied to the script was related to turning on rndis on the device and setting device side dns servers correctly so my 'fix' is not responsible for the eventual unhappniess on the PC. Also, the rev-tether continues to work fine even when the PC is unhappy, so this may be useful. Perhaps somebody can figure out who is changing the pc routes and why. bug:4208971 Change-Id: I6ef6a88c71779b2083dad26a4be35ff74c26aae4
-
Dianne Hackborn authored
Also fix text on some of the existing demos to use the nice larger font. Change-Id: I90d3815cd47cda08217cfc6307d64942f6750ae2
-
- 26 Apr, 2012 3 commits
-
-
Jeff Brown authored
-
Jeff Brown authored
Monkey should not be injecting keys with metastate of -1. Cleaned up the code to ensure it doesn't happen and to make it more obvious what's going on. Bug: 6397645 Change-Id: I7339b2fe14edb0578005f93af1f803a0ae3dec96
-
James Dong authored
o related-to-bug: 6401068 Change-Id: If0711b68e1f6be88b123fc8117be970c87bc1d8f
-
- 25 Apr, 2012 5 commits
-
-
James Dong authored
o related-to-bug: 6383440 Change-Id: I0abf595cd1cabd0be6d05bc9250c90300149f16b
-
Xavier Ducrohet authored
* commit 'befd4ca9': Fix GridLayout in support library. do not merge.
-
Michael Jurka authored
-
Xavier Ducrohet authored
* commit 'faa031ab': Fix GridLayout in support library. do not merge.
-
Michael Jurka authored
-