Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Latest commit

 

History

History
67 lines (61 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

67 lines (61 loc) · 2.46 KB

Changelog

All notable changes to this project will be documented in this file

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Trust ping support
  • Protocol discovery support
  • App center prebuild script for injecting secrets
  • App center insights and crash reporting
  • Auto refresh connections list on new connection
  • Delete connection support
  • Decoding invitiations from a valid URL format
  • Return routing support for connection establishment
  • Refactored app from poc to osma
  • README section on project structure
  • README section on Gorilla Player UI Development
  • README section on GIT LFS
  • Streetcred.Sdk binaries set up with Git Large File Storage (LFS)
  • This CHANGELOG with inital additions
  • Register new wallet view
  • Create a new wallet
  • Main page Tab view
  • Connections page navigation view
  • Connections page display current connections
  • ConnectionsPartialView displaying a single connection
  • Base style resource dictionary
  • Gorrila player support
  • Inverse Boolean Converter
  • Navigation Service
  • Services module peer project
  • Design time data for Main Page
  • Design time data for Connections Page
  • Design time data for ConenctionPartialView
  • Default visual studio .gitignore
  • Updated gitignore to ignore Android Resource.designer.cs
  • Image rendering support via Xamarin.FFImageLoading.Forms
  • QR code scanning support via ZXing.Net.Mobile.Forms
  • Added android camera permission
  • Added baseline button styles
  • Add the ability to navigate to pages without a bound VM to the navigation service
  • AcceptInvite Page with design time data
  • AcceptInviteViewModel with required functionality to interact with connections and invites
  • Exposed the required properties to render connections in the ConnectionsViewModel
  • Bound connections to connection records from the wallet
  • Add button on connections toolbar
  • Connections transaction templates
  • Connections template selector
  • Connection/s icons
  • Add vimm swp files to .gitignore
  • Credentials Page
  • Credential Page
  • Load example credential in DEBUG
  • Register Services module iOS AppDelegate
  • Create Detailed Cell component
  • Add Xamarin.Essentials package
  • Add icons for accoount page
  • Create Legal page
  • Create Account page
  • Create AccountMenuButtonView