Since today, SqueezeCommander has its own domain:
http://www.squeezecommander.com
Archive for the ‘Android’ Category
SqueezeCommander deserves its own domain :-)
Monday, October 26th, 2009SqueezeCommander goes SlideME.org
Friday, October 23rd, 2009
I 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, 2009I’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.
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, 2009I’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, 2009I 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…)
SqueezeCommander 0.9 released
Wednesday, October 7th, 2009
A 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
- Automatic Server Discovery
- Support for password protected SqueezeBoxServers
- Now Playing screen with Artwork
- Fast incremental library browse
- Fast library search
- Music download to SD card
- Internet radio browse
- Multi-Player and Multi-Server support
- MySqueezeBox.com support
- Active development
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 ;-) )
