diff --git a/README.md b/README.md index b499fe28ac..2abc06d9df 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ xDrip+ is an unofficial and independent Android app which works as data hub and processor between many different devices. -It supports wireless connections to G4, G5, G6, Medtrum A6, Libre via NFC and Bluetooth, 630G, 640G, 670G pumps and Eversense CGM via companion apps. Bluetooth Glucose Meters such as the Contour Next One, AccuChek Guide, Verio Flex & Diamond Mini as well as devices like the Pendiq 2.0 Insulin Pen. +It supports wireless connections to G4, G5, G6, G7, Medtrum A6, Libre via NFC and Bluetooth, 630G, 640G, 670G pumps, CareSens Air and Eversense CGM via companion apps. Bluetooth Glucose Meters such as the Contour Next One, AccuChek Guide, Verio Flex & Diamond Mini as well as devices like the Pendiq 2.0 Insulin Pen. Heart-rate and step counter data is processed from Android Wear, Garmin, Fitbit and Pebble smart-watches and watch-faces for those that show glucose values and graphs. diff --git a/app/src/main/java/com/eveningoutpost/dexdrip/utilitymodels/SourceWizard.java b/app/src/main/java/com/eveningoutpost/dexdrip/utilitymodels/SourceWizard.java index 8d736ffd1d..703f4defe4 100644 --- a/app/src/main/java/com/eveningoutpost/dexdrip/utilitymodels/SourceWizard.java +++ b/app/src/main/java/com/eveningoutpost/dexdrip/utilitymodels/SourceWizard.java @@ -68,6 +68,7 @@ public class SourceWizard { Tree other = root.addChild(new Item(gs(R.string.other), gs(R.string.which_type_of_device), R.drawable.wikimedia_question_mark)); { other.addChild(new Item("640G / 670G", DexCollectionType.NSEmulator, R.drawable.mm600_series)); + other.addChild(new Item("CareSens Air", DexCollectionType.NSEmulator, R.drawable.caresens_air_icon_image)); other.addChild(new Item("Medtrum A6 / S7", DexCollectionType.Medtrum, R.drawable.a6_icon)); other.addChild(new Item("Nightscout Follower", DexCollectionType.NSFollow, R.drawable.nsfollow_icon)); other.addChild(new Item("Dex Share Follower", DexCollectionType.SHFollow, R.drawable.nsfollow_icon)); diff --git a/app/src/main/res/drawable-xhdpi/caresens_air_icon_image.png b/app/src/main/res/drawable-xhdpi/caresens_air_icon_image.png new file mode 100755 index 0000000000..4bb1e6578e Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/caresens_air_icon_image.png differ