All Projects

IDProjectTask TypeCategorySeveritySummaryOpened
12283RockboxBugsOperating System/DriversLowAndroid: yesno popup causes freeze on some situation2011-09-17 Task Description

1. tested devices: Samsung Galaxy Tab 7" and Android 2.3.3 AVD
2. tested revision: custom r30556 and rasher's unmodified r30562

3. condition: goto home screen by pressing 'Home button', then return to rockbox

4. symptom : any action that calls yesno screen(rename, delete, or 'Erase dynamic playlist', etc) will make rockbox unresponsible.
The only thing I can do is go to home screen then kill rockbox service.

5. If I go to home screen from main menu by 'Back button', the problem doesn't occur.

9043RockboxPatchesUser InterfaceLowslim down 'open with..' list2008-05-2723 Task Description

Obviously there is no one who wants to open a mp3 file with text viewer. With this patch applied, ‘Open With..’ only shows plugins that are associated in ‘viewers.config’. To see a full list of viewers plugin, just set the ‘Show Files’ option to ‘All’ and try again.

Some builtin filetypes are text file, so I added them into ‘viewers.config’ for the accessibility.

 8423 RockboxPatchesDatabaseLow Fixes two database problem 2008-01-0711 Task Description

I’ve noticed that tag cache system does not work properly on a certain situation, since r15955. (X5 player and sim, ‘load to ram’,’auto update’, and ‘dircache’ enabled)

1. deleted file’s tag entry continues to show up even when that tags are no longer in use in database:
deeply looked into logf, and diff between 15954 and 15955, I finally concluded that necessary codes are removed by accident.
FLAG_DELETED is not saved to masterfd, so the value of in_use[tag] is always minimum 1, not 0.
This situation may causes FS8414(duplicated entries).

2. Whenever I modified a metadata(and do not rename it), Rockbox results in crash(FS8384):
due to newly added ‘Resurrection’ code, we have to refference old tag_seek, i guess.

I’m not sure if it’s right solution, but worked as expected by now, including ‘Preserve Runtime Statistics’.

8396RockboxPatchesMusic playbackLownext_dir within playlist2008-01-03168 Task Description

This patch is inspired by FS7571.

Currently we can move to next/prev directory with <short left/right + long left/right>. This patch changes two part of this functionality:

1. If <Auto-Change Directory> is not enabled, move to first track of current/next directory only within the playlist.
So you can maintain dynamic playlist. This was very annoying problem for me.

2. do not wait till <long left/right> is released.

So ffwd or rewind will not be performed at new track.
 8322 RockboxPatchesUser InterfaceLow Remain in PLViewer when move_track is canceled 2007-12-141 Task Description

when playlist move_track is canceled, just cancel THE move, instead of going back to WPS.
i think this behavior is more suitable.

 8321 RockboxPatchesPlaylistsLow Fix bug when playing last track 2007-12-1432 Task Description

when playlist is long enough, and when you’re playing last track of the playlist, “view current playlist” will not show the last item propperly.
so fix this, by drawing set_title prior to select_item.
any other parts using list.h does not have this bug, i think.

Showing tasks 1 - 6 of 6 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing