History log of /frameworks/support/design/tests/src/android/support/design/widget/FloatingActionButtonTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1558fe2581a3a9aa802e6c8f4255fb97c4e79074 20-Jul-2016 Chris Banes <chrisbanes@google.com> Fix FloatingActionButtonTest build

Not sure how this got removed from the imports

Change-Id: I311168eab8dfdcf5892a5fbdd1b98449529a279a
/frameworks/support/design/tests/src/android/support/design/widget/FloatingActionButtonTest.java
f50e3efaeccb3e7c424591d09376bec7d440ec8c 19-Jul-2016 Chris Banes <chrisbanes@google.com> Fix FloatingActionButton hide() and show()

They currently don't work if called in rapid
succession.

Also tidied up some of the internal state of
FAB's impl class.

BUG: 30211619
Change-Id: Ib32bcd9fff276819a8790b9f03c985cf48671a8f
/frameworks/support/design/tests/src/android/support/design/widget/FloatingActionButtonTest.java
ee63e6890156724477092fbfaba18b726a47710e 11-Jul-2016 Chris Banes <chrisbanes@google.com> Fix FloatingActionButton auto offset functionality

Also added a test for it

BUG: 30061839

Change-Id: If6fc8e34536e152516ccf6cecef22628c9a98a16
/frameworks/support/design/tests/src/android/support/design/widget/FloatingActionButtonTest.java
a1de3eef9bb5ef90d00a23c65f13e1fc83254455 01-Mar-2016 Chris Banes <chrisbanes@google.com> Make FAB react to window size

Useful for multi-windows where the size of
the window can change. Also added an API to
set the size programmatically.

The default size is now AUTO, but can be explicitly
set to whatever size the developer wishes.

BUG: 27328132
BUG: 27464447

Change-Id: If617b565a8c242d6ce8b85e56cd9a20df07995ff
/frameworks/support/design/tests/src/android/support/design/widget/FloatingActionButtonTest.java
1711e8729c1b901b73f530e87b7c9cc9370f33be 26-Feb-2016 Chris Banes <chrisbanes@google.com> Fix FloatingActionButton.setBackgroundTint* not working

Caused by the move to AppCompatImageButton. Happens due
to AppCompat's own background tinting overriding things.
Fixed by moving back to our own tinting. Had to add
support to use AppCompat's ImageHelper to enable vector
icon support.

BUG: 27372244
Change-Id: Ia06bea72796e7154bae50c65ef6dfe91158e3bf6
/frameworks/support/design/tests/src/android/support/design/widget/FloatingActionButtonTest.java
d95e0bb0271ae59387dd9d2ca402ad6f39d789d2 24-Feb-2016 Chris Banes <chrisbanes@google.com> Fix FAB and background attrs again

Seems that I didn't actually test with a backgroundTint
set.

Now with added tests to check the background colors.

BUG: 27270707
Change-Id: I92139e9466f33469949d68290def06bf24bbb5ea
/frameworks/support/design/tests/src/android/support/design/widget/FloatingActionButtonTest.java