Commit Graph

2842 Commits

Author SHA1 Message Date
Android (Google) Code Review
b57238690e Merge change I85aa2b1d into eclair
* changes:
  create a test app that allows direct control of a sync adapter for testing purposes
2009-11-05 14:16:08 -05:00
Fred Quintana
d7a3ea819d create a test app that allows direct control of a sync adapter for testing purposes
http://b/issue?id=2239791
2009-11-05 11:05:11 -08:00
Xavier Ducrohet
910cecc910 am 421e8d33: am 7f305ce7: (-s ours) Ignore hidden files and vi swap files during packaging. (do not merge)
Merge commit '421e8d3353de606444e5350d8feeee8c01c90394' into eclair-plus-aosp

* commit '421e8d3353de606444e5350d8feeee8c01c90394':
  Ignore hidden files and vi swap files during packaging. (do not merge)
2009-11-04 15:14:47 -08:00
Xavier Ducrohet
421e8d3353 am 7f305ce7: (-s ours) Ignore hidden files and vi swap files during packaging. (do not merge)
Merge commit '7f305ce77069cf8432374f12392a3ce3a476bdce' into eclair

* commit '7f305ce77069cf8432374f12392a3ce3a476bdce':
  Ignore hidden files and vi swap files during packaging. (do not merge)
2009-11-04 15:05:34 -08:00
Xavier Ducrohet
7f305ce770 Ignore hidden files and vi swap files during packaging. (do not merge)
BUG #2233458

This is integrated from eclair.
2009-11-04 14:46:40 -08:00
Bjorn Bringert
29017bbd62 Fix type of _id col in SearchableDictionary
SDK SAMPLE CODE ONLY

Before, the _id column in the search suggestions contained
a string. This causes an exception when the suggestion provider
is used for in-app search in Cupcake. Now the _id column contains
a long instead.

Fixes http://b/issue?id=2219970

Change-Id: I53c8228badbb0e3ff1799107490b44ff8ced7148
2009-11-04 11:31:06 +00:00
Brett Chabot
fd893b5fb0 Fix ADT test data references.
- Remove reference to ADT from sdklib tests.
- Move ADT test data to be closer to their test classes, and to make it obvious
this data is only for ADT unit tests.
2009-11-03 12:34:46 -08:00
Raphael
ddc42e282b am 03684b9d: am 4bf2ce27: SDK: Enforce GDK_NATIVE_WINDOWS=true for linux scripts
Merge commit '03684b9d88cfa8f9775685d7a4efed2c96a57932' into eclair-plus-aosp

* commit '03684b9d88cfa8f9775685d7a4efed2c96a57932':
  SDK: Enforce GDK_NATIVE_WINDOWS=true for linux scripts
2009-11-03 12:25:25 -08:00
Raphael
03684b9d88 am 4bf2ce27: SDK: Enforce GDK_NATIVE_WINDOWS=true for linux scripts
Merge commit '4bf2ce27a00c564daf0831c16769ee1ca259ddc7' into eclair

* commit '4bf2ce27a00c564daf0831c16769ee1ca259ddc7':
  SDK: Enforce GDK_NATIVE_WINDOWS=true for linux scripts
2009-11-03 12:17:52 -08:00
Xavier Ducrohet
867fa469b8 am f9e0b264: Move check for hidden files in the proper method.
Merge commit 'f9e0b264422d086066a9d9deb2118617735e8d65' into eclair-plus-aosp

* commit 'f9e0b264422d086066a9d9deb2118617735e8d65':
  Move check for hidden files in the proper method.
2009-11-03 11:34:50 -08:00
Xavier Ducrohet
f9e0b26442 Move check for hidden files in the proper method.
Change-Id: I0a364b118d60aaab259cba2b13edcc2c31c39148
2009-11-03 11:23:06 -08:00
Raphael
2b99959948 am 8d700bdf: SDK: fix build. checkFileForPackaging is used by ApkBuilder.
Merge commit '8d700bdf67681ad405819c06906325768f8cf9ea' into eclair-plus-aosp

* commit '8d700bdf67681ad405819c06906325768f8cf9ea':
  SDK: fix build. checkFileForPackaging is used by ApkBuilder.
