ismartcoding / plain-app

PlainApp is an open-source application that allows you to manage your phone through a web browser. Access files, videos, music, contacts, sms, calls, and more from your desktop using a secure, easy to use web interface!
https://docs.plain.icu
GNU Affero General Public License v3.0
2.23k stars 121 forks source link

F-Droid apps #97

Closed EraNetGit closed 9 months ago

EraNetGit commented 9 months ago

Hi,

I was wondering if it would be easy to add in the Web PlainApp, under Storage --> Apps, the option to list F-Droid apps separately.

When reinstalling an Android phone, it is easy to restore Google Play Store apps, but there is no way to restore F-Droid apps, so having F-Droid apps listed separately will enable me to also easily back them up.

I saw online a suggestion to do the below and was wondering if this will help you achieve this filter:

Write list of apps to file adb shell "pm list packages" | sed 's/^package://' > installed_apps.txt

Anyway, thank you for considering this.

ismartcoding commented 9 months ago

It will be searchable by "fdroid" in 1.2.5

image

EraNetGit commented 9 months ago

Amazing! Thank you for that.