Project

General

Profile

Download (7.12 KB) Statistics
| Branch: | Revision:

examples / src / main / java / org / distorted / examples / glow / GlowActivity.java @ 77e66c58

# Date Author Comment
77e66c58 06/09/2023 12:31 AM Leszek Koltunski

in API 34 R.id. things are no loger constants and cannot be used in switches.

a9df241d 11/16/2020 12:04 PM Leszek Koltunski

More support for using the library from more than one activity

c0f27889 07/22/2020 09:53 AM Leszek Koltunski

We need to pause an Activity in the following way:

1) Activity.onPause()
2) View.onPause()
3) Library.onPause()

otherwise sometimes there are artifacts when pausing!

71c8884f 05/03/2019 10:46 PM Leszek Koltunski

Correct the Legal notice.

e3900503 05/02/2019 10:41 PM Leszek Koltunski

Rename all the classes that are not exported to application to 'Internal'

6d896e0e 06/30/2017 10:52 PM Leszek Koltunski

Improvement for MultiBlur and Glow apps.

c658e742 06/30/2017 02:52 PM Leszek Koltunski

Add quality levels in Glow APP.

3a4f3ae2 06/28/2017 01:46 PM Leszek Koltunski

Improve 'Glow' app.

cb9d104d 06/28/2017 12:00 PM Leszek Koltunski

New 'Glow' app.

11298b49 06/28/2017 11:33 AM Leszek Koltunski

Rename the last 'Glow' app.

01782e85 06/07/2017 05:18 PM Leszek Koltunski

Progress with support for Effect classes.

08602667 05/30/2017 12:17 PM Leszek Koltunski

Beginnings of the GLOW unit test.