calculator/src/CalcViewModel/DataLoaders
Rudy Huyn cc8491a3d7 Currency rate: always display minimum 4 significant decimals or 2 trailing zeros if the number is integer (#256)
* Currency rate: Compute how many decimals we need to display two meaningful digits at minimum

* formatting

* nit

* Increase the number of meaningfull digits (2->4)

* Revert "Increase the number of meaningfull digits (2->4)"

This reverts commit 9ad93e0d591a386e3e229e09b39a58158d544069.

* Rename constants

* modify FORMATTER_RATE_* values

* format CurrencyConverterUnitTests.cpp
2019-08-01 15:07:27 -07:00
..
CurrencyDataLoader.cpp Currency rate: always display minimum 4 significant decimals or 2 trailing zeros if the number is integer (#256) 2019-08-01 15:07:27 -07:00
CurrencyDataLoader.h Currency rate: always display minimum 4 significant decimals or 2 trailing zeros if the number is integer (#256) 2019-08-01 15:07:27 -07:00
CurrencyHttpClient.cpp Migrate currency converter endpoints (#524) 2019-05-31 12:55:06 -07:00
CurrencyHttpClient.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
DataLoaderMockConstants.h Migrate currency converter endpoints (#524) 2019-05-31 12:55:06 -07:00
DefaultFromToCurrency.json Hello GitHub 2019-01-28 16:24:37 -08:00
ICurrencyHttpClient.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
UnitConverterDataConstants.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
UnitConverterDataLoader.cpp Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
UnitConverterDataLoader.h Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00