atsign-foundation / atmosphere_pro

A fully end-to-end encrypted, cross-platform file sharing app written in Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

we may not want to rename files that start with "@"

nickelskevin opened this issue · comments

Describe the bug
If you share a backup keys file (e.g. @14acidtechno_key.atKeys), then atmospherePro will rename it to "_14acidtechno_key.atKeys" which may be a feature or may be an issue.

To Reproduce
Open atMospherePro, select a keys backup file and send it to someone. You will notice that the leading "@" character has been replaced with "_".

Expected behavior
The expected behavior is that the file received has the same name as that which was sent.

Smartphone (please complete the following information):

  • Sending device: iOS simulator (iPhone SE, 3rd generation - iOS 15.5

Were you using an atApplication when the bug was found?

  • Sent with atmospherePro: 1.0.7 (42)
  • Received with atmospherePro: 1.0.8 (47)

Filebin creates a unique URL for every uploaded file. It replaces characters which are not URL friendly to "_" after upload.

Moving to backlog