19.03.12

Heroclix Rules v.2.9.5

New version out! Updated is to the latest players guide. Hopefully I got it all.

4.01.12

Happy New Year!

Happy New Year every reader! For 2012 I’m probably not going to have that much time to work on Android, but I’ll keep you all updated when I do. As for the two Heroclix apps, I will keep updating Heroclix Rules with new rules (when they are released) and I’ll try to work out the bugs in the Heroclix Tournament Pairing app.

My thrid project is an Android game(!) called “Space Settlers”. Will write more about this little game later when I have some images.

1.12.11

Android CountDownTimer

To continue my sharing of code, I’m putting out the timer I use in my Tournament application for other to either learn or use. So enjoy. It’s even been commented! Can you ask for much more?

Read the rest of this entry »

| Posted in Free code | No Comments »
30.11.11

A little chess timer

I’ve started playing BattleChess with a friend of mine, and to speed up the rounds we’ve been playing something we like to call speed-chess. As none of us is any pro in chess we didn’t have any chess clock and the ones we found on internet didn’t meet our needs. Guess we’re doing it wrong? So I ended up making a little application to solve our problem. As my friend is a OpenSource geek I’m posting the code here, free for all to check out! Enjoy. Click here, or scan this little image to download the application to your Android phone.

EDIT: 30/11/11 – 23:59: Updated the code!

Read the rest of this entry »

| Posted in Free code | No Comments »
23.10.11

Heroclix Rules v2.9.1

Found out after I had shipped the update that Android pre 2.3 can’t handle loading of lists with more then 512 elements. So needed to split the uncarded figures keyword list up into smaller parts and then add them one at a time. So now it works! Luckily not a bigger problem.

22.10.11

Heroclix Rules v2.9

Updated to latest player guide.
Also made it possible to search for the uncarded figures keywords.
Also some minor design updates.

17.10.11

HCT v0.7 is now out!

Finally a new update people! V. 0.7 is now out! There should be no bugs or problems regarding bye, adding players, and removing players! So test it out! There is also added a timer, which will notify with vibration and a sound (using your default one) after half the time you type in has past, and when it’s five minutes left. Click to start it, pause by clicking it again, and if you need to restart, just long click it! Enjoy!

9.10.11

Fixed dropping players

I’ve finally got time to redo the whole app and I’ve solved the problem with dropping more then one players. So just have some small things to do before I can release a new working version out.

1.10.11

Finally a new update! Worked all night to solve the dropping players problem. Was a big hassle, but I did it (sadly only one can drop, as I too tired to fix the minor problem when you remove several).

Problem with deleting rows before you start a tournament and then force close when you start the tournament.
You can now scoll down if the tournament screen fills up.
No more force close if there are more than nine players or less than six players.
One person can drop from the tournament. Next update will let more people drop.
Fixed the problems with adding players under the tournament.

28.09.11

HCT bug!

Found another kinda big bug! The app will crash if you add more then ten players to it, but it will only crash when you hit “finish” and the app tries to sort out who won. Guess it’s hard to choose a winner. I’ll work on it, and hopefully I’ll find a fix for it quick. Sorry for the inconvenience.