2009-11-03 09:53:28 -08:00
Raphael
8d700bdf67 SDK: fix build. checkFileForPackaging is used by ApkBuilder.
Change-Id: I91e9c63adcd6e069b1ec15627b95565c26cd3bc6
Reference: Change If0d0751e
SDK BUG 2233458
2009-11-03 09:40:55 -08:00
Xavier Ducrohet
3a7529554d am f31f6303: Merge change If0d0751e into eclair
Merge commit 'f31f630320a53e067ead2848d24ff63b0e0ad3b0' into eclair-plus-aosp

* commit 'f31f630320a53e067ead2848d24ff63b0e0ad3b0':
  Ignore hidden files and vi swap files during packaging.
2009-11-02 23:17:02 -08:00
Android (Google) Code Review
f31f630320 Merge change If0d0751e into eclair
* changes:
  Ignore hidden files and vi swap files during packaging.
2009-11-03 02:06:32 -05:00
Xavier Ducrohet
b159651709 Ignore hidden files and vi swap files during packaging.
BUG #2233458

Change-Id: If0d0751ed7b896a7803e9b69fb0e6bff97dd4330
2009-11-02 18:31:46 -08:00
Brett Chabot
10a96c4205 am a9982898: Merge change Ida443c07 into eclair
Merge commit 'a9982898b33399ddeee1e97f5f0d18c77ec1d538' into eclair-plus-aosp

* commit 'a9982898b33399ddeee1e97f5f0d18c77ec1d538':
  Remove calendar provider suite from continuous. DO NOT MERGE
2009-11-02 17:14:54 -08:00
Android (Google) Code Review
a9982898b3 Merge change Ida443c07 into eclair
* changes:
  Remove calendar provider suite from continuous. DO NOT MERGE
2009-11-02 20:08:06 -05:00
Raphael
4bf2ce27a0 SDK: Enforce GDK_NATIVE_WINDOWS=true for linux scripts
SDK BUG 2232091

Change-Id: I2a000054545b7865769054d1fdc733e50f06edd5
2009-11-02 16:43:32 -08:00
Xavier Ducrohet
2e41a5733a am 208c7569: am 0dd85d89: (-s ours) Only apply permission to files with +x (do not merge)
Merge commit '208c75697e483f63f6075f28c1fc4ff49382f884' into eclair-plus-aosp

* commit '208c75697e483f63f6075f28c1fc4ff49382f884':
  Only apply permission to files with +x (do not merge)
2009-11-02 12:45:26 -08:00
Xavier Ducrohet
208c75697e am 0dd85d89: (-s ours) Only apply permission to files with +x (do not merge)
Merge commit '0dd85d89fa90de0d79da296292f75ceb5cf48b92' into eclair

* commit '0dd85d89fa90de0d79da296292f75ceb5cf48b92':
  Only apply permission to files with +x (do not merge)
2009-11-02 12:34:39 -08:00
Xavier Ducrohet
0dd85d89fa Only apply permission to files with +x (do not merge)
integrated from eclair branch.
2009-11-02 12:13:45 -08:00
Xavier Ducrohet
7e668a1f0b am 192d5db1: Merge change Ied3304a0 into eclair
Merge commit '192d5db1fedef99404644256f80740bb3763b049' into eclair-plus-aosp

* commit '192d5db1fedef99404644256f80740bb3763b049':
  Only apply permission to files with +x
2009-11-02 11:48:52 -08:00
Android (Google) Code Review
192d5db1fe Merge change Ied3304a0 into eclair
* changes:
  Only apply permission to files with +x
2009-11-02 14:40:10 -05:00
Brett Chabot
4277838e68 Remove calendar provider suite from continuous. DO NOT MERGE
Bug 2171501
2009-10-30 17:49:36 -07:00
Xavier Ducrohet
67ba2de9e7 Only apply permission to files with +x
Change-Id: Ied3304a0f9687b601666c4ec7ce7a34157254d7c
2009-10-30 16:34:47 -07:00
Raphael
73246d4453 am 8a370089: am d3f9eb79: SDK Manager: Display error when saving settings
Merge commit '8a370089b824f5acd97b5986b9b1e5bff3aefca4' into eclair-plus-aosp

