diff --git a/CustomizationSelect.sh b/CustomizationSelect.sh index 111cc87..9621122 100755 --- a/CustomizationSelect.sh +++ b/CustomizationSelect.sh @@ -755,6 +755,18 @@ function message_for_remote_window() { printf " https://www.loopandlearn.org/loop-features-in-development#remote-window\n\n" } +function message_for_food_search() { + printf " Preliminary customization for AI-Enabled Food Search, PR 2325\n" + printf " Choose other desired customizations first;\n" + printf " and then add this one last.\n" + printf " Order is not independent for this customization with respect to:\n" + printf " Profile Save & Load, Basal Lock and Live Activity\n" + printf " Ignore messages about conflicts after this is appled:\n" + printf " if a customization is already applied before this one,\n" + printf " it remains in place after this one is added\n" + printf " https://github.com/LoopKit/Loop/pull/2325\n\n" +} + # list patches in this order with args: # User facing information for option # Folder name in the patch repo @@ -783,6 +795,8 @@ add_customization "Negative Insulin Damper" "negative_insulin" "message_for_nega add_customization "Increase Remote Window to 15 minutes" "remote_window" "message_for_remote_window" +add_customization "Preliminary Food Search" "food_search" "message_for_food_search" "1" + add_translation "2002" "profiles" param_zero_is_customization diff --git a/src/CustomizationSelect.sh b/src/CustomizationSelect.sh index f337658..5c23fd9 100644 --- a/src/CustomizationSelect.sh +++ b/src/CustomizationSelect.sh @@ -64,6 +64,18 @@ function message_for_remote_window() { printf " https://www.loopandlearn.org/loop-features-in-development#remote-window\n\n" } +function message_for_food_search() { + printf " Preliminary customization for AI-Enabled Food Search, PR 2325\n" + printf " Choose other desired customizations first;\n" + printf " and then add this one last.\n" + printf " Order is not independent for this customization with respect to:\n" + printf " Profile Save & Load, Basal Lock and Live Activity\n" + printf " Ignore messages about conflicts after this is appled:\n" + printf " if a customization is already applied before this one,\n" + printf " it remains in place after this one is added\n" + printf " https://github.com/LoopKit/Loop/pull/2325\n\n" +} + # list patches in this order with args: # User facing information for option # Folder name in the patch repo @@ -92,6 +104,8 @@ add_customization "Negative Insulin Damper" "negative_insulin" "message_for_nega add_customization "Increase Remote Window to 15 minutes" "remote_window" "message_for_remote_window" +add_customization "Preliminary Food Search" "food_search" "message_for_food_search" "1" + add_translation "2002" "profiles" param_zero_is_customization