Skip to content

Releases: arafaysaleem/ez_tickets_app

Release v0.6.1

13 Jan 01:46
68c9eb6
Compare
Choose a tag to compare

0.6.1 (2022-01-13)

Bug Fixes

  • Build: reduce gradle version (6eba33c)
  • Trailer-Screen: Fixed trailer not loading (c779daf)

Documentation Changes

  • README: added screens to readme (2f7cb38)
  • README: added screens to readme (5ec1407)

CI/CD

  • Goldens: allow passing of script on empty commit (c441e83)
  • Test-PR: increase min coverage, customize options for goldens (26dacfc)

Refactors

  • migrate deprecated glow methods (f299115)
  • Upgrade riverpod to stable! (ef50b82)
  • Tests: fix analyzer (1a6651c)

Chore Tasks

  • Gitignore: ignore fvm (8b745d5)
  • Pubpsec: upgrade package dependencies (ab657e8)
  • Pubspec: upgrade remaining dependencies (82c925a)
  • Readme: updated descriptions (49d00c8)

Release v0.6.0

17 Aug 16:48
a6a4245
Compare
Choose a tag to compare

0.6.0 (2021-08-17)

Features

  • ForgotPassword: add a forgot password option (c768267)

Refactors

  • Routes: add our own custom routes and router class instead of auto_route (5eab6cf)

Tests

  • Screens: add golden tests for new screens (681df7e)
  • Screens: add golden tests for some initial screens (#73) (9ded50d)

Release v0.5.2

07 Aug 23:59
094bad5
Compare
Choose a tag to compare

0.5.2 (2021-08-07)

Bug Fixes

  • Bookings: Remove incorrect cast (d025c92)

Refactors

  • Add a JSON typedef instead of Map<String, dynamic> (35489e8)
  • Add a QueryParams typedef for Map<String, String> (ec5c158)
  • replace dynamic with Object? (b8bd294)
  • Exception: use constants helper for network exception names (71ffd20)

Chore Tasks

  • Exclusions: exclude mock files (900ef0b)

Tests

  • Extensions: add unit tests for context media query extensions (0cf4f37)
  • Extensions: add unit tests for int extension (0503264)
  • Extensions: add unit tests for string extension (46af619)

Release v0.5.1

01 Aug 15:39
32f0c7c
Compare
Choose a tag to compare

0.5.1 (2021-08-01)

Bug Fixes

Release v0.5.0

30 Jun 21:30
35b0cc7
Compare
Choose a tag to compare

0.5.0 (2021-06-30)

Features

  • Screen: Fix functionality of change password screen (c8a158d)

Refactors

  • Providers: add future state changing for changePassword method (efd546b)

Release v0.4.0

16 Jun 21:55
acd1015
Compare
Choose a tag to compare

0.4.0 (2021-06-16)

Features

  • Helper: change overscroll glow color to primary (2b68a3d)
  • Screens: implement a user bookings screen (456cc6a)
  • Skeletons: Add a user bookings skeleton loader (74982f5)
  • Widget: add dialog for extra booking details (80bbc34)
  • Widget: add seats data to booking details dialog (373f5a6)

Refactors

  • Model: adjust user bookings for new API response (668b7fa)
  • Providers: make shows/theaters futures autoDispose (28cbeec)
  • Widget: use a custom widget for error response handling (ec16a83)
  • Widget: use the provider for selected show time list (95f22ce)

CI/CD

  • Actions: fix label for interceptors in auto label config (8cab844)

Documentation Changes

  • Services: Add documentation for all interceptors (88d430b)
  • Services: improve docs for local storage service (5569d9a)

Release v0.3.0

10 Jun 22:24
ba5f591
Compare
Choose a tag to compare

0.3.0 (2021-06-10)

Features

  • Widgets: add movie type filter menu in movies screen (8411dbe)

Refactors

  • Widgets: Center genre chips in movie container (adf1376)
  • Wigets/Screens: Fix visual errors across app (f2df1f6)

Release v0.2.0

09 Jun 22:09
b6ced06
Compare
Choose a tag to compare

0.2.0 (2021-06-09)

Features

  • Screens: Adjust new overlays in trailer screen (82976f4)
  • Widgets: Add overlay widgets to trailer video player (190403f)

Bug Fixes

CI/CD

  • Actions: Improve names of steps in PR test workflow (27be717)

Release v0.1.4

09 Jun 00:08
b66208c
Compare
Choose a tag to compare

0.1.4 (2021-06-09)

CI/CD

  • Actions: Remove logging and extra bundled APK (#29) (b66208c)
  • Actions: remove logging from release workflow for security reasons (#28) (697cdcb)

Release v0.1.3

08 Jun 23:31
aec9b54
Compare
Choose a tag to compare

0.1.3 (2021-06-08)

Build System/Dependency Upgrades

  • Gradle: Add gradle signing config (be898b0)
  • Gradle: Minify code using proguard (1ccb0ec)

CI/CD

  • Actions: add an ignore path to github workflows dir (cad9b7c)
  • Actions: Add apk signing to release workflow (d29ffef)
  • Actions: Add missing runs-on tag in google drive action (214ad8c)
  • Actions: Adjust labeler config for gradle changes (69004ad)
  • Actions: Allow release action to run on workflow changes (5682197)
  • Actions: Allow Test PR to run on all changes to pass status checks (cac21d1)
  • Actions: Convert test build from release to debug (4696d1f)
  • Actions: fix artifact downloading, add logging (3923e45)
  • Actions: fix artifact logging (a04af17)
  • Actions: Fix download directory paths for artifacts (878282f)
  • Actions: fix echo to append multilines in key.properties (350ddd5)
  • Actions: Fix path for keystore upload artifact (ae1e026)
  • Actions: fix path of keystore file (d6a41fc)
  • Actions: Remove push triggers and rename to PR test (eaa6ed1)
  • Actions: Remove unnecessary code gen in analyze step (49bd025)
  • Actions: Share data between jobs (c407a67)
  • Actions: split build apks and change output apks directory (7500797)