Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

47 lines (40 loc) · 1.94 KB

Changelog

New from v1.0:

(16/08/2016)
-Initial release

New from v1.0.1:

(17/08/2016)
-Fixes
-Updated README

New from v1.1.0:

(27/08/2016)
-Fixes
-Added the TristateSwitch, a switch with three possible states (left, middle, right)
-Updated README
-Added CHANGELOG

New from v1.1.1:

(04/09/2016)
-Fix: Now the aspectRatio option works correctly
-Code improvements
-Fix: tristate switch default dimensions
-Added the "slim design" option to make the switch looks similar to the default android one

New from v1.2.0:

(10/11/2016)
-** Breaking change: no more boolean for slim design, instead, now you can choose between styles with the RMAbstractSwitch.DESIGN_*** constants and the RMSwitch.setSwitchDesign(int switchDesign) method
-** Breaking change: now RMSwitchObserver and RMTristateSwitchObserver returns the instance of the clicked RMSwitch/RMTristateSwitch with the current selection value
-** Breaking change: now RMSwitch.getSwitchToggleCheckedDrawable(), RMTristateSwitch.getSwitchToggleLeftDrawable() etc returns a drawable and not a drawable resource int
-Added the "DESIGN_ANDROID" switch design option, which resemble the default material switch
-Added the possibility to set a Drawable as switch toggle image (you can still set a drawable resource with the old methods)
-Improvement: Updated gradle and Android target version
-Lot of code improvements
-Updated CHANGELOG
-Updated README

New from v1.2.1:

(21/11/2016)
-Fix a crash due to too much data inside save state parcel
-Fix first time not rendering padding inside toggle image correctly

New from v1.2.2

(20/12/2016)
-Removed log for margin and padding measurement
-Updated gradle compiler and SDK tools version