summaryrefslogtreecommitdiffstats
path: root/apps/recorder/recording.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-14Fixed the 3-hour time display bug, plus some cosmetic changesLinus Nielsen Feltzing1-23/+8
2003-02-08Added some debugging info to chase the 3-hour time display bugLinus Nielsen Feltzing1-9/+10
2003-01-27tm_mon starts at 0Björn Stenberg1-1/+1
2003-01-27Corrected get_time(). This should fix the bad file date bug. Also changed sta...Björn Stenberg1-1/+1
2003-01-23Removed unnecessary calls to lcd_stop_scroll().Kjell Ericson1-2/+0
2003-01-15Recording screen now uses fixed font.Björn Stenberg1-1/+2
2002-12-18Killed a dozen global variablesBjörn Stenberg1-1/+1
2002-12-14Added recorded file size displayLinus Nielsen Feltzing1-2/+6
2002-11-25Corrected time info when recordingLinus Nielsen Feltzing1-2/+3
2002-11-24Lots of MAS hacking for better recording resultsLinus Nielsen Feltzing1-2/+15
2002-11-21Set both channel level to 0 when recording from microphoneLinus Nielsen Feltzing1-1/+1
2002-11-20New filename generation based on date/timeLinus Nielsen Feltzing1-2/+20
2002-11-19More recording stability, plus some feedbackLinus Nielsen Feltzing1-7/+43
2002-11-13Forgot to set the gain when entering the recording screenLinus Nielsen Feltzing1-0/+2
2002-11-12No stops MP3 playback when entering the recording screenLinus Nielsen Feltzing1-0/+1
2002-11-11Now reloads the dir when leaving the recording screenLinus Nielsen Feltzing1-1/+3
2002-11-11Now applies the selected options properly when exiting the setup menuLinus Nielsen Feltzing1-3/+13
2002-11-10Recording settings are now persistent. Added a Recording Settings menuLinus Nielsen Feltzing1-87/+116
2002-11-10Added recording functionalityLinus Nielsen Feltzing1-0/+528