Piwigo / piwigo-flutter-app

Piwigo mobile application for Android
GNU General Public License v2.0
82 stars 26 forks source link

add full size preview & fix fc on Android 12L and 13 #144

Closed xsm1997 closed 1 year ago

xsm1997 commented 1 year ago

The PR allows user to view the full (original) size of images on preview.

Note that cookies should be included when getting images, to be compatible with original_url_protection.

The PR also fixes a FC on some Android 12L and Android 13 ROM. Reference: https://stackoverflow.com/questions/74163927/flutter-chrash-in-android-12l-with-no-interface-method-addwindowlayoutinfoliste

The FC is related to androidx.window:window and it is fixed in 1.1.0-alpha04. Because it is an alpha version, the stable version 1.0.0 is used instead, which also does not have the problem.

remi-martin commented 1 year ago

Hi, thanks for your contribution, I'll check that ...

daetsch commented 1 year ago

Just downloaded and tested 2.0.2-beta. Seems that local caching works very good now and very good speed enhancement overall. Full Size pictures works. Very well development. Thanks a lot for your effort and keep going :-)

remi-martin commented 1 year ago

That's good to hear 👍