New app: ForvoDroid
This commit is contained in:
parent
89913d1434
commit
aadbd50649
46
metadata/it.andreascarpino.forvodroid.txt
Normal file
46
metadata/it.andreascarpino.forvodroid.txt
Normal file
|
@ -0,0 +1,46 @@
|
|||
AntiFeatures:NonFreeNet,NonFreeDep
|
||||
Categories:Internet,Office
|
||||
License:MIT
|
||||
Web Site:https://github.com/ilpianista/forvodroid
|
||||
Source Code:https://github.com/ilpianista/forvodroid
|
||||
Issue Tracker:https://github.com/ilpianista/forvodroid/issues
|
||||
|
||||
Auto Name:ForvoDroid
|
||||
Summary:Check pronunciations
|
||||
Description:
|
||||
Check for the pronunciation of any word, in any language available on
|
||||
[http://forvo.com/ Forvo], by tapping on it after a quickly search.
|
||||
|
||||
AntiFeature: You need a free-of-charge Forvo API Key to use this app,
|
||||
please visit [http://api.forvo.com/ Forvo's API page].
|
||||
|
||||
Warning: This app may crash on some HTC and Acer devices.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/ilpianista/forvodroid
|
||||
|
||||
Build:1.0,1
|
||||
commit=1.0
|
||||
srclibs=Google-Gson@gson-2.2.4,CommonsCodec@1_6,ForvoApi@558dfd3f51e03cd4a7e8328702a6d9bba070d5ae
|
||||
rm=libs/*
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=cp -r $$Google-Gson$$/src/main/java/com src/ && \
|
||||
pushd $$CommonsCodec$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$CommonsCodec$$/target/commons-codec-1.6.jar libs/ && \
|
||||
cp -r $$ForvoApi$$/src/ru src/ && \
|
||||
find src/ -name *.java -exec sed -i 's/import com.google.htcfix.gson/import com.google.gson/g' {} \;
|
||||
target=android-19
|
||||
|
||||
Maintainer Notes:
|
||||
Some/older HTC and Acer handsets ship with broken gson. Upstream used a
|
||||
repackaged gson lib, which we don't.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
2
srclibs/ForvoApi.txt
Normal file
2
srclibs/ForvoApi.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/o2genum/forvo-java-api.git
|
Loading…
Reference in a new issue