1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

Merge branch 'master' into epub-native

This commit is contained in:
Nikolay Pultsin 2012-04-12 13:35:08 +02:00
commit c670fc85f9
2 changed files with 4 additions and 1 deletions

View file

@ -11,6 +11,9 @@ litres: author photos
* language codes in ZLTextHyphenator and ZLLanguageUtil
* resources synchronization
* in library: search more on network
* ePubs in zips
* scale-to-fullscreen for all pictures
* show-hide temporary activity after brightness changing (to switch off the button lights)
* API от Paragon
* rtf: cover?

View file

@ -33,7 +33,7 @@ public abstract class FileType {
public abstract boolean acceptsFile(ZLFile file);
//public abstract String extension();
//public abstract String extension(MimeType mimeType);
public abstract List<MimeType> mimeTypes();
public abstract MimeType mimeType(ZLFile file);
public MimeType simplifiedMimeType(ZLFile file) {