diff --git a/CustomizationSelect.sh b/CustomizationSelect.sh index a7774da..16551e0 100755 --- a/CustomizationSelect.sh +++ b/CustomizationSelect.sh @@ -753,6 +753,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 2329\n" + printf " https://github.com/LoopKit/Loop/pull/2329\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\n" +} + # list patches in this order with args: # User facing information for option # Folder name in the patch repo @@ -781,6 +793,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 b477e58..6a563da 100644 --- a/src/CustomizationSelect.sh +++ b/src/CustomizationSelect.sh @@ -62,6 +62,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 2329\n" + printf " https://github.com/LoopKit/Loop/pull/2329\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\n" +} + # list patches in this order with args: # User facing information for option # Folder name in the patch repo @@ -90,6 +102,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