History log of /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ConfigurationDescription.java
Revision Date Author Comments
538184c5c32ea086eb3e4248d8b200ae2d3924e1 02-Jan-2014 Deepanshu Gupta <deepanshu@google.com> Add activity details to the ManifestInfo

Store additional details about activities to help render them
appropriately.

Change-Id: I6e80234d5d8cc7a9b97cbbf25f88c3a0e93daad7
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
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