-
Notifications
You must be signed in to change notification settings - Fork 285
Changelog
Yannick Signer edited this page Jul 10, 2015
·
4 revisions
- added getter for the ImageView #34
- added center line setting #31
- added indeterminate setting #26
- rewrote most of the onDraw method
- replaced old image
- added center line and indeterminate settings
- fixed some UI problems
- fixes possible NPE #27
- removed the launcher icon from the library and added new placeholder #29
- changed the domain to halcyon.ch
- fixes wrong selection behaviour in the navigation drawer
- bugfix for #26
- new structure of the library (everything is still there!)
- now works with gradle
- new package name ch.halcyon.squareprogressbar
- now works with gradle
- new package name ch.halcyon.squareprogressbar
- set the text color of the percent text (PercentStyle.setTextColor(Color.BLACK))
- set a custom text instead of the percent-sign (%) (PercentStyle.setCustomText(".-"))
- possibility to automatically remove the progressbar when the progress hits 100 (setClearOnHundred(true))
- invert the opacity effect, so it either disappears or appears when the progress increases. To keep the old behaviour just set the second parameter to false. (setOpacity(true, boolean false)).
- option to set the scale type on the image #14 (setImageScaleType(ScaleType.CENTER))
- new image, operahuset in oslo
- layout fixes and enhancements
- choose a custom color with an RGB-Chooser-Dialog
- greyscale is now a choosable style
- added a gradle fork to the readme file: #13