Closed evan10s closed 2 months ago
Download PR build v1.5.1-PullRequest0078.2
PR builds are unsigned and always use version code 1. Follow these steps to enable installing them on your device.
Download PR build v1.5.1-PullRequest0078.3
PR builds are unsigned and always use version code 1. Follow these steps to enable installing them on your device.
Download PR build v1.5.1-PullRequest0078.4
PR builds are unsigned and always use version code 1. Follow these steps to enable installing them on your device.
Download PR build v1.5.1-PullRequest0078.5
PR builds are unsigned and always use version code 1. Follow these steps to enable installing them on your device.
Download PR build v1.5.1-PullRequest0078.7
PR builds are unsigned and always use version code 1. Follow these steps to enable installing them on your device.
Download PR build v1.5.1-PullRequest0078.8
PR builds are unsigned and always use version code 1. Follow these steps to enable installing them on your device.
Download PR build v1.5.1-PullRequest0078.9
PR builds are unsigned and always use version code 1. Follow these steps to enable installing them on your device.
Download PR build v1.5.1-PullRequest0078.10
PR builds are unsigned and always use version code 1. Follow these steps to enable installing them on your device.
Fixes several small things from recent feedback:
Update to AGP 8.6.0 / Gradle 8.9
Log more invalid NFC taps as warnings so more info is sent to Sentry
Cleanup variable name in NFC handler for clarity (
desfireEV1
->desfire
)The events list for attendance is now sorted by start date in descending order. Events where the start date is
null
sort to the bottomUses new endpoint to get details for just the selected merch item on the distribution screen
Better error handling for the edge case where a merch item becomes undistributable between the time the list of merch items is loading and when the item is selected:
[x] I prefixed my PR title with the change type, generally
feat:
orfix:
(e.g.,feat: Add merchandise distribution
)[x] Make sure sentry works in a release build Closes #55