Eddy Lelièvre-Berna

Results 109 comments of Eddy Lelièvre-Berna

In preview mode, the current [Piwigo-Mobile](https://github.com/Piwigo/Piwigo-Mobile) app proposes from left to right in the tab bar shown below: download, move/copy to another album, set as album image and delete. Some...

I have not found a way to exploit an API method and therefore use the extension to detect whether an image is a video: ``` imageData.fileName = [NetworkHandler UTF8EncodedStringFromString:[imageJson objectForKey:@"file"]];...

In the iOS app, (thumbnails of) images are sorted according to the default sort option chosen in the Preferences section (screenshots below). Categories are presented in the order the server...

Thanks for looking into this issue. Returning the list of categories to which the user has access would be what is expected and would avoid us to have to call...

> Warning: `pwg.images.getInfo` only returns the list of categories accessible to the current user. Not all categories. So you can absolutely not know if the photo would become orphan if...

The list of available sizes depends on the server settings (in Configuration / Photo sizes). Only the Square, Thumbnail and Medium file sizes are always available so it might be...

Hi @suhancz This version of the Android app has been replaced by Piwigo NG also available on Play Store. I invite you to give it a try.

Solution: build a Live Photos player in Piwigo using the [LivePhotosKit JavaScript API](https://developer.apple.com/live-photos/). As a plugin or not?

@plegall could we add LivePhotosKit JS to version 15?

I confirm the issue. The 6.1-inch (iPhone 14 Pro) device size is 1179 x 2556 pixels (portrait) [here](https://help.apple.com/app-store-connect/#/devd274dd925). In deliver/lib/deliver/app_screenshot.rb: ``` ScreenSize::IOS_61_MESSAGES => [ [828, 1792], [1792, 828] ] ```...