-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build latest version #281
Comments
@dllud - is this a simple case of putting together a build environment and building from latest master branch, or would there be changes required to the gui to enable binance and newer exchanges from libdynticker? |
No changes required. It's all on the master branch already. I just need to release a proper build. I didn't find the time yet. |
awesome. |
Well I spent a few hours today trying to get my head around maven and the android SDK from cold, but I'm throwing in the towel as i have no idea what i'm doing without probably another 5+ more hours. This is beyond my threshold of pain, for a once off task of "build the project and give people an APK link". @dllud - pretty pretty please - hit compile for us? |
@gitowok I will try to build it this weekend. Sorry for the delay. It's not just a matter of hitting a button. Many more task have to be done, hence I have to get an entire free day for this. |
another friendly bump.. binance and kucoin are heavily used now, both missing from boilr. Cheers |
Thanks for the reminder. I am aware. It will be done sooner rather than later. |
I still check every weekend! :) |
Thanks for keeping up and sorry for the long delay. I will let you know here as soon as I release a new build. It's just that spare time has been so scarce… |
Hello, does it means that if I build apk from master source I will have binance? I don't know how to do it but I'll give it a try if that's the case. |
Yes. Please post your APK! good luck, i couldnt work it out. |
I'm stuck with this error: EDIT: simpligility/android-maven-plugin#778 |
I managed to build boilr 0.8.0-rc2 debug apk with libdynticker-0.8.0, but still binance is not shown as choice inside the app. It’s listed inside libdynticker-0.8.0.jar though. |
Thanks for the effort @Eimuex ! Yes, it needs to be added to the exchanges lists in Boilr. I am doing that this weekend. |
@dllud Cool, I have compiled libdynticker jars if you need them, but had to skip some tests due to offline exchanges, don't know if that matters. |
woo.. keep this momentum going guys! @dllud - in case you dont get time, could you give Eimuex some pointers on which file to modify for adding binance? |
Yes please. I tried to find relevant lists without success. If you are over-occupied I could try to make it work, though I’m not programmer and probably can’t deal with complex stuff. |
I compiled printexchanges with |
@Eimuex - well done re compiling. If you have time can you document rough steps to set up the build environment? I'd like to give it another go myself. Also, does bitmex exchange work on your compiled version? (it was already in old version just not working) |
I installed jdk-8 and android sdk 28 first. |
@gitowok Any luck? |
Hi all. I finally got around to this. Thanks to the great instructions from @Eimuex - and a bit of extra problem solving (had to install the Android 8.0 (API 26) using android sdk manager to get rid of a NullPointerException in findPlatformByApiLevel / android-maven-plugin - even though I specified Android-28 in step 3) The file to edit before building to get binance support: src/main/res/values/strings_no_translate.xml Just add "Binance" and "mobi.boilr.libdynticker.exchanges.BinanceExchange" to the relevant lists. And finally, here's my APK: https://www.jabawok.net/uploads/fixes/boilr-0.8.0-rc2-binance.apk I really hope this helps someone, and big props to @dllud for work on this excellent app. May we encourage you to do an official build and deploy to f-droid ! |
Glad to know you were able to build it! And thanks for the push. Encouragement is not lacking, it is rather a chronic lack of free time. But I will get into it. |
Awesome! Great work |
@gitowok Great man, thank you! |
I still use this dodgy custom build with bitmex and binance support every day. Its still the only thing with price alarms in f-droid. @dllud - just some more encouragement to spend a couple hours and bump the f-droid version. cheers man. |
Hello, just wondering if you would mind building the latest version, libdynticker seems to support binance already, just need to release a build of boilr with it.
It would be very much appreciated if you could.
Thanks in advance.
The text was updated successfully, but these errors were encountered: