Review of "Always On Display" version 1

Details Page Preview

Shows clock, date and notifications on a black background instead of turning off the display on the lock screen


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 2

Shexli found 2 issues that may need reviewer attention.

EGO015 warning

signals connected by extension should be disconnected in disable()

Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.

Disconnect all signals

  • extension.js:73
                    this._powerProxy.connect('g-properties-changed',
                        this._onPowerChanged.bind(this))

EGO008 warning

extensions using unlock-dialog must document it in disable() comments

Extensions using `unlock-dialog` should document the reason in `disable()` comments.

Session Modes

  • extension.js
    unlock-dialog declared but no nearby disable() comment found

All Versions

Version Status
3 Active
2 Rejected
1 Rejected

Previous Reviews on this Version

dlandau waiting for author
Please check the shexli comments
nightwing666 auto- rejected
Auto-rejected because of new version 2 was uploaded