samba: Update client list

Removed android apps that have been discontinued and added SambaLite
app.

Tested that SambaLite works with Samba app.

Signed-off-by: Veiko Aasa <veiko17@disroot.org>
Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
Veiko Aasa 2025-08-30 09:15:34 +03:00 committed by Joseph Nuthalapati
parent 52cde4c0b6
commit 35b03aa5df
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -9,16 +9,17 @@ from plinth.clients import store_url
clients = [{
'name':
_('Android Samba Client'),
_('SambaLite'),
'platforms': [{
'type':
'store',
'os':
'android',
'store_name':
'f-droid',
'url':
store_url('f-droid', 'com.google.android.sambadocumentsprovider')
'type': 'store',
'os': 'android',
'store_name': 'f-droid',
'url': store_url('f-droid', 'de.schliweb.sambalite')
}, {
'type': 'store',
'os': 'android',
'store_name': 'google-play',
'url': store_url('google-play', 'de.schliweb.sambalite')
}]
}, {
'name':
@ -29,15 +30,6 @@ clients = [{
'store_name': 'f-droid',
'url': store_url('f-droid', 'com.ghostsq.commander')
}]
}, {
'name':
_('Ghost Commander - Samba plugin'),
'platforms': [{
'type': 'store',
'os': 'android',
'store_name': 'google-play',
'url': store_url('google-play', 'com.ghostsq.commander.smb')
}]
}, {
'name':
_('VLC media player'),