History log of /sdk/rule_api/src/com/android/ide/common/api/IDragElement.java
Revision Date Author Comments
1d3020c83415d3d60f3f4c024ae2a21e0c8b4a13 04-Apr-2012 Tor Norbye <tnorbye@google.com> Add isSame on IDragElement, and sort primary to front

Change-Id: I7121b5f0e3714fec705387603f641bc14ed0ab3e
5d7dc30638953195ed55d32bc9dc37102a613ff8 23-Dec-2011 Tor Norbye <tnorbye@google.com> Add @Nullable/@NonNull annotations to the Rule API

Change-Id: If7b6d7b505476676c5683ab4966fa5f587b15d1e
3db9393ba06bbf70fa7b4a6db1ef60396979a1d4 06-Dec-2011 Tor Norbye <tnorbye@google.com> Add the Guava library to the tools

This changeset adds the Guava library to ADT and lint. (It is also a
prerequisite for the Lombok AST library which is added by a later CL.)

This changeset also uses the library in a few simple ways: It replaces
some custom I/O and collections code with calls into the equivalent
Guava methods, and it also adds the @Beta annotation on the various
"API" classes which are not yet stable.

Change-Id: I2f50febfa075c32818404e888578a2e1e447d408
a0bccbddc52575255c5ce19c9d2c96d9639d26ca 16-Aug-2011 Tor Norbye <tnorbye@google.com> Pull View Rules API into a separate library

This changeset pulls out the API classes from the plugin sources and
into a separate standalone .jar library. The library depends on the
common.jar library.

With the separate view API it should be possible to build designtime
helpers (view rules) for custom views to improve editing behavior in
the layout editor.

Change-Id: I20bb511668de2fe52910e5fe0bbd3ec2a18b5a08