You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to download and preserve a record of their chat history, including text messages, images, or other shared files. This could be helpful for data backup or archival purposes.
Goals:
• Simplify the extraction of conversation data into a user-friendly format (e.g., PDF, JSON, or a zipped folder).
• Include an option to export attached media/files, either embedded or in a separate directory.
Possible Approach:
• Aggregate messages from the local storage.
• Generate a structured export file (e.g., JSON) or a PDF with text and embedded media links.
• Provide a clear UI option for the export and store the exported file securely in local storage.
The text was updated successfully, but these errors were encountered:
hey @bhavik-mangla how is the app recognizing nearby devices?
This doesn't work for me even though I have launched the app on 2 android phones and have connected both of them via bluetooth but they do not recognize each other. Please let me know if something else is required for setup.
Also I can work on helping users to record audio and to save data locally if the setup is successful.
Thanks in advance :)
Allow users to download and preserve a record of their chat history, including text messages, images, or other shared files. This could be helpful for data backup or archival purposes.
Goals:
• Simplify the extraction of conversation data into a user-friendly format (e.g., PDF, JSON, or a zipped folder).
• Include an option to export attached media/files, either embedded or in a separate directory.
Possible Approach:
• Aggregate messages from the local storage.
• Generate a structured export file (e.g., JSON) or a PDF with text and embedded media links.
• Provide a clear UI option for the export and store the exported file securely in local storage.
The text was updated successfully, but these errors were encountered: