DimensionDev / TesserPG-iOS

Encryption Made Mobile.
https://tesserpg.com
GNU Affero General Public License v3.0
41 stars 5 forks source link

feat: add AirDrop and plaintext file receive supports #44

Closed MainasuK closed 5 years ago

MainasuK commented 5 years ago

Implement #42

App now handles income text content and try to:

  1. import message as the armored secret key, or
  2. import message as the armored public key, or
  3. interpret the message as armored PGP message (fail when can not interpret), or
  4. prompt user can not handle this message

Also, support AirDrop share and receive:

MainasuK commented 5 years ago

@jk234ert Updated for change request.

jk234ert commented 5 years ago

Approved :)