jherkenhoff / qalculate-android

Powerful and versatile multi-purpose calculator for the Android platform
GNU General Public License v2.0
122 stars 6 forks source link

Support currency conversion rates #29

Open JJRcop opened 2 years ago

JJRcop commented 2 years ago

Qalculate! supports fetching currency rates from the internet and permits queries like 1 USD to EUR, or even 1$/gallon to €/liter. It would be nice to have that function in this mobile app.

jherkenhoff commented 2 years ago

Totally agree! For that, libcurl has to be built and support for fetching the exchange rates must be enabled when building libqalculate. I created an issue for that in libqalculate-android: https://github.com/mr-kenhoff/libqalculate-android/issues/4

JJRcop commented 2 years ago

This is technically separate from including libcurl, but if possible I'd make sure the exratescommand works so you can refresh on demand