Skip to content

Releases: ozgurg/ToggleIconView

v3.3.0

22 Jun 21:15
194a803
Compare
Choose a tag to compare

v3.2.0

22 Jun 01:04
2188546
Compare
Choose a tag to compare

This release comes with a new icon, dependency and document updates.

New icons

Preview Package
[Sharp] Refresh
og.android.lib.toggleiconview.sharp.Refresh

Other

v3.1.1 (Hotfix)

17 May 17:42
55c77b6
Compare
Choose a tag to compare

This release fixes v3.1.0 build error of JitPack.

v3.1.0

17 May 17:19
729d49f
Compare
Choose a tag to compare

v3.0.2

10 Sep 04:33
094a92d
Compare
Choose a tag to compare
  • Made minor changes about the docs, add some config files, etc. There is nothing changed for you.
  • Updated dependencies

(3.0.1 somehow couldn't be builded by JitPack so I skipped it)

v3.0.0

06 Aug 23:42
149179b
Compare
Choose a tag to compare

New features

  • Added ability to set contentDescription for each state of the icons (Closed #11, c8edc3d)
  • Added ability to set tooltipText for each state of the icons (Closed #12, 31c9ab4)

Breaking

  • Removed setChecked and isChecked methods. Use isChecked get/set instead of them (418b5ab)

Other

  • Improved documentation
  • Made many refactoring
  • Updated dependencies (44190ea)
  • Improved sample app (57791c4)

v2.3.0

16 Jul 08:49
5438f5d
Compare
Choose a tag to compare
  • Added sharp AirplaneModeOnOff icon
  • Minor refactoring about the icons
  • Updated sample app

Full changelog: 2.2.0...2.3.0

v2.2.0

15 Jul 03:16
4a47421
Compare
Choose a tag to compare
  • Added sharp variant of SoundOnOff icon

v2.1.1

13 Jul 19:43
8fff377
Compare
Choose a tag to compare
  • Made minor refactoring
  • Fixed a bug that caused the animation to restart when the same state was set again. It was appearing when RecyclerView recycled.
  • Improved documentation

v2.1.0

13 Jul 14:45
f4083b3
Compare
Choose a tag to compare
  • Added sharp variant of PlayPause icon
  • Improved documentation
  • Disabled viewBinding from the library