update com.veken0m.bitcoinium to 1.5.2 and try to linkify non http uris
This commit is contained in:
parent
ab4af831fd
commit
fa1b9a1c6b
|
@ -15,6 +15,9 @@ a fix will probably appear in a subsequent version.
|
|||
* Mt. Gox prices can be displayed in various currencies
|
||||
* Notifications and alarms
|
||||
* Graphs
|
||||
|
||||
[mailto:veken0m.apps@gmail.com EMail] the author or send
|
||||
him [bitcoin:1yjDmiukhB2i1XyVw5t7hpAK4WXo32d54 bitcoins]
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -25,10 +28,12 @@ srclibs=XChange@xchange-1.5.0;ActionBarSherlock@4.2.0,prebuild=rm -f libs/xchang
|
|||
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties,build=\
|
||||
sed -i '239\,266d' $$XChange$$/pom.xml && $$MVN3$$ clean package -f $$XChange$$/pom.xml && \
|
||||
mv $(find $$XChange$$ -name \*.jar) libs/
|
||||
Build Version:1.5.2,28,1a9b108d4b,\
|
||||
srclibs=ActionBarSherlock@4.2.0,init=git checkout develop,prebuild=\
|
||||
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
# Market is a bit ahead: dev may publish ad-free build in advance of ad-festooned version
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.5.0
|
||||
Current Version Code:25
|
||||
Update Check Mode:Market
|
||||
Current Version:1.5.2
|
||||
Current Version Code:28
|
||||
|
||||
|
|
|
@ -8,8 +8,6 @@ Summary:Wallet for the Bitcoin currency
|
|||
Description:
|
||||
N.B The recommended version here is quite old. We will be updating it
|
||||
soon and it would be wise to wait for that.
|
||||
Building all the necessary libraries is work in progress and many of them
|
||||
come from the developers' own repositories.
|
||||
|
||||
* No cloud server or web service needed. This wallet works peer to peer
|
||||
* Display of wallet balance in Bitcoin and various other currencies
|
||||
|
@ -73,14 +71,12 @@ mvn3 install:install-file -DgroupId=android.support -DartifactId=compatibility-v
|
|||
# Crashes on startup: java.lang.NoClassDefFoundError: com.google.bitcoin.core.NetworkParameters
|
||||
# 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:3.01,121,742241f59df1,maven=yes,\
|
||||
Build Version:3.01,121,!742241f59df1,maven=yes,\
|
||||
bindir=wallet/target,srclibs=BitcoinJWallet@1649520e3183,prebuild=\
|
||||
cp -r $$BitcoinJWallet$$/ . && rm -rf market/ && \
|
||||
sed -i '52\,58d' wallet/pom.xml && \
|
||||
sed -i 's/wallet/BitcoinJWallet/g' pom.xml && \
|
||||
sed -i 's/sample-integration-android/wallet/g' pom.xml
|
||||
sed -i 's/0.8/0.8-SNAPSHOT/g' wallet/pom.xml,build=\
|
||||
cd BitcoinJWallet && $$MVN3$$ clean package
|
||||
|
||||
#git clone -b patched-0.8 https://code.google.com/r/andreasschildbach-bitcoinj/ bitcoinj
|
||||
Auto Update Mode:None
|
||||
# RM/Tags don't work
|
||||
Update Check Mode:Market
|
||||
|
|
Loading…
Reference in a new issue