Wednesday, October 21, 2009

Amsterdam Half-Marathon 2009

Hi All,

Nothing development related, but I just got back from a weekend in Amsterdam where I ran the Mizuno 2009 Half-marathon.

I have never been so exhausted in my life!

Had a great time doing it though.

Check out the video, I'm the guy in the bright green t-shirt and black shorts.



Thanks
Jamie

Friday, October 09, 2009

TouchComic 1.8

Hi All,

NOTE I HAVE MADE TWO VERY SMALL BUG FIXES AND REUPLOADED AS VERSION 1.81, IF YOU HAVE ALREADY DOWNLOADED 1.8 I SUGGEST YOU UPDATE TO 1.81

Sorry I didn't release this yesterday as planned, but I accidentally left all the source code at work :)

Anyway, 1.8 is now available for download here:

Mainly bug fixes in this version,

* HUGE Scrolling Bug fixed
* Bug when App not exiting properly if file browser canceled fixed.
* Changed magnifying glass to *possibly* use the send key on the i8910
* Magnifying glass stays on until switched off when activated using a hardware button.
* scrolling enabled within magnifying mode.
* option to disable on-screen buttons.

As before please donate if you enjoy the software.






but if you don't want to maybe you could at least click some of my google ads to help that way?

You can download it here:-

http://code.google.com/p/touchcomic/downloads/list

And don't forget to make sure you have the 1.9.7 run-times.

https://garage.maemo.org/frs/?group_id=854



Thanks

Thursday, October 08, 2009

PyS60 TXT2CBZ convertor...

Hi All,

I had a request to let TouchComic also read txt files. it's not something that TouchComic will probably ever do but in the mean time (just as a programming challange) I created TXT2CBZ,

This little PyS60 app lets you choose a txt file on your phone and will create a CBZ file from the contents.

Its not very fast and doesn't have any fancy options (although you can change them as much as you like in the source code)

its creates as many pages as required and zips them up into a CBZ

its only been tested on a n97 and I am sure I have missed a few bugs but thought some people may like to have a play anyway.

Download from here:

http://touchcomic.googlecode.com/files/txt_convertor.py

Cheers
Jamie

Thursday, October 01, 2009

touchcomic 1.7

Hi Everyone,

Its been a few weeks so I thought I'd update TC big time!

In this version I have removed the lock/unlock facility as now you can select seperate folders it means that the password function was no longer needed.

I have now added:

* Double buffering, to reduce image sheering
* improved kinetic scrolling algorithm
* on screen buttons to make navigation more intuitive
* removed double taps and gestures as these were not very reliable
* added translucency for buttons
* added hardware button capture for N97 (camera button, single press) this button can also be programmed in the settings to either enable the magnifying tool, or to skip to next page.
* changed color scheme for loading screen
* added different scaling quality options to improve page swapping times.
* config file is now version dependent
* additional keyboard shortcuts for N97 (up, down and Z key to use magnifying tool)
* toggle fit to width direct from menu as well as settings.
* a whole bunch of bug fixes including the autobookmarking not working and app hanging on exit.
* search option within file open dialog
* Show read/unread flag in file open dialog (optional)

for 5800/omniaHD users you can enable the magnifying by clicking the top/left of the screen (where the page numbers are if you have them enabled)

The N97 has a duel press camera button, of which Python can detect the first level press and so I have added this and made it programmable in the settings. I have tried to map the volume up and down keys as many people have requested but its just not possible in the current versions of python.

As you can see I have put a huge amount of work into this app, as such I'd like to ask any of the users of this to help me out a bit.

If you fancy donating some cash please to so here:






but if you don't want to maybe you could at least click some of my google ads to help that way?

Either way I hope you all enjoy this version of TouchComic

You can download it here:-

http://code.google.com/p/touchcomic/downloads/list

And don't forget to make sure you have the 1.9.7 run-times.

https://garage.maemo.org/frs/?group_id=854

Thanks
Jamie

Thursday, September 10, 2009

Python & Accelerometer tests...

Yesterday I was playing with Python and came up with two new "apps".

Both are pretty useless but I had fun creating them anyway and thought I'd share the results.

The first "App" is a simulated 3D (holographic type) view of a 2D image, using the accelerometer to determine rotation etc.



the second is a classic "Unlimited Bob" routine but this time controlled by the accelerometer instead of sine tables :)



the source code can be downloaded here LINK

Monday, September 07, 2009

TouchComic 1.6 Update

Hi All,

I decided to add some requested features into this this release.

The changes are:

1) "Kinetic scrolling"
2) Option to select drive AND FOLDER (comics can be stored on any drive AND FOLDER now)
3) Proper Icon instead of Python default (this wasn't requested)

To enable change one I had to remove the ability to "slide" pages, so to move to next or previous pages you should either double click to the left or right of the screen (5800/n97) or use the left or right keys (n97 only)

You can download it here:-

http://code.google.com/p/touchcomic/downloads/list

And don't forget to make sure you have the 1.9.7 run-times.

https://garage.maemo.org/frs/?group_id=854

This release *SHOULD* still work fine on 5800 but I haven't tested.

Thanks
Jamie

Sunday, August 23, 2009

Slayradio...

Hi All,

I'm still awaiting a S60 5th edition version of internet radio so in the mean time I decided to make a quick Slayradio player for my N97.

Slayradio is (IMHO) the best internet radio station EVER, playing a constant mix of the best C64 remixes.

Its still a very early version, it has little or no error checking, and you use at your own risk but...

If you want to use it you can.

Please note this was written in Python and so requires the latest runtimes, tested successfully on 1.9.7.

Click here to download



Cheers
Jamie