summaryrefslogtreecommitdiff
path: root/cashier/src/main/java/net/taler/cashier/config/ConfigManager.kt
AgeCommit message (Collapse)Author
2024-02-19[cashier] Refactor backend version to BuildConfig and bump to 4:0:0Iván Ávalos
2023-10-11upgrade all the things!Torsten Grote
2022-09-13[cashier] disable timeout when showing QR codeTorsten Grote
There's no need for a timeout. The withdrawal gets aborted when the user navigates away.
2022-06-07cashier: adapt URLs to euFin SandboxMS
2022-06-01use new annotation for polymorphic serializationFlorian Dold
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2021-08-27Update libraries and do associated maintenanceTorsten Grote
2020-09-24[cashier] Add about screen with version and license infoTorsten Grote
2020-09-03[cashier] fix incomplete API change from 4572a3d5fTorsten Grote
2020-09-01[cashier] check authentication credentials against auth endpointTorsten Grote
before accepting config This was an unannounced change at the server which removed auth from the /config endpoint.
2020-08-27[cashier] don't crash on unexpected network inputTorsten Grote