mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 01:39:18 +02:00
book downloading from lib.ololo.cc has been fixed
This commit is contained in:
parent
3ab52fa427
commit
f6870e0154
3 changed files with 3 additions and 1 deletions
|
@ -119,6 +119,7 @@
|
|||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:host="*rus.ec" android:mimeType="application/zip" android:scheme="http" />
|
||||
<data android:host="lib.ololo.cc" android:mimeType="application/zip" android:scheme="http" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
|
|
@ -119,6 +119,7 @@
|
|||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:host="*rus.ec" android:mimeType="application/zip" android:scheme="http" />
|
||||
<data android:host="lib.ololo.cc" android:mimeType="application/zip" android:scheme="http" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
0.99:
|
||||
DONE Reload book info from file
|
||||
DONE don't run several initialization threads in the same time
|
||||
* lib.ololo.cc
|
||||
DONE lib.ololo.cc
|
||||
|
||||
After 0.99:
|
||||
* returning from footnotes (ask if footnote is in the same model and there was page scrolling)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue