primozratej

Results 39 comments of primozratej

I updated the version of Flutter to the latest stable release [f-flutter-upgrade-3.24.0](https://github.com/humhub/app/tree/f-flutter-upgrade-3.24.0), but it looks like everything is the same on this topic. It seems that they fixed the Google...

The problem isn't with Flutter itself. If this were a native view, you would define a base URL environment and use `[AutofillHints.email, AutofillHints.username]` & `[AutofillHints.password]`. However, since we're running it...

> when I log in with an SSO (inside HumHub mobile app), Bitwarden works well. @marc-farre - With which provider did you log in with, or does it not matter?

@luke- could you elaborate the goals for this issue?

Current impl. ![image](https://user-images.githubusercontent.com/10835179/217054337-40e2534d-c12c-4df3-80ad-3c3eb442a9eb.png) We now obtain sharing intention of the device for images, I would recommend implementing a pop-up on the website using [Web Message Channel](https://inappwebview.dev/docs/webview/javascript/communication/#web-message-channels) where the base64-encoded image...

Shure will disable the feature for now.

Current suggestion on how we could implement this for both Android and iOS: Sharing intents are defined by three components: - Data type: Specifies what is being shared (e.g., images,...

@marc-farre @luke- MVP of a feature. I still need to handle some edge cases and implement bulk loading for larger files, but overall it works ok. https://github.com/user-attachments/assets/61e49b21-c070-4223-beee-153cf5bcad91

It's good to note that support for versions below API 26 (Android 8.0) is becoming rare. Developers might still accommodate older versions if there's a substantial user base on those...

I created a simple test on Firebase Test Lab. It confirms that our app works with Android 8 (API level 26) and up. Test results: Maybe we could automate this...