Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making encrypted messages with iOS app, can't read on desktop app or mobile app #103

Closed
jabo38 opened this issue Jan 28, 2021 · 4 comments
Closed
Labels
P3 Issue Minor issue with aesthetics

Comments

@jabo38
Copy link

jabo38 commented Jan 28, 2021

Steps to reproduce
make an encrypted message, later try to read it.

Current behavior
the message is blank. not sure why.

Expected behavior
to see the encrypted

Affected Version
latest iOS app

@Peersyst Peersyst added this to Issue backlog in Symbol Mobile Wallet via automation Jan 29, 2021
@Peersyst Peersyst added P3 Issue Minor issue with aesthetics bug labels Jan 29, 2021
@Peersyst
Copy link

Is that happening with all transactions? Or only unconfirmed? We have noticed that this is happening only for unconfirmed transactions.

@Peersyst Peersyst moved this from Issue backlog to In progress in Symbol Mobile Wallet Jan 29, 2021
Peersyst pushed a commit that referenced this issue Jan 29, 2021
@Peersyst Peersyst moved this from In progress to Ready for testing in Symbol Mobile Wallet Feb 1, 2021
@cryptoBeliever
Copy link
Contributor

@NikolaiB could you check?

@postoronnii
Copy link

@cryptoBeliever @jabo38 fixed.

@cryptoBeliever
Copy link
Contributor

Ok. Marked as fixed.

Symbol Mobile Wallet automation moved this from Ready for testing to Done Feb 4, 2021
Peersyst pushed a commit that referenced this issue Mar 12, 2021
* speed up transaction list render. Add loading spinner when fetching next page

* fix notifications scroll and sizes styles. Fixed AcountBalanceWidget styles and add refresh swipe

* add waving loading animation to AccountBalanceWidget

* add Notification top margin of SideBar height

* fix Sidebar TitleBar position. Handle big balance of selected account in Sidebar

* disallow to create account with an existed name

* create account. add error message if private key is already imported and if it is invalid

* Added version 4 and changed branch names

* Solved #3 Wrong amount on invoice

* Solved #11 changing account when changing node

* fix AccountBalanceWidget huge balance go off of the screen bug. Add ScrollView

* fix naming of delete account. Fix modal styles. Add descriptions

* fix button disable for the empty name and invalid address on AddContact

* add address qr to AccountDetails

* add privateKey verify for create account via pk qr

* add harvesting not enough balance message view

* unhardcode harvesting copy

* add support of privateKey scanner for InputAddress

* CreateAccount. Remove qr button. Add InputAddress

* disable sidebar account list while loading

* Solved #8 Harvesting fees earned not taking into account divisibility

* Solved #8 Harvesting fees earned not taking into account divisibility

* Solved #16 Language switch doesn't work properly

* Solved #38 Backup account is hanging on passcode

* Solved #3 Compatibility with old mobile wallet versions doesn't work

* created QRImage component

* add address support to QRImage. Remove qr logic from AccountDetails

* add secret view to QRImage

* add password modals to QRImage and InputAdress:

* add QR error messages

* remlace ContactProfile qr logic with QRImage component

* add transaction support to QRImage. Replace Receive screen qr logic with component

* create QRScanner screen

* add support of Address and PrivateKey support to QRScanner. Add set up props to Send and CreateAccount screens

* add access to Account Details from balance widget

* add new icon for qr scanner

* add transaction qr support to scanner

* add QRService

* add privateKey logic to QR scanner. Ad password modal

* add privateKey logic to QRService

* add the CreateAccount privateKey prop. Get mosaic name at QRService

* optimizeformat mosaic reqest calls

* add SymbolPageView to ScanQR.Change styles

* fix qr service logic. Add qr scanner action buttons

* fix qr scanner buttons style

* fix missing arg QRService

* fix invalid qr image network type

* add create qr button to Receive screen. Add onReady and isVisible props to QR image. Fix bug of delay qr rendering

* add props to AddContact screen

* add qr service check for transfer tx type

* fix qr scanner back button closes the app

* add support of unencrypted private key qr

* hide private key qr from Account Details

* fix navigation styles

* Removed harvesting image

* Improved translations support added EN as default language

* Added japanese

* Update Home.js

* Fixed format date propagated to news

* Update Send.js

* Removed bad testnet node

* Added margin to sidebar for iphones

* add number check to amount input

* Japanese translations

* Added translations and fixed current ones

* Updated testnet and added dynamic fees

* Fixed #27 Account details. Show seed account index

* Fixed #75 Editing address book contact double entry

* Fixed #75 default "0" when making transactions

* Fixed #64 Removed the ability to hide the main account

* Added translations and removed console.logs

* Solved #79

* Fixed #74

* Fixed #89

* Added flex grow to backup page for lower resolutions

* Fixed #4

* Fixed #57

* Fixed #87

* Fixed #43

* Fixed #69

* Fixed #97

* Fixed #75

* Fixed #36

* Fixed #36

* Fixed #13

* Fixed #72

* Fixed #71

* Fixed iOS build for iPad

* Added fixed height to input, refresh mosaics and fixed receive translations

* New Harvesting logic. First steps

* Added harvesting linked keys

* Setting default node to us-west-1

* Added translations

* Resolved #103

* add warning for multi-mosaic transfer qr

* add warning text type

* add notification and disallow to put unowned mosaicName to Send form

* upf

* validate send amount value

* upd

* disallow negative amount input

* replace copy with translate function

* Account refactor

* Added change to testnet confirmation modal

* Resolved #79

* Resolved #106

* Added derivation path to index convertion to util func

* Added translation

* Removed experimental node

* Added missing translations

* Added experimental node #129

* Fixed app crashing when there's no internet #126

* Fixed broken Home design on Rus translation #118

* Fixed Harvesting Activation progress doesn't change #123

* Fix Android "Node is down" #128

* Added There is no way to add a node #121

* Resolved Mainnet - transaction list is not loading #130

* Fixed node public key for harvesting

* Added support for OptIn accounts with old curve, broadcast offline transactions, harvesting fix, custom node fix

* Resolved review

* Resolved #136,#134,#114 and added translations

* Resolved #136,#134,#114 and added translations

* Fixed mnemonic keys (#142)

* Fixed mnemonic keys

* Added circleci builds for this branch

* Using legacy mnemonics key

* Remove unused migration 1

* Save mnemonic on migration

* Save mnemonic on migration

* Save mnemonic on migration

* Update optin from mnemonic

* Save mnemonic on migration

* Loading screen on opt in preparation

* Save mnemonic on migration

* Save mnemonic on migration

* Changed build id method and target sdk version

* Added terms and conditions and removed keys from env

Co-authored-by: AdriaCarrera <adria.cm95@gmail.com>

Co-authored-by: Oleh Makarenko <olegomm@gmail.com>
Co-authored-by: AdriaCarrera <adria.cm95@gmail.com>
Co-authored-by: Steven Liu <xian.f.liu@gmail.com>
Co-authored-by: OlegMakarenko <33131259+OlegMakarenko@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Issue Minor issue with aesthetics
Development

No branches or pull requests

3 participants