Olivier Le Goaër

Results 5 issues of Olivier Le Goaër

Hello guys and @dtoakley, I am currently working on 2 open source projects that may interest you: - [ecoCode](https://github.com/cnumr/ecoCode/tree/main/sonarqube-plugin-greenit/native-analyzer/android-plugin) : a sonarQube plugin dedicated to green code analysis of android...

This detection rule triggers on `minSdkVersion` and `targetSdkVersion` but their variants `minSdk` and `targetSdk` are ignored. This has to be fixed.

plugin:android
migrated_to_new_mobile_repo

The method `Constraints.Builder#setRequiredNetworkType(NetworkType.UNMETERED)` should also be considered as a hint of available WiFi (less energy-greedy than 4G/5G). If so, the detection rule is valid but it is out of scope...

question
android

App widgets are miniature applications that add up to regular applications. They are always running on top and require frequent updates. Don't they go against an eco-design?

question
android
iOS

**File System Scanner** Some smells detection are based on the File System, not on code scanning. **Proposed Solution** Create a new sensor dedicated to that concern, `FileSystemSensor`, registered at the...

:rocket: enhancement
android