Manuel Beck
Manuel Beck
# Bug Report ## Problem When I want to search for the plugin "cordova-plugin-local-notifications" with the keywords "cordova plugin notifications", I get a outdated documentation for the cordova-plugin-dialogs plugin for...
Hi, the date in the error message of `greater_than_or_equal_to` is not localized. The output is something like `2024-01-08 07:18:00 UTC` but I want it more human readable like: `Montag, 08....
# Bug Report On a conversation on slack it turned out, that plugin-Tags and engine-Tags are deprecated to use in config.xml. It should be clear for the user, that these...
Removes CDVCommandDelegateImpl to fix build errors : 'Cordova/CDVCommandDelegateImpl.h' file not found CDVCommandDelegateImpl was changed from Public to Private in cordova-ios 7.x. This change is based on multiple_maps.
In the Cordova 8 Doc of the cordova-file-plugin i saw intendation problems. DevDoc-URL: https://devdocs.io/cordova~8/reference/cordova-plugin-file/index#file-system-layouts Original:  DevDocs: 
- JCenter sunset was on August 15th, 2024. mavenCentral will be used instead. - The appeareance of jcenter as a repository, produced the gradle warning `Deprecated Gradle features were used...
- Change Imports for Android Support Library to Android X - Remove Plugin dependency `cordova-androidx-build` from `plugin.xml`. This is not needed anymore. - Raise `android-minSdkVersion` from 19 to 21. This...
For the deprecated Crosswalk WebView, the preference key "BackgroundColor" was wrongly set with "0". It would have to be set with "#000000", but this would also set the splashscreen backround...
Use `implementation 'com.android.volley:volley:1.2.1'`
When you make a fresh Cordova app, add this plugin and build it, there will be the error: ``` .../hello/platforms/android/app/src/main/AndroidManifest.xml Error: uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared...