Review of "Airpods Battery status" version 1

Details Page Preview

Show Airpods battery level in top bar /!\ Needs AirStatus to work: https://github.com/delphiki/AirStatus

Extension Homepage
https://github.com/delphiki/gnome-airpods-battery-status

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
9 Active
8 Active
7 Active
6 Active
5 Active
4 Active
3 Active
2 Rejected
1 Rejected

Previous Reviews on this Version

delphiki posted a review
andyholmes rejected
Please see https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review for information on what reviewers look for. In particular you are creating objects, connecting signals and adding a mainloop source in `init()`, which is never removed. All of these tasks should be performed in `enable()` and all object should be destroyed, signals disconnected and mainloop sources removed in `disable()`. Please make these changes so your extension can be approved.