From d4d9e8ba6df57e83b7fe72ef9e1336ca5b8dd121 Mon Sep 17 00:00:00 2001 From: Karl Heinz Date: Mon, 16 Apr 2018 07:21:57 +0200 Subject: [PATCH] Update DeviceHelper.java --- .../kde/kdeconnect/Helpers/DeviceHelper.java | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/org/kde/kdeconnect/Helpers/DeviceHelper.java b/src/org/kde/kdeconnect/Helpers/DeviceHelper.java index 50c63e54..0901ab23 100644 --- a/src/org/kde/kdeconnect/Helpers/DeviceHelper.java +++ b/src/org/kde/kdeconnect/Helpers/DeviceHelper.java @@ -338,6 +338,7 @@ public class DeviceHelper { humanReadableNames.put("SM-G3815", "Samsung Galaxy Express II"); humanReadableNames.put("SM-G386T", "Samsung Galaxy Avant"); humanReadableNames.put("SM-G386T1", "Samsung Galaxy Avant"); + humanReadableNames.put("SM-G388F", "Samsung Galaxy Xcover 3"); humanReadableNames.put("SM-G7102", "Samsung Galaxy Grand II"); humanReadableNames.put("SM-G800F", "Samsung Galaxy S5 Mini"); humanReadableNames.put("SM-G860P", "Samsung Galaxy S5 Sport"); @@ -366,6 +367,34 @@ public class DeviceHelper { humanReadableNames.put("SM-G925T", "Galaxy S6 Edge"); humanReadableNames.put("SM-G925V", "Galaxy S6 Edge"); humanReadableNames.put("SM-G925W8", "Galaxy S6 Edge"); + humanReadableNames.put("SM-G9500", "Samsung Galaxy S8"); + humanReadableNames.put("SM-G950F", "Samsung Galaxy S8"); + humanReadableNames.put("SM-G950T", "Samsung Galaxy S8"); + humanReadableNames.put("SM-G950S", "Samsung Galaxy S8"); + humanReadableNames.put("SM-G950K", "Samsung Galaxy S8"); + humanReadableNames.put("SM-G950L", "Samsung Galaxy S8"); + humanReadableNames.put("SM-G950P", "Samsung Galaxy S8"); + humanReadableNames.put("SM-G950A", "Samsung Galaxy S8"); + humanReadableNames.put("SM-G9509", "Samsung Galaxy S8"); + humanReadableNames.put("SM-G9508", "Samsung Galaxy S8"); + humanReadableNames.put("SM-G950R4", "Samsung Galaxy S8"); + humanReadableNames.put("SM-G950V", "Samsung Galaxy S8"); + humanReadableNames.put("SM-G950FD", "Samsung Galaxy S8"); + humanReadableNames.put("SM-G950W8", "Samsung Galaxy S8"); + humanReadableNames.put("SM-G9550", "Samsung Galaxy S8 Plus"); + humanReadableNames.put("SM-G955F", "Samsung Galaxy S8 Plus"); + humanReadableNames.put("SM-G955T", "Samsung Galaxy S8 Plus"); + humanReadableNames.put("SM-G955S", "Samsung Galaxy S8 Plus"); + humanReadableNames.put("SM-G955K", "Samsung Galaxy S8 Plus"); + humanReadableNames.put("SM-G955L", "Samsung Galaxy S8 Plus"); + humanReadableNames.put("SM-G955P", "Samsung Galaxy S8 Plus"); + humanReadableNames.put("SM-G955A", "Samsung Galaxy S8 Plus"); + humanReadableNames.put("SM-G9559", "Samsung Galaxy S8 Plus"); + humanReadableNames.put("SM-G9558", "Samsung Galaxy S8 Plus"); + humanReadableNames.put("SM-G955R4", "Samsung Galaxy S8 Plus"); + humanReadableNames.put("SM-G955V", "Samsung Galaxy S8 Plus"); + humanReadableNames.put("SM-G955FD", "Samsung Galaxy S8 Plus"); + humanReadableNames.put("SM-G955W8", "Samsung Galaxy S8 Plus"); humanReadableNames.put("SM-N7505", "Samsung Galaxy Note 3 Neo"); humanReadableNames.put("SM-N900", "Samsung Galaxy Note 3"); humanReadableNames.put("SM-N9005", "Samsung Galaxy Note 3");