Boilr: edit app description.
Boilr: added version 0.5.0 and ReleaseNotes link. Boilr: added spike alert description and corrected link to release notes. Boilr: added new features to the description. Boilr: new compile instructions and app description. Boilr: fixed mobi.boilr.boilr metadata. Boilr: restored lib files. Boilr: fixed Boilr.
This commit is contained in:
parent
a645fb4517
commit
b34f24059c
|
@ -1,33 +1,37 @@
|
|||
Categories:Office
|
||||
License:GPLv3+
|
||||
Web Site:http://boilr.mobi
|
||||
Source Code:https://github.com/andrefbsantos/boilr
|
||||
Issue Tracker:https://github.com/andrefbsantos/boilr/issues
|
||||
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
|
||||
Summary:Cryptocurrency and bullion price alarms
|
||||
Summary:Price alarms for Bitcoin, altcoins, assets & futures
|
||||
Description:
|
||||
Monitor cryptocurrencies and bullion prices and trigger alarms
|
||||
according to user settings.
|
||||
Monitor Bitcoin, cryptocurrencies, cryptoassets, futures and options, and trigger alarms
|
||||
according to user settings. 70+ exchanges and counting.
|
||||
|
||||
Supports 2 types of alarms:
|
||||
Supports 2 alarm types:
|
||||
* 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)
|
||||
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).
|
||||
|
||||
* 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) in a specified time frame (e.g. 1 day).
|
||||
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).
|
||||
|
||||
Sound and vibration are configurable globally and individually for each alarm.
|
||||
Lists of exchanges, pairs and alarms are fully searchable, allowing a quick
|
||||
alarm setup and configuration.
|
||||
|
||||
Market data is retrieved directly from the exchanges using WiFi or mobile
|
||||
data (if allowed). Boilr supports all [https://github.com/andrefbsantos/libdynticker/#supported-exchanges exchanges available on libdynticker],
|
||||
Boilr supports all [https://github.com/drpout/libdynticker/#supported-exchanges exchanges available on libdynticker],
|
||||
as all their pairs.
|
||||
|
||||
For a version history check the [https://github.com/drpout/boilr/releases GitHub releases page].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/andrefbsantos/boilr.git
|
||||
Repo:https://github.com/drpout/boilr.git
|
||||
|
||||
Build:0.0.0,1
|
||||
commit=0.0.0
|
||||
|
@ -92,18 +96,13 @@ Build:0.4.0,6
|
|||
Build:0.5.0,7
|
||||
commit=0.5.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
|
||||
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 && \
|
||||
$$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 Code:7
|
Loading…
Reference in a new issue