Friday, October 29, 2010

NumConvert v1.1.3

Sorry that it has been so long since an update has been put out. Anyway...

I did a few minor changes:

  • Decreased the font size of the entry field labels
  • Fixed the way 32 bits of binary is displayed with binary in the entry field and result field. 32 bits of binary will now correctly display 2 lines of 16 bits.
  • Changed to default theme to be Black with No Title Bar
On another note, I will be releasing a Binary Calculator here soon. I have a few things left to implement like parentheses handling and menu options.

Tuesday, October 5, 2010

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.

Monday, August 30, 2010

NumConvert v1.0 Released!

Today I have released my first Android program to the Android Market, NumConvert. It isn't a fancy program but it is an accomplishment for me nonetheless. This is the first program that I've done outside my coursework for fun.

My program is a free app that converts numbers between binary, decimal, and hexadecimal. With future releases, I plan to add IEEE single precision and IEEE double precision. Also, I will and a $.99 pro version that will be able to arithmetic for binary, decimal, and hexadecimal.

Please tell me what you think of my app and any features you might what to see in future releases!