Commit Graph

9767 Commits

Author SHA1 Message Date
Xavier Ducrohet
af0576fc76 Merge "Remove outdated PDK." into jb-dev 2012-05-25 13:22:18 -07:00
Xavier Ducrohet
1e284c1477 Remove outdated PDK.
Bug: 6557564

Change-Id: I7d413524c43732056d822e5c1a01f0a26147f24b
2012-05-24 16:57:38 -07:00
Marc Blank
2476301f4d Fix up .classpath for Email/Exchange/emailcommon
Change-Id: I7303f13d4544b81e2a2655319f310a3b6c5243b1
2012-05-24 15:29:47 -07:00
Xavier Ducrohet
928c7d668e Add API 16 to the SDK API file.
Change-Id: I4937aa793fed5efc51e0c4ce127b7193148baa5e
2012-05-22 15:57:58 -07:00
Xavier Ducrohet
9649bee7b2 Update API file with proper content.
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
2012-05-22 15:24:18 -07:00
Svetoslav Ganov
84710bb8b0 Merge "Updating the accessibility sample due to a security fix." into jb-dev 2012-05-21 13:13:41 -07:00
Dianne Hackborn
7d7d2fb6d6 Merge "A few little tweaks to system ui flag demos." into jb-dev 2012-05-20 10:17:58 -07:00
Dianne Hackborn
58ce6f06a1 A few little tweaks to system ui flag demos.
Change-Id: Ib4c3b45e8d67200a2b4f3a8b0daee198b24bad0f
2012-05-18 19:43:57 -07:00
Xia Wang
d699ad1877 Merge "Remove the WaitEvent added in Tap and Drag." into jb-dev 2012-05-18 17:52:58 -07:00
Xia Wang
5e20670c0b Remove the WaitEvent added in Tap and Drag.
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
2012-05-18 17:04:02 -07:00
Svetoslav Ganov
7947d9fb6a Updating the accessibility sample due to a security fix.
1. We have fixed a security issue in the framework and
   this patch is updating the sample.

Change-Id: Icc266ceaf0064cf8d9a00d7ad48746e1f0fbbbf1
2012-05-18 12:52:33 -07:00
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