fdroiddata/metadata/mobi.boilr.boilr.txt

118 lines
4.7 KiB
Plaintext
Raw Normal View History

2015-08-30 01:46:12 +00:00
Categories:Money
License:GPLv3+
Web Site:http://boilr.mobi
Source Code:https://github.com/drpout/boilr
Issue Tracker:https://github.com/drpout/boilr/issues
Donate:http://boilr.mobi#donate
Bitcoin:1PHuSWfuAwR6oz9qV93rTdMVozfM85Qqxx
Auto Name:Boilr
2015-03-29 15:11:44 +00:00
Summary:Pricealarm for Bitcoin, altcoins, assets & futures
Description:
2015-03-29 15:11:44 +00:00
Monitor Bitcoin, cryptocurrencies, cryptoassets, futures and options, and
trigger alarms according to user settings. 70+ exchanges and counting.
Supports 2 alarm types:
2015-09-12 05:52:14 +00:00
* Price Hit - Triggered when price crosses the alarm\'s upper or lower limit.
* Price Change - Triggered when price changes more than X amount (in currency or percentage)
2015-09-12 05:52:14 +00:00
in a specified time frame (e.g. 15 min). It uses a rolling time frame: price is
fetched with a given update interval (e.g. 30 s) and compared with the price
fetched one time frame ago (e.g. 15 min ago).
Sound and vibration are configurable globally, and individually for each alarm.
2015-03-29 15:11:44 +00:00
Lists of exchanges, pairs and alarms are fully searchable, allowing quick setup
and configuration. The alarm list behaves as your ticker, where you can reorder
your alarms and directly change their limits. Triggered alarms ring, displaying
their status, until you turn them off. Just like an alarm clock. Market data is
retrieved directly from the exchanges via Wi-Fi or Mobile Data (if allowed).
2015-09-12 05:52:14 +00:00
Boilr supports all [https://github.com/drpout/libdynticker/#supported-exchanges
exchanges available on libdynticker], as all their pairs.
2015-09-12 05:52:14 +00:00
For a version history check the [https://github.com/drpout/boilr/releases GitHub
releases page].
.
Repo Type:git
Repo:https://github.com/drpout/boilr.git
Build:0.0.0,1
commit=0.0.0
maven=yes
2014-10-07 19:21:57 +00:00
srclibs=libdynticker@0.0.0,libpricealarm@0.0.0
prebuild=sed -i -e 's@http://jabylon.org/maven@http://localhost/@g' pom.xml $$libdynticker$$/pom.xml $$libpricealarm$$/pom.xml && \
pushd $$libdynticker$$ && \
$$MVN3$$ install -Dmaven.test.skip=true && \
popd && \
pushd $$libpricealarm$$ && \
$$MVN3$$ install -Dmaven.test.skip=true && \
popd
Build:0.2.0,3
commit=0.2.0
2014-10-11 02:18:03 +00:00
maven=yes
srclibs=libdynticker@0.2.0,libpricealarm@0.0.1
2014-10-11 02:18:03 +00:00
prebuild=sed -i -e 's@http://jabylon.org/maven@http://localhost/@g' pom.xml $$libdynticker$$/pom.xml $$libpricealarm$$/pom.xml && \
pushd $$libdynticker$$ && \
$$MVN3$$ install -Dmaven.test.skip=true && \
popd && \
pushd $$libpricealarm$$ && \
$$MVN3$$ install -Dmaven.test.skip=true && \
popd
2014-10-15 02:22:14 +00:00
Build:0.2.1,4
commit=0.2.1
maven=yes
srclibs=libdynticker@0.2.0,libpricealarm@0.0.1
prebuild=sed -i -e 's@http://jabylon.org/maven@http://localhost/@g' pom.xml $$libdynticker$$/pom.xml $$libpricealarm$$/pom.xml && \
pushd $$libdynticker$$ && \
$$MVN3$$ install -Dmaven.test.skip=true && \
popd && \
pushd $$libpricealarm$$ && \
$$MVN3$$ install -Dmaven.test.skip=true && \
popd
2014-10-17 02:18:11 +00:00
Build:0.3.0,5
commit=0.3.0
maven=yes
2014-10-17 18:25:57 +00:00
srclibs=libdynticker@0.3.0,libpricealarm@0.1.0
2014-10-17 02:18:11 +00:00
prebuild=sed -i -e 's@http://jabylon.org/maven@http://localhost/@g' pom.xml $$libdynticker$$/pom.xml $$libpricealarm$$/pom.xml && \
pushd $$libdynticker$$ && \
$$MVN3$$ install -Dmaven.test.skip=true && \
popd && \
pushd $$libpricealarm$$ && \
$$MVN3$$ install -Dmaven.test.skip=true && \
popd
2014-10-17 18:25:57 +00:00
Build:0.4.0,6
commit=0.4.0
maven=yes
srclibs=libdynticker@0.4.0,libpricealarm@0.1.0
prebuild=sed -i -e 's@http://jabylon.org/maven@http://localhost/@g' pom.xml $$libdynticker$$/pom.xml $$libpricealarm$$/pom.xml && \
pushd $$libdynticker$$ && \
$$MVN3$$ install -Dmaven.test.skip=true && \
popd && \
pushd $$libpricealarm$$ && \
$$MVN3$$ install -Dmaven.test.skip=true && \
popd
2015-03-26 03:46:56 +00:00
Build:0.5.0,7
commit=0.5.0
maven=yes
2015-03-29 15:11:44 +00:00
prebuild=$$MVN3$$ install:install-file -DgroupId=android -DartifactId=android -Dversion=5.1_r1 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-22/android.jar && \
$$MVN3$$ install:install-file -DgroupId=com.android.support -DartifactId=support-annotations -Dversion=21.0.0 -Dpackaging=jar -Dfile=$$SDK$$/extras/android/support/annotations/android-support-annotations.jar
Build:0.6.0,8
commit=0.6.0
maven=yes
prebuild=$$MVN3$$ install:install-file -DgroupId=android -DartifactId=android -Dversion=5.1_r1 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-22/android.jar && \
$$MVN3$$ install:install-file -DgroupId=com.android.support -DartifactId=support-annotations -Dversion=21.0.0 -Dpackaging=jar -Dfile=$$SDK$$/extras/android/support/annotations/android-support-annotations.jar
2015-03-26 03:46:56 +00:00
2014-10-17 18:25:57 +00:00
Archive Policy:2 versions
Auto Update Mode:Version %v
Update Check Mode:Tags
2015-03-29 15:11:44 +00:00
Current Version:0.6.0
Current Version Code:8