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

compatibility with new versions of LEO dictionary

This commit is contained in:
Nikolay Pultsin 2015-08-13 17:03:42 +02:00
parent b267779ba5
commit bc7fdb9adb
2 changed files with 8 additions and 0 deletions

View file

@ -7,8 +7,10 @@
===== 2.6 (??? ??, 2015) ===== ===== 2.6 (??? ??, 2015) =====
* Customisable main menu * Customisable main menu
* New (material design style) icon * New (material design style) icon
* Simple widgets
===== 2.5.5 (??? ??, 2015) ===== ===== 2.5.5 (??? ??, 2015) =====
* Compatibility with new versions of LEO dictionary
* Fixed possible crash in (native) zip decompression * Fixed possible crash in (native) zip decompression
* Fized possible NPE in FileChooserActivity * Fized possible NPE in FileChooserActivity
* New style number picker preference (Android 3+) * New style number picker preference (Android 3+)

View file

@ -90,6 +90,12 @@
id="LEO Dictionary" id="LEO Dictionary"
package="org.leo.android.dict" package="org.leo.android.dict"
class=".LeoDict" class=".LeoDict"
action="android.intent.action.VIEW"
/>
<dictionary
id="LEO Dictionary (old versions)"
package="org.leo.android.dict"
class=".LeoDict"
action="android.intent.action.SEARCH" action="android.intent.action.SEARCH"
dataKey="query" dataKey="query"
/> />