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
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
1a3ab7bfaf
Merge "code coverage improvement (DO NOT MERGE)" into kraken
2010-05-18 18:44:16 -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
Dianne Hackborn
5ee6d7a18c
Merge "Add new demo of taking over a window's surface." into kraken
2010-05-18 12:21:39 -07:00
The Android Open Source Project
f8402ac032
am 253290a7: merge from open-source master
...
Merge commit '253290a70f2b8f9ca4f0e79b18d9c3f7fe82561b' into kraken
* commit '253290a70f2b8f9ca4f0e79b18d9c3f7fe82561b':
Removed bad BuildPaths (not existing Directories after checkout)
2010-05-18 10:59:19 -07:00
The Android Open Source Project
253290a70f
merge from open-source master
...
Change-Id: I5780767c96fbc775ce0dbbcfddb0c2e84bbfaf41
2010-05-18 10:56:24 -07:00
Guang Zhu
863870c168
code coverage improvement (DO NOT MERGE)
...
* automatically detect if emma is on device
* build emma into libcore if necessary
* stop runtime before adb sync and restart afterwards
Change-Id: Id5087fdd6c0345f2b9b76658a5083b9260af061e
2010-05-18 10:54:47 -07:00
Dianne Hackborn
988a7192ac
Add new demo of taking over a window's surface.
...
Change-Id: If76f577d2a314018d7dc7980ffa446b7cf050037
2010-05-18 10:46:32 -07:00
The Android Open Source Project
3dcb1f7ab4
am c043a97c: merge from open-source master
...
Merge commit 'c043a97c9f3e1a2c8b5a95df70b89c711a1087ce' into kraken
* commit 'c043a97c9f3e1a2c8b5a95df70b89c711a1087ce':
Removed Calls to deprecated API
Removed Duplicate Build Paths
2010-05-18 09:31:32 -07:00
The Android Open Source Project
c043a97c9f
merge from open-source master
...
Change-Id: Ib0c6bef7b527a79c9902046889e29a4bccd0ab87
2010-05-18 09:27:19 -07:00
Christian Mehlmauer
ec867a8c35
Removed bad BuildPaths (not existing Directories after checkout)
...
Change-Id: Ia21cb1927dfc8851f728ef3a2175cbdf701f7641
2010-05-18 06:53:36 +02:00
Jean-Baptiste Queru
0195941e06
Merge "Removed Duplicate Build Paths"
2010-05-17 15:02:56 -07:00
Christian Mehlmauer
b88f42b361
Removed Calls to deprecated API
...
Change-Id: Ia94734637df6aa7b8b08417c49a3485f34f1b94c
2010-05-17 23:43:43 +02:00
Christian Mehlmauer
165b906aa5
Removed Duplicate Build Paths
...
Change-Id: I9b4d4d5163365cde3c97d0d8f05b38a4b8406cea
2010-05-16 22:46:34 +02:00
The Android Open Source Project
08d3110279
am 99096976: merge from open-source master
...
Merge commit '99096976d0ed8436c0eacdefae0ffb606bd573c5' into kraken
* commit '99096976d0ed8436c0eacdefae0ffb606bd573c5':
Added missing --pct-syskeys to processOptions in Monkey
2010-05-12 09:36:11 -07:00
The Android Open Source Project
99096976d0
merge from open-source master
...
Change-Id: I4bbf0fccef174a7f0eb8241b422f846ea21c3349
2010-05-12 09:27:49 -07:00
Dirk Dougherty
529ba2e5f2
am 8bfa91f0: am 56c8df1b: sdk change: add index for tictactoe library and app. fix output path for spinner sample app in sdk builds.
...
Merge commit '8bfa91f076b667223920d8b68c8ab0f6e8dbc164' into kraken
* commit '8bfa91f076b667223920d8b68c8ab0f6e8dbc164':
sdk change: add index for tictactoe library and app. fix output path for spinner sample app in sdk builds.
2010-05-11 10:23:32 -07:00
Dirk Dougherty
8bfa91f076
am 56c8df1b: sdk change: add index for tictactoe library and app. fix output path for spinner sample app in sdk builds.
...
Merge commit '56c8df1b0637c380bd7aa3f9a928430abfba2c7d' into froyo-plus-aosp
* commit '56c8df1b0637c380bd7aa3f9a928430abfba2c7d':
sdk change: add index for tictactoe library and app. fix output path for spinner sample app in sdk builds.
2010-05-11 10:18:43 -07:00
Johan Alfven
f515f1a6c8
Added missing --pct-syskeys to processOptions in Monkey
...
According to the developer guidelines
http://developer.android.com/guide/developing/tools/monkey.html
it should be possible to run monkey with option --pct-syskeys <percent>
to adjust percentage of "system" key events. (These are keys that are
generally reserved for use by the system, such as Home, Back,
Start Call, End Call, or Volume controls.) However, when trying
to run monkey with that option it fails with:
** Error: Unknown option: --pct-syskeys
The function processOptions in file Monkey.java was missing the
option --pct-syskeys.
Change-Id: I5d328fc93dfe67ed7a905735d6762c7f91c69838
2010-05-11 09:11:43 +02:00
Dirk Dougherty
56c8df1b06
sdk change: add index for tictactoe library and app. fix output path for spinner sample app in sdk builds.
...
Change-Id: I51d412e1e78e6bd672eb419d53310eb1194672a3
2010-05-10 16:12:24 -07:00
Scott Main
07155b40b4
am 46ea5655: am 6807387d: change searchable dictionary folder name back to normal (exclude "v2", which should instead be used only for HTML titles)
...
Merge commit '46ea565515a1ab4f3bc4107eae8c0e909b634dac' into kraken
* commit '46ea565515a1ab4f3bc4107eae8c0e909b634dac':
change searchable dictionary folder name back to normal (exclude "v2", which
2010-05-10 13:48:59 -07:00
Scott Main
689176f33b
am e7506f83: am 1b2c8084: add version code and name to searchable dictionary sample (make it v2)
...
Merge commit 'e7506f830636bfb3425b0efb6f8a8675cb1717c6' into kraken
* commit 'e7506f830636bfb3425b0efb6f8a8675cb1717c6':
add version code and name to searchable dictionary sample (make it v2)
2010-05-10 13:48:57 -07:00
Scott Main
46ea565515
am 6807387d: change searchable dictionary folder name back to normal (exclude "v2", which should instead be used only for HTML titles)
...
Merge commit '6807387d71dbcad1577edc3b2a88e11eda0aa8c0' into froyo-plus-aosp
* commit '6807387d71dbcad1577edc3b2a88e11eda0aa8c0':
change searchable dictionary folder name back to normal (exclude "v2", which
2010-05-10 13:47:14 -07:00
Scott Main
e7506f8306
am 1b2c8084: add version code and name to searchable dictionary sample (make it v2)
...
Merge commit '1b2c80841221bb69ca0384974fab462156cfc07d' into froyo-plus-aosp
* commit '1b2c80841221bb69ca0384974fab462156cfc07d':
add version code and name to searchable dictionary sample (make it v2)
2010-05-10 13:47:12 -07:00
Scott Main
6807387d71
change searchable dictionary folder name back to normal (exclude "v2", which
...
should instead be used only for HTML titles)
Change-Id: Ia5c08478d91fb8aa6246fcbca3d68337becadf65
2010-05-10 12:46:19 -07:00
Scott Main
1b2c808412
add version code and name to searchable dictionary sample (make it v2)
...
Change-Id: Ie19c107528ef0df715936303baeda002efaef6cb
2010-05-10 12:34:08 -07:00
Xavier Ducrohet
54d1f9c9cf
am 33c1d23b: am ca2327f1: Merge "Fix target for library sample" into froyo
...
Merge commit '33c1d23b012e9351667c85b2769b838a7f12b727' into kraken
* commit '33c1d23b012e9351667c85b2769b838a7f12b727':
Fix target for library sample
2010-05-10 09:47:30 -07:00
Xavier Ducrohet
33c1d23b01
am ca2327f1: Merge "Fix target for library sample" into froyo
...
Merge commit 'ca2327f1d44fcd66c4a9396e4e70471f1075eae6' into froyo-plus-aosp
* commit 'ca2327f1d44fcd66c4a9396e4e70471f1075eae6':
Fix target for library sample
2010-05-10 09:43:08 -07:00
Xavier Ducrohet
ca2327f1d4
Merge "Fix target for library sample" into froyo
2010-05-07 10:58:32 -07:00
Xavier Ducrohet
1959000ef1
Fix target for library sample
...
Change-Id: I89a1b6a7c7803ac52f5872e4b8a8696bb32ca5a3
2010-05-07 10:57:58 -07:00
Joe Malin
133188410d
am 10cedd23: am 527cfd6e: Doc change: cherry-pick from master: Files for the Spinner and SpinnerTest sample applications...
...
Merge commit '10cedd234b31ab785c61ddf3f101d9a5980a0ec2' into kraken
* commit '10cedd234b31ab785c61ddf3f101d9a5980a0ec2':
Doc change: cherry-pick from master: Files for the Spinner and SpinnerTest sample applications...
2010-05-07 09:55:34 -07:00
Joe Malin
10cedd234b
am 527cfd6e: Doc change: cherry-pick from master: Files for the Spinner and SpinnerTest sample applications...
...
Merge commit '527cfd6ef30a92a679aa2fff3d57f7024cebf609' into froyo-plus-aosp
* commit '527cfd6ef30a92a679aa2fff3d57f7024cebf609':
Doc change: cherry-pick from master: Files for the Spinner and SpinnerTest sample applications...
2010-05-07 09:54:29 -07:00
Joe Malin
527cfd6ef3
Doc change: cherry-pick from master: Files for the Spinner and SpinnerTest sample applications...
...
Change-Id: Ic4a1d28ea821ab7e35255d5a62ca0978cb9155ba
2010-05-07 09:48:47 -07:00
Dirk Dougherty
0f7185d921
am 9e678c26: am 2f0b1c13: Doc change: cherry-pick from master. ->Subject: Android application files for the Activity Testing Tutorial
...
Merge commit '9e678c26d81ba76ad48e73cb7c78a6210cd91a7b' into kraken
* commit '9e678c26d81ba76ad48e73cb7c78a6210cd91a7b':
Doc change: cherry-pick from master. ->Subject: Android application files for the Activity Testing Tutorial
2010-05-07 09:21:55 -07:00
Dirk Dougherty
9e678c26d8
am 2f0b1c13: Doc change: cherry-pick from master. ->Subject: Android application files for the Activity Testing Tutorial
...
Merge commit '2f0b1c1335f6212889633e170d71c56dba70e78e' into froyo-plus-aosp
* commit '2f0b1c1335f6212889633e170d71c56dba70e78e':
Doc change: cherry-pick from master. ->Subject: Android application files for the Activity Testing Tutorial
2010-05-07 09:20:00 -07:00
Dirk Dougherty
2f0b1c1335
Doc change: cherry-pick from master. ->Subject: Android application files for the Activity Testing Tutorial
...
Conflicts:
build/sdk.atree
Change-Id: I5edb1d4d8a18fbda53a0e78ca6c9d20cf7d3ff4a
2010-05-07 09:16:56 -07:00
Xavier Ducrohet
fd51be7a7e
am e823f9eb: am cf997049: Fix the Library sample.
...
Merge commit 'e823f9ebc789718ee9061856f1f3951bfec562e1' into kraken
* commit 'e823f9ebc789718ee9061856f1f3951bfec562e1':
Fix the Library sample.
2010-05-06 17:39:57 -07:00
Xavier Ducrohet
e823f9ebc7
am cf997049: Fix the Library sample.
...
Merge commit 'cf9970499bfcce80d92c2fe37fd552e586c177b6' into froyo-plus-aosp
* commit 'cf9970499bfcce80d92c2fe37fd552e586c177b6':
Fix the Library sample.
2010-05-06 17:38:30 -07:00
Xavier Ducrohet
03c7c8b615
am 5542d32c: am fc7428f9: Add the TicTacToe Lib+Main samples
...
Merge commit '5542d32c67e31f4e39ff33904613ec722d42ddd1' into kraken
* commit '5542d32c67e31f4e39ff33904613ec722d42ddd1':
Add the TicTacToe Lib+Main samples
2010-05-06 17:38:24 -07:00
Xavier Ducrohet
5542d32c67
am fc7428f9: Add the TicTacToe Lib+Main samples
...
Merge commit 'fc7428f91254740a245fdac5db77d035c0b4c41f' into froyo-plus-aosp
* commit 'fc7428f91254740a245fdac5db77d035c0b4c41f':
Add the TicTacToe Lib+Main samples
2010-05-06 17:36:56 -07:00
Xavier Ducrohet
cf9970499b
Fix the Library sample.
...
Change-Id: I38d0336b8f1952d4e0424501dcd060d173624b5b
2010-05-06 17:35:35 -07:00
Xavier Ducrohet
fc7428f912
Add the TicTacToe Lib+Main samples
...
Change-Id: I17a26172ab82b2e4b794774c5ab94bed8202b7d4
2010-05-06 16:53:09 -07:00
The Android Open Source Project
dd440b4067
am 02d92477: Merge commit \'goog/readonly-korg-master\' into HEAD
...
Merge commit '02d92477d5bd290eb8cd1ef7e13e903520ebba05' into kraken
* commit '02d92477d5bd290eb8cd1ef7e13e903520ebba05':
Update sdk.atree with new ant rules location.
2010-05-06 15:16:03 -07:00
The Android Open Source Project
02d92477d5
Merge commit 'goog/readonly-korg-master' into HEAD
2010-05-06 15:07:55 -07:00
Kenny Root
3215afaee4
Update classpath for Eclipse DO NOT MERGE
...
Change-Id: Id16bde9c7eef953e7c31f86e8c485a9025294586
2010-05-06 12:01:08 -07:00
Kenny Root
5a5697c81a
Spelling fix for source download page
...
Change-Id: I177310b80a2fe632823b6c7b7b63ec11e8e6e829
2010-05-05 18:06:45 -07:00
Xavier Ducrohet
360fba5491
Update sdk.atree with new ant rules location.
...
Change-Id: I8ff92a2343e1a4aa13ad4e8751e2a135eac09425
2010-05-05 15:56:12 -07:00