FreeScout

Results 334 comments of FreeScout

> @Webklex i've opened a PR with a failing test for my issue ;) We've checked. This our function https://github.com/freescout-helpdesk/freescout/blob/dist/app/Misc/Mail.php#L883C8-L883C8 also successfully works for decoding headers and attachment names including...

> @freescout-helpdesk how are you decoding attachment names / filenames? We are using the same our [MailHelper::decodeSubject()](https://github.com/freescout-helpdesk/freescout/blob/dist/app/Misc/Mail.php#L883C28-L883C41) function to decode attachment names - it works fine.

> As a matter of fact, for me (running android 13 on samsung S21 FE 5G), if the app is in the background and a push arrives, the app crashes!...

@thepsion5 Have you found the solution? This solution https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/issues/293#issuecomment-1377487961 does not work for us - still no push notifications on Android 13.

Android platform is removed and re-added. Still push notifications work on Android 9 phone but don't work on Android 13 (_notifications are allowed for the app in the phone settings_)....

Thanks. Now we are getting the following error when doing `cordova build android --prod`: ``` FCMPlugin: Support for Gradle v4 or lower is deprecated. Please upgrade to a newer version....

Build is failing: ``` > Configure project :app FCMPlugin: Support for Gradle v4 or lower is deprecated. Please upgrade to a newer version. BUILD FAILED in 5s /platforms/android/gradlew: Command failed...

After updating nodejs, cordova-android and cordova to newer versions the build succeeded and push notifications are working now on Android 13.

@andyknas In the future the old fetching library will be removed, so better to make sure you are able to fetch via the new library. **After changing Encryption or some...

**After changing Encryption or some other Fetching settings DON'T forget to save settings before checking the connection!** @torrelasley @bb0x88 You can create a temporary email for us to check it...