tuvali

Kotlin Library to support sending vc/vp using local channels like ble.

MIT License

Downloads
68
Stars
12
Committers
26

Bot releases are visible (Hide)

tuvali - v0.5.1 Latest Release

Published by ckm007 about 1 month ago

tuvali - v0.5.0

Published by ckm007 3 months ago

tuvali - v0.4.7

Published by Prafulrakhade 10 months ago

tuvali - 0.4.6

Published by github-actions[bot] about 1 year ago

Cryptographic Improvement MOSIP-29218 - Vulnerability using fixed seed for Random number generator

tuvali - v0.4.5

Published by ckm007 about 1 year ago

tuvali - v0.4.4

Published by vharsh about 1 year ago

Android sharing fixes

  • INJI-227 Second VC sharing fails if sharing is rejected by wallet in the first time
tuvali - v0.4.3

Published by vharsh about 1 year ago

What's Changed

  • Bump up tuvali version
tuvali - Fixes for connectivity issues for stability

Published by dhivya0413 over 1 year ago

INJI-207 Connectivity issue when sharing VC

  • INJI-84 [Cleanup] Cleanup of Google Nearby like APIs and migrate to a newer API viz Version, Wallet, Verifier
tuvali - v0.4.0

Published by vharsh over 1 year ago

Enhancements:

mosip/inji#696 - Verify Inji build on windows machine

Spec Implementation :

#39 - update format of ResponseSize Characteristics
#42 - move all byte buffer to big endian/network byte order format
#43 - [Spec Impl] Change Tuvali's VC chunk counter sequence number from 0 based to 1

Documentation :

mosip/inji#413 - Document BLE design and technical specification

Exception Handling :

#38 - [IOS] Research and safely handle Uncaught exceptions in IOS Tuvali
mosip/inji#702 - [Android]Add exception handling for missing files in Tuvali
mosip/inji#695 - Display Error code when Tuvali transfer fails
INJI-52 - Add exception handling for missing files in Tuvali
INJI-71 - [IOS & Android] Pass error codes on Error

What's Changed

Stability improvements

  • Android exception handling improvements: mosip/inji#702
  • iOS error handling refactor: #38

Developer compatibility enhancements(windows build fix)

  • mosip/inji#696
tuvali - Release for Windows build

Published by vharsh over 1 year ago

Windows build of tuvali :
https://github.com/mosip/inji/issues/696

tuvali - [Release 24-03-2023] Android & IOS stability release

Published by krishnakumar4a4 over 1 year ago

tuvali - v0.3.8

Published by vharsh over 1 year ago

iOS stability Release build

tuvali - Android & IOS stability Release build + Spec Implementation

Published by krishnakumar4a4 over 1 year ago

Android & IOS stability Release build

Spec Implementation

tuvali - Android and iOS stability improvements

Published by ravikp over 1 year ago

Enhancements as part of this release:

  • [iOS ]Disconnect connection when transfer is complete and verifier responds #593
  • [Android] Increase delay time during mtu exchange to 500ms #566
  • [Android] Handle incomplete sequence numbers #594
  • [Android and iOS] Remove all unnecessary logs  from android and change all print statements to OS_logs in iOS #568
  • [Android] Refactor logTags to display className and versionTag of tuvali #576

Defects:

  • [iOS] Transfer Report writing with response and retry 3 times if it is not able to write: This is mostly related to transfer report issue.
    ** fixes cross platform sharing not working #543
    ** fixes cross platform sharing not working #567
tuvali - Improve VC Transfer Stability for iOS and Android

Published by krishnakumar4a4 over 1 year ago

Enhancements:

Defects:

tuvali - Improve VC Transfer Stability for iOS and Android

Published by krishnakumar4a4 over 1 year ago

Enhancements:

Defects:

tuvali - IOS and Android VC transfer stability fixes

Published by tilak-puli over 1 year ago

Enhancements as part of this release:

  • Implement disconnect/cancel handling in iOS when android raises disconnect event
  • Create error handler for android
  • [Android] Throw and error to disconnect when MTU size is less than(<) 64 or unknown
  • [Android] Throw an error event when failure rate of chunk transfer more than 70% in VC transfer
  • [Android] Handle remaining disconnect scenarios when iOS rejects vc transfer

Defects:

  • May fix GCM error