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:
commit
c670fc85f9
2 changed files with 4 additions and 1 deletions
|
@ -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?
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue