Review of "Auto Bluetooth Connect" version 1

Details Page Preview

Automatically connects selected paired Bluetooth devices when your GNOME session starts.

Extension Homepage
https://github.com/Archimetrix/auto-bluetooth-connect

No comments.

FAQ

Files

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

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-006 warning

preferences classes should not retain window-scoped objects on instance fields without close-request cleanup

Preferences code stores window-scoped objects on the exported prefs class without `close-request` cleanup.

Destroy all objects

  • prefs.js:12
    this._settings = this.getSettings()
  • prefs.js:44
            this._deviceGroup = new Adw.PreferencesGroup({
                title: _('Preferred devices'),
                description: _('Select one or more paired Bluetooth devices.'),
            })
  • prefs.js:85
            this._refreshRow = new Adw.ActionRow({
                title: _('Paired Bluetooth devices'),
                subtitle: _('Scanning…'),
            })

All Versions

Version Status
2 Unreviewed
1 Rejected

Previous Reviews on this Version

Archimetrix auto- rejected
Auto-rejected because of new version 2 was uploaded