History log of /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/NestedConfiguration.java
Revision Date Author Comments
48ba7d81c125b6d46eb76719b62cafcd3dec3f97 18-Oct-2012 Tor Norbye <tnorbye@google.com> Multi-configuration editing bug fixes

This changeset fixes a number of bugs with multi configuration
editing; especially around configuration switching and inheritance, as
well as some memory improvements.

It also synchronizes values between layout variations. If you for
example have layout-land/foo.xml and layout-port/foo.xml and you
change the Theme to Theme.Holo or the device to Galaxy Nexus, the
configurations for both files will be updated (whether or not the
files are open), and provided of course the layout folder doesn't
contradict it; layout-xlarge/foo.xml would be unaffected by the above
edit since Galaxy Nexus doesn't match the layout-xlarge folder.

Change-Id: I5c01555aad8339f68788d8aed1f707d30993ae1b
8a8e094ee51f43fa297c25a240642e604ae03db5 17-Oct-2012 Tor Norbye <tnorbye@google.com> Fix a couple of bugs related to multiconfig switching

Change-Id: I0b441971de02fc4fc3da78e4e411828ca3eedbbc
a1e7aa7cc973adaba4f31673c897724eb8d9f399 15-Oct-2012 Tor Norbye <tnorbye@google.com> Misc improvements to the multi-configuration editing

* Fix bug in switching to preview configurations
* Don't draw drop shadows for thumbnails in Dialog themes
* Move the preview title labels to sit above each preview
thumbnail
* Make error thumbnails include rendering error messages
(and wrap if necessary), plus tweak appearance
* Make switch animation show rectangles animating in
both directions

Change-Id: I0995617fa277b48419a88c5203abf5b1d49af711
ec7301a7433cf89c399fa3c507afe8a147adbcba 28-Sep-2012 Tor Norbye <tnorbye@google.com> Multi-Configuration Layout Editing

This changeset adds support for previewing other
configurations (as well as including contexts)
for a layout, with live updates.

Change-Id: Iff3523d6f5749b3287716e563330fb18c8576611