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:
parent
b267779ba5
commit
bc7fdb9adb
2 changed files with 8 additions and 0 deletions
|
@ -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+)
|
||||||
|
|
|
@ -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"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue