aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/changes.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update changes.txt to reflect work on issues #3162 and #13092Tor Norbye2011-01-171-0/+2
| | | | Change-Id: I48b7fd550069c455124f8fe0e468390805e3cfd8
* Reformat changes.txtTor Norbye2011-01-111-134/+306
| | | | | | Make the changes.txt wrap such that it's easier to read long lines. Change-Id: I037751470aab172fc486530bad645beb2ed487a2
* Additions to changes.txtTor Norbye2011-01-111-3/+9
| | | | Change-Id: Ib94abd4c1006a88e3e3db6b9e7e0e528ffb52316
* Update changelog.Xavier Ducrohet2011-01-061-0/+2
| | | | Change-Id: I8ac24138cbf8bfc6d9dd44aaa1fde4d8485d8416
* ADT: Update changelog for ADT 8.0.1Xavier Ducrohet2010-12-071-0/+4
| | | | Change-Id: I7133aa293b2d1e0ef3ba65f8ec91fb95cda4ee66
* Update ADT changelog with current changes.Xavier Ducrohet2010-11-171-0/+7
| | | | Change-Id: Id02026a70882d260855b283693ab93c9810fa2e3
* Updated changelog for ADT.Xavier Ducrohet2010-10-181-0/+7
| | | | Change-Id: I523c4ecf9c037410d23c28bf5ce778f3e3d032b7
* Proguard default config file.Xavier Ducrohet2010-10-081-1/+4
| | | | | | | | It is located in $SDK/tools/lib/proguard.cfg and automatically put in Ant project (create and update if project is not already setup for proguard). Change-Id: I9bcb2a5aafec1329b0c001799f4ba34c61569c3a
* Don't force a workspace build on launch.Xavier Ducrohet2010-09-241-0/+3
| | | | | Bug: http://b.android.com/11452 Change-Id: Ibbb8b15ef448694fc8975f6fb32b1703e9edd54f
* Update the change log for the tools and sdk.Xavier Ducrohet2010-09-071-0/+8
| | | | Change-Id: I4e1a779aafd1a658858a00d9706bd679b6621aeb
* Disable setDerived(true) on linked library source folders.Xavier Ducrohet2010-07-191-1/+1
| | | | | | | | | It turns out it's a bad idea as the user will get a warning when editing the files in the linked folder. Eclipse documentation says that Team plug-ins should handle the linked folder and not add them to the repository. Change-Id: I1f439cf2007a730a4d857ff98283311b1cf36afd
* Add new default devices to the layout editor.Xavier Ducrohet2010-07-091-0/+1
| | | | | | | | | Those devices represent one of each res/density combo for officially supported screens. See http://developer.android.com/guide/practices/screens_support.html#range Change-Id: I6b8348ae1ab96b6b1f27fa2afd655ff6f3866dd8
* Mark linked folders from Library projects to be derived.Xavier Ducrohet2010-07-081-0/+1
| | | | | | | Team plug-ins should already ignore linked resources, but it seems that some don't so marking them as derived is a safer bet. Change-Id: Id1c82ae8a5aafabd39829034aa805cd3339f0c1a
* Update Android project properties to support libraries depending on libraries.Xavier Ducrohet2010-07-021-0/+1
| | | | | | | | | This is simply enabling the ability to add libraries to a library project in the UI. Also updated the change log. Change-Id: Ibaf67ce8c2af10ff890038a72de9f176bfae8592
* Remove hard-coded source folder name for library projects in ADT.Xavier Ducrohet2010-06-251-0/+1
| | | | | | | | | Previously, the library mechanism expected the library to have a single source folder called 'src'. There can now be more than one source folder (but the 'gen' folder of the library is always excluded), and they don't need to be directly under the project folder. For example src/java is supported. Change-Id: If139bd69cb720c331a1e5d1543a0cd4a91b8d675
* Update changelog for ADT with the new qualifier support.Xavier Ducrohet2010-06-221-0/+1
| | | | Change-Id: I7f3190d293a065724005d18eac8437b66aee1b21
* Fix library-project link for library whose name isn't a valid path var.Xavier Ducrohet2010-06-091-0/+3
| | | | Change-Id: I42414bc8d560b57dbd58302a7a00203472a0d937
* Update changes.txt for tools r6 and adt 0.9.7Xavier Ducrohet2010-03-171-0/+4
| | | | Change-Id: If2eb8ef197953c616f98b32764d01d7a1eb4d47f
* Update the change log for the eclipse plugin.Xavier Ducrohet2010-01-251-0/+5
| | | | Change-Id: Ie3bda15b870c842fd57100d67da3620058893bb1
* ADT/GLE: Cleaned up the open/replace file process in the GLE and the config ↵Xavier Ducrohet2010-01-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | composite The GLE and the config composite must handle 3 cases: - new file opened following the creation of the editor - replacement file when the user opens a different version of a layout that's already opened. The editor stays and switch to the new file. - replacement file whne the user change the configuration and a new file that better matches the config is automicatlly opened. Additionally, the editor/config composite must handle files being opened while the SDK or the file's project's target are not yet loaded. File change or change in the SDK/Target must attempts to keep the config/theme selection as close as possible as the previous state while still remaining compatible with the new file/sdk/target. Also removed the duplicate ITargetChangeListener, by making the one in AndroidEditor optional (constructor flag), so that the one in GraphicalLayoutEditor/Part is the only one used in the GLE (it gives us more control on the order in which the code previously executed by both listeners is now executed). Also split the themes and locales updates as they happen on different triggers. Change-Id: If6d73bbe8af11cd221fb7830a37ffcc163135fc4
* Update the Eclipse plug-in change files with new updates.Xavier Ducrohet2009-12-091-1/+2
| | | | Change-Id: I8ce7b882fd72b9d3d517210cafeef5d9dadbf33c
* Update ADT's changes.txt file.Xavier Ducrohet2009-12-041-0/+14
|
* ADT: Create project from existing sample in New Project WizardRaphael2009-10-021-0/+3
| | | | | | | | | | | | | | | | | | | The UI workflow: - user selects the new "Create project from existingsample" radio button - user selects an SDK target in the NPW - a popup is filled with all available samples This also fixes 2 edge cases: - when the selected sample contains a build|default.propertie that is a base of the currently selected SDK target, don't reset it. - when the user manually changes the project name or the app name for the sample, simply empty the fields and the next selected sample will recompute the adequate names. Any non-empty user input is never overridden. SDK BUG 2121819 Change-Id: I69afafa460b86942046ef6baca3d4c7ee7dbe97d
* Make ApkBuilder create filenames supported by older rules.Xavier Ducrohet2009-08-261-1/+2
| | | | | | | | | | | | | | 'ant install' must know the debug apk filename so newer naming scheme breaks on older rule files (1.5 and earlier). The fix is to check for the presence of the property naming the debug, signed, unaligned package. If the property is present, then we use the new naming scheme ({base}[-{config}]-debug-unaligned.apk), else we use the old one ({base}-[-{config}]-debug.apk). Also merge the install/reinstall targets, since 'adb install -r <file>' works even if the apk was not yet installed. Change-Id: Id0670610a6539a3f48c955756955f950039c3cd0
* Add support for add-on based on preview of platforms.Xavier Ducrohet2009-07-221-1/+2
|
* ADT #1715616: "New Android Test Project" wizard.Raphael2009-05-081-0/+4
| | | | Also updates eclipse/changes.txt
* Display the AVD manager wizard during launches where no compatible AVDs exist.Xavier Ducrohet2009-04-301-1/+8
|
* AI 143269: am: CL 143143 Update ADT changes.txt with JUnit features, and ↵Xavier Ducrohet2009-03-271-0/+1
| | | | | | | | | properly restrict ADT package access. Original author: xav Merged from: //branches/cupcake/... Automated import of CL 143269
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-0/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+214
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-210/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-8/+4
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-4/+8
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+5
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+205