#35 Save files without extension

Closed
opened 2 years ago by GoodOne · 4 comments
GoodOne commented 2 years ago

Hello

At the moment it is not possible to save files without a file extension. It would be nice if it would have a catch-all category for files extensions which are not known and files which haven't got an file extension.

Thank you for your work! Your app is awsome.

Greetings

Hello At the moment it is not possible to save files without a file extension. It would be nice if it would have a catch-all category for files extensions which are not known and files which haven't got an file extension. Thank you for your work! Your app is awsome. Greetings
Umnik commented 2 years ago
Owner

Hello

App does not read file ext on saving. File extension creates from mimeType.

  1. Content owner creates Intent with file's content and put mimeType
  2. Content owner sends Intent to SaveTo
  3. SaveTo reads file's content and also reads mimeType
  4. SaveTo extracts ext from mimeType https://notabug.org/Umnik/SaveTo/src/master/app/src/main/java/xyz/myachin/saveto/logic/intent/IncomingIntent.kt#L103

May be bug exists in my app? Can you describe step-by-step reproduction for me?

Oh, and also Android will not pass Intent for SaveTo if content owner does not put mimeType

Hello App does not read file ext on saving. File extension creates from mimeType. 1. Content owner creates Intent with file's content and put mimeType 1. Content owner sends Intent to SaveTo 1. SaveTo reads file's content and also reads mimeType 1. SaveTo extracts ext from mimeType https://notabug.org/Umnik/SaveTo/src/master/app/src/main/java/xyz/myachin/saveto/logic/intent/IncomingIntent.kt#L103 May be bug exists in my app? Can you describe step-by-step reproduction for me? Oh, and also Android will not pass Intent for SaveTo if content owner does not put mimeType
GoodOne commented 2 years ago
Poster

Hello

I tried to export a Whatsapp chat to a local directory with SaveTo (Go to a chat > Settings Icon > More > Export chat > Include Media > SaveTo.. Direct). But it fails without giving any output. The exported files were a Chat history as textfile and five PNG pictures.

SaveTo is configured properly because Export of a Picture in Whatsapp works as expected.

This is my environment: Android version 11 Whatsapp version 2.21.10.16 SaveTo 1.13

Thank you and Greetings

Hello I tried to export a Whatsapp chat to a local directory with SaveTo (Go to a chat > Settings Icon > More > Export chat > Include Media > SaveTo.. Direct). But it fails without giving any output. The exported files were a Chat history as textfile and five PNG pictures. SaveTo is configured properly because Export of a Picture in Whatsapp works as expected. This is my environment: Android version 11 Whatsapp version 2.21.10.16 SaveTo 1.13 Thank you and Greetings
Umnik commented 2 years ago
Owner

Yes, I can reproduce problem for now. Thank you

Yes, I can reproduce problem for now. Thank you
Umnik commented 2 years ago
Owner

1.14

1.14
Sign in to join this conversation.
No Milestone
No assignee
2 Participants
Loading...
Cancel
Save
There is no content yet.