Commit Graph

321 Commits

Author SHA1 Message Date
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
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
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
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
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
Xavier Ducrohet
24c6fbcd9c am a8721e70: Move ADT/DDMS plug-ins to 0.9.2
Merge commit 'a8721e70401212af0277a5d90921798014fc4bd5'

* commit 'a8721e70401212af0277a5d90921798014fc4bd5':
  Move ADT/DDMS plug-ins to 0.9.2
2009-07-23 13:29:49 -07:00
Xavier Ducrohet
9b81f91de6 am a399a681: Add support for add-on based on preview of platforms.
Merge commit 'a399a681d50d820fe530bf7521fa2d95fe0ca998'

* commit 'a399a681d50d820fe530bf7521fa2d95fe0ca998':
  Add support for add-on based on preview of platforms.
2009-07-23 13:29:46 -07:00
Xavier Ducrohet
a8721e7040 Move ADT/DDMS plug-ins to 0.9.2 2009-07-22 18:37:33 -07:00
Xavier Ducrohet
a399a681d5 Add support for add-on based on preview of platforms. 2009-07-22 18:12:30 -07:00
Android (Google) Code Review
b0ef3fb3bd am ada18333: Merge change 8196 into donut
Merge commit 'ada18333257cdc14d3cafbddf5d1395574e5132b'

* commit 'ada18333257cdc14d3cafbddf5d1395574e5132b':
  Refactored AndroidXPathFactory into sdklib.
2009-07-22 11:27:39 -07:00
Xavier Ducrohet
1b9c1e4dd2 Refactored AndroidXPathFactory into sdklib. 2009-07-22 09:42:20 -07:00
Android (Google) Code Review
a19fdbbce2 am e2901002: Merge change 7975 into donut
Merge commit 'e2901002a68d5d0debd7c5c41fbf884cb66505e8'

* commit 'e2901002a68d5d0debd7c5c41fbf884cb66505e8':
  Add support for preview versions of platforms.
2009-07-20 23:34:03 -07:00
Xavier Ducrohet
f2869cf9a9 Add support for preview versions of platforms.
ro.build.version.codename is a new property indicating whether a platform
is in its release form (value = REL) or in development (value = dev branch
name such as Donut). When the codename indicates a development/preview version
then the API level must be ignored and this codename is used as a unique
identifier of the platform.

IAndroidTarget has been changed to return an instance of a new class
AndroidVersion instead of the api level directly. This class helps deals with
the logic of comparing version from targets or devices.

This change impacts all of the sdk manager to deal with targets identified by
codename instead of api level. This in turn impacts everything that relies
on the sdkmanager: ADT (build, launch, project creation), the AVD manager,
the SDK updater.
2009-07-20 18:11:21 -07:00
Raphael
da73c40ff0 am dc87dd30: ADT Extract String ID: use Context.getString(id) directly, no need for Context.getResources().
Merge commit 'dc87dd30529a4108d7705f66ab9190ac6eb780b6'

* commit 'dc87dd30529a4108d7705f66ab9190ac6eb780b6':
  ADT Extract String ID: use Context.getString(id) directly,
2009-07-14 10:50:40 -07:00
Raphael
b06c4ae736 am 138a9a4f: ADT Extract String ID: try to find a method or a field that will give the Context for using resource strings.
Merge commit '138a9a4f6e8b40c71fc645d30f0f6c1fe0cb2ee2'

* commit '138a9a4f6e8b40c71fc645d30f0f6c1fe0cb2ee2':
  ADT Extract String ID: try to find a method or a field that will
2009-07-14 10:50:38 -07:00
Raphael
01aebb52dd am b550cce4: ADT XML extract string ID: fix inverted test.
Merge commit 'b550cce443894408ff76eecd99c744787b12bd8b'

* commit 'b550cce443894408ff76eecd99c744787b12bd8b':
  ADT XML extract string ID: fix inverted test.
2009-07-14 10:21:43 -07:00
Raphael
4539243d4b am 7feb9a82: ADT XML extract string ID: generate Context.getResources() calls depending on the Java context of the replacement.
Merge commit '7feb9a82a3731ca6e0795ab8d8df7ca9dc631cb0'

* commit '7feb9a82a3731ca6e0795ab8d8df7ca9dc631cb0':
  ADT XML extract string ID: generate Context.getResources() calls
2009-07-14 10:21:41 -07:00
Raphael
dc87dd3052 ADT Extract String ID: use Context.getString(id) directly,
no need for Context.getResources().
2009-07-14 12:33:06 -04:00
Raphael
138a9a4f6e ADT Extract String ID: try to find a method or a field that will
give the Context for using resource strings.
2009-07-14 11:29:18 -04:00
Raphael
b550cce443 ADT XML extract string ID: fix inverted test. 2009-07-14 08:28:54 -04:00
Raphael
7feb9a82a3 ADT XML extract string ID: generate Context.getResources() calls
depending on the Java context of the replacement.

In the input page also display the string ID values.
2009-07-14 08:11:57 -04:00
Raphael
ecda9e9ec1 am ac50c3ae: ADT XML extract string IDs: display existing IDs of the selected file.
Merge commit 'ac50c3aedfd4e18a3770315708ac4de47906eec4'

* commit 'ac50c3aedfd4e18a3770315708ac4de47906eec4':
  ADT XML extract string IDs: display existing IDs of the
2009-07-12 21:56:39 -07:00
Raphael
5bb0b0a716 am 47acc05b: ADT XML extract string: allow selection to be the attribute name.
Merge commit '47acc05bcf75e0a69cb457c081927e615ce71293'

* commit '47acc05bcf75e0a69cb457c081927e615ce71293':
  ADT XML extract string: allow selection to be the attribute name.
2009-07-12 21:56:38 -07:00
Raphael
47b8a0aa16 am b3ba0afc: ADT: Extract String IDs from Layout XML strings.
Merge commit 'b3ba0afc57c952be18fda38bf6e74d9aa7c0e85b'

* commit 'b3ba0afc57c952be18fda38bf6e74d9aa7c0e85b':
  ADT: Extract String IDs from Layout XML strings.
2009-07-12 21:56:35 -07:00
Raphael
b1f2ca6ea1 am 32ad938b: ADT: Extract String IDs from Layout XML strings.
Merge commit '32ad938b858c5924bccfda78fb7b4b67997e91eb'

* commit '32ad938b858c5924bccfda78fb7b4b67997e91eb':
  ADT: Extract String IDs from Layout XML strings.
2009-07-12 21:56:26 -07:00
Raphael
ac50c3aedf ADT XML extract string IDs: display existing IDs of the
selected file.
2009-07-12 16:05:40 -04:00
Raphael
47acc05bcf ADT XML extract string: allow selection to be the attribute name. 2009-07-12 14:40:41 -04:00
Raphael
b3ba0afc57 ADT: Extract String IDs from Layout XML strings.
This would have been part of CL #7041 if I had not forgotten
a last git commit -a --amend.
2009-07-12 10:41:46 -04:00
Raphael
32ad938b85 ADT: Extract String IDs from Layout XML strings. 2009-07-11 15:22:37 -04:00
Android (Google) Code Review
39fa9224e5 am 9412517b: Merge change 6651 into donut
Merge commit '9412517b3fffc8093c9ebcc4eb6883c111c699f4'

* commit '9412517b3fffc8093c9ebcc4eb6883c111c699f4':
  AVD Selector: Add a "Start" button to launch the selected AVD in a
2009-07-09 12:56:02 -07:00
Raphael
3684b06a4f AVD Selector: Add a "Start" button to launch the selected AVD in a
new emulator. Doesn't detect if the AVD is already running; instead
prints the emulator error.
2009-07-09 15:37:09 -04:00
Xavier Ducrohet
832b2c05fd am f5af7ce2: Make ADT use new sdklib API
Merge commit 'f5af7ce21399f9a56167cadaa8196c0b15cfadce'

