* Add page for scanning qr code
* Refactor code
* Ask for permission to use camera
* Change Qr to QR
* Seperate imports
* QR instead of Qr
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Add url scheme and linking
* Pass account to sign request page
* Provide functionality for accepting or rejecting requests
* Load account state before handling url
* Refactor code
* Make intent work when app is cleared from recents
* Fix bug to populate data from intents
* Fix bug to update data on subsequent requests
* Pass correct network to sign messages from cosmos account
* Fix bug to populate data for incoming intent
* Allow spaces in url
* Bad signature page
* Review changes
* Change page heading
* Use correct regex
* Clean up code
* Use https in url
* Set state properly
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Add the creatHDWallet function
* Make review changes
* Add signMessage and signEthMessage functions
* Add signCosmosMessage function
* Add resetWallet function
* Add resetWallet function
* Integrate functions with UI
* Add Alerts to react component
* Make review changes
* Add comment in utils file
* Remove lowerCase conversion in signCosmosmessage function
---------
Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>