Skip to content

Releases: woalk/NotifCount

Version 3.1

24 Jun 17:44
Compare
Choose a tag to compare

Changes:

  • New app list engine.
    • RAM management should be better.
    • Loading time is a lot faster.
    • The list is searchable.
  • (more or less forced) switch to Material design on older devices, too.
    • Includes: Some smaller UI changes.
  • Added "Extract number from notification content".
  • Fixed system integration on HTC Sense Lollipop devices.
  • Added possibility to change alpha value of number badges.

Version 3.0

05 Jun 21:56
Compare
Choose a tag to compare
Version 3.0 Pre-release
Pre-release

Changes since v2.0:

  • You can now adjust the notification badge style freely.
  • You can now change the behavior of the 'Exception list' from blacklist to whitelist (again).
  • The Notification Count settings can now be integrated into Android's notification long-click menu.

Version 2.0

15 May 21:44
Compare
Choose a tag to compare

Changes since v1.1.1-re:

  • Cancel test notifications before sending new ones, to apply appearance changes faster.
  • Added Russian language (partially). Thanks @GromozavrStas.
  • Added auto-decide feature:
    • Automatically choose which way to use to fetch a number from a notification that does not provide a value by itself.
    • Use either the title, summary or update count for this purpose.
    • Some apps that cause problems can be forced to use a specific way of the available ones.
    • UI updates to fit those needs.

Version 1.1.1-re

10 May 00:18
Compare
Choose a tag to compare

Changes since v1.1-re:

  • Fixed bug that only let save whitelist items currently visible on screen.
  • Added a default value to number appearance preference, so it has a value shown when freshly installed.

Version 1.1-re

08 May 18:31
Compare
Choose a tag to compare

Changes since v1.0-re:

  • Added ability to hide launcher icon.
  • New 'workaround' mode: Extract number from notification description.
    This only works on KitKat or later for now.
    Only enable this for apps that provide a notification number in their notification's description!

Version 1.0-re

06 May 17:52
Compare
Choose a tag to compare

Restart of version numbering due to developer change.

Changelog since start of woalk/master:

  • Added support for Android Lollipop.
    • Fixed crashes preventing the general function, which was ok in code.
    • Restore the 'workaround' for Lollipop (was bad code)
  • Updated app to Material Design on Lollipop.
  • Various functional-GUI improvements.
    • Added Launcher icon for easier use.
    • Clicking on a list item as a whole in AppListActivity now toggles the CheckBox (instead of only clicking the CheckBox).
    • Added fast scroll to apps list.
  • Fixed RTL layout issues and other minor code issues.
  • Updated icons (app icon and test notification icon).
  • Added ability to change the appearance of the number. See 68ae2dc for more details.