* commit '8a370089b824f5acd97b5986b9b1e5bff3aefca4':
  SDK Manager: Display error when saving settings
2009-10-30 13:08:50 -07:00
Raphael
8a370089b8 am d3f9eb79: SDK Manager: Display error when saving settings
Merge commit 'd3f9eb79c79752b76e483d5d6774b76bcf91a8de' into eclair

* commit 'd3f9eb79c79752b76e483d5d6774b76bcf91a8de':
  SDK Manager: Display error when saving settings
2009-10-30 13:01:22 -07:00
Raphael
d3f9eb79c7 SDK Manager: Display error when saving settings
SDK BUG 2226029

Change-Id: I568c71b80bddb5c4409df0bd1b02e35b82d6d1ba
2009-10-29 21:28:45 -07:00
Dmitri Plotnikov
58e183ef23 am 41c271bb: Merge change Iae0bc856 into eclair
Merge commit '41c271bb20ca14031405bda11e9dfd4b7bbc8a60' into eclair-plus-aosp

* commit '41c271bb20ca14031405bda11e9dfd4b7bbc8a60':
  A sample application that demonstrates use of legacy and current contacts APIs.
2009-10-29 14:57:30 -07:00
Android (Google) Code Review
41c271bb20 Merge change Iae0bc856 into eclair
* changes:
  A sample application that demonstrates use of legacy and current contacts APIs.
2009-10-29 17:49:26 -04:00
Raphael
e2825be473 am 7a42c8f4: am be4cbcc2: SDK Manager: fix NPE in AVD > Start when there\'s no skin name.
Merge commit '7a42c8f4d58306dfd2aa14d7d3ee52ebb54a19ae' into eclair-plus-aosp

* commit '7a42c8f4d58306dfd2aa14d7d3ee52ebb54a19ae':
  SDK Manager: fix NPE in AVD > Start when there's no skin name.
2009-10-29 14:41:10 -07:00
Brett Chabot
658664e263 am da78534e: Merge change Ia94518e3 into eclair
Merge commit 'da78534e3aefa41c7b76f6570cfcd7cea296325c' into eclair-plus-aosp

* commit 'da78534e3aefa41c7b76f6570cfcd7cea296325c':
  ADT test fixes.
2009-10-29 14:41:04 -07:00
Raphael
7a42c8f4d5 am be4cbcc2: SDK Manager: fix NPE in AVD > Start when there\'s no skin name.
Merge commit 'be4cbcc2267e3778776c68785b52f871f72c67f7' into eclair

* commit 'be4cbcc2267e3778776c68785b52f871f72c67f7':
  SDK Manager: fix NPE in AVD > Start when there's no skin name.
2009-10-29 14:31:05 -07:00
Dmitri Plotnikov
5635cf46c1 A sample application that demonstrates use of legacy and current contacts APIs.
The application provides two implementations for access to contacts, one based
on legacy API, the other based on the current API.  The correct implementation
is chosen at runtime based on the version of the SDK.

Change-Id: Iae0bc8564be420ff504a5dc760b935630a7664e6
2009-10-29 14:23:44 -07:00
Raphael
be4cbcc226 SDK Manager: fix NPE in AVD > Start when there's no skin name.
Also log missing config.ini path.

SDK BUG 2223760

Change-Id: I4517005e03e90c0b5a52bcb40b0d32eddd03c1f3
2009-10-29 13:52:56 -07:00
Android (Google) Code Review
da78534e3a Merge change Ia94518e3 into eclair
* changes:
  ADT test fixes.
2009-10-29 16:45:53 -04:00
Raphael
4e1a5e36c6 am aad90b62: am 940073e2: (-s ours) Merge change I28aa1104 into eclair-sdk
Merge commit 'aad90b62c73e6d44ed391fb24953021d0b45a768' into eclair-plus-aosp

* commit 'aad90b62c73e6d44ed391fb24953021d0b45a768':
  SDK Updater: don't load sdk-repo XML that failed to validate. DO NOT MERGE.
2009-10-29 13:41:32 -07:00
Raphael
86294adbb0 am 1a29f28e: am dd77d69f: (-s ours) Merge change I6b97fee0 into eclair-sdk
Merge commit '1a29f28e13c32fd8e62f08677c23d1d37644dd43' into eclair-plus-aosp

