CatimaLoyalty / Android

Catima, a Loyalty Card & Ticket Manager for Android
https://catima.app
GNU General Public License v3.0
818 stars 150 forks source link

Refactor to allow updating a loyalty card from a bundle #2051

Closed TheLastProject closed 1 week ago

TheLastProject commented 1 month ago

This allows us to send any (partial) loyalty card into the edit activity, granting us greater flexibility in what kind of scan result we can parse

TheLastProject commented 1 month ago

Hilarious, all the tests are broken because apparently the edit activity was such a mess it kept chugging along even if there was no loyalty card and cleaning that up caused all these tests to fail as they made use of that bug...