Skip to content

Releases: ksharma-xyz/Krail

v1.0.8

29 Jan 01:55
db71688
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

24 Jan 10:02
e4e85ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6

13 Jan 06:53
a0a39bc
Compare
Choose a tag to compare

Minor bug fix release to prevent crash when no internet connection on mobile device.

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

11 Jan 22:29
d888265
Compare
Choose a tag to compare
  • Bumping some library versions and making some optimisations which occurred during writing Unit Tests.
  • Removed Navigation Transitions
  • Only one back click event will be fired in SearchStopScreen

What's Changed

  • DI: Add coroutine dispatchers module and inject dependencies by @ksharma-xyz in #493
  • DI: Replace Dispatchers.IO with injected CoroutineDispatcher by @ksharma-xyz in #506
  • DI: Move Koin Android context initialization to MainActivity by @ksharma-xyz in #507
  • Test: Add unit tests for SavedTripsViewModel by @ksharma-xyz in #508
  • Test: Add LoadSavedTrips event test and replace Android logging by @ksharma-xyz in #509
  • Test: Add DeleteSavedTrip event test and improve test naming by @ksharma-xyz in #510
  • Refactor: Reorder SavedTripsViewModel functions by @ksharma-xyz in #511
  • Test: Add analytics event tracking tests for SavedTripsViewModel by @ksharma-xyz in #512
  • Test: Add TimeTableViewModel unit tests and fakes by @ksharma-xyz in #513
  • Test: Add TimeTableViewModel unit tests and fake trip response builder by @ksharma-xyz in #514
  • Test: Add unit tests for TimeTableViewModel by @ksharma-xyz in #515
  • Test: Add journey cache cleanup tests for TimeTableViewModel by @ksharma-xyz in #517
  • Test: Add SaveTrip event tests and clear analytics state by @ksharma-xyz in #518
  • Test: Add ReverseTrip event test for TimeTableViewModel by @ksharma-xyz in #519
  • Test: Add retry and journey card click tests for TimeTableViewModel by @ksharma-xyz in #520
  • Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.0 by @renovate in #516
  • Test: Add DateTimeSelection event tests for TimeTableViewModel by @ksharma-xyz in #521
  • Test: Add analytics event tracking tests for TimeTableViewModel by @ksharma-xyz in #522
  • Update agp to v8.8.0 by @renovate in #524
  • Build: Remove iosX64 target from trip planner network module by @ksharma-xyz in #525
  • Build: Remove unused test dependencies and paparazzi plugin by @ksharma-xyz in #526
  • Test: Add SearchStopViewModel tests and fake stop finder response builder by @ksharma-xyz in #527
  • Test: Add ThemeSelectionViewModel unit tests by @ksharma-xyz in #528
  • Test: Add analytics event tracking helper and tests by @ksharma-xyz in #529
  • Test: Add ServiceAlertsViewModel tests and make toServiceAlert public by @ksharma-xyz in #530
  • Test: Refactor analytics screen view event tracking tests by @ksharma-xyz in #531
  • Bump version to 1.0.5 by @ksharma-xyz in #532

New Contributors

Full Changelog: https://github.com/ksharma-xyz/Krail/commits/v1.0.5

v1.0.4

29 Dec 14:34
7794532
Compare
Choose a tag to compare

Updates to Alerts

  • Add SQLite migration support for service alerts #494

Analytics

  • Updated analytics events #491

API

  • Use different API keys for android / iOS app #501

Firebase

  • Firebase Config support added, will be used in future. #490

What's Changed

Read more