summaryrefslogtreecommitdiff
path: root/apps/main.c (follow)
Commit message (Expand)AuthorAge
...
* Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.Linus Nielsen Feltzing2006-07-21
* Patch #5639 by Ulrich Pegelow, inits the M5636 USBOTG chip on the X5 to reduc...Linus Nielsen Feltzing2006-07-13
* H300: Rudimentary driver for the ISP1362 USB on-the-go controller. For now it...Jens Arnold2006-06-16
* Enable interrupts before lcd_init(), as that uses sleep() on some targets.Jens Arnold2006-06-08
* Work-in-progress rework of charging status reading & display: * Changed sever...Jens Arnold2006-06-06
* fix yellow buildsPeter D'Hoye2006-05-28
* Init dircache after applying settings and use a splash. Possible preventMiika Pekkarinen2006-05-27
* (1) Tagcache commit message now uses splash on bitmap displays: * Uses user f...Jens Arnold2006-05-24
* Init voice before audio because audio needs to know the voice buffer size. Se...Peter D'Hoye2006-05-01
* Use sysfont for the "committing tagcache" message.Miika Pekkarinen2006-04-13
* Show progress while committing tagcache.Miika Pekkarinen2006-04-12
* Initial support for the advanced conditional fully configurable tagcacheMiika Pekkarinen2006-04-04
* Removed some debug codeLinus Nielsen Feltzing2006-03-28
* Audio support for iAudio X5Linus Nielsen Feltzing2006-03-28
* Fixed the yellow builds.Miika Pekkarinen2006-03-26
* Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen2006-03-26
* iPod: Reset the settings if the hold button is turned on before Rockbox startsDave Chapman2006-02-24
* iriver: Init audio on background.Miika Pekkarinen2006-01-27
* Patch #1382969 by Peter D'Hoye - recording for H300Linus Nielsen Feltzing2005-12-17
* Now define SETTINGS_RESET if we have a button to reset settings duringMiika Pekkarinen2005-12-07
* Oops, tagcache calls was not supposed to be in the previous commit.Miika Pekkarinen2005-12-07
* Holding record button immediately after rockbox bootloader, causesMiika Pekkarinen2005-12-07
* USB support for H300Linus Nielsen Feltzing2005-12-06
* Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman2005-12-04
* Split the HAVE_RTC define into HAVE_RTC, HAVE_RTC_RAM and CONFIG_RTC - in pre...Dave Chapman2005-12-04
* I2C init for H300Linus Nielsen Feltzing2005-11-27
* Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Chargi...Jens Arnold2005-11-21
* Fixed crash with early USB. The USB screen already uses some of the new GUI c...Jens Arnold2005-11-21
* Applied Stephan Wezel's patch for the new wps %wd/%we tags (disable/enable st...Kevin Ferrare2005-11-20
* User now receives a message if initial directory cache initializationMiika Pekkarinen2005-11-19
* Moved the power_init() call to main(), removed unfinished inits for the H300Linus Nielsen Feltzing2005-11-18
* Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough2005-11-17
* iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy2005-11-12
* That was *not* supposed to be committed :-)Linus Nielsen Feltzing2005-11-08
* Removed a redundant commentLinus Nielsen Feltzing2005-11-08
* iriver: audio_init really needs to be called after playlist and tree init; de...Magnus Holmgren2005-10-16
* Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen2005-10-07
* Patch #1272052 by Henrik Backe - Move credits to a pluginLinus Nielsen Feltzing2005-09-02
* Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold2005-08-29
* Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen2005-08-20
* Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen2005-07-21
* make pcmbuf_init() an empty macro on targets with HW codecDaniel Stenberg2005-07-14
* Call pcmbuf_init() on simulator too.Miika Pekkarinen2005-07-14
* Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen2005-07-13
* Fixed a long-standing bug in the charging screen. The charging screen froze w...Jens Arnold2005-07-11
* Wrong iriver model checkLinus Nielsen Feltzing2005-07-09
* Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in...Jens Arnold2005-07-07
* moved rundb_init back to main, it has to be inited after audio_init, also, it...Michiel Van Der Kolk2005-07-04
* New option to enable/disable the runtime database. Moved the runtimedb init t...Jens Arnold2005-07-02
* Fixed a warning.Michiel Van Der Kolk2005-07-01