Impressia

@impressia
500 Followers
3 Following
27 Posts
Impressia is an open-source #Pixelfed client for iOS (iPhone) developed using #SwiftUI. Created by photographer @mczachurski, it is designed specifically for photographers to enhance their photo-sharing experience.
GITHUBhttps://github.com/VernissageApp/Vernissage
APPSTOREhttps://apps.apple.com/pl/app/impressia-for-pixelfed/id1663543216
@ulinder I’m sorry to hear that. Unfortunately, this issue is on the Pixelfed side, and there’s no reliable workaround I can implement in the Impressia client. I also can’t say when the Pixelfed team will be able to address it - it seems they currently have higher-priority tasks 🥺.

@nerdosoph It's connected with that issue: https://github.com/pixelfed/pixelfed/issues/5502

As a workaround, you can disable 2FA.

Oauth app authorization doesn’t work if 2FA is enabled · Issue #5502 · pixelfed/pixelfed

The flow I’d expect when an app opens /oauth/authorize in the in-app browser (e.g. ASWebAuthenticationSession on iOS) is: Pixelfed presents the login form (assuming the user isn’t already logged in...

GitHub
@ulinder I think that you should ask in the GitHub issue.
@ulinder maybe it’s connected with this issue in pixelfed: https://github.com/pixelfed/pixelfed/issues/5502
Oauth app authorization doesn’t work if 2FA is enabled · Issue #5502 · pixelfed/pixelfed

The flow I’d expect when an app opens /oauth/authorize in the in-app browser (e.g. ASWebAuthenticationSession on iOS) is: Pixelfed presents the login form (assuming the user isn’t already logged in...

GitHub
@pr7 Probably it’s because the bug in Pixelfed: https://github.com/pixelfed/pixelfed/issues/5502 (connected with 2FA).
Oauth app authorization doesn’t work if 2FA is enabled · Issue #5502 · pixelfed/pixelfed

The flow I’d expect when an app opens /oauth/authorize in the in-app browser (e.g. ASWebAuthenticationSession on iOS) is: Pixelfed presents the login form (assuming the user isn’t already logged in...

GitHub
The new version of Impressia (3.1.1) is now available in the App Store. Photo uploading should be working smoothly again. 😊
@rob I wasn’t able to reproduce this exact behavior. But there’s definitely something going on, because when I double-clicked the photo, it was liked, but the star didn’t appear, and in the mini (when holding down on the photo), I got the wrong option. I’ll need to look into this.
@tanuva I’ve tried this before and had issues when navigating to the photo details and then going back. The menu didn’t work correctly in that case. But maybe someone else should give it a try - perhaps I did something wrong, or something has changed in SwiftUI since then. 😊@EighthLayer @katullo11

🚀 Impressia 3.1.0 is now available!

What’s new:
🇮🇹 Italian translation (thanks to @katullo11)
📂 System menu moved to bottom menu container (thanks to @tanuva)
⭐ New bookmarks/favorites menu item in the context menu

Huge thanks to the community for the Pull Requests, feedback, and support! 🙌

#Impressia #Pixelfed #OpenSource #Fediverse

@tuomosuominen Impressia utilizes deep links. For example, entering the following address in a browser:

📌 status-impressia://statuses/624592411232880406

should redirect you to the status details page in Impressia. However, I am not sure how to achieve this in the Tapestry app. @Iconfactory