summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/util/FileNameGenerator.java
AgeCommit message (Collapse)Author
2013-03-24Fixed last commitLatinSuD
Fixed last commit. Which consisted in removing trailing spaces in filenames, as they are not supported in FAT filesystem.
2013-03-24Remove trailing spaces in filenamesLatinSuD
FAT does not support trailing spaces, so we must remove them
2012-10-31Created FileNameGenerator classdaniel oeh