-
Notifications
You must be signed in to change notification settings - Fork 6
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
Android Support for JSR 354 API and Reference Implementation. #17
Comments
Yes, the BP could be made available on Android, too (certain SE 7 stuff like "Diamond" I believe works on Android now, too. Otherwise we should try to set up CI instances for that, too. AFAIK Travis-CI (the preferred CI server for JavaMoney after CloudBees started bugging developers with 15-day timeouts) does not support Android, out of the box, but http://www.codenes.com/blog/?p=391 hints, you can get it to build Android with some adjustments (could need another task for this kind of stuff ;-) ) |
I've opened up an enhancement request to support this in bitcoinj |
Hi Since I am preparing the final release all artifacts are available as of
The variants with "-bp" added require Java 7 (the "money-api-bp" is Hope that helps ;) Best Anatole Am 08.03.2015 18:49 schrieb "Sean Gilligan" [email protected]:
|
Seems some banks and especially one of the largest ATM makers NCR could have great use for JavaMoney on Android;-) http://www.businesscloudnews.com/2015/04/16/ncr-offers-cloud-control-for-android-based-atms/?utm_source=rss&utm_medium=rss&utm_campaign=ncr-offers-cloud-control-for-android-based-atms |
Since JavaMoney/javamoney-lib#15 has been closed, I'm opening this issue here.
It would be nice to see the JavaMoney Reference Implementation running on Android so that Bitcoin (and Bitcoin 2.0) Android wallets could use JavaMoney components. It might be possible using RetroLambda and/or other tools. Note that there is an (empty) repository, https://github.com/JavaMoney/javamoney-api-bp, for an API back port.
The text was updated successfully, but these errors were encountered: