Skip to content

Releases: calypsonet/keyple-demo-ticketing-reloading-remote

2024.10.21

22 Oct 08:17
Compare
Choose a tag to compare

Added

  • Added a new Android client application to demonstrate the use of the Keyple Distributed JSON API and without the
    need of the keyple-card-calypso-java-lib on terminal side. The corresponding code is located in the folder named
    android-light.
  • Added new remote services in the server app to enhance keyple-less clients capabilities.

Changed

  • Rename repository from keyple-java-demo-remote to keyple-demo-ticketing-reloading-remote
  • Rename Android artifact from keyple-demo-remote-client-android to keyple-demo-ticketing-reloading-client-android-app
  • Rename Server artifact from keyple-demo-remote-server to keyple-demo-ticketing-reloading-server
  • Change minSdk from 24 -> 26

Upgraded

  • keyple-demo-common-lib 2.0.1-SNAPSHOT -> keyple-demo-ticketing-common-lib 2.0.2-SNAPSHOT
  • Keyple components
    • keyple-service-java-lib 3.3.1 -> 3.3.3
    • keyple-card-calypso-java-lib 3.1.3 -> 3.1.4

2024.01.10

01 Oct 09:08
577613d
Compare
Choose a tag to compare

Upgraded

  • Keyple components (server application)
    • keyple-service-java-lib 3.3.1 -> 3.3.3
    • keyple-card-calypso-java-lib 3.1.3 -> 3.1.4
    • keyple-plugin-pcsc-java-lib 2.2.3 -> 2.3.1

2024.09.20

20 Sep 14:49
Compare
Choose a tag to compare

Fixed

  • Android client build.

Upgraded

  • Keyple components
    • keyple-service-java-lib 3.2.1 -> 3.3.1
    • keyple-service-resource-java-lib 3.0.1 -> 3.1.0
    • keyple-distributed-network-java-lib 2.3.1 -> 2.5.1
    • keyple-distributed-remote-java-lib 2.3.1 -> 2.5.1
    • keyple-distributed-local-java-lib 2.3.1 -> 2.5.1
    • keyple-card-calypso-java-lib 3.1.1 -> 3.1.3
    • keyple-card-calypso-crypto-legacysam-java-lib 0.7.0 -> 0.8.0
    • keyple-plugin-pcsc-java-lib 2.2.1 -> 2.2.3
  • C# application to comply with the Keyple Distributed JSON API 2.1

2024.04.23

23 Apr 14:19
Compare
Choose a tag to compare

Upgraded

  • keyple-demo-common-lib 2.0.0-SNAPSHOT -> 2.0.1-SNAPSHOT
  • All Keyple components (compiled to java 8)
    • keypop-reader-java-api 2.0.0 -> 2.0.1
    • keypop-calypso-card-java-api 2.0.0 -> 2.1.0
    • keypop-calypso-crypto-legacysam-java-api 0.3.0 -> 0.6.0
    • keyple-common-java-api 2.0.0 -> 2.0.1
    • keyple-util-java-lib 2.3.1 -> 2.4.0
    • keyple-service-java-lib 3.0.1 -> 3.2.1
    • keyple-distributed-network-java-lib 2.3.0 -> 2.3.1
    • keyple-distributed-local-java-lib 2.3.0 -> 2.3.1
    • keyple-distributed-local-java-lib 2.3.0 -> 2.3.1
    • keyple-card-calypso-java-lib 3.0.1 -> 3.1.1
    • keyple-card-calypso-crypto-legacysam-java-lib 0.4.0 -> 0.7.0
    • keyple-plugin-android-nfc-java-lib 2.0.1 -> 2.2.0
    • keyple-plugin-android-omapi-java-lib 2.0.1 -> 2.1.0
    • keyple-plugin-pcsc-java-lib 2.1.2 -> 2.2.1
  • Other components (Gradle wrapper, Android Gradle Plugin, etc.)

2023.12.06

06 Dec 15:54
Compare
Choose a tag to compare

Upgraded

  • Calypsonet Terminal Reader API 1.3.0 -> Keypop Reader API 2.0.0
  • Calypsonet Terminal Calypso API 1.8.0 -> Keypop Calypso Card API 2.0.0
  • Keyple Service Library 2.3.1 -> 3.0.1
  • Keyple Service Resource Library 2.1.1 -> 3.0.0
  • Keyple Calypso Card Library 2.3.5 -> 3.0.1
  • Keyple Util Library 2.3.0 -> 2.3.1
  • Keyple Distributed Local Library 2.2.0 -> 2.3.0
  • Keyple Distributed Network Library 2.2.0 -> 2.3.0
  • Keyple Distributed Remote Library 2.2.1 -> 2.3.0

Added

New dependencies

  • Keypop Crypto Legacy SAM API 0.3.0
  • Keyple Calypso Crypto LegacySAM Library 0.4.0

2023.05.31

01 Jun 07:29
Compare
Choose a tag to compare

Added

  • Added a new C# application to demonstrate the use of the Keyple Distributed JSON API inside the client/dotnet folder.

Upgraded

  • keyple-demo-common-lib:2.0.0-SNAPSHOT
  • calypsonet-terminal-reader-java-api:1.3.0
  • calypsonet-terminal-calypso-java-api:1.8.0
  • keyple-service-java-lib:2.3.1
  • keyple-service-resource-java-lib:2.1.1
  • keyple-distributed-network-java-lib:2.2.0
  • keyple-distributed-remote-java-lib:2.2.1
  • keyple-card-calypso-java-lib:2.3.5
  • keyple-plugin-pcsc-java-lib:2.1.2

2023.03.03

03 Mar 16:11
Compare
Choose a tag to compare

Fixed

  • Physical channel management.
  • Missing Keyple generic AID.
  • Calypso Basic products management.

2023.02.24

24 Feb 12:45
7696f45
Compare
Choose a tag to compare

Upgraded

  • calypsonet-terminal-reader-java-api:1.2.0
  • calypsonet-terminal-calypso-java-api:1.6.0
  • keyple-service-java-lib:2.1.3
  • keyple-card-calypso-java-lib:2.3.2
  • keyple-distributed-remote-java-lib:2.1.0
  • com.google.code.gson:gson:2.10.1

2022.11.18

18 Nov 09:31
Compare
Choose a tag to compare

Fixed

  • Various erroneous behaviors and displays.

Added

  • CI: java-test GitHub action.

Changed

  • Major refactoring of the source code.

Upgraded

  • keyple-demo-common-lib:1.0.0-SNAPSHOT
  • calypsonet-terminal-reader-java-api:1.1.0
  • calypsonet-terminal-calypso-java-api:1.4.1
  • keyple-service-java-lib:2.1.1
  • keyple-service-resource-java-lib:2.0.2
  • keyple-card-calypso-java-lib:2.2.5
  • keyple-plugin-android-nfc-java-lib:2.0.1
  • keyple-plugin-android-omapi-java-lib:2.0.1
  • keyple-util-java-lib:2.3.0

Keyple Demo - Distributed 2021.12

09 Dec 13:01
0072c9f
Compare
Choose a tag to compare

Release of the Keyple's applications demonstrating Keyple's Distributed Architecture (formerly Remote SE) with a Android client Application and a Java Quarkus server.

Contains 2 APKs and a Jar:

keyple-demo-remote-client_v2021.12-orange.apk: Android client Application signed with Orange Keystore
keyple-demo-remote-client_v2021.12-cna.apk: Android client Application signed with CNA Keystore
keyple-demo-remote-server-v2021.12.jar: Executable jar of the Java Quarkus server.
Please refer to each project's README for more information.

What's Changed

  • Clean code by @odelcroi
  • Update some keyple components version to 2.0.1
  • Fix: NFC not activated message by @ocfmem in #11
  • Fix: Releasing reader after reading by @ocfmem in #13

Full Changelog: v2021.04...v2021.12