* commit 'f5af7ce21399f9a56167cadaa8196c0b15cfadce':
  Make ADT use new sdklib API
2009-07-02 14:25:16 -07:00
Xavier Ducrohet
24910f96ea am c916aec2: Remove the obsolete AVD wizard.
Merge commit 'c916aec2b25ed7cad02f954011ade56a0e4a4a14'

* commit 'c916aec2b25ed7cad02f954011ade56a0e4a4a14':
  Remove the obsolete AVD wizard.
2009-07-01 11:19:47 -07:00
Xavier Ducrohet
6ee8517e0d am e78015c1: Plug the Android SDK window as the AVD manager.
Merge commit 'e78015c12dc2598a466eec76aa57f72280e09bcf'

* commit 'e78015c12dc2598a466eec76aa57f72280e09bcf':
  Plug the Android SDK window as the AVD manager.
2009-07-01 11:19:46 -07:00
Xavier Ducrohet
f5af7ce213 Make ADT use new sdklib API
This fixes the build.
2009-07-01 05:48:03 -07:00
Android (Google) Code Review
52e020f77e am cdece3f1: Merge change 5678 into donut
Merge commit 'cdece3f14d9ea083e7cec3c696542206232c87cc'

* commit 'cdece3f14d9ea083e7cec3c696542206232c87cc':
  ADT #1843641: fix 'Extract string from layout creates blank string'
2009-07-01 00:07:12 -07:00
Xavier Ducrohet
c916aec2b2 Remove the obsolete AVD wizard. 2009-06-30 06:54:16 -07:00
Xavier Ducrohet
e78015c12d Plug the Android SDK window as the AVD manager.
- the "manager" button on the AVD selector (when not in manager
  will open the Android SDK window

- the AVD manager in the eclipse toolsbar open the Android SDK
  window as well.

Still left to do:
- remove the now obsolete AVD wizard
- figure out what to do with the other pages.
2009-06-30 06:38:30 -07:00
Raphael
b156e94ff3 ADT #1843641: fix 'Extract string from layout creates blank string'
Issue was that the 2 input fields where only update when the page
was correctly validate.
2009-06-29 14:21:26 -07:00
Xavier Ducrohet
0991f05672 am ef2f55d0: Add support to delete AVD in the new AvdSelector.
Merge commit 'ef2f55d0b70edcddeeeac7ad7cab0c8f115c0800'

* commit 'ef2f55d0b70edcddeeeac7ad7cab0c8f115c0800':
  Add support to delete AVD in the new AvdSelector.
2009-06-18 16:47:44 -07:00
Xavier Ducrohet
ef2f55d0b7 Add support to delete AVD in the new AvdSelector.
Also: change button order in the update chooser dialog.
2009-06-18 16:01:05 -07:00
Android (Google) Code Review
5b341c3b08 am 963aebaf: Merge change 4646 into donut
Merge commit '963aebaffad1c4f6934940c32a6f16bf7babe7cb'

* commit '963aebaffad1c4f6934940c32a6f16bf7babe7cb':
  Force the id of TabWidget to be android:id/tabs
2009-06-18 12:35:56 -07:00
Xavier Ducrohet
ecf30d99a1 Force the id of TabWidget to be android:id/tabs 2009-06-18 12:27:51 -07:00
Android (Google) Code Review
0e5a1d377d am 2ea1594b: Merge change 4111 into donut
Merge commit '2ea1594b1a62c61ee28456ed7279348ed399119a'

* commit '2ea1594b1a62c61ee28456ed7279348ed399119a':
  Move package installation logic from ADT to ddmlib.
2009-06-17 18:46:08 -07:00
Android (Google) Code Review
9db3f9658a am f08e4afd: Merge change 4425 into donut
Merge commit 'f08e4afd45a793dfe74521c84f91c8ced1eb19f9'

* commit 'f08e4afd45a793dfe74521c84f91c8ced1eb19f9':
  First step of a more standalone AvdSelector.
2009-06-17 18:45:50 -07:00