Improve FBReader
This commit is contained in:
parent
ae60a1ff61
commit
a69c3cde41
|
@ -7,15 +7,18 @@ Donate:http://www.fbreader.org/donation/make.php
|
|||
|
||||
Summary:An e-book reader
|
||||
Description:
|
||||
N.B There are three different apks to cover the different versions of Android. Donut covers 1.5-1.6;
|
||||
Froyo covers 2.0-2.3 and Honeycomb covers 3.0+. (v1.6.4 covers Honeycomb). In other words disregard
|
||||
the star next to the version. x86 and MIPS are supported natively in all apks.
|
||||
N.B There are three different apks to cover the different versions of Android.
|
||||
Donut covers 1.5-1.6; Froyo covers 2.0-2.3 and Honeycomb covers 3.0+. In other
|
||||
words disregard the star next to the version. x86 and MIPS are supported
|
||||
natively in all apks.
|
||||
|
||||
An e-book reader. Features include the ability to stock up on books from online libraries like Project
|
||||
Gutenberg straight from the app. F-Droid.org has two other apps that provide text-to-speech functionality.
|
||||
[[aarddict.android]] can be used as a dictionary and translator in the app by selecting it in Dictionary
|
||||
section of the settings: the default is to initiate text selection upon long-pressing a word, but this
|
||||
can be changed to directly lookup the long-pressed word.
|
||||
An e-book reader. Features include the ability to stock up on books from
|
||||
online libraries like Project Gutenberg straight from the app. F-Droid.org has
|
||||
two other apps that provide text-to-speech functionality.
|
||||
[[aarddict.android]] can be used as a dictionary and translator in the app by
|
||||
selecting it in Dictionary section of the settings: the default is to initiate
|
||||
text selection upon long-pressing a word, but this can be changed to directly
|
||||
lookup the long-pressed word.
|
||||
.
|
||||
|
||||
#Three branches: android1.5, master and ics. Tags can be from any branch
|
||||
|
@ -53,11 +56,12 @@ Build Version:1.7.2-Donut,107019,a4a5e506b,buildjni=yes,forceversion=yes,forceve
|
|||
mkdir res/drawable && find icons -iname "*.*" -exec cp {} res/drawable \;
|
||||
Build Version:1.7.2-Froyo,107020,33ffc7e5b,buildjni=yes,forceversion=yes,forcevercode=yes,prebuild=\
|
||||
mkdir res/drawable && find icons -iname "*.*" -exec cp {} res/drawable \;
|
||||
Build Version:1.7.2,107021,0520159677,buildjni=yes,prebuild=mkdir res/drawable && find icons -iname "*.*" -exec cp {} res/drawable \;
|
||||
Build Version:1.7.2-Honeycomb,107021,0520159677,buildjni=yes,forceversion=yes,prebuild=\
|
||||
mkdir res/drawable && find icons -iname "*.*" -exec cp {} res/drawable \;
|
||||
|
||||
Auto Update Mode:None
|
||||
#Cross reference tags and website
|
||||
Update Check Mode:None
|
||||
Current Version:1.6.9
|
||||
Current Version Code:106091
|
||||
Current Version:1.7.2
|
||||
Current Version Code:107021
|
||||
|
||||
|
|
Loading…
Reference in a new issue