summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2011-02-02Touchscreen: Fix minor redraw after entering the context menu.Thomas Martitz1-0/+3
2011-02-02Redo r29168. Use similar but existing mechanism in the action system which se...Thomas Martitz2-15/+6
2011-02-02Reduce excessive debug output during mp3 parsing.Thomas Martitz1-21/+21
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann10-23/+15
2011-02-02Find a more consistent and resilient way to handle SBR upsampled files. The d...Andree Buschmann3-10/+25
2011-02-02Recognize AAC-HE SBR with upsampling and correct duration, bitrate, seek and ...Andree Buschmann2-5/+51
2011-02-02Do not parse into 'ilst' atom if size is 0. Fixes playability issue in FS#11916.Andree Buschmann1-1/+2
2011-02-01Add a safety check in the resume seek code, just in case.Magnus Holmgren1-1/+1
2011-02-01We seeked one chunk too far when resuming m4a files.Andree Buschmann1-1/+2
2011-02-01Pitchscreen: Small fix for the right touchscreen button.Thomas Martitz1-2/+2
2011-01-31Rework m4a seek/resume code. Seek/resume does now also work properly with fil...Andree Buschmann2-81/+69
2011-01-31Fix resume for m4a files. Solves FS#9306.Andree Buschmann1-2/+2
2011-01-30Limit the size of each ID3 metadata item to avoid that the metadata buffer is...Andree Buschmann2-0/+8
2011-01-30Fix r29171 red. Forgot to replace a few.Michael Sevakis1-3/+3
2011-01-30Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis4-12/+15
2011-01-29Add widgets to android port.Antoine Cellerier1-1/+14
2011-01-29Touchscreen/lists: Hopefully fix glitchy behavior that happened after opening...Thomas Martitz1-1/+10
2011-01-29Ugh, remove debug output.Thomas Martitz1-1/+0
2011-01-29Improve sometimes glitchy touchscreen handling in the pitchscreen.Thomas Martitz1-7/+24
2011-01-29Fix yellowThomas Martitz2-1/+5
2011-01-29Fix oops in r29160 (apps went into games and vice versa).Thomas Martitz1-1/+1
2011-01-29Move fm radio related menus out of radio.c into apps/menus/.Thomas Martitz5-150/+156
2011-01-29Android: Change menu button to go always (and not only in the wps) to the mai...Thomas Martitz1-1/+2
2011-01-29Re-factor code for the plugins main menu item, enabling better icons in that ...Thomas Martitz3-40/+80
2011-01-29Fix SDL app buildThomas Martitz1-0/+1
2011-01-29Give the playlists main menu item a context menu (playlist settings).Thomas Martitz1-1/+2
2011-01-29Change the way how playlists and system menu items in the main menu are inter...Thomas Martitz4-16/+29
2011-01-29Some minor corrections for the czech translation.Mustapha Senhaji1-9/+9
2011-01-29Update the slovak translation.Mustapha Senhaji1-1/+46
2011-01-27Workaround the brokenness of realpath() a bit more.Thomas Martitz1-6/+14
2011-01-26Fix FS#11904, filename generation was lacking a slash.bootloader_gogearsa9200_v1Thomas Martitz1-1/+1
2011-01-25Remove WPS related variable which is read but not set or changed. Closes FS#1...Andree Buschmann2-3/+2
2011-01-25Pacbox: Fix assumption about LCD width of 128 implying the display needs vert...Michael Sevakis2-3/+11
2011-01-25Update the russian translation.Mustapha Senhaji1-1/+29
2011-01-25Update the chinese-simp translation.Mustapha Senhaji1-29/+29
2011-01-25MPEGPlayer: Account for drivers that pass pointers to their internal state va...Michael Sevakis1-6/+7
2011-01-24Move android notification display format logic to java code (no functional ch...Antoine Cellerier1-24/+12
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima37-68/+94
2011-01-24New option for the bar tags: 'backdrop, <label>' will draw another image und...Jonathan Gordon5-3/+40
2011-01-23Also update the two missing autoresume strings in the German translation.Marianne Arnold1-0/+28
2011-01-23Add german translation for LANG_FM_RSSI.Dominik Riebeling1-0/+17
2011-01-22Better boost calculation for multifrequency CPUs. Frequencies between minimum...Michael Sevakis1-3/+16
2011-01-22Declaration of 'pause' from robotfindskitten has conflicting types for 'pause...Thomas Martitz1-4/+4
2011-01-22i.MX31: Add a debug menu to play around with DVFS/DPTC settings for fun, test...Michael Sevakis1-0/+3
2011-01-22Declaration of 'pause' from chessclock is redeclared as different kind of sym...Thomas Martitz1-7/+7
2011-01-22revert personal change accidentally included in r29110Teruaki Kawashima1-1/+1
2011-01-22FS#11819: image viewer: use magick number in file to determine image type.Teruaki Kawashima3-15/+72
2011-01-21FS#11828: Fix in core mod parser to blindly accept any .mod you throw at it. ...Thomas Martitz1-10/+52
2011-01-21Get the Croatian language file to build. OverlookedRobert Menes1-0/+1
2011-01-20Fuze v2: Do button reading more efficiently by mapping button codes directly ...Michael Sevakis2-11/+17