Commit Graph

5283 Commits

Author SHA1 Message Date
Xavier Ducrohet
02ad7fc23a Move the rev of the froyo sdk component to 2. Do not merge
Change-Id: I44b05cd40dad2df760d3d259246a714b82ddf9a2
2010-05-26 13:48:10 -07:00
Bill Napier
d42aa3310e - Improve ScriptRunner command line parsing to actually pass more of the arguments. (And a unit test to go with it).
- Set __name__ inside the scriptfile runner so python scripts expecting it get it.
- Propagate sys.exit error codes so monkeyrunner will actually return those error codes.
- Better handle PyExceptions thrown by the script to actually terminate monkeyrunner.
- Bubble up installPackage and removePackage error codes so callers can tell if they worked or not.

Change-Id: Ia4717b1ad2c9b4cccd607aba00211f2f85dfb412
2010-05-25 14:42:32 -07:00
Christian Mehlmauer
58ff1585cd Replaced Deprecated GestureDetector API Call
Change-Id: I36429680b555f834e74ec86c6aa17b696d17d2b6
2010-05-25 20:17:51 +02:00
Bill Napier
d5b401d376 Merge "Add in python unit tests and fix up java unit tests." 2010-05-25 09:52:14 -07:00
Bill Napier
66cfd4bfe8 Add in python unit tests and fix up java unit tests.
Change-Id: I3930946364d5ca8a5d18e4a2b36a7afa298ef2de
2010-05-25 09:49:42 -07:00
Marco Nelissen
51d41d52a5 Add missing properties to make the simulator work again.
Change-Id: I9c650360705960630198cb8006a3f83188ddd345
2010-05-24 15:23:22 -07:00
Bill Napier
e5fe8b6833 Merge "Add in "plugin" support to allow users to add their own plugin's via JAR files and the -plugin command line argument. Also make sure that the arguments passed on the command line correctly get set in sys.argv." 2010-05-24 12:14:40 -07:00
Bill Napier
06a839ddbe Add in "plugin" support to allow users to add their own plugin's via JAR files and the -plugin command line argument.
Also make sure that the arguments passed on the command line correctly get set in sys.argv.

Change-Id: I35014adc95ac9e5e5c777dc17749ee2b9b155c57
2010-05-24 12:12:17 -07:00
Dirk Dougherty
fcb192adf3 am b2d652d1: am d43be56d: am 3c19d0e0: Doc change: increment androidappdocs version. 2010-05-24 10:28:24 -07:00
Dirk Dougherty
b2d652d1c0 am d43be56d: am 3c19d0e0: Doc change: increment androidappdocs version.
Merge commit 'd43be56d40a813bedf96203c4b58056c6139eec0' into kraken

* commit 'd43be56d40a813bedf96203c4b58056c6139eec0':
  Doc change: increment androidappdocs version.
2010-05-24 10:25:09 -07:00
Dirk Dougherty
d43be56d40 am 3c19d0e0: Doc change: increment androidappdocs version.
Merge commit '3c19d0e052fae5f21f8e8592143a24919b106743' into froyo-plus-aosp

* commit '3c19d0e052fae5f21f8e8592143a24919b106743':
  Doc change: increment androidappdocs version.
2010-05-24 10:23:08 -07:00
Dirk Dougherty
3c19d0e052 Doc change: increment androidappdocs version.
Change-Id: Ifd517ed5c51cb95fdc4cc83d5521242086d59534
2010-05-24 10:17:06 -07:00
Christian Mehlmauer
63c3bf98d1 Added missing classpathentry for DeskClock App, Bluetooth, obex, Gallery3D, Launcher2, GlobalSearch and Provision
Change-Id: I9754d1049a22e7b677b3537f5c3e9b9f4d239e39
2010-05-23 10:56:48 +02:00
Andrew Stadler
eae3b0df70 add frameworks/base/vcard/java to fix eclipse
Change-Id: I087266f22d8e95bc6d088e07d1da7dc62e32c1eb
2010-05-21 14:59:30 -07:00
Andy McFadden
f5c3fa2cdc am 26dc3612: Sim fixes. 2010-05-21 11:09:55 -07:00
Andy McFadden
26dc36123f Sim fixes.
Pulled a fix to the simulator app ("long" is 64-bit when 32-bit was
needed) from master.  sim-eng is useful for verifying the x86 SMP stuff.

Also quieted a compiler warning.

Change-Id: I399ea4923b7e0650d5f995e056c751374b057fbd
2010-05-21 11:00:14 -07:00
Christian Mehlmauer
97d0e8ddb7 Removed unused Imports, Added Type Arguments, removed some Warnings by using unused Methods and Variables
Change-Id: I39a4eb2b17f3411b17fcc49cbbbe396e89fab24a
2010-05-21 19:34:32 +02:00
Bill Napier
4ef0789134 Merge "Add in stub backend to be used for jython unit tests." 2010-05-21 10:29:40 -07:00
Bill Napier
9bfa27ffe6 Add in stub backend to be used for jython unit tests.
Change-Id: Idb7a18ce1ddeb8621c688d5580515d10db6edf19
2010-05-21 10:20:56 -07:00
Bill Napier
ccfc305b5a Merge "Add in the help command implementation to return the "help" string to the caller." 2010-05-21 10:00:37 -07:00
Christian Mehlmauer
a3396e0940 Added Type Arguments to Samples, to reduce Warnings and get a litle bit more Compiler Code checking for "new" Android Programmers
Change-Id: I25add019e99fec88c8422da14f3e18246ca0f0b5
2010-05-21 07:28:31 +02:00
Romain Guy
91cd277060 Merge "removed unused imports" 2010-05-20 22:11:49 -07:00
Romain Guy
8b676d1916 Merge "removed unused imports" 2010-05-20 22:10:43 -07:00
Romain Guy
72d89196dd Merge "removed unused imports" 2010-05-20 22:10:15 -07:00
Romain Guy
c34cbee5b2 Merge "Removed unused import" 2010-05-20 22:09:03 -07:00
Bill Napier
d97211f0d2 Add in the help command implementation to return the "help" string to the caller.
Change-Id: Icb350e4c1cb5ce219ea5ae90272dd7bbaba283e3
2010-05-20 14:41:26 -07:00
Bill Napier
d1a8d5384a remove DebugBridge as it has been replaced with AdbBackend
Change-Id: I52270f2d4ee137932a32309812a8a20503839035
2010-05-20 14:32:36 -07:00
Christian Mehlmauer
bed675c09d Reduced warnings by removing unused imports, unused variables and adding type arguments
Change-Id: I551403a94de87a2fdf24ac0175ce69b4c8a48d54
2010-05-20 21:14:24 +02:00
Christian Mehlmauer
60a798eff5 removed unused imports
Change-Id: Ic48743a984bae2140e7e8f1b451be0f3760179f0
2010-05-20 21:07:30 +02:00
Christian Mehlmauer
ed674c1ec7 removed unused imports
Change-Id: I26fd85aa922e73c49ac319ed2b9f9e31603ced7b
2010-05-20 21:06:37 +02:00
Christian Mehlmauer
942e696486 removed unused imports
Change-Id: I1411ee3d0229918a6ff3837894d63f775550da27
2010-05-20 21:04:57 +02:00
Christian Mehlmauer
019a7e463b Removed unused import
Change-Id: I85a1120ff8f9bc7186cdbc07c78d91a8d136fd5a
2010-05-20 20:35:14 +02:00
Bill Napier
133e0118fe Refactor MonkeyRunner and add in a lot of API operations.
Change-Id: I96ad1da5dc94c86c1e47ff1acf6843d282bb4724
2010-05-20 11:16:28 -07:00
Christian Mehlmauer
38dcb296c9 Reduced Warnings
Change-Id: I3ce0d27d24e8aad3fdbf8c57cefe39d1a3fd99e9
2010-05-20 20:13:51 +02:00
Romain Guy
4b5c09f29e Merge "Updated deprecated Contacts API to ContactsContract" 2010-05-19 22:06:53 -07:00
Romain Guy
d2e12d0428 Merge "Updated Sensor Samples to newest API" 2010-05-19 22:06:33 -07:00
Christian Mehlmauer
62e6bdb0fe Updated deprecated Contacts API to ContactsContract
Change-Id: I1d51b5eba579e841d6024eec08670ae8ff595f94
2010-05-20 06:29:48 +02:00
Dianne Hackborn
165ca04d0e Add new fragment demo for changing with config.
This changes the FragmentLayout demo to show how the layout
(and entire UI flow) can easily be changed based on screen configuration
using fragments.  Here we have different UI for landscape vs portrait.

The old FragmentLayout demo is renamed to FragmentAnim and extended a
bit.

Various other tweaks to follow fragment API changes.

Change-Id: I8df918dbf32b3617cae2b20f77eb37d8211b8c89
2010-05-19 19:25:46 -07:00
Jaikumar Ganesh
16b2a52fb6 Update Bluetooth documentation.
Change-Id: I64a26e2c44bcff739380fe31ce5f6d1e06722282
2010-05-19 17:01:49 -07:00
Christian Mehlmauer
707eb2ffec Updated Sensor Samples to newest API
Change-Id: I88c0ce08232fed34aa99c97385155220e7d9abff
2010-05-19 18:27:34 +02:00
The Android Open Source Project
41f49c540d am d350cf1b: am ca81fb41: merge from open-source master 2010-05-19 08:20:53 -07:00
The Android Open Source Project
d350cf1bb8 am ca81fb41: merge from open-source master
Merge commit 'ca81fb411afd93378f01e3e13ef482693fd35a73' into kraken

* commit 'ca81fb411afd93378f01e3e13ef482693fd35a73':
  Corrected StatusBarNotificationSample
2010-05-19 08:18:13 -07:00
The Android Open Source Project
ca81fb411a merge from open-source master
Change-Id: I4af8f65d1dfff3912f0057645943df78ddefc7ca
2010-05-19 08:13:51 -07:00
Guang Zhu
e4d2f17a07 am 1a3ab7bf: (-s ours) Merge "code coverage improvement (DO NOT MERGE)" into kraken 2010-05-18 18:46:43 -07:00
Guang Zhu
1a3ab7bfaf Merge "code coverage improvement (DO NOT MERGE)" into kraken 2010-05-18 18:44:16 -07:00
Dianne Hackborn
d9d107e815 am 689868ac: Small fix to surface window sample. 2010-05-18 18:37:20 -07:00
Dianne Hackborn
689868ac47 Small fix to surface window sample.
Change-Id: Iaae90aaf8cfdb71c6201eba8a436450a75b2b732
2010-05-18 18:33:05 -07:00
Christian Mehlmauer
9bfa323af1 Corrected StatusBarNotificationSample
Change-Id: I892e84198cfe288e673b81e8ffc331525fee09b8
2010-05-18 23:44:32 +02:00
Vladimir Chtchetkine
47f7d4cb7b Merge "Add Samsung VID/PID to android_winusb.inf fixing bug 2687489" 2010-05-18 14:06:16 -07:00
Vladimir Chtchetkine
deef918041 Add Samsung VID/PID to android_winusb.inf fixing bug 2687489
Change-Id: I31baae3400ef8ef04270fd17352ee81cd244d779
2010-05-18 13:45:36 -07:00