Skip to content

Commit 3e5e6e9

Browse files
authored
Update README.md
Updated description for android only.
1 parent 8e9ca46 commit 3e5e6e9

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
![Logo](docs/resources/5ekko.png)
22
======================================
33

4-
Mobile apps running on top of battery-limited devices are more than others concerned by the reduction of their environmental footprint. Hence, we created `ecoCode mobile`, the version of ecoCode project fully dedicated to mobile platforms. It provides static code analyzers to highlight code structures that may have a negative ecological impact: energy over-consumption, "fatware", shortening devices' lifespan, etc.
4+
Mobile apps running on top of battery-limited, android-powered devices are more than others concerned by the reduction of their environmental footprint. Hence, we created `ecoCode android`, the version of ecoCode project fully dedicated to the Android platform. It provides static code analyzers to highlight code structures that may have a negative ecological impact: energy over-consumption, "fatware", shortening devices' lifespan, etc.
55

6-
ecoCode mobile is based on evolving catalogs of [best practices](https://github.com/cnumr/best-practices-mobile), for Android and iOS. A SonarQube plugin then implements these catalogs as rules for scanning your projects. To learn more, take a look at the [complete presentation](docs/resources/devfest-2022.pdf) (in french) or the [presentation in a nutshell](docs/resources/apidays-2022.pdf) (in english).
6+
ecoCode android is based on an evolving catalog of [best practices for Android](https://github.com/cnumr/best-practices-mobile#-android-platform). A SonarQube plugin then implements this catalog as rules for scanning your native Android projects. To learn more, take a look at the [complete presentation](docs/resources/devfest-2022.pdf) (in french) or the [presentation in a nutshell](docs/resources/apidays-2022.pdf) (in english).
77

88
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
99

1010
🌿 SonarQube Plugin
1111
-------------------
1212

13-
2 mobile technologies are supported by the plugin right now:
14-
15-
- [x] [Android](android-plugin/)
16-
- [x] [iOS](ios-plugin) <sub>NEW</sub>
17-
18-
> **_NOTE:_** iOS plugin has moved to it own repository [here](https://github.com/green-code-initiative/ecoCode-ios).
19-
2013
![Screenshot](android-plugin/docs/screenshot.png)
2114

2215
<sub>The custom GUI above is reserved to educational purpose only.</sub>

0 commit comments

Comments
 (0)