Update Boilr to 0.6.0 (8)
This commit is contained in:
parent
9618c08211
commit
ef2bd6cdfb
|
@ -7,10 +7,10 @@ Donate:http://boilr.mobi#donate
|
|||
Bitcoin:1PHuSWfuAwR6oz9qV93rTdMVozfM85Qqxx
|
||||
|
||||
Auto Name:Boilr
|
||||
Summary:Price alarms for Bitcoin, altcoins, assets & futures
|
||||
Summary:Pricealarm for Bitcoin, altcoins, assets & futures
|
||||
Description:
|
||||
Monitor Bitcoin, cryptocurrencies, cryptoassets, futures and options, and trigger alarms
|
||||
according to user settings. 70+ exchanges and counting.
|
||||
Monitor Bitcoin, cryptocurrencies, cryptoassets, futures and options, and
|
||||
trigger alarms according to user settings. 70+ exchanges and counting.
|
||||
|
||||
Supports 2 alarm types:
|
||||
* Price Hit - Triggered when price crosses the alarm\'s upper or lower limit.
|
||||
|
@ -19,10 +19,11 @@ in a specified time frame (e.g. 15 min). It uses a rolling time frame: price is
|
|||
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.
|
||||
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).
|
||||
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).
|
||||
|
||||
Boilr supports all [https://github.com/drpout/libdynticker/#supported-exchanges exchanges available on libdynticker],
|
||||
as all their pairs.
|
||||
|
@ -96,13 +97,18 @@ Build:0.4.0,6
|
|||
Build:0.5.0,7
|
||||
commit=0.5.0
|
||||
maven=yes
|
||||
disable=remove apk
|
||||
prebuild=\
|
||||
$$MVN3$$ install:install-file -DgroupId=android -DartifactId=android -Dversion=5.1_r1 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-22/android.jar && \
|
||||
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
|
||||
|
||||
Archive Policy:2 versions
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.5.0
|
||||
Current Version Code:7
|
||||
Current Version:0.6.0
|
||||
Current Version Code:8
|
||||
|
||||
|
|
Loading…
Reference in a new issue