calculator/src
Rudy Huyn ad25feda6b Keep input when users refresh currency rates (#369)
Fixes #260

Description of the changes:
prevent UnitConverterViewModel to reset values when users click on update rates.
recompute UnitConverter's caches (m_ratioMap and m_categoryToUnits) once rates are updated (but check first if the user did/didn't change the category)

How changes were validated:
Manually tested with fake currency rates (HTTP responses modified on the fly via FiddlerCore)
Verified that it works no matter the selected field (From or To)
Verified that the currencies selected are kept after a refresh
2019-04-16 11:29:43 -07:00
..
build Hello GitHub 2019-01-28 16:24:37 -08:00
CalcManager Keep input when users refresh currency rates (#369) 2019-04-16 11:29:43 -07:00
Calculator Improve the support of Narrator with parenthesis (#368) 2019-04-15 09:31:02 -07:00
CalculatorUnitTests Keep input when users refresh currency rates (#369) 2019-04-16 11:29:43 -07:00
CalcViewModel Keep input when users refresh currency rates (#369) 2019-04-16 11:29:43 -07:00
Calculator.sln Remove .editorconfig from sln (#290) 2019-03-13 12:50:23 -07:00
nuget.config updating nuget.org source to point to V3 (#129) 2019-03-07 07:33:22 -08:00
Settings.XamlStyler Hello GitHub 2019-01-28 16:24:37 -08:00