Skip to content

Movie Tickets v1.15.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 01:57
· 6 commits to main since this release

Swipe between ticket codes

Smaller code, switch on the same screen. The enlarged booking code now draws at 90% of the panel width instead of all of it. The freed row holds TICKET n OF m · SEAT, with PREV and NEXT — at a door with three tickets on one phone you no longer close the overlay, step the pager and reopen it for each person.

Swipe to turn the page. A sideways drag on the enlarged code moves to the next ticket. It only fires at 1x; once you have pinched in, the same drag is still a pan.

Fixes

  • The overlay walks only tickets that actually carry a code, so a swipe can never land on a blank white screen.
  • Turning a page in the overlay moves the detail page underneath too — close it and you are on that ticket.
  • The caption under the code told the truth about where the code came from: it said GENERATED FROM THE BOOKING CODE even for one read straight off the ticket.

Full Changelog: v1.14.0...v1.15.0