Commit Graph

1034 Commits

Author SHA1 Message Date
Android (Google) Code Review
097ba88d53 Merge change 20363 into donut
* changes:
  Make android.bat copy commons-compress to tmp with the other jar files.
2009-08-06 17:13:39 -07:00
Xavier Ducrohet
48b3b5efc2 Make android.bat copy commons-compress to tmp with the other jar files.
BUG: 2039759
2009-08-06 17:12:09 -07:00
Raphael
d21caee744 am 26cdbb78: SDK Updater: Fix to allow install from directory URL (i.e. auto-guess the repository.xml correctly.)
Merge commit '26cdbb788a9137d04587bc678d7aa7f49e3671fc'

* commit '26cdbb788a9137d04587bc678d7aa7f49e3671fc':
  SDK Updater: Fix to allow install from directory URL (i.e. auto-guess the
2009-08-06 16:24:27 -07:00
Raphael
26cdbb788a SDK Updater: Fix to allow install from directory URL (i.e. auto-guess the
repository.xml correctly.)

BUG 2039080

Also removed some misc Eclipse 3.5 warnings.
2009-08-06 12:51:22 -07:00
Raphael
79cd9b42c8 am 53174946: SDK Updater: fix main window to resize.
Merge commit '531749469d1befd28431b46c0c1279857f54c1b0'

* commit '531749469d1befd28431b46c0c1279857f54c1b0':
  SDK Updater: fix main window to resize.
2009-08-06 11:56:45 -07:00
Raphael
531749469d SDK Updater: fix main window to resize.
BUG 2038860
2009-08-06 11:39:39 -07:00
Xavier Ducrohet
f80afa6571 am 2f6bd734: Fix comparison of 2 doc packages that have the same codename/revision.
Merge commit '2f6bd734c081c5ae96c724877ee86bfacc77a025'

* commit '2f6bd734c081c5ae96c724877ee86bfacc77a025':
  Fix comparison of 2 doc packages that have the same codename/revision.
2009-08-05 19:35:17 -07:00
Xavier Ducrohet
2f6bd734c0 Fix comparison of 2 doc packages that have the same codename/revision.
This made the Donut_r1 doc show up as upgrade to the donut_r1 doc.
BUG: 2037448
2009-08-05 19:31:04 -07:00
Android (Google) Code Review
0b90e66fe4 am 8639e8e6: Merge change 20200 into donut
Merge commit '8639e8e60b6b2d70970be3cadf1b66d66c4e1771'

* commit '8639e8e60b6b2d70970be3cadf1b66d66c4e1771':
  Fix NPE that prevented any package w/o license to be installed.
2009-08-05 17:24:18 -07:00
Xavier Ducrohet
6d673960b0 Fix NPE that prevented any package w/o license to be installed.
java.util.Properties#setProperty() doesn't like it when the value is null
which was the case when a package had no license.

Made sure it won't happen on other properties than the license as well.

Also improved error display when an unexpected Throwable is thrown during
install (Stack Call is now display if the Throwable has no message).

BUG:2037085
2009-08-05 17:13:00 -07:00
Android (Google) Code Review
64f1262c18 am 8ebbef7e: Merge change 9535 into donut
Merge commit '8ebbef7eff1d0942876e5d71dbc0c55eda0bd527'

* commit '8ebbef7eff1d0942876e5d71dbc0c55eda0bd527':
  Fix the DeviceChooserDialog table issues.
2009-08-03 14:28:14 -07:00
Android (Google) Code Review
8ebbef7eff Merge change 9535 into donut
* changes:
  Fix the DeviceChooserDialog table issues.
2009-08-03 14:26:37 -07:00
Xavier Ducrohet
2f39cedad3 Fix the DeviceChooserDialog table issues.
On Linux, the gtk table seems to resize itself automatically when the
layout is computed and forces the last column to resize itself at +18 pixels.
This has a problematic impact on this dialog as it is not resizable and is
made to match the size of the content. As the dialog is used time after time
the last column grows by 18 pixels at every use up to a point where it
doesn't fit the screen.
Since storing the columns size is not that useful and I couldn't find a
way to ignore this first resize, I'm just removing the width storage.
2009-08-03 14:23:16 -07:00
Xavier Ducrohet
8bae53e39e am bd133701: Fix PlatformTarget#compareTo(IAndroidTarget) again.
Merge commit 'bd133701171c4903041a47be982fec4a1fa98b42'

* commit 'bd133701171c4903041a47be982fec4a1fa98b42':
  Fix PlatformTarget#compareTo(IAndroidTarget) again.
2009-08-03 13:50:48 -07:00
Xavier Ducrohet
bd13370117 Fix PlatformTarget#compareTo(IAndroidTarget) again. 2009-08-03 13:46:27 -07:00
Xavier Ducrohet
86e2ab6126 am d08cf83a: Minor fix to the plug-ins license.
Merge commit 'd08cf83aace1c40952cc57fa1a12bc3891565250'

* commit 'd08cf83aace1c40952cc57fa1a12bc3891565250':
  Minor fix to the plug-ins license.
2009-07-31 17:42:38 -07:00
Xavier Ducrohet
d08cf83aac Minor fix to the plug-ins license. 2009-07-31 17:35:24 -07:00
Android (Google) Code Review
c87678e9a5 am 60a735fd: Merge change 9352 into donut
Merge commit '60a735fda1f9d7c24c577853304d486b0109632f'

* commit '60a735fda1f9d7c24c577853304d486b0109632f':
  ADT: fix PreCompilerBuilder to use minSdkVersion as a string, not an int.
2009-07-31 11:05:43 -07:00
Raphael
1d3395b25b ADT: fix PreCompilerBuilder to use minSdkVersion as a string, not an int. 2009-07-31 13:17:52 -04:00
Android (Google) Code Review
60842f0275 am 5281b823: Merge change 9208 into donut
Merge commit '5281b823a046b6eb40f12aeb805462f7d58fdebe'

* commit '5281b823a046b6eb40f12aeb805462f7d58fdebe':
  Support packages with no license.
2009-07-30 16:06:58 -07:00
Xavier Ducrohet
c74ace1ebd Support packages with no license. 2009-07-30 12:28:17 -07:00
Android (Google) Code Review
9781a221e4 am f8a2fbab: Merge change 9062 into donut
Merge commit 'f8a2fbab9094d5525179770e00042ac2f85be991'

* commit 'f8a2fbab9094d5525179770e00042ac2f85be991':
  Adds call back to the SDK updater for SDK content notifications.
2009-07-30 09:57:18 -07:00
Xavier Ducrohet
9057041cf8 Adds call back to the SDK updater for SDK content notifications.
Make ADT reload the SDK when a new package is installed/removed through the
SDK Updater.
2009-07-29 17:36:21 -07:00
Xavier Ducrohet
aaa5547c4d am 91e0a8bb: Fix minor typo and duplicated entry in sdk.atree
Merge commit '91e0a8bb9cc1e1478bf65627dc4faeb82ee3825d'

* commit '91e0a8bb9cc1e1478bf65627dc4faeb82ee3825d':
  Fix minor typo and duplicated entry in sdk.atree
2009-07-29 14:47:53 -07:00
Android (Google) Code Review
4568cf1ba4 am 8136f161: Merge change 8885 into donut
Merge commit '8136f1611207c1bb120d7863dda1a6655a1d52be'

* commit '8136f1611207c1bb120d7863dda1a6655a1d52be':
  Add notice file to platform folder.
2009-07-29 14:47:45 -07:00
Xavier Ducrohet
91e0a8bb9c Fix minor typo and duplicated entry in sdk.atree 2009-07-28 16:28:09 -07:00
Xavier Ducrohet
b519db4eed Add notice file to platform folder. 2009-07-28 16:19:23 -07:00
Xavier Ducrohet
8ec5702f75 am c5b9a676: Prevent SDK Updater progress dialog from showing off screen.
Merge commit 'c5b9a676e7d649c2b499e15bd0d033fec1dc775f'

* commit 'c5b9a676e7d649c2b499e15bd0d033fec1dc775f':
  Prevent SDK Updater progress dialog from showing off screen.
2009-07-27 18:42:34 -07:00
Xavier Ducrohet
c5b9a676e7 Prevent SDK Updater progress dialog from showing off screen. 2009-07-27 15:39:42 -07:00
Android (Google) Code Review
d8cefaf87a am e30e98f8: Merge change 8699 into donut
Merge commit 'e30e98f82189386dbf603750f37f3bc8a6078a22'

* commit 'e30e98f82189386dbf603750f37f3bc8a6078a22':
  Prevent SDK updater dialog from showing offscreen.
2009-07-27 15:28:27 -07:00
Xavier Ducrohet
bc8b16505e Prevent SDK updater dialog from showing offscreen. 2009-07-27 15:26:10 -07:00
Xavier Ducrohet
f94f24b654 am 510248e2: Add Apache Commons Compress to ADT (required by sdklib)
Merge commit '510248e2e138cd5990126371307df5f0dccd3c72'

* commit '510248e2e138cd5990126371307df5f0dccd3c72':
  Add Apache Commons Compress to ADT (required by sdklib)
2009-07-25 10:10:17 -07:00
Xavier Ducrohet
510248e2e1 Add Apache Commons Compress to ADT (required by sdklib) 2009-07-24 17:19:30 -07:00
Android (Google) Code Review
ed0b01a717 am 686fddb0: Merge change 8528 into donut
Merge commit '686fddb069e0031d92453703979acd7d699cf761'

* commit '686fddb069e0031d92453703979acd7d699cf761':
  Allow override of default symbol location for native heap library resolution
2009-07-24 16:09:18 -07:00
Android (Google) Code Review
f06ccc8a0d am 1b742290: Merge change 8537 into donut
Merge commit '1b742290b6e2410744315280a2f6933585c7aac3'

* commit '1b742290b6e2410744315280a2f6933585c7aac3':
  Fix the update check for doc packages.
2009-07-24 16:09:16 -07:00
Android (Google) Code Review
f7eee71bed am 84c9d603: Merge change 5271 into donut
Merge commit '84c9d60322e4605d2d96eb8b058e21125f2ad7fe'

* commit '84c9d60322e4605d2d96eb8b058e21125f2ad7fe':
  Script to strip out unused translations when you change the base strings.xml.
2009-07-24 16:09:15 -07:00
Android (Google) Code Review
686fddb069 Merge change 8528 into donut
* changes:
  Allow override of default symbol location for native heap library resolution
2009-07-24 13:40:35 -07:00
Android (Google) Code Review
1b742290b6 Merge change 8537 into donut
* changes:
  Fix the update check for doc packages.
2009-07-24 13:40:05 -07:00
Xavier Ducrohet
b59daafde4 Fix the update check for doc packages. 2009-07-24 13:39:04 -07:00
Android (Google) Code Review
84c9d60322 Merge change 5271 into donut
* changes:
  Script to strip out unused translations when you change the base strings.xml.
2009-07-24 13:28:09 -07:00
Xavier Ducrohet
bf29a5e611 Allow override of default symbol location for native heap library resolution
Default location of the symbols is $ANDROID_PRODUCT_OUT/symbols.
Setting the env variable ANDROID_SYMBOLS allows you to override this location
so that DDMS goes look for the symbol in a different location when
resolving native heap addresses.
2009-07-24 13:19:24 -07:00
Xavier Ducrohet
22979479fb am f74c1d2f: Add default version files into the SDK for docs/tools/platforms.
Merge commit 'f74c1d2fb76ed6f3a08c76f3c4dc7c783c39383c'

* commit 'f74c1d2fb76ed6f3a08c76f3c4dc7c783c39383c':
  Add default version files into the SDK for docs/tools/platforms.
2009-07-24 12:52:24 -07:00
Xavier Ducrohet
bbb90052e4 am e5bfd50e: Also filter the list of Archives to only show the compatible ones.
Merge commit 'e5bfd50ece683b42c0053995d149dc096c80a312'

* commit 'e5bfd50ece683b42c0053995d149dc096c80a312':
  Also filter the list of Archives to only show the compatible ones.
2009-07-24 12:52:20 -07:00
Android (Google) Code Review
8297bd70c8 am ba29296c: Merge change 8438 into donut
Merge commit 'ba29296c080103aa945f83e795c97bd45ed06b3e'

* commit 'ba29296c080103aa945f83e795c97bd45ed06b3e':
  Add a checkbox to only show packages that are updates or new.
2009-07-23 23:59:13 -07:00
Xavier Ducrohet
88eb892ff7 am ecc85daf: Fix loading of user repository and add refresh when adding/removing.
Merge commit 'ecc85daf7b9676c8e94f1f295345c8f385de45d4'

* commit 'ecc85daf7b9676c8e94f1f295345c8f385de45d4':
  Fix loading of user repository and add refresh when adding/removing.
2009-07-23 23:58:56 -07:00
Android (Google) Code Review
6b92f91fde am d74be2a9: Merge change 8377 into donut
Merge commit 'd74be2a969207c7f3ea91962bf3720d198f7fbc5'

* commit 'd74be2a969207c7f3ea91962bf3720d198f7fbc5':
  Use Apache Commons Compress instead of java.util.zip
2009-07-23 23:58:47 -07:00
Xavier Ducrohet
f74c1d2fb7 Add default version files into the SDK for docs/tools/platforms. 2009-07-23 18:25:41 -07:00
Xavier Ducrohet
e5bfd50ece Also filter the list of Archives to only show the compatible ones. 2009-07-23 18:02:07 -07:00
Xavier Ducrohet
fbeb74a610 Add a checkbox to only show packages that are updates or new. 2009-07-23 17:07:01 -07:00
Xavier Ducrohet
ecc85daf7b Fix loading of user repository and add refresh when adding/removing. 2009-07-23 14:43:49 -07:00