History log of /packages/screensavers/Basic/src/com/android/dreams/basic/Colors.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2e4150e5971fa3830184cfe37903242515542b99 17-Oct-2012 Chris Wren <cwren@android.com> call the parent implementation of onAttachedToWindow().

Bug: 7295909
Change-Id: I46d2d3b8cbd2e8f09e5820e82f97b64687fad2e1
/packages/screensavers/Basic/src/com/android/dreams/basic/Colors.java
a042f4a114a5fd728fa3aa8539e377727860f1d9 08-Oct-2012 Romain Guy <romainguy@google.com> Various fixes for the Colors dream
Bug #7171323

1. Various code cleanups
2. Properly destroy TextureView's SurfaceTexture
3. Stop the render thread on destroy (we were leaking threads before this change)
4. Destroy the renderer synchronously
5. Save a bit of memory by not requesting an alpha channel

Change-Id: I323e6c87903dbb8a6c79fe384a473b7293caf9ea
/packages/screensavers/Basic/src/com/android/dreams/basic/Colors.java
11348f99ee2ffaeb3f705b669ae886beda97656f 03-Oct-2012 Jeff Brown <jeffbrown@google.com> Fix threading and stopping issues in Colors dream.

The colors dream could continue running indefinitely
if the system terminated it rather an it ending
voluntarily.

There were also problems with the GL finish actions being
performed on the wrong thread.

Refactored the dream to resolve both of these problems cleanly.

Bug: 7267653
Change-Id: Id58c473acebdc2eb3be342d792926c54185984a2
/packages/screensavers/Basic/src/com/android/dreams/basic/Colors.java
0b4c919a23e239f516a0168a2e47e00cf228cd13 23-Sep-2012 Daniel Sandler <dsandler@android.com> Convert Colors from GLSurfaceView to TextureView.

(At great personal cost.)

This fixes the super-janky startup for Colors.

Bug: 7171323
Change-Id: If9103eaccdb3202ff94bafea7874437d0f4ddcb4
/packages/screensavers/Basic/src/com/android/dreams/basic/Colors.java
74a589cd63d04369920bf7203d4d3262d06ab97b 21-Sep-2012 John Spurlock <jspurlock@google.com> Migrate away from lightsOut() in Basic color dream.

Bug:7211867
Change-Id: Idcf5a8e94dec80fcf20fb729a99cfbda73f3765d
/packages/screensavers/Basic/src/com/android/dreams/basic/Colors.java
0b1b96bcb73ba1843967ca2b57d6a7575d26550d 31-Aug-2012 Daniel Sandler <dsandler@android.com> Something a little prettier.

Might need to put the colors in a resource.

Change-Id: I1d6d25fbcf9d026edca360222988ce7378372c11
/packages/screensavers/Basic/src/com/android/dreams/basic/Colors.java
e05bc418d71826d69964842a54a347e16f27ef69 31-Aug-2012 Daniel Sandler <dsandler@android.com> This was so much harder than it should have been.

Change-Id: I2bef9d4a8de77d170d2228318db85db1d6ec59fe
/packages/screensavers/Basic/src/com/android/dreams/basic/Colors.java