Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Releases: biqqles/nextlit

Version 2.0 'diethyl'

17 Sep 11:15
Compare
Choose a tag to compare

Changes in this update:

  • First release marked as 'stable'
  • Completely overhauled UI
  • Added app icon
  • Added per-app notification configuration
  • Added five new patterns: Breathe, Pulse, Chase, Blink and Dapple
  • By default, notifications will now only activate the lights if they would normally activate the standard notification LED
  • Calls and alarms now activate the lights
  • Added service configuration options:
    • Obey Do not disturb policy
    • Mimic standard LED behaviour (experimental)
  • Minor changes:
    • Improved service stability
    • Fixed preview not stopping if service not bound
    • Renamed 'show for ongoing' to 'show for all notifications' to better reflect its function
    • Preview now ends on app pause
    • Service will now disable if unbound

Version 1.2

21 Jan 23:03
Compare
Choose a tag to compare

Changes in this update:

  • Fixed possible force close when attempting to run on an unrooted device
  • Service is now persistent between reboots
  • Added 'show for ongoing notifications' option (default behaviour is false)

Version 1.1

20 Jan 18:51
Compare
Choose a tag to compare

By default the notification lights will now only activate when the screen is turned off; option added to enable them when the screen is on too.

Version 1.0.1

14 Jan 16:21
Compare
Choose a tag to compare

Fixes two issues reported: a force close when enabling the service for the first time on a device on which no apps have been given notification access, and the service failing to stop (see MainActivity.java). Because Android caches services, you may need to uninstall v1.0 before installing v1.0.1 for the fix to take effect.

Initial

14 Jan 02:56
Compare
Choose a tag to compare

Initial release