Kutil Changelog

Version 1.0.3 (2009-02-10)

  • NumberUtil can now manage long integer type
  • Rewrite the Encoder.encode64(...) and Encoder.decode64(...) methods those methods aren't compatible with previous 1.0.2 definitions
  • FrameHandler.removeAllFrames() new remove frames from top to bottom

Version 1.0.2 (2008-10-01)

  • Bug fix : avoid a linkedListEnumaration.getLength() bug

  • Add synchronize code to Worker

  • Add synchronize code to FrameHandler
  • Add ImageManager.instance.releaseAll() method to release all cached images
  • Add WorkerErrorListener class to be able to listen WorkerTask errors.

  • Secure remove frame process in FrameHandler

Version 1.0.1 (2008-07-25)

  • Add new LinkedList inner class : LinkedListEnumeration for LinkedList enumeration
  • Add a new LinkedList.toArray() method
  • Add a new ImageManager to manage image resources

  • Change the Frame.onMessage(String name, Object[] arguments) signature to Frame.onMessage(Object identifier, Object[] arguments)

Version 1.0.0 (2008-05-27)

  • Add a static StringUtil class

Version 1.0.0RC1 (2008-04-25)

  • Kutil is now released under LGPL
  • Worker task list is now keped while invoking Worker.instance.stop(). Use Worker.instance.removeAllTasks() to clean the worker task list.
  • Worker frame duration attend to be more stable
  • org.kalmeo.util.FPUtil was removed and replaced by org.kalmeo.util.MathFP class

Version 0.9.1 (2008-04-11)

  • Kutil is now released under GPL
  • Add int and short to/from bytes array converter metod in org.kalmeo.util.NumberUtil

Version 0.9 (2008-03-12)

  • First public release