Alexis THOMAS
Alexis THOMAS
Add parameters for notification icons generation: `--notification-icon` for path, default `notification.png`, and `--notification-icons` to activate it. Fix #144 TODO: - init notification icon template - manage a list of notification...
Hello here, I recently started to work on a feature branch to add [Android Notification icons](https://material.io/design/platform-guidance/android-notifications.html) generation. It mostly consists of a **smallIcon**, white and transparent, in 5 sizes, and...
Maybe try to use [sharp](https://sharp.pixelplumbing.com/) instead of **ImageMagick**? For performance and running in Node.js without requiring any additional install or runtime dependencies.
### Feature Request - group different sets of options with their corresponding _filter_ in a single `.ncurc.json` I envoy using _ncu_ with its default configuration file `.ncurc.json` to call it...
It seems **interactive** use of *bump* **does not work on Windows**. - with *git-bash*, command stops as soon as interactive prompt is expected to be displayed, showing "Cannot read property...
After successful `npm install` with current *package.json*, trying to **compile fails with 7 errors**. It seems dependency `"@octokit/rest": "^16.25.0"` is currently fetching version 16.43.1 (latest release-16.x) ; *compile* is fine...
### Platforms affected Android ### Motivation and Context cordova-android 11.0.0 (since #1444) reports about `Android SDK: undefined` while `ANDROID_HOME` is set and `ANDROID_SDK_ROOT` is not. ### Description ``` cordova create...
# Feature Request ## Motivation Behind Feature `resConfigs` is a property that may be added into the app's `build.gradle`. To mimic what's done in cordova-ios (see some details in https://github.com/apache/cordova-ios/issues/1222)...
# Feature Request ## Motivation Behind Feature Since #237 adding a `defaultlocale="XX"` attribute to the `widget` tag in _config.xml_ allows to set the `CFBundleDevelopmentRegion` to a different language (in the...
### Platforms affected iOS ### Motivation and Context Mixed default values for `create` between cli doc, cordova-android and cordova-ios. ### Description Package ids were mostly correct but not all, and...