diff options
author | jld3103 <jld3103@users.noreply.github.com> | 2022-05-24 23:07:59 +0200 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2022-05-31 09:23:32 +0000 |
commit | ad2c4139b7e6160008744b79c94630230fbf234e (patch) | |
tree | b0827942fba6277265706eab01e089f88cbb3ad2 /apps | |
parent | 3638e65027afad9f51676ba7bb6feea2ea4a5c88 (diff) | |
download | nextcloud-server-ad2c4139b7e6160008744b79c94630230fbf234e.tar.gz nextcloud-server-ad2c4139b7e6160008744b79c94630230fbf234e.zip |
Fix Nextcloud Android app not showing proper name
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/src/components/AuthToken.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/AuthToken.vue b/apps/settings/src/components/AuthToken.vue index e599be9c671..eb42e763b46 100644 --- a/apps/settings/src/components/AuthToken.vue +++ b/apps/settings/src/components/AuthToken.vue @@ -107,7 +107,7 @@ const userAgentMap = { iphone: / *CPU +iPhone +OS +([0-9]+)_(?:[0-9_])+ +like +Mac +OS +X */, ipad: /\(iPad; *CPU +OS +([0-9]+)_(?:[0-9_])+ +like +Mac +OS +X */, iosClient: /^Mozilla\/5\.0 \(iOS\) (?:ownCloud|Nextcloud)-iOS.*$/, - androidClient: /^Mozilla\/5\.0 \(Android\) ownCloud-android.*$/, + androidClient: /^Mozilla\/5\.0 \(Android\) (?:ownCloud|Nextcloud)-android.*$/, iosTalkClient: /^Mozilla\/5\.0 \(iOS\) Nextcloud-Talk.*$/, androidTalkClient: /^Mozilla\/5\.0 \(Android\) Nextcloud-Talk.*$/, // DAVx5/3.3.8-beta2-gplay (2021/01/02; dav4jvm; okhttp/4.9.0) Android/10 |