seras42 / feels_app

Apache License 2.0
3 stars 0 forks source link

Hide the app content in the recent tabs #5

Open Lagetta opened 2 months ago

Lagetta commented 2 months ago

When you use the app you can see all the written content on recent tab menu.

It would be valid since this app is password protected to not to show any content in recent apps list. As of right now it is readable by anyone who happens to use an unlocked phone.

seras42 commented 2 months ago

If i understand you correctly, you mean when you minimize the app, you don't want to anyone to see what inside?

Something like this should be possible to implement, but as of right now, you can simply press on the settings button and choose 'close database', it will lock the app and ask for password again.

I will probably try to make an auto lock setting in the future, when the app is minimized. Its both a good and a bad thing. You lose privacy, but you don't have to write in the password again for quick access.

Lagetta commented 2 months ago

Ah I see. But I talked about something different. I thought maybe in this app would be valid to have same function as incognito mode in a browser. You don't see the content when you switch between apps but when you come back to it is visible.

Screenshot_20240501-130244

like this.

seras42 commented 2 months ago

Oh i see, yes i will take a look if its possible. Should not be hard.