1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

book downloading from lib.ololo.cc has been fixed

This commit is contained in:
Nikolay Pultsin 2011-01-02 13:44:02 +00:00
parent 3ab52fa427
commit f6870e0154
3 changed files with 3 additions and 1 deletions

View file

@ -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" />

View file

@ -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" />

View file

@ -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)