SilverBug gets an update (to v1.2.1)

SilverBug received a maintaince update today. No new features, but many improvements, including:

  • updated mintage figures for some of the coins (those where new data was available, mostly Perth Mint coins)
  • fixed adding of coins to collection (this bug made ‘My collection’ pretty useless for some users)
  • fixed some lesser bugs
  • added full support for landscape orientation
  • tweaked UI for various screen sizes, including tablets

So those of you who use tablets will appreciate landscape mode and a lot of other tweaks to the looks of SilverBug. Mostly bigger text and icons. Some examples.

SilverBug UI tweaks: new tabs

SilverBug UI tweaks: new tabs

SilverBug UI tweaks: Add coin dialog

SilverBug UI tweaks: Add coin dialog

If nothing ugly pop ups, the next update will bring some extra content and possibly new features.

Posted in SilverBug | Leave a comment

Improving fractal’s quality

I have been playing with Fractal Explorer code recently. Got a lot of ideas for improvements, one of them being a high quality render mode that utilizes antialiasing. I’ve experimented with some methods and the results so far are pretty good. Take a look:

Fractal Explorer antialiasing

Fractal Explorer: with and without antialiasing

Now, you might not notice the improvements immidiately, so I prepared some close up shots as well.

Fractal Explorer antialiasing close up 1

Fractal Explorer antialiasing close up 2

You can clearly see that this technique results in smoother edges and reduces the effect of “stand out” pixels. The downside? Performance. With antialiasing enabled it takes about 4-5 times longer to render than normal quality mode.

The performance hit is big, so this will probably not be used that often for exploring the fractal. However, this will be very useful for rendering wallpapers, you probably want it to be the best quality posible.

I’ll try posting more often on development progress. Lots of ideas, lots of work to do, but not so much time :)

Posted in Development News, Fractal Explorer | Leave a comment

Fractal Explorer v1.0.3 bugfix update

I finally got my hands on a Gingerbread powered device and was able to fix very annoying “invisible UI” bug in Fractal Explorer. I also made some minor UI tweaks, but nothing to call home about. This update is already available through Android Market and will soon appear on alternative markets.

BTW, newest version of SilverBug is now available through alternative markets.

Posted in Fractal Explorer | Leave a comment

SilverBug updated to v1.2.0

I released new version of SilverBug to Android Market on Sunday. The main change is the ability to define your own custom coins and add them to your collection. You can add both fine silver (bullion coins, bars, rounds) and junk silver (Morgan dollars or any other silver circulating coin, but also silverware if you so desire).

Unfortunately, users of alternative markets will have to wait a bit longer for this update, I’m currently swamped, hence the late post, no screens and no update for alternative markets. I hope to have it done on weekend in worst case scenario.

Posted in SilverBug | Leave a comment

SilverBug updated to v1.1.0

SilverBug has been updated last week with some new features and fixes, which include:

  • fixes and improvements in ‘My Collection’ and ‘Edit Collection’ screens
  • fixed typos
  • added an icon on coin info screen, on the right side of coin specs section, so it suggests to the user that this area is clickable; here’s how it looks now:

    SilverBug: Coin info screen

    'More' icon on coin info screen

  • added mintage figures data accessible on coin info screen:

    Mintage figures table on coin info screen

Hope you enjoy this update :)

Posted in SilverBug | Leave a comment

SilverBug released

I’m happy to announce the release of my newest Android application, SilverBug.

SilverBug is an offering for those who are interested in holding physical silver. One of the most popular and affordable ways is to hold silver bullion coins. And this is where SilverBug comes in. It contains detailed information on 10 most popular bullion coins, including specs and high quality photos. It can also help you with keeping track of your collection. And it keeps you up to date with current price of silver (last LBMA silver price fixing, to be precise) and lets you see price history with simple to use charts.

SilverBug: Coin viewer screenshot

SilverBug coin viewer showing Australian Kookaburra in it's full glory

More information on SilverBug can be found here. And here’s a QR code for easy downloading with your Android phone.

Posted in SilverBug | Leave a comment

Laser Level hotfix update

Thank got I decided to implement error reporting using ACRA. Thanks to this I discovered that there’s a lot of crash reports coming in from devices running older versions of Android. Looks like I was so focused on fixing the camera problem, that I didn’t notice that I have broken compatibility with pre 2.0 Android versions.

The problem is fixed with update to 1.3.1, which should appear in Android Market any moment now.

Posted in Laser Level | Leave a comment

Laser Level v1.3 released

An update to Laser Level has just been released. This is mostly another attempt to fix the camera related issues many of you reported. This was a real headache for me, because none of the devices I have access to have this problem.

I would like to use this opportunity to thank Karim, one of the users of Laser Level, who offered his time and helped me with testing this update on his phone. Without his help, this would probably end up as a blind fix update like the ones before (which didn’t work as expected). With Karim’s help I knew I was changing the right stuff.

And to all the people who reported problems to me. Thank you for your feedback. I hope this update will fix the problems you had and you’ll give Laser Level another chance.

Summary of changes in this version:

  • Autofocus support – there’s now an extra button that will let you use autofocus if your camera supports it.
  • Crash reporting – added crash reporting using ACRA library, which works on all Android versions. You can enable/disable it in the settings.
  • Reworked camera code – a lot of changes in the guts of the application. Hopefully this will fix the problems with the camera

And here’s QR code for Laser Level.Android Market QR code for Laser Level

Posted in Laser Level | Leave a comment

Bugfix update to Laser Level (v1.2.1)

The last update was supposed to address the problems some users had with camera preview (mostly on Motorola Defy), but that apparently did not work. So today, new version is released in a desperate try to solve this issue :)

With this version, Laser Level will ask the camera what preview resolutions it supports and will choose one from the list it gets. So if my guess is right, then this should fix the problem. But if my guess is wrong, then I’m out of ideas and this issue will be left unsolved.

Also, I noticed two potential crash bugs and fixed those.

Posted in Laser Level | Leave a comment

Laser Level v1.2 released

I’m happy to announce an update to Laser Level. This one was actually supposed to be released last week as a Christmas present. Unfortunately, I got sick and instead of working on this update I spent that time bedridden. But now it’s ready and out.

So, what changes does it bring?

  • Raw data display – for those curious what data comes from the sensors, it shows you raw data right on the screen. Accessible from Settings menu.
  • Sensor data filtering settings – it is now possible for you to specify how much filtering should be applied to sensor data. This can help control shakiness of level line at the cost of increased lag. The right setting depends on the phone you use, so experiment to find the one that works the best for you.
  • Installation to SD card – for Froyo and newer Android versions
  • Fixed level line going crazy in certain circumstances – this was actually a very stupid bug that I didn’t notice earlier. This was probably the reason many people bashed Laser Level as crappy :)
  • Reworked camera initialization code – I got some word from users of crashes related to camera initialization as well as some error reports through Android Market crash reporting tool. I hope this will fix problems that some users had. I really can’t say if this changes anything, as I could not get the app crash on any of my devices, so those are ‘blind’ fixes. But hey, I had a look at how system Camera application handles that, so it should be OK. If you experience any problems, let me know.

And here’s QR code for Laser Level.

Android Market QR code for Laser Level

Posted in Laser Level | Leave a comment