Monday, September 27, 2010

Saturday, September 18, 2010

NumConvert v1.1.0 Update

Here are the changes in the new update:

  • Added the octal number system to the list of base types and conversion types. Octal currently has an input limit of 14 digits.
  • Anchored the Clear, Clear Entry, and Convert button to the top right corner of the screen.
  • Extended the maximum value of decimal and hexadecimal inputs to 12 digits each.
  • When displaying binary values, text will be displayed in groups of four bits for easier readability.
  • Fix the way ads fit in with the whole layout. Ads are now fixed to be stationary at the bottom of the screen and the program fits in ScrollView.

Wednesday, September 15, 2010

NumConvert v1.0.3 Update

There are a few minor changes I made:
  • Lowered the width of the Convert button, C, and CE.
  • Increased the width of the Entry field and result field.
  • Increased the limit of binary input to 32 bits.
  • Increased the limit of decimal input to 11 digits.
  • Increased the limit of hex input to 10 digits.
I plan to add Octal as an option in the next update.

Thursday, September 2, 2010

NumConvert v1.0.2 Update

I did some more layout changes to support multiple screens sizes and dpi. Here are the changes:
  • Added small screens to the list of supported screens.
  • Disabled landscape orientation when rotating the screen or pulling out a slide keyboard.
  • Removed the application title from the top of the screen under the Notifications Bar.
  • Button width is now scaled with screen dpi. Input buttons now use up to total width of the screen.
  • Set the default Base Type to be binary and the default Convert To Type to be decimal. Binary keys have been enabled when the program loads.
  • Changed the way the program handles having the same Base Type and Convert To Type. If both types are the same, the program now displays the input value in the result box when Convert is clicked.
  • Added AdMob to the bottom of the screen

Wednesday, September 1, 2010

NumConvert v1.0.1 Update

There were a few minor fixes that I did for NumConvert.
  • Switched the CE and C functionality to be what it was intended to be. CE now clears the entry/entries and C removes the last input value for the Entry text.
  • Defined screen support and changed the minimum Android OS to be 1.6. Normal and large screens are currently the only two supported screens.