Skip to content

Releases: mikepenz/Android-ActionItemBadge

v4.0.0

18 Oct 14:28
Compare
Choose a tag to compare

library

  • update all dependencies to their latest version
  • require AndroidX
  • update Android-Iconics to v4
  • adjust to fix compatiblity with Android-Iconics v4

v3.3.2

28 Oct 17:02
Compare
Choose a tag to compare

library

  • update build tools to 27
  • update compile sdk to 27
  • update target sdk to 27
  • update supportLibs to 27
  • update gradle to 4.1
  • update butterknife to 8.8.1

v3.3.1

27 Dec 08:17
Compare
Choose a tag to compare

library

  • return MenuItem and add Listener to add methods

v3.3.0

21 Aug 18:35
Compare
Choose a tag to compare

library

  • drop minSdk 10 support. new minSdk is now 14
    • please use v1.3.7 of the library for API 10 support
  • update to the latest support libraries v24.2.0
  • remove unnecessary code
  • update dependencies
  • update gradle

v3.2.6

03 Jul 17:21
Compare
Choose a tag to compare

library

  • add support annotations
  • add new functionality to provide a border to the badge
  • update to compileSdk 24
  • update to buildTools 24
  • update to supportLibs 24
  • update dependencies

v3.2.5

07 Apr 18:35
Compare
Choose a tag to compare

library

  • update to latest support libraries v23.3.0
  • update to latest android-iconics v2.5.11

general

  • update to latest android gradle build tools v2.0.0
  • update build tools to v23.0.3

v3.2.4

17 Mar 18:35
Compare
Choose a tag to compare

MIGRATION

  • prevent resource conflicts by prefixing
    • renamed badge.xml to action_item_badge.xml
    • renamed menu_badge.xml to menu_action_item_badge.xml
    • renamed menu_badge_large.xml to menu_action_item_badge_large.xml

library

  • update to latest android iconics-core v2.5.10
  • rename the badge.xml and the layouts to action_item_* to prevent overwriting from other libs
    • could fix #43

sample

  • update sample app dependencies

general

  • update gradle to v2.12

v3.2.3

11 Mar 15:46
Compare
Choose a tag to compare

library

  • update to latest android support libraries v23.2.1
  • update to latest android-iconics v2.5.9
  • update to latest gradle 2.11

sample

  • update sample app dependencies

v3.2.2

26 Jan 00:17
Compare
Choose a tag to compare

library

  • update to latest android iconics-core v2.5.5

v3.2.1

11 Jan 22:56
Compare
Choose a tag to compare

general

  • update to gradle 2.10
  • move some versions to the root build.gradle
  • also push to jcenter

library

  • update to latest android iconics-core v2.5.4

sample

  • add dependency descriptions to build.gradle