Monday, September 10, 2007

I've Moved!

It was a quick but eventful run with Blogger...but now I'm out on my own:-)


Check out my new blog

Tuesday, September 4, 2007

rSBT v0.2.1 Released and HOT

I have made big changes to rSBT (the app that allows you to reorder the icons on your springboard, and summerboard if you have it).

Check out this video:



-Spicy

Monday, September 3, 2007

Whew...busy night.

Last night was very busy. Mostly due to the new release of SummerBoard... a revolutionary new iphone mod that enables a seemless scrolling springboard.

In the flurry I was able to get put together a version of rSBT that works nicely with SummerBoard. I have added a Third Party section... this section is for the "second page" of summerboard and beyond.

Latest version is 0.1.8. For screenshots and more info:

http://rsbt.googlecode.com

-Spicy

Thursday, August 30, 2007

rSBT v0.1.1 Released

I have addressed a lot of criticisms in this latest release and the app is really coming along (IMO). In this latest version I have removed the dependency on Ericas Utitlies and also on the BSD Subsystem.

In case you want to know how to restart the SpringBoard from the command line (after you ssh'ed in)

launchctl stop com.apple.SpringBoard

There you go.

I'm working on making the list drag n drop sortable now. It seems like its a feature built into the UIKit. Of course I'm testing in the Sandbox and will release well documented code of all of my successes (and also my failures).

As always you can get the latest version below or in Installer.

http://code.google.com/p/rsbt/

Wednesday, August 29, 2007

rSBT v0.0.4.1 Released

I know what you're thinking. What is going one with these version numbers. Well, I don't want to use double digits in any one column, for one. And I just made a real stupid mistake and released 0.0.4 with an incorrectly named icon.png file.

So I had to rename the file and re-release it as 0.0.4.1. Whatever, it's just a name. And what's behind that name is some exciting new features for rSBT. You can now set exactly how many icons you want on your iphone dock and springboard. This will eliminate those nastly "gone missing" apps that the previous version seemed to love to do.

Here are some screenshots of the new enhanced interface.



You can download the latest version at:

http://rsbt.googlecode.com

or you can download the previous (0.0.4) version (with a broken icon) with the Installer.app. I am sure the very diligent Ste at sxmy will have it fixed in the morning :-).

Tuesday, August 28, 2007

rSBT v0.0.3 Released

I have been getting lots of great responses concerning this app, but also a lot of bug reports. This version first and foremost addresses those bugs. This latest version also has some nice cosmetic changes and increased capabilities. Namely that you can control exactly what icons appear on your springboard, dock, and which one's are hidden.

Next up is to add a preferences pane where the user can set how many icons are in the dock and springboard. (Right now you are stuck with what you got).

UISectionList Working Script

I have added to the Sandbox a working version of the UISectionList. Here is a screenshot of my test.




As you can see in the screenshot I also got what's called a Segmented Control started. It doesn't do anything, yet. Special thanks to this site for some guidance:

http://pastie.textmate.org/91844

The new version of Sandbox will be going up shortly.

-Spicy