summaryrefslogtreecommitdiff
path: root/apps/main.c
AgeCommit message (Expand)Author
2004-07-06Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing
2004-07-05Now handles an empty disk better. This solves bug report #984690.Linus Nielsen Feltzing
2004-06-19settings_load() is now split in RTC and HD part, so RTC settings get loaded e...Jörg Hohensohn
2004-05-21The USB monitoring started before the ATA thread, leading to badness when Roc...Linus Nielsen Feltzing
2004-03-25We now start monitoring USB earlier, and can enter USB mode from the debug pa...Linus Nielsen Feltzing
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn
2003-12-15kill an "unused variable" compiler warningDaniel Stenberg
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg
2003-12-03No more spinning disk while charging flashed FM+V2 (you need the new bootload...Jörg Hohensohn
2003-11-20Removed startup_io test codeBjörn Stenberg
2003-08-25Slightly more correct initialization of the power/charging codeLinus Nielsen Feltzing
2003-08-02Diagnostic code added, to find init problems (charging, etc.) when flashed: t...Jörg Hohensohn
2003-07-29no more startup-rolo of ajbrec.ajzJörg Hohensohn
2003-07-18call power_init() before the charging screen may open, thus before ata_init()...Jörg Hohensohn
2003-07-17A very basic charging screen, probably buggy, the pro's would make it much ni...Jörg Hohensohn
2003-07-03detect cold start (from flash) and look for archos.mod/ajbrec.ajzJörg Hohensohn
2003-05-17Fixed simulator core dump (forgot to call playlist_init)Linus Nielsen Feltzing
2003-05-17Moved the power_init() call to after the mpeg_init() call, this is supposed t...Linus Nielsen Feltzing
2003-05-14call tree_init(); in the simulator as well as otherwise we always getDaniel Stenberg
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing
2003-04-24Changed to runtime playlist initializationBjörn Stenberg
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg
2003-02-14Fixed simulator build errorLinus Nielsen Feltzing
2003-02-14Correct saving of channel config (patch by Remo Hofer)Linus Nielsen Feltzing
2003-01-13Moving the keyboard buffer empty routine to pure simulator code.Kjell Ericson
2003-01-10Starting the mpeg_thread for the simulator.Kjell Ericson
2002-10-28The player simulator now has it own font_init()-function. We shall therefor c...Kjell Ericson
2002-10-21Fonts are only for recorder.Kjell Ericson
2002-10-10Partition debug screen added, and jumped to when no fat32 partition is found ...Björn Stenberg
2002-10-09No longer loads /.rockbox/default.*. Only selected files.Björn Stenberg
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg
2002-09-25load ".rockbox/default.lng" at startupDaniel Stenberg
2002-09-20Fixed default font name misspelling. Again.Björn Stenberg
2002-09-20Fixed default font name misspelling.Björn Stenberg
2002-09-20New full ISO-8859-1 system font.Björn Stenberg
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg
2002-08-16reverted Felix Arends' mistakeDaniel Stenberg
2002-08-16windows makefile for firmwareFelix Arends
2002-08-14Added Balance settingLinus Nielsen Feltzing
2002-08-13Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg
2002-08-13Enabled saving settings to disk on playerBjörn Stenberg
2002-08-12Remote control support addedBjörn Stenberg
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg
2002-08-09Ignore partition types, just try to mount all partitionsBjörn Stenberg
2002-08-08Changed #ifdef from ARCHOS_RECORDER to HAVE_*Björn Stenberg
2002-08-06Added battery charger for the recorder and a power management debugger.Heikki Hannikainen
2002-08-06Removed powermgmt.hLinus Nielsen Feltzing
2002-08-06Now calls rtc_init()Linus Nielsen Feltzing
2002-07-28Removed the boot countLinus Nielsen Feltzing