Jean-Baptiste Queru
a3799abcd4
am 8d53a13d: Merge "Add a backup provider for the SDK" into froyo
...
Merge commit '8d53a13daf1756dca86ddea8519ac43334e824fe' into froyo-plus-aosp
* commit '8d53a13daf1756dca86ddea8519ac43334e824fe':
Add a backup provider for the SDK
2010-04-21 12:22:16 -07:00
Jean-Baptiste Queru
8d53a13daf
Merge "Add a backup provider for the SDK" into froyo
2010-04-21 12:17:59 -07:00
Scott Main
dd605322d6
am 891b4e9d: am beca3af7: cherry-pick from master: 3c26ae869e
2010-04-21 11:57:59 -07:00
Scott Main
891b4e9d50
am beca3af7: cherry-pick from master: 3c26ae869e
...
Merge commit 'beca3af74d2a5baeba00ada49ba2480d36535f5e' into froyo-plus-aosp
* commit 'beca3af74d2a5baeba00ada49ba2480d36535f5e':
cherry-pick from master: 3c26ae869e
2010-04-21 11:42:29 -07:00
Scott Main
beca3af74d
cherry-pick from master: 3c26ae869e
...
new version of the Searchable Dictionary that saves all the words
in an SQLite Database and FTS3 table, then performs all look ups
using the content provider, plus various style modifications.
2010-04-21 10:44:50 -07:00
Bill Napier
0aae2da0ee
Merge "Start refactoring MonkeyRunner to be a bit easier to understand."
2010-04-21 10:21:58 -07:00
Bill Napier
addb02a320
Start refactoring MonkeyRunner to be a bit easier to understand.
...
- Add in ImageUtils (which is basically a copy from HierarchyViewer)
- Encapsulate ADB communications inside DebugBridge.
- Encapsulate Network Monkey protocol inside MonkeyMananger
Most of this code is currenlty duplicated in MonkeyRunner.java. Deletions of that code
will come in a subsequent change.
Change-Id: Ia33eeae9b12d97371781c5d2a0292b738130b4d3
2010-04-21 10:12:09 -07:00
Jean-Baptiste Queru
486681280e
Add a backup provider for the SDK
...
Bug: 2611374
Change-Id: I3907a48b2ec380b3f7c3bc168d0529809e098cf7
2010-04-21 09:35:02 -07:00
The Android Open Source Project
58f6c80ad8
am d428e48a: merge from open-source master
2010-04-21 09:24:06 -07:00
The Android Open Source Project
d428e48aa1
merge from open-source master
...
Change-Id: Ia811827c7fce6b14ec6f8f9dc5f5305be6138127
2010-04-21 09:10:10 -07:00
Raphael
16ede62379
Makefile to create Windows SDK under Linux.
...
The makefile makes it possible to "make PRODUCT-sdk-win_sdk".
It builds the Linux SDK, mirrors it as a Windows SDK and then use the shell
script to patch in all the Windows binaries.
Change-Id: Ie24f765bbe5201266efcb1c4cdcdead4ced35ef6
2010-04-20 17:02:30 -07:00
Guang Zhu
8aff3602e7
code coverage improvement
...
* automatically detect if emma is on device
* build emma into libcore if necessary
* stop runtime before adb sync and restart afterwards
Change-Id: I6f1beacdd266310c481351165a054dca8f8657b2
2010-04-20 16:24:27 -07:00
Raphael Moll
3d96f18dd1
Update the docs explaining how to build an SDK.
...
Change-Id: Ibb2ddb751ac6779b6bbbbcf4cb610d4d86280fee
2010-04-19 15:31:07 -07:00
Dianne Hackborn
5a076f43d5
First simple Fragment API demo.
...
Change-Id: I8d21485bc12445fe8a670796ddbc3e5ef57fd390
2010-04-19 15:09:36 -07:00
Dirk Dougherty
0fe7b49f21
Merge "Subject: Android application files for the Activity Testing Tutorial Change-ID: If1b96a211487f43df76912bdbaf3568c1878478c"
2010-04-19 11:39:45 -07:00
Joe Malin
7a092deb31
Subject: Android application files for the Activity Testing Tutorial
...
Change-ID: If1b96a211487f43df76912bdbaf3568c1878478c
2010-04-19 10:43:51 -07:00
Brett Chabot
d2a81ffb99
Merge "Runtest support for tests that need 'make' not 'mmm' to build."
2010-04-16 15:16:04 -07:00
Brett Chabot
8dc9eb8ba6
Runtest support for tests that need 'make' not 'mmm' to build.
...
Change-Id: I0508db2578826249f9bf4756d5adc6f95e841231
2010-04-16 14:44:41 -07:00
The Android Open Source Project
ecedc3be27
am 03f73ba4: merge from open-source master
2010-04-16 12:47:48 -07:00
The Android Open Source Project
03f73ba453
merge from open-source master
...
Change-Id: I160f8677dc9fb144b3a3190ee4ea500cad71af2b
2010-04-16 12:36:27 -07:00
Raphael
0db059b4c8
Fix etc1tool on Mac SDK: -lz was missing.
...
Change-Id: I50f5500493be638182d3302cae2e2385722da22d
2010-04-15 22:02:08 -07:00
Xavier Ducrohet
728457dc74
Fix instructions on how to build the doc.
...
Change-Id: Id9cde46b38a74f0f6ee368fdc43aee8ec6082b5f
2010-04-15 17:26:58 -07:00
Ying Wang
036e1ea402
am c05b83d1: am 84086578: Add timestamp to monkey log
2010-04-15 13:30:30 -07:00
Brian Carlstrom
90218acfdf
runtest --path fails with symlinked ANDROID_BUILD_TOP
...
While reproducing b/2558977 I found that "runtest --path" did not work
for me because my ANDROID_BUILD_TOP contained a symlink. This is a
local fix to make FindTests use os.path.realpath instead of only half
using os.path.abspath when trying to make canonical paths to compare.
Change-Id: Ief353f52cb80b1798edc3c1233d1e082d9cebc26
2010-04-15 10:36:05 -07:00
Ying Wang
c05b83d138
am 84086578: Add timestamp to monkey log
...
Merge commit '84086578bb07eb65c141f5cba0c5e31a12d44c17' into froyo-plus-aosp
* commit '84086578bb07eb65c141f5cba0c5e31a12d44c17':
Add timestamp to monkey log
2010-04-14 20:58:40 -07:00
Raphael
39884388ed
Fix etc1tool to build in Windows SDK under Linux
...
Change-Id: Ib38a019becfeb9e227089b18e04e3f7c28a4af53
2010-04-14 20:03:19 -07:00
Ying Wang
84086578bb
Add timestamp to monkey log
...
Change-Id: Ia477aca8b00d06049621d848f5792c291e3db040
2010-04-14 19:25:27 -07:00
Romain Guy
82724df496
Merge "Polish for the gallery sample demo."
2010-04-14 14:49:15 -07:00
Romain Guy
eae42dbbf2
Polish for the gallery sample demo.
...
Change-Id: I3ea34ac090554494bf09e71aaa08a9148a0ab42a
2010-04-14 14:48:02 -07:00
Dan Morrill
f7977964e3
Updating PDK/s.a.c. build to accommodate a moved gps.h.
...
Change-Id: I4fb58ad5babee063f654cbc5e5b1bfffaa2bbb84
2010-04-13 16:24:08 -07:00
Dan Morrill
98620ee0ab
Various updates to add missing content for impending launch.
...
Change-Id: I8423b4404c26330fc9391777247a2620effb03cf
2010-04-13 14:48:25 -07:00
The Android Open Source Project
483555c333
am 19495e92: merge from open-source master
2010-04-12 17:00:50 -07:00
The Android Open Source Project
19495e9285
merge from open-source master
...
Change-Id: Ic084784dc5ca0f98367b2824261be0be4f9617bf
2010-04-12 13:11:26 -07:00
Dirk Dougherty
799c5cad63
am 128a8261: am 4a541438: Merge "SDK doc change: update gae request handler to use new intl/nn handling behaviors. Now always honors any locally set lang cookie and redirects unsupported url langs to en version." into froyo
2010-04-10 11:48:32 -07:00
Dirk Dougherty
128a8261ab
am 4a541438: Merge "SDK doc change: update gae request handler to use new intl/nn handling behaviors. Now always honors any locally set lang cookie and redirects unsupported url langs to en version." into froyo
...
Merge commit '4a5414381b1abe693101f18a4d483ed5ddff55ec' into froyo-plus-aosp
* commit '4a5414381b1abe693101f18a4d483ed5ddff55ec':
SDK doc change: update gae request handler to use new intl/nn handling behaviors. Now always honors any locally set lang cookie and redirects unsupported url langs to en version.
2010-04-10 11:38:00 -07:00
Dirk Dougherty
4a5414381b
Merge "SDK doc change: update gae request handler to use new intl/nn handling behaviors. Now always honors any locally set lang cookie and redirects unsupported url langs to en version." into froyo
2010-04-09 19:00:07 -07:00
Dirk Dougherty
35ecf6a8b7
SDK doc change: update gae request handler to use new intl/nn handling behaviors. Now always honors any locally set lang cookie and redirects unsupported url langs to en version.
...
Change-Id: Id778ba96936c6ed5c3c5ec6c76e476f1fa7036bf
2010-04-09 18:54:53 -07:00
Nicolas Catania
d5155064a6
Merge "New testsuite for libjingle"
2010-04-09 15:11:33 -07:00
Xavier Ducrohet
8f07bb8727
Merge "Fix SDK build by packaging the new Ant rules files."
2010-04-09 14:11:16 -07:00
Xavier Ducrohet
cd2dfa72cb
Fix SDK build by packaging the new Ant rules files.
...
Change-Id: Id88eeb0e596b58e48f425c7521fb40f9e046b818
2010-04-09 14:00:34 -07:00
The Android Open Source Project
9bd2c5be12
Delete NDK, moved into its own project
...
Change-Id: Ia51e76d7a9995fb43a096ebbdfa908f84d9da59c
2010-04-09 13:52:58 -07:00
Xavier Ducrohet
9cd63801a5
Update SDK build file to package the correct version for groovy.
...
Change-Id: I0e81a9941693acc0f29933aa15bb7d4e7689bf51
2010-04-09 13:19:15 -07:00
Nicolas Catania
8595c94e89
New testsuite for libjingle
...
Change-Id: I94336057a0edf3990614d41594f715de0898551a
2010-04-09 10:26:13 -07:00
Brett Chabot
3208480f79
am 8082e94c: am 3804ab42: Change VoiceRecognitionService sample to use API 8 instead of froyo.
2010-04-08 12:21:03 -07:00
Brett Chabot
8082e94c41
am 3804ab42: Change VoiceRecognitionService sample to use API 8 instead of froyo.
...
Merge commit '3804ab420be1f7f3c49cd91b695800209db6a346' into froyo-plus-aosp
* commit '3804ab420be1f7f3c49cd91b695800209db6a346':
Change VoiceRecognitionService sample to use API 8 instead of froyo.
2010-04-08 12:09:48 -07:00
Brett Chabot
3804ab420b
Change VoiceRecognitionService sample to use API 8 instead of froyo.
...
Bug 2581621
Change-Id: Idab0afe6e6c85edba9d2af3d9d5961fe77d1ea14
2010-04-08 11:32:08 -07:00
Christopher Tate
07f6f02863
am 79044b97: am 3356ba35: Merge "Add Backup/Restore sample to the SDK docs" into froyo
2010-04-07 14:34:45 -07:00
Christopher Tate
79044b97f7
am 3356ba35: Merge "Add Backup/Restore sample to the SDK docs" into froyo
...
Merge commit '3356ba35fa7632fc801210f46d3ec10d1b6cf6a1' into froyo-plus-aosp
* commit '3356ba35fa7632fc801210f46d3ec10d1b6cf6a1':
Add Backup/Restore sample to the SDK docs
2010-04-07 14:22:17 -07:00
Christopher Tate
3356ba35fa
Merge "Add Backup/Restore sample to the SDK docs" into froyo
2010-04-07 14:19:40 -07:00
Christopher Tate
41c42a972c
Add Backup/Restore sample to the SDK docs
...
Part of bug #2545514
Change-Id: I9085ebfdce3552ddab602eec8d40de67b219a834
2010-04-07 13:41:35 -07:00