Releases: ozgurg/ToggleIconView
Releases · ozgurg/ToggleIconView
v3.3.0
22 Jun 21:15
Compare
Sorry, something went wrong.
No results found
This release comes with some minor tweaks about the code.
v3.2.0
22 Jun 01:04
Compare
Sorry, something went wrong.
No results found
This release comes with a new icon, dependency and document updates.
New icons
Preview
Package
[Sharp] Refreshog.android.lib.toggleiconview.sharp.Refresh
Other
v3.1.1 (Hotfix)
17 May 17:42
Compare
Sorry, something went wrong.
No results found
This release fixes v3.1.0 build error of JitPack.
v3.1.0
17 May 17:19
Compare
Sorry, something went wrong.
No results found
This release comes with a new icon and dependency updates.
New icons
Preview
Package
[Sharp] CameraSwitchog.android.lib.toggleiconview.sharp.CameraSwitch
Other
v3.0.2
10 Sep 04:33
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added sharp variant of SoundOnOff icon
v2.1.1
13 Jul 19:43
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added sharp variant of PlayPause icon
Improved documentation
Disabled viewBinding from the library