Posts Tagged ‘Android’

SqueezeCommander 0.9.3.1 released

Monday, January 25th, 2010

I’ve just uploaded SqueezeCommander 0.9.3.1 to the Android Market and to SlideME.org.

Version 0.9.3.1 is mostly a maintenance release that fixes some bugs found in version 0.9.3.

The download window will now show more infos about the current download (speed/ETA). Furthermore, you now have the option to configure the download path and filename format on your SD card for Music downloads from your server.

If you like SqueezeCommander, please give me a good rating.

If you find any bug/problem, please report it in the SqueezeCommander Tracker so that I can fix it ASAP.

If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )

SqueezeCommander 0.9.3 released

Thursday, January 21st, 2010

I’m happy to present you the brand-new release of SqueezeCommander.

This release fixes some known problems / crashes and also includes some nice new features.

It’s the first SqueezeCommander release that supports the new low resolution Android phones like the HTC Tattoo. Also, the support for high resolution phones (e.g. the Google Nexus One) is improved.

Starting with this release, you can use MyApps and the AppGallery with SqueezeCommander!
This allows the use of many more Apps than before, like e.g. Shoutcast, RadioIO, radio.de…

Besides the already implemented Lower-Volume-On-Calls feature, you can now also configure SqueezeCommander to pause the playback on incoming calls. :)

Have a lot of fun!

And remember:
If you find any bugs or want to request a new feature, please do this in the Tracker.

If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )

SqueezeCommander deserves its own domain :-)

Monday, October 26th, 2009

Since today, SqueezeCommander has its own domain:
http://www.squeezecommander.com

If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )

SqueezeCommander goes SlideME.org

Friday, October 23rd, 2009

qrcode_slidemeI got some requests from users who would like to buy SqueezeCommander, but Android Market does not offer paid apps in their country.

So, I’ve decided to put SqueezeCommander also on SlideME.org, an alternative to Android Market but with a wider range of supported countries.

You can find the app page on SlideME.org here: https://slideme.org/application/squeeze-commander

Or use the QR code.

Note: You need the free SAM app to download/buy apps from SlideME.org: https://slideme.org/sam2.apk

If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )

SqueezeCommander 0.9.2 released

Monday, October 19th, 2009

I’m happy to present you SqueezeCommander 0.9.2.

It is now available in Android Market.

This new version includes several new features and many bug fixes.

It includes support for playlists, favorites and apps.
You can now play/rename/delete playlists and favorites, but not yet save/edit playlists or add new favorites.

The connection to MySqueezeBox.com or your local SqueezeBoxServer should be more reliable now.

(more…)

If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )

SqueezeCommander 0.9.1 released

Saturday, October 10th, 2009

I’m happy to present you SqueezeCommander 0.9.1.

It is now available in Android Market.

This is a bug fix release.

Issues fixed:

  • SqCmdr may crash with OutOfMemory when loading Artwork under certain circumstances (See #5)
  • Android 1.6 only: SqCmdr will crash when changing the Music Source of a player (See #10)
  • SqCmdr uses the wrong cache directory on SD card (See #12)
  • You may (optionally) add your email to CrashReports (See #11)

You may see details of these issues in the Bug Tracker.

Have a lot of fun!

If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )

Sending mails on HTC Hero

Thursday, October 8th, 2009

I wanted to create an automatically crash report feedback in SqueezeCommander.

I thought, the easiest solution would be to send the reports by mail, so the user can also see all informations that will be reported to me and choose if he wants to send or discard the report.

Normally, it should be possible to send emails from within an application by creating an intent Intent.ACTION_SEND with extra parameters.

Intent sendIntent = new Intent(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "email text");
sendIntent.putExtra(Intent.EXTRA_SUBJECT, "Subject");
sendIntent.putExtra(Intent.EXTRA_EMAIL, new String[] {"email@address.com"});
sendIntent.setType("message/rfc822");
startActivity(Intent.createChooser(sendIntent, "Title:"));

Unfortunately, this does not work on my HTC Hero. ;-(
(more…)

If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )

SqueezeCommander 0.9 released

Wednesday, October 7th, 2009

QRCode for SqueezeCommanderA new star is born

Today, I’m happy to present you the first release of SqueezeCommander!

SqueezeCommander is the perfect app to remote control SqueezeBoxes / SqueezeBoxServers (formerly SqueezeCenter (formerly SlimServer)) :-) from your Android mobile phone!

It is now available in the Android Market. Get there quickly because for the first days you’ll get a special discount price! :-)

Key Features

For more informations visit the SqueezeCommander Announcement.

If you have any problems with SqueezeCommander or you want to request a new feature, please use the SqueezeCommander Bug Tracker.

Have a lot of fun!

If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )