Michael Wolz
Michael Wolz
### Description of change The [cordova-sqlite-storage](https://github.com/litehelpers/Cordova-sqlite-storage) plugin does not support regular transactions at the moment. See: https://github.com/storesafe/cordova-sqlite-storage#other-limitations > User-defined savepoints are not supported and not expected to be compatible with...
Removes new line characters `\r\n` which are incorrectly appended to the data of multipart/form-data requests. This change removes these new line characters in order to comply with the specifications, as...
### Capacitor Version ``` π Capacitor Doctor π Latest Dependencies: @capacitor/cli: 6.1.0 @capacitor/core: 6.1.0 @capacitor/android: 6.1.0 @capacitor/ios: 6.1.0 Installed Dependencies: @capacitor/cli: 6.1.0 @capacitor/core: 6.1.0 @capacitor/android: 6.1.0 @capacitor/ios: 6.1.0 ``` ###...
Following up #7523. This suggestion addresses the issue of non-encoded URLs in patched fetch and XHR requests. By encoding the full original URL and appending it as a parameter to...
The changes introduced in #7306 fixed several bugs with multipart/form-data requests on iOS. However, the extraction of the actual boundary value might fail due to the value being surrounded by...
### Capacitor Version ``` π Capacitor Doctor π Latest Dependencies: @capacitor/cli: 6.1.2 @capacitor/core: 6.1.2 @capacitor/android: 6.1.2 @capacitor/ios: 6.1.2 Installed Dependencies: @capacitor/android: 6.1.0 @capacitor/ios: 6.1.0 @capacitor/cli: 6.1.0 @capacitor/core: 6.1.0 ``` The...
Minimal implementation of asynchronous version of the `fetchLatestBundle` method which somehow seems to block UI rendering when being called on app startup. As discussed, this obviously needs to be tested...
Remove the percent-encoding of cookie values in CapacitorCookies plugin implementation on iOS and therefore make it behave the same as on Android. Fixes: https://github.com/ionic-team/capacitor/issues/8248 Working example can be found here...
### Capacitor Version π Capacitor Doctor π Latest Dependencies: @capacitor/cli: 7.4.4 @capacitor/core: 7.4.4 @capacitor/android: 7.4.4 @capacitor/ios: 7.4.4 Installed Dependencies: @capacitor/cli: 7.4.2 @capacitor/core: 7.4.2 @capacitor/android: 7.4.2 @capacitor/ios: 7.4.2 [info] Using Gemfile:...