* commit '1a29f28e13c32fd8e62f08677c23d1d37644dd43':
  SDK Manager > AVD > Start: print computed scale. DO NOT MERGE.
2009-10-29 13:41:26 -07:00
Raphael
aad90b62c7 am 940073e2: (-s ours) Merge change I28aa1104 into eclair-sdk
Merge commit '940073e267695a7c4a404cb2174b48e893c15a45' into eclair

* commit '940073e267695a7c4a404cb2174b48e893c15a45':
  SDK Updater: don't load sdk-repo XML that failed to validate. DO NOT MERGE.
2009-10-29 13:30:46 -07:00
Raphael
1a29f28e13 am dd77d69f: (-s ours) Merge change I6b97fee0 into eclair-sdk
Merge commit 'dd77d69f9e8eca2bd81f418f867d1b4b3bd6462e' into eclair

* commit 'dd77d69f9e8eca2bd81f418f867d1b4b3bd6462e':
  SDK Manager > AVD > Start: print computed scale. DO NOT MERGE.
2009-10-29 13:30:39 -07:00
Android (Google) Code Review
940073e267 Merge change I28aa1104 into eclair-sdk
* changes:
  SDK Updater: don't load sdk-repo XML that failed to validate. DO NOT MERGE.
2009-10-29 16:22:26 -04:00
Xavier Ducrohet
3b089ad89e am 8d7fa52a: am 3c5557bb: Merge change Idd4c6e5f into eclair-sdk
Merge commit '8d7fa52af11670e2640b12466cc094960f0455b1' into eclair-plus-aosp

* commit '8d7fa52af11670e2640b12466cc094960f0455b1':
  Move SDK tools package to r4
2009-10-29 13:19:58 -07:00
Android (Google) Code Review
dd77d69f9e Merge change I6b97fee0 into eclair-sdk
* changes:
  SDK Manager > AVD > Start: print computed scale. DO NOT MERGE.
2009-10-29 16:14:35 -04:00
Xavier Ducrohet
8d7fa52af1 am 3c5557bb: Merge change Idd4c6e5f into eclair-sdk
Merge commit '3c5557bb5e9235737c4c7ddda4c66f14396105cf' into eclair

* commit '3c5557bb5e9235737c4c7ddda4c66f14396105cf':
  Move SDK tools package to r4
2009-10-29 13:09:24 -07:00
Android (Google) Code Review
3c5557bb5e Merge change Idd4c6e5f into eclair-sdk
* changes:
  Move SDK tools package to r4
2009-10-29 16:00:32 -04:00
Raphael
93ead92dbb SDK Manager > AVD > Start: print computed scale. DO NOT MERGE.
This displays the scale computed by AVD Start.
I find it more intuitive to use if I see what the
emulator will be called with.

Change-Id: I6b97fee06bd4e6dc36c977ffef3c25315469b766
2009-10-29 13:00:11 -07:00
Raphael
34d8e2790b SDK Updater: don't load sdk-repo XML that failed to validate. DO NOT MERGE.
This also prints a more obvious message in case Java doesn't
have an XML Schema validator.

SDK BUGS 2219284 2198427

Change-Id: I28aa1104957d2fe7791dcf0377a42d37f777a19d
2009-10-29 12:56:16 -07:00
Xavier Ducrohet
eb6a540f3a am f7f145dc: am 275de810: Merge change I2089d86d into eclair-sdk
Merge commit 'f7f145dc0443ffa396304c2547ff9c15638c4dad' into eclair-plus-aosp

* commit 'f7f145dc0443ffa396304c2547ff9c15638c4dad':
  Fix the android launcher script to not force Java 1.5 on MacOS
2009-10-29 12:47:19 -07:00
Xavier Ducrohet
f7f145dc04 am 275de810: Merge change I2089d86d into eclair-sdk
Merge commit '275de810e99814cefd11321fd934bda1a4b53cc9' into eclair

* commit '275de810e99814cefd11321fd934bda1a4b53cc9':
  Fix the android launcher script to not force Java 1.5 on MacOS
2009-10-29 12:39:03 -07:00