Samstag, 28. November 2009

Experimental Maemo 5 UI: Alternative Portrait Mode

The usual way to do rotation to portrait mode in Maemo 5 is to set special flags on a window and let the window manager rotate our window and relayout after the switch. It's not as fast as it could be, and task switching (even between two portrait mode apps) is only possible by switching to landscape mode. Apart from that, things like the system menu don't work in portrait mode.

For some applications, an alternative could be to stay in landscape mode and simply rotate widgets without the window manager even knowing...

It's probably best described in a short demo video of how a simple media player could look like (sorry for the sloppy video, forgot my digital camera, so the webcam had to act as a replacement) - have a look, and tell me what you think. (For comparison, have a look at the older Panucci rotation video that uses the "normal" way of going into and leaving portrait mode.)

Dienstag, 24. November 2009

Experimental Maemo 5 UI: gPodder Episode Actions

With the Long Weekend just a little more than one week away, I though about doing some experiments with gPodder's UI. Some users want a quicker way to play/download/delete episodes instead of opening the shownotes window and using its application menu. Here's one approach I tried out today (I know the icons are pixellated and ugly - please consider them as placeholders):

The idea is that you click on an episode, and instead of opening the shownotes view, you get this selection screen where you can choose to play/download/delete the episode or view the shownotes. Of course there have to be some fancy animations, because that's what all the cool kids do today. Just watch the video on YouTube and tell me what you think in the comments here (especially in terms of non-standard UI and annying animations - seriously ;).

In unrelated news, headphoned 1.4 for N800/N810 has been released and pushed to Maemo Extras with support for Panucci and MPlayer for all your "public transport situation" avoidance needs.

Freitag, 13. November 2009

Search-as-you-type in gPodder and a tag cloud

The uni semester is in full swing again, so development has slowed down a bit again compared to September. At least we are able to work on the my.gpodder.org webservice as a project in one of the courses (so expect some new development there soon). Anyway, here are some thing I've been working on recently:

gPodder has gained search-as-you-type filtering for both the podcast list and the episodes list. This allows you to make good use of the hardware keyboard, and text searches temporarily override the current view mode (e.g. only podcasts with unplayed epiosdes or hide deleted episodes), so you will always find the podcast or episode you are searching for (independent of the current view mode). This will obviously also be available for Maemo 4:

In non-gPodder news, I have been working on a tag cloud widget. It will allow developers to provide a set of tags and a weight for each one, and the tag cloud will display something like this:

The tags displayed act as buttons and can be used as an alternative to long lists of items (depending on the kind of data that is to be displayed and selected). This tag cloud might come in handy in a future project..

Mittwoch, 21. Oktober 2009

Panucci - Portrait mode Media Player for the N900

You probably know Panucci from your N8x0 where it allows you to playback, resume and bookmark audiobooks and podcasts. Some users seem to use it as a normal audio media player, too, although the primary design goal is to support resuming for long audio tracks.

Just today I asked on maemo-developers how to get GStreamer's playbin to work on Maemo 5 when several people (thanks, guys!) pointed out that playbin2 should be used.

After that, a new package was only some UI fixing and merging of the rotation code from gPodder away. While you are eagerly waiting for the autobuilder to put Panucci into Extras-Devel, here's a short video of it in action:

Please test Panucci when it finally appears in Extras-Testing and give some feedback! And thank you to all of you who were kind enough to take the time to review the new gPodder version - it has made its way into Extras today! :) Guess the next version should allow Panucci to be selected as audio player in the preferences dialog, then.. ;)

Important: Due to the way optification works, upgrading from older versions of might break the package (application does not load). To fix this, simply uninstall and re-install the package. Both Panucci and gPodder are affected by this if you have installed an older version.

Mittwoch, 14. Oktober 2009

New gPodder version with automatic downloading

Thanks for all your comments on talk.m.o, Flickr and bugs.m.o and directly at the Summit. The result is a shiny new release with improved UX and automatic feed updating/downloading.

The new version is currently in Extras-Devel (promoted to -Testing, waiting for someone to confirm the promotion). Please take the time to review the new release and rate/comment it on gPodder's maemo.org/packages page.

One thing that did not make it into this release: Direct play/download/delete buttons in the episode shownotes window. I'm thinking of just popping up a list of actions when a episode is clicked and make "display shownotes" one of these actions. What do you think?

Please report bugs, discuss and rate the package. See the complete set of screenshots on Flickr.

Samstag, 3. Oktober 2009

RSS Feed Handler 2.0

We have been talking about browser integration for all RSS-based apps before, and the initial standalone adaption of Canola's feedhandler (in canola-tuning) was nice, but it was written in Python and therefore startup time was not as fast as it could get (startup time is important for the feed handler, which usually only runs for some seconds, and to the user does not look as if it is a separate application, but rather a "feature" of the browser).

If you need the performance of applications written in C combined with the comfort of higher-level languages, use Vala :) That's what I have done, and feedparser 2.0 is the feedparser re-implemented in Vala.

Done so far: Reported a Vala D-Bus bug (thanks to Jürg Billeter for fixing this very quickly), registered a garage project, committed some source code, created a package (in Extras-Devel) and created a product page on Maemo.org Downloads.

As you can see, the UI still needs much love, but at least the infrastructure and feed handling is there for Diablo and Fremantle already, and some initial links to applications are there, too (shameless plug for gPodder, which has arrived in Fremantle Extras this week - yay!).

Plans for the next release:

  • Add a mechanism to register and display other RSS-based apps (the current list is hardcoded)
  • Contact authors of RSS readers and ask them to add feedhandler support to their apps
  • Add more web-based services (tell me the ones you would like to see)
  • Wait for Fremantle Widgets support in Vala (Philipp Zabel is working on this)
  • Fremantleize and Diabloize the UI
  • Integration with other browsers (Tear?)

Feel free to try out the "Feed Handler" from Extras-Devel and send some feedback.

Mittwoch, 23. September 2009

gPodder 2.0 for Maemo 5 is here

This release brings the Fremantle version up to the current upstream release (and all Fremantle-specific tweaks are now integrated upstream). gPodder 2.0 has been released last week, and the new package version includes all changes necessary to make gPodder look good on Maemo 5. Based on your feedback, the next version of gPodder will support Maemo 5 at the same day at the release for other environments (Linux, Maemo 4 and Windows).

Don't forget to send some feedback after you've tried it out:

Go get it from Extras-Devel and (hopefully soon) Extras-Testing! Be sure to read the upgrade instructions if you have used an earlier version of gPodder for Maemo 5 before, so you don't run into problems.

Some highlights of the new release compared to the old releases:

  • Automatic screen rotation (Portrait mode)
  • YouTube user channels (try for example NokiaConversations or Rocketboom)
  • Filters in the AppMenu (podcast/episode list)
  • Visiting URLs (should open in web browser)
  • Opening audio and video files (should open in media player)