vinaygopinath / launch-chat

Chat with WhatsApp, Signal and Telegram users without saving phone numbers or sharing your contacts with the app
https://f-droid.org/en/packages/org.vinaygopinath.launchchat/
GNU General Public License v3.0
119 stars 8 forks source link

Maintain app usage history #23

Open vinaygopinath opened 4 months ago

vinaygopinath commented 4 months ago

Problem

As a user, I'd like to see the phone numbers, text and contacts I've shared, the phone number and SMS links I've clicked, and the conversations I've launched through Launch Chat

Solution

Add a new screen to view history

Requirements

  1. Add a new screen accessible from the main screen of the app
  2. Add a new component below the "Open with (app)" buttons in the home screen that shows recent entries
  3. Show a list of entries in reverse chronological order (most recent entry first)
  4. In each entry, show the
    • the time of occurrence
    • the source of data: contact share, link click, text share, manual input
    • the navigation path: did the user open Whatsapp, Signal, or Telegram?
  5. When an entry is clicked, trigger the action again (return to the main screen with the input field pre-filled based on the entry)
saswatasarkar13 commented 2 months ago

Hello, I want to add a point or two.

  1. As the screenshot shows, History can be there and a view more button to go to the full history page. Screenshot_20240628-113256_1
  2. add the option to re-open like if I have used signal for that number, signal button should be on the right to reopen.

Regards

vinaygopinath commented 2 months ago

Thanks for your input @saswatasarkar13, I like the idea! I'll try this out when I get to this issue.