esperanto dictionary only has 50,000 words; better BV for
de.schildbach.wallet etc. but it makes my machine stall, so it is untested
This commit is contained in:
parent
f2155482e6
commit
062b0388f1
|
@ -10,7 +10,7 @@ Summary:Language pack for AnySoftKeyboard
|
|||
Description:
|
||||
Dictionary is
|
||||
[http://wiki.apertium.org/wiki/Vikipedia_korpuso_de_Esperanto based on the Wikipedia]
|
||||
article database and has about 400,000 words.
|
||||
article database and has about 50,000 words.
|
||||
|
||||
Install [[com.menny.android.anysoftkeyboard]] first, then select
|
||||
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||
|
|
|
@ -71,12 +71,15 @@ mvn3 install:install-file -DgroupId=android -DartifactId=android -Dversion=2.3.3
|
|||
mvn3 install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar
|
||||
|
||||
# Build from prodnet branch which cherry picks some old commits and commits after tags
|
||||
# Next version will be coming from bitcoinj-0.8-prodnet branch -> master or prodnet
|
||||
# Next version will be coming from bitcoinj-0.8-prodnet branch -> prodnet
|
||||
# Crashes on startup: java.lang.NoClassDefFoundError: com.google.bitcoin.core.NetworkParameters
|
||||
Build Version:2.48,115,!WIP 41dc87f5ec,maven=yes,bindir=wallet/target,\
|
||||
# The git reset is from the wiki and is used for security
|
||||
# Need to do more research into jar provenance and learn to use maven
|
||||
Build Version:2.48,115,prodnet,maven=yes,bindir=wallet/target,\
|
||||
srclibs=BitcoinJWallet@release-0.7,prebuild=rm -rf market/ && \
|
||||
sed -i '57 i \\t<scope>provided</scope>' wallet/pom.xml && \
|
||||
$$MVN3$$ clean install -f $$BitcoinJWallet$$/pom.xml
|
||||
sed -i 's/sample-integration-android/BitcoinJWallet/g' pom.xml && \
|
||||
cp -r $$BitcoinJWallet$$/ . && cd BitcoinJWallet/ && \
|
||||
sed -i '12\,13d' pom.xml && git reset --hard a9bd8631b904
|
||||
|
||||
Auto Update Mode:None
|
||||
# RM/Tags don't work
|
||||
|
|
|
@ -49,9 +49,10 @@ mvn3 install:install-file -DgroupId=android -DartifactId=android -Dversion=2.3.3
|
|||
mvn3 install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar
|
||||
# Crashes on startup: java.lang.NoClassDefFoundError: com.google.bitcoin.core.NetworkParameters
|
||||
Build Version:2.48-test,115,!WIP (at v2.48),maven=yes,bindir=wallet/target,\
|
||||
srclibs=BitcoinJWallet@release-0.7,prebuild=\
|
||||
sed -i '57 i \\t<scope>provided</scope>' wallet/pom.xml && \
|
||||
$$MVN3$$ clean install -f $$BitcoinJWallet$$/pom.xml
|
||||
srclibs=BitcoinJWallet@release-0.7,prebuild=rm -rf market/ && \
|
||||
sed -i 's/sample-integration-android/BitcoinJWallet/g' pom.xml && \
|
||||
cp -r $$BitcoinJWallet$$/ . && cd BitcoinJWallet/ && \
|
||||
sed -i '12\,13d' pom.xml && git reset --hard a9bd8631b904
|
||||
|
||||
Auto Update Mode:None
|
||||
# Just use main wallet app
|
||||
|
|
Loading…
Reference in a new issue