summaryrefslogtreecommitdiff
path: root/apps/main.c (follow)
Commit message (Expand)AuthorAge
* call power_init() before the charging screen may open, thus before ata_init()...Jörg Hohensohn2003-07-18
* A very basic charging screen, probably buggy, the pro's would make it much ni...Jörg Hohensohn2003-07-17
* detect cold start (from flash) and look for archos.mod/ajbrec.ajzJörg Hohensohn2003-07-03
* Fixed simulator core dump (forgot to call playlist_init)Linus Nielsen Feltzing2003-05-17
* Moved the power_init() call to after the mpeg_init() call, this is supposed t...Linus Nielsen Feltzing2003-05-17
* call tree_init(); in the simulator as well as otherwise we always getDaniel Stenberg2003-05-14
* Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing2003-05-09
* Changed to runtime playlist initializationBjörn Stenberg2003-04-24
* The power-saving SLEEP patch by Simon Elén.Björn Stenberg2003-02-14
* Fixed simulator build errorLinus Nielsen Feltzing2003-02-14
* Correct saving of channel config (patch by Remo Hofer)Linus Nielsen Feltzing2003-02-14
* Moving the keyboard buffer empty routine to pure simulator code.Kjell Ericson2003-01-13
* Starting the mpeg_thread for the simulator.Kjell Ericson2003-01-10
* The player simulator now has it own font_init()-function. We shall therefor c...Kjell Ericson2002-10-28
* Fonts are only for recorder.Kjell Ericson2002-10-21
* Partition debug screen added, and jumped to when no fat32 partition is found ...Björn Stenberg2002-10-10
* No longer loads /.rockbox/default.*. Only selected files.Björn Stenberg2002-10-09
* Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg2002-10-08
* load ".rockbox/default.lng" at startupDaniel Stenberg2002-09-25
* Fixed default font name misspelling. Again.Björn Stenberg2002-09-20
* Fixed default font name misspelling.Björn Stenberg2002-09-20
* New full ISO-8859-1 system font.Björn Stenberg2002-09-20
* Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg2002-09-12
* reverted Felix Arends' mistakeDaniel Stenberg2002-08-16
* windows makefile for firmwareFelix Arends2002-08-16
* Added Balance settingLinus Nielsen Feltzing2002-08-14
* Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg2002-08-13
* Enabled saving settings to disk on playerBjörn Stenberg2002-08-13
* Remote control support addedBjörn Stenberg2002-08-12
* First version of loadable fonts patch by Alex GitelmanBjörn Stenberg2002-08-11
* Ignore partition types, just try to mount all partitionsBjörn Stenberg2002-08-09
* Changed #ifdef from ARCHOS_RECORDER to HAVE_*Björn Stenberg2002-08-08
* Added battery charger for the recorder and a power management debugger.Heikki Hannikainen2002-08-06
* Removed powermgmt.hLinus Nielsen Feltzing2002-08-06
* Now calls rtc_init()Linus Nielsen Feltzing2002-08-06
* Removed the boot countLinus Nielsen Feltzing2002-07-28
* Automatic Volume Control for Recorder by Heikki HannikainenLinus Nielsen Feltzing2002-07-25
* Added status_init() callLinus Nielsen Feltzing2002-07-22
* Loudness, Superbass and sorting patch by Heikki HannikainenLinus Nielsen Feltzing2002-07-22
* Allow LBA-less partitionsBjörn Stenberg2002-07-16
* Trying to mount as raw disk if no partition is foundBjörn Stenberg2002-07-15
* The partition search now stops when it finds a FAT32 partitionLinus Nielsen Feltzing2002-07-15
* Added searching for FAT32 partitionBjörn Stenberg2002-07-15
* Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).Björn Stenberg2002-07-15
* Added i2c_init()Linus Nielsen Feltzing2002-07-02
* Corrected ATA debug optionLinus Nielsen Feltzing2002-07-02
* Added FAT debug optionLinus Nielsen Feltzing2002-07-02
* Removed debug display codeLinus Nielsen Feltzing2002-07-01
* Added adc_init() callLinus Nielsen Feltzing2002-06-30
* Now enables USB monitoringLinus Nielsen Feltzing2002-06-30