Commit Graph

810 Commits

Author SHA1 Message Date
Android (Google) Code Review
9f93ab51ab am 6fe28b1f: Merge change 5552 into donut
Merge commit '6fe28b1f7fb5f4297210eb7e0de5cad7ba563551'

* commit '6fe28b1f7fb5f4297210eb7e0de5cad7ba563551':
  SDK Updater: Store local source properties when installing.
2009-06-29 18:12:04 -07:00
Android (Google) Code Review
dec4454c5f am e860ea06: Merge change 4584 into donut
Merge commit 'e860ea067609d5cd33bce04a0536600961aceb4a'

* commit 'e860ea067609d5cd33bce04a0536600961aceb4a':
  Add hosttestlib library.
2009-06-29 16:37:34 -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
955e08b520 Skins can now provide their own hardware support (via AVDs) 2009-06-29 08:01:02 -07:00
Xavier Ducrohet
4551d28399 Details dialog for AVD from the avd selector. 2009-06-29 06:20:15 -07:00
Android (Google) Code Review
6fe28b1f7f Merge change 5552 into donut
* changes:
  SDK Updater: Store local source properties when installing.
2009-06-26 15:14:15 -07:00
Raphael
1a2584be47 SDK Updater: Store local source properties when installing.
When installing an archive, a "source.properties" file is saved
in the directory that contains all the information from the
source (Source URL, package attributes, archive attributes.)

When loading local packages, these properties are used to
recreate the local package attributes if present. This is
also used to indentify local extra packages.
2009-06-26 14:37:01 -07:00
Android (Google) Code Review
e860ea0676 Merge change 4584 into donut
* changes:
  Add hosttestlib library.
2009-06-26 14:17:31 -07:00
Raphael
b4dfed6243 am 0ec4e5a7: SDK Updater: UI to add new sources URL.
Merge commit '0ec4e5a717f97e56ec769f97178c4f16f31ef003'

* commit '0ec4e5a717f97e56ec769f97178c4f16f31ef003':
  SDK Updater: UI to add new sources URL.
2009-06-26 11:08:41 -07:00
Raphael
0ec4e5a717 SDK Updater: UI to add new sources URL. 2009-06-26 10:55:30 -07:00
Raphael
52df20969c am 61835849: SDK Updater: Cleanup a bunch of todos
Merge commit '6183584988e1de0cb32e560666c4c275c729e192'

* commit '6183584988e1de0cb32e560666c4c275c729e192':
  SDK Updater: Cleanup a bunch of todos
2009-06-26 10:53:30 -07:00
Android (Google) Code Review
3d97d2a6a6 Merge change 5519
* changes:
  Add a 'removeunusedresources' script that goes through an app and removes all the unused resources. It uses the 'findunusedresources' script to find the resources, and the 'xmlstarlet' command to edit xml files. The result is an uncommitted git change that you can verify, modify if needed, and then check in. Also put some more fixes in the findunusedresources script to keep it from reporting false positives.
2009-06-26 09:54:04 -07:00
Marco Nelissen
4357bb8b8c Add a 'removeunusedresources' script that goes through an app and removes
all the unused resources. It uses the 'findunusedresources' script to find
the resources, and the 'xmlstarlet' command to edit xml files. The
result is an uncommitted git change that you can verify, modify if
needed, and then check in.
Also put some more fixes in the findunusedresources script to keep
it from reporting false positives.
2009-06-26 09:36:32 -07:00
Raphael
6183584988 SDK Updater: Cleanup a bunch of todos 2009-06-25 20:00:05 -07:00
Raphael
889ef040c6 am 426ecc9e: SDK Updater: logic to load/save user sources and to delete them.
Merge commit '426ecc9efdf0b9562f9c53d3a9324b74c7b5dd70'

* commit '426ecc9efdf0b9562f9c53d3a9324b74c7b5dd70':
  SDK Updater: logic to load/save user sources and to delete them.
2009-06-25 19:18:12 -07:00
Raphael
426ecc9efd SDK Updater: logic to load/save user sources and to delete them. 2009-06-25 18:06:00 -07:00
Raphael
7e09d67195 am 7b2bb745: SDK Updater: Update buttons state in local/remote page based on selection.
Merge commit '7b2bb7452fe174d4ceead656086306ccd66590d4'

* commit '7b2bb7452fe174d4ceead656086306ccd66590d4':
  SDK Updater: Update buttons state in local/remote page
2009-06-25 16:11:37 -07:00
Raphael
7b2bb7452f SDK Updater: Update buttons state in local/remote page
based on selection.
2009-06-25 15:21:09 -07:00
Marco Nelissen
d0a241c3e8 Make the findunusedresources script also find references to resources
when they have been broken up over multiple lines. This fixes a false
positive in the Browser.
2009-06-25 14:19:24 -07:00
Eric Fischer
50283d7666 Script to strip out unused translations when you change the base strings.xml.
It doesn't really know XML so it is reliant on the translation files
being straightforwardly formatted, but it seems to work.
2009-06-24 15:51:25 -07:00
Marco Nelissen
6b0277d59b Tweak to findunusedresources so you can run it as "findunusedresources ." from within an application folder. 2009-06-24 09:11:51 -07:00
Brett Chabot
acedbcb8fa Add hosttestlib library.
hosttestlib is a simple JUnit extension framework for tests that need to interact externally (ie
from a host machine) with an Android device.
2009-06-19 17:05:29 -07:00
Android (Google) Code Review
000527d33e am a43be879: Merge change 4689 into donut
Merge commit 'a43be8798e54a208b4b06e0e30c7311d8711dd5d'

* commit 'a43be8798e54a208b4b06e0e30c7311d8711dd5d':
  Update the API of ApkBuilder to make it clearer what is stable and what isn't.
2009-06-19 11:17:20 -07:00
Android (Google) Code Review
a43be8798e Merge change 4689 into donut
* changes:
  Update the API of ApkBuilder to make it clearer what is stable and what isn't.
2009-06-19 11:15:58 -07:00
Raphael
feec693888 am 0d9a6278: Fix api change following a rebase.
Merge commit '0d9a6278b47f994d5f9556e13e7fd7887a87228b'

* commit '0d9a6278b47f994d5f9556e13e7fd7887a87228b':
  Fix api change following a rebase.
2009-06-18 21:46:56 -07:00
Raphael
0d9a6278b4 Fix api change following a rebase. 2009-06-18 21:42:36 -07:00
Android (Google) Code Review
d39aa901ef am 39624127: Merge change 4685 into donut
Merge commit '39624127845afcf2876cc2c09cc11c06fcf0f57b'

* commit '39624127845afcf2876cc2c09cc11c06fcf0f57b':
  SDK Updater: use separate license node in XML. Support extra packages.
2009-06-18 21:26:26 -07:00
Android (Google) Code Review
3962412784 Merge change 4685 into donut
* changes:
  SDK Updater: use separate license node in XML. Support extra packages.
2009-06-18 21:24:38 -07:00
Xavier Ducrohet
85a31f6f1d Update the API of ApkBuilder to make it clearer what is stable and what isn't. 2009-06-18 16:51:41 -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
Raphael
48c6578bb6 SDK Updater: use separate license node in XML. Support extra packages. 2009-06-18 16:40:12 -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
Android (Google) Code Review
963aebaffa Merge change 4646 into donut
* changes:
  Force the id of TabWidget to be android:id/tabs
2009-06-18 12:33:17 -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
74f4ae3861 am 630f7df1: Merge change 4575 into donut
Merge commit '630f7df118eb813891752821c239f853ff540a4f'

* commit '630f7df118eb813891752821c239f853ff540a4f':
  SDK Updater: Better guess for the addon folder name.
2009-06-18 12:03:58 -07:00
Android (Google) Code Review
630f7df118 Merge change 4575 into donut
* changes:
  SDK Updater: Better guess for the addon folder name.
2009-06-18 12:01:58 -07:00
Android (Google) Code Review
d34e850f28 am 3f351dd5: Merge change 4555 into donut
Merge commit '3f351dd5dfb705fb0260f1341ce0e257a6ea9f3b'

* commit '3f351dd5dfb705fb0260f1341ce0e257a6ea9f3b':
  Force UTF-8 encoding for SDK files.
2009-06-18 10:43:57 -07:00
Android (Google) Code Review
3f351dd5df Merge change 4555 into donut
* changes:
  Force UTF-8 encoding for SDK files.
2009-06-18 10:42:43 -07:00
Android (Google) Code Review
246ad9119a am bed900d8: Merge change 4516 into donut
Merge commit 'bed900d8daf94d935627992a0c8b19f85832ffc1'

* commit 'bed900d8daf94d935627992a0c8b19f85832ffc1':
  SDK Updater: fix accept callback to update Install Selected button.
2009-06-17 21:49:54 -07:00
Raphael
691beb35a1 SDK Updater: Better guess for the addon folder name.
- Always unzip the archives first and get their root zip dir.
- Try to reusing an existing addon folder first.
- Or the root zip dir.
- Or come up with a better name for the addon folder.
2009-06-17 21:28:51 -07:00
Android (Google) Code Review
9772deff7d am 1ebf4918: Merge change 4510 into donut
Merge commit '1ebf49189c09b8480718d1cee8209103890da2e5'

* commit '1ebf49189c09b8480718d1cee8209103890da2e5':
  SDK Updater: display icons for local packages.
2009-06-17 18:46:14 -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
Raphael
444cab7efb am 340a79b5: SDK Updater: fix repository.xml to read as binary, not text to let the XML decoder handle the charset decoding.
Merge commit '340a79b5904f02bfe8793c22ca82a78d5f1aa544'

* commit '340a79b5904f02bfe8793c22ca82a78d5f1aa544':
  SDK Updater: fix repository.xml to read as binary, not text
2009-06-17 18:46:04 -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
Xavier Ducrohet
fa0286d4d3 Force UTF-8 encoding for SDK files.
- project .properties files
- AVD ini files (<name>.ini and config.ini)
- add-on manifest
2009-06-17 17:51:22 -07:00
Raphael
91ddc77a92 am d05f6ef9: SDK Updater: fix install of new packages from remote page.
Merge commit 'd05f6ef99b98f158636de8916bd51c6a2e564dcb'

* commit 'd05f6ef99b98f158636de8916bd51c6a2e564dcb':
  SDK Updater: fix install of new packages from remote page.
2009-06-17 15:57:07 -07:00
Raphael
fb2a1430c9 SDK Updater: fix accept callback to update Install Selected button. 2009-06-17 15:39:52 -07:00
Android (Google) Code Review
46b4a8b26c am 678a781b: Merge change 4440 into donut
Merge commit '678a781bb59364e462dca650a21a9d4d1ad56736'

* commit '678a781bb59364e462dca650a21a9d4d1ad56736':
  Properly create Image for the icons so that they are transparent.
2009-06-17 15:38:57 -07:00
Raphael
fd8a044c5b am 4d68551e: SDK Updater: remove UpdaterData.Display
Merge commit '4d68551ef3e3e6a5e633b8e387386b43372f9e6a'

* commit '4d68551ef3e3e6a5e633b8e387386b43372f9e6a':
  SDK Updater: remove UpdaterData.Display
2009-06-17 15:38:04 -07:00