f6251e4256
* presets list does not scroll horizontally properly (due to the list_do_action() repeatedly timing out after 1 second) * when returning from the presets list to the main radio screen, the highlighted item in the list scrolls on main radio screen (if it's too wide for the screen, that is) * when adding a preset while in the presets list (with ACTION_FM_PRESET) the list is not updated with the new preset * when clearing presets (or deleting the last preset), the main screen still shows the same preset number * when deleting a preset, the current preset number doesn't change if it's past the end of the list (this is partially related to the previous issue) * the find_closest_preset() routine could be improved to actually find the closest frequency that is saved as a preset * inputting a preset name could be optimized in both time and space (especially in radio_add_preset()); also the length parameter to kbd_input() includes the null terminator, so I added one to those arguments git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19457 a1c6a512-1295-4272-9138-f99709370657 |
||
---|---|---|
.. | ||
albumart.c | ||
albumart.h | ||
bmp.c | ||
bmp.h | ||
icons.c | ||
icons.h | ||
keyboard.c | ||
pcm_record.c | ||
pcm_record.h | ||
peakmeter.c | ||
peakmeter.h | ||
radio.c | ||
radio.h | ||
recording.c | ||
recording.h | ||
resize.c | ||
resize.h |