Thursday, February 17, 2011

NumConvert 1.2.0

This update is a decent update. I changed a lot of things. Here's the long list:

  • Removed Convert button
  • Removed CE button
  • Added long press functionality to Clear button
    • Clear button long press now removes text entries
  • Each time a value is added to the text, the conversion is updated
  • All numbers are formatted according to value type
    • Binary:     Values are grouped into 4 bits
    • Octal:      Values are grouped into 3 digits or 9 bits (e.g. 13672 = 13 672)
    • Decimal:    Commas are automatically instered every 10^3 digits (e.g. 10000=10,000)
    •  Hex:        Values are grouped into 4 digits or 16 bits
  • Numbers are automatically converted when 'Base Number Type:' 'Convert To:' type is changed in the respective fields
  • Inputs of length 0 show as "" in text fields
  • Various algorithm optimizations
  • New Icon!

No comments:

Post a Comment