Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2011-05-24 | 1.5 kB | |
LCD_API-1.1.2.jar | 2011-05-24 | 113.8 kB | |
Totals: 2 Items | 115.3 kB | 0 |
LCD_API Visit the wiki at https://sourceforge.net/apps/mediawiki/lcdapi/ for a "getting started" guide and examples of use. ChangeLog: 1.1.2 05/24/2011 - ScrollerWidget definitions now allow DynamicValues without formatting patterns supplied. - Corrected a bug in ScrollerWidget in which the endY position was being forced to zero. - Corrected a bug in ScrollerWidget that set the endX position 1 beyond its actual end. 1.1.1 - 05/23/2011 - Added missing Icons to the IconTypes enumeration. - Implemented a logging API to allow code implementing LCD_API to override the LogManager class with a class of its own forwarding the logging calls. - Fixed a bug where the log timestamps were not being displayed unless the time from the last log call was greater than the threshold, not the time since the last display of the timestamp. - Converted main package from lcd_api to me.fnr.lcd_api to conform better to the java standard. 1.1.0 - 05/19/2011 + Implemented IconWidgets. - Minor bug fix for misspelling of IconTypes.ELLIPSIS. - Minor documentation fixes in JavaDoc for Widget class. - Removed unimplemented method from OutboundMessageType. - Altered any remaining string concatenations to use StringBuilder. - Minor fix to standardize Heartbeat response's tag as a standard InboundMessageType enumeration. - Minor corrections to some logging calls. - Added timestamps to log calls. 1.0.0 - 05/17/2011 - Initial release version.