Project

General

Profile

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

examples / src / main / java / org / distorted / examples / surfaceview / SurfaceViewActivity.java @ 612d4511

# Date Author Comment
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!

386fd702 02/28/2020 11:58 PM Leszek Koltunski

Merge branch 'empty-matrix-effects-in-the-center' into modern-empty-matrix-effects-in-the-center

0de83d97 03/20/2019 01:09 PM Leszek Koltunski

Fix several more apps for the 'center-of-matrix-effects-in-screen-center' change.