Commit Graph

9756 Commits

Author SHA1 Message Date
Andy Stadler
285ee4b3b0 Merge "Fix .classpath for eclipse. DO NOT MERGE" into jb-dev 2012-05-16 16:02:33 -07:00
Andy Stadler
c26d4211cc Fix .classpath for eclipse. DO NOT MERGE
I've marked this do-not-merge because Email/Exchange are different
in master and this will probably break 'em.

Change-Id: I9f10bd41e143d7b9b6c784d503e79ec28e9f56c3
2012-05-16 15:58:26 -07:00
Jason Sams
dd1b1981c3 Merge "Put the compute samples back in the SDK." into jb-dev 2012-05-16 15:08:11 -07:00
Jason Sams
8cb9623c6d Put the compute samples back in the SDK.
Change-Id: Idda5b632750e52eecf3a16205a0ff14af17b2e1b
2012-05-16 13:00:38 -07:00
Raphael Moll
cf3901168b SDK: don't generate empty codename line in source.properties. DO NOT MERGE.
SDK Bug: b/6490860

Change-Id: I3fbc0b710db891a1649138c8badf4ad88d6e2507
2012-05-15 17:37:44 -07:00
Dianne Hackborn
f2bc2a024c Work on issue #6475693 OnSystemUiVisibilityChangeListener reporting...
...incorrect visibility when the ActionBar overflow menu is opened

Improve API demos.

Change-Id: I3e831152a0dbb56270a80cf58e9441b55059c884
2012-05-10 15:26:52 -07:00
Jean-Michel Trivi
f6b7dd7e7d Merge "Add FLAC encoder to the list of media codecs." into jb-dev 2012-05-10 09:55:15 -07:00
Jean-Michel Trivi
cb62e8bf28 Add FLAC encoder to the list of media codecs.
Bug 5525503

Change-Id: I2326bfec38dbbb641d8c32f5dee98da9da6c3a83
2012-05-09 15:54:27 -07:00
Xavier Ducrohet
6bd1ae5e75 Fix skin.
Bug: 6447905

Change-Id: I50779c5c343ed9f0bf432336b861153e9b047f07
2012-05-07 18:14:36 -07:00
Guang Zhu
5cbd4839f2 Merge "more fixes to monkey motion event timing" into jb-dev 2012-05-06 17:13:21 -07:00
Dianne Hackborn
f5d3a23dee Improvements to system UI demos.
- 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
2012-05-06 12:44:34 -07:00
Guang Zhu
77dc0d2eab more fixes to monkey motion event timing
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
2012-05-04 14:06:50 -07:00
Andy Stadler
a8863a9614 Eclipse classpath cleanup
- 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
2012-05-02 11:32:16 -07:00
Adam Powell
ffb145cea2 Follow framework API change in TaskStackBuilder
Change-Id: I8d83c2a680b2004fded46630166fc1f9b09a5038
2012-05-01 18:34:30 -07:00
Guang Zhu
8749a298c0 fix how monkey adjust timestamps for motion events
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
2012-05-01 13:57:57 -07:00
Robert Greenwalt
909ec2e1ae Merge "Submit fixed script." into jb-dev 2012-04-27 11:55:27 -07:00
Robert Greenwalt
9089c7d7e5 Submit fixed script.
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
2012-04-27 10:45:07 -07:00
Dianne Hackborn
9cd165488b Add API demo for Activity.finishAffinity().
Also fix text on some of the existing demos to use the nice
larger font.

Change-Id: I90d3815cd47cda08217cfc6307d64942f6750ae2
2012-04-26 18:57:13 -07:00
Jeff Brown
791babeffc Merge "Fix Monkey key events." into jb-dev 2012-04-26 13:51:08 -07:00
Jeff Brown
f63ed9b83c Fix Monkey key events.
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
2012-04-26 12:11:50 -07:00
James Dong
d71b64f6c1 Added software mpeg4 and h263 video encoder to sdk/emulator build
o related-to-bug: 6401068

Change-Id: If0711b68e1f6be88b123fc8117be970c87bc1d8f
2012-04-25 18:12:43 -07:00
James Dong
1632bc614d Added software h264 video encoder for emulator/sdk build
o related-to-bug: 6383440

Change-Id: I0abf595cd1cabd0be6d05bc9250c90300149f16b
2012-04-25 13:51:56 -07:00
Xavier Ducrohet
f7f09951dc am befd4ca9: (-s ours) am faa031ab: (-s ours) Fix GridLayout in support library. do not merge.
* commit 'befd4ca938188182729ca31015a8fe5a75f7c93f':
  Fix GridLayout in support library. do not merge.
2012-04-24 22:48:00 -07:00
Michael Jurka
e0d0b6cee4 Merge "No longer using bindAppWidgetId" 2012-04-24 19:06:20 -07:00
Xavier Ducrohet
befd4ca938 am faa031ab: (-s ours) Fix GridLayout in support library. do not merge.
* commit 'faa031ab689f44a269a69ebfbcd49d9937d0fdc6':
  Fix GridLayout in support library. do not merge.
2012-04-24 18:50:36 -07:00
Michael Jurka
d5296c80e2 No longer using bindAppWidgetId 2012-04-24 18:21:05 -07:00
Xavier Ducrohet
faa031ab68 Fix GridLayout in support library. do not merge.
layout_marginStart/End are not in earlier api and are
not used by GridLayout anyway.

Make sure the .classpath/.project are copied (atree ignores
hidden files).

Change-Id: Iddbd223af7ed06e81c6e64b135e28e789c01da79
2012-04-24 17:02:19 -07:00
Xavier Ducrohet
8427f0fcc6 Merge "Fix GridLayout copy into the SDK." 2012-04-24 16:49:43 -07:00
Xavier Ducrohet
3c3cb4687e Fix GridLayout copy into the SDK.
Typo in a dest file name.

Change-Id: I862f19f87608d1643097ee91ce5eaf64e05800d0
2012-04-24 16:46:29 -07:00
Xavier Ducrohet
4da8c59102 am d77109de: (-s ours) am 53e3c7d8: am 805b1690: Move support library to r8. do not merge.
* commit 'd77109def0b7b7fe3fadaca9bdadd19f01356535':
2012-04-24 15:55:17 -07:00
Xavier Ducrohet
923feb2132 am 5e40f4e2: (-s ours) am 42cbe355: am 805b1690: Move support library to r8. do not merge.
* commit '5e40f4e2dfbfdddccc40e538f9eae1737883a3e5':
2012-04-24 15:55:16 -07:00
Raphael Moll
cf41a76a32 am 931eb3a4: am 497c9183: am 6a04b5bb: Merge "Support for Windows SDK pre-requisite module list."
* commit '931eb3a4005cb8419d7fbc85217ea8a074f39388':
  Support for Windows SDK pre-requisite module list.
2012-04-24 15:54:41 -07:00
Robert Ly
6db39f75e3 am 4b8b7526: am 41ab7fd7: am 018c9eeb: Merge "adding media effects sample to sdk" into ics-mr1
* commit '4b8b75264ebbedf80e94d489ad3b591f230283ef':
2012-04-24 15:19:24 -07:00
Robert Ly
b6a5c7dadc am 13a08689: am f6199950: am 018c9eeb: Merge "adding media effects sample to sdk" into ics-mr1
* commit '13a086893acdc35ea75802271bbb9bb7a3693a18':
2012-04-24 15:19:23 -07:00
Raphael Moll
184eca2208 am 56b07781: am a5965405: am 186f007a: Merge "Split build/targets/product/sdk.mk"
* commit '56b077812c0f38d3bace893639a882c7807b040b':
  Split build/targets/product/sdk.mk
2012-04-24 15:18:50 -07:00
Andrew Hsieh
47c3434ebd am c7d65053: am 9de85641: am bdd8dd7d: Merge "Fixed compilation error #include <android/*h>"
* commit 'c7d6505358925308c706be7b84764b392f19b8dd':
  Fixed compilation error #include <android/*h>
2012-04-24 14:27:23 -07:00
Xavier Ducrohet
d77109def0 am 53e3c7d8: am 805b1690: Move support library to r8. do not merge.
* commit '53e3c7d833045f56624e09c4cf1ff4650e1ba6fe':
2012-04-24 14:26:07 -07:00
Xavier Ducrohet
42b5d6609d am bf4cbbe4: (-s ours) am 805b1690: (-s ours) Move support library to r8. do not merge.
* commit 'bf4cbbe4c6c252d483f194d5efbf33270f1c6bea':
  Move support library to r8. do not merge.
2012-04-24 14:25:49 -07:00
Xavier Ducrohet
5e40f4e2df am 42cbe355: am 805b1690: Move support library to r8. do not merge.
* commit '42cbe3559b59483383e66f4bff95a2c073da835d':
  Move support library to r8. do not merge.
2012-04-24 14:24:07 -07:00
Xavier Ducrohet
bf4cbbe4c6 am 805b1690: (-s ours) Move support library to r8. do not merge.
* commit '805b1690679072a6295ff073d4b233e069d8b49b':
  Move support library to r8. do not merge.
2012-04-24 14:22:23 -07:00
Xavier Ducrohet
53e3c7d833 am 805b1690: Move support library to r8. do not merge.
* commit '805b1690679072a6295ff073d4b233e069d8b49b':
  Move support library to r8. do not merge.
2012-04-24 14:22:18 -07:00
Xavier Ducrohet
42cbe3559b am 805b1690: Move support library to r8. do not merge.
* commit '805b1690679072a6295ff073d4b233e069d8b49b':
  Move support library to r8. do not merge.
2012-04-24 14:21:33 -07:00
Xavier Ducrohet
805b169067 Move support library to r8. do not merge.
Change-Id: I27a9242ff4a7d60d64d16d10c06b5aff324f559e
2012-04-24 14:18:57 -07:00
Scott Main
7f7d029b04 am 96e958ef: am 7b797e3b: am 1583b7c6: Delete the fragment-UI sample in favor of the FragmentBasics sample for the 101 training class on fragments
* commit '96e958ef28ce52034764571a8490a4c7c86175b7':
2012-04-24 13:57:27 -07:00
Scott Main
686a128e3c am 8637322b: am 452f9d66: am 1583b7c6: Delete the fragment-UI sample in favor of the FragmentBasics sample for the 101 training class on fragments
* commit '8637322b12682f41e27e39016e4bc378bc3ff45a':
2012-04-24 13:57:22 -07:00
Scott Main
d08254c07f am c180eacc: am dc8be81a: am ff329d74: Merge "Rename the activity lifecycle sample\'s directory" into ics-mr1
* commit 'c180eaccf0ff0fb001158d29d94ac60707719e67':
2012-04-24 13:57:22 -07:00
Scott Main
c4730632cd am c1855ef3: am fe90e4b1: am ff329d74: Merge "Rename the activity lifecycle sample\'s directory" into ics-mr1
* commit 'c1855ef3221fbc6c5b4543aeb826adc9fe83bae7':
2012-04-24 13:57:21 -07:00
Scott Main
b405f58158 am f9715d56: am 11f9ad8c: am ba1636e4: Add new sample for 101 class on fragments.
* commit 'f9715d5654114ec78c3249406d9ecdb9b26e2c24':
2012-04-24 13:57:19 -07:00
Scott Main
d890524c3b am 8fe69d78: am 934e8508: am ba1636e4: Add new sample for 101 class on fragments.
* commit '8fe69d78bb20061ea6121c329c4c5e162fba08cd':
2012-04-24 13:57:18 -07:00
Gilles Debunne
a11d0eb32e Merge "Fixed the XMLAdapters example" 2012-04-23 15:52:48 -07:00