Thiago Romano
Thiago Romano
# Summary of Changes This change enables connections using a url shortener request (see [https://github.com/hyperledger/aries-rfcs/tree/main/features/0434-outofband#url-shortening](https://github.com/hyperledger/aries-rfcs/tree/main/features/0434-outofband#url-shortening)). To receive invites using a url shortener, I changed the call `agent?.oob.parseInvitation(uri)` to `agent?.oob.parseInvitationShortUrl(uri)`. They...
Bifold's time format now uses 12 hour format for `en` and `fr` languages and 24 hour format for `pt-BR`. However, this format should match the format defined in device's configuration...