|
40 | 40 | android:dependency="force_wearG5" |
41 | 41 | android:key="disable_wearG5_on_missedreadings" |
42 | 42 | android:summary="@string/pref_summary_disable_wearG5_on_missedreadings" |
| 43 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 44 | + android:switchTextOn="@string/short_on_text_for_switches" |
43 | 45 | android:title="@string/pref_disable_wearG5_on_missedreadings" /> |
44 | 46 | <EditTextPreference |
45 | 47 | android:defaultValue="30" |
|
330 | 332 | android:dependency="bluejay_enabled" |
331 | 333 | android:key="bluejay_send_alarms" |
332 | 334 | android:summary="Send xDrip generated alarms to the watch" |
| 335 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 336 | + android:switchTextOn="@string/short_on_text_for_switches" |
333 | 337 | android:title="Send Alarms" /> |
334 | 338 | <CheckBoxPreference |
335 | 339 | android:defaultValue="false" |
|
366 | 370 | android:dependency="bluejay_enabled" |
367 | 371 | android:key="bluejay_use_motion_wake" |
368 | 372 | android:summary="Use a shake of the wrist to wake BlueJay. Adjust sensitivity below." |
| 373 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 374 | + android:switchTextOn="@string/short_on_text_for_switches" |
369 | 375 | android:title="Wake with motion" /> |
370 | 376 |
|
371 | 377 | <SeekBarPreference |
|
505 | 511 | android:dependency="lefun_enabled" |
506 | 512 | android:key="lefun_send_alarms" |
507 | 513 | android:summary="@string/summary_lefun_send_alarms" |
| 514 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 515 | + android:switchTextOn="@string/short_on_text_for_switches" |
508 | 516 | android:title="@string/title_lefun_send_alarms" /> |
509 | 517 | <CheckBoxPreference |
510 | 518 | android:defaultValue="true" |
|
568 | 576 | android:defaultValue="false" |
569 | 577 | android:key="miband_enabled" |
570 | 578 | android:summary="@string/summary_miband_enable" |
| 579 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 580 | + android:switchTextOn="@string/short_on_text_for_switches" |
571 | 581 | android:title="@string/title_miband_enable" /> |
572 | 582 | <EditTextPreference |
573 | 583 | android:key="miband_data_mac" |
|
584 | 594 | android:dependency="miband_enabled" |
585 | 595 | android:key="miband_send_readings" |
586 | 596 | android:summary="@string/summary_lefun_send_readings" |
| 597 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 598 | + android:switchTextOn="@string/short_on_text_for_switches" |
587 | 599 | android:title="@string/title_lefun_send_readings" /> |
588 | 600 | <SwitchPreference |
589 | 601 | android:defaultValue="true" |
590 | 602 | android:dependency="miband_send_readings" |
591 | 603 | android:key="miband_send_readings_as_notification" |
592 | 604 | android:summary="@string/summary_miband_send_readings_as_notification" |
| 605 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 606 | + android:switchTextOn="@string/short_on_text_for_switches" |
593 | 607 | android:title="@string/title_miband_send_readings_as_notification" /> |
594 | 608 | <SwitchPreference |
595 | 609 | android:defaultValue="true" |
596 | 610 | android:dependency="miband_send_readings" |
597 | 611 | android:key="miband_vibrate_on_readings" |
| 612 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 613 | + android:switchTextOn="@string/short_on_text_for_switches" |
598 | 614 | android:title="@string/title_miband_vibrate_on_readings" /> |
599 | 615 | <SwitchPreference |
600 | 616 | android:defaultValue="true" |
601 | 617 | android:dependency="miband_enabled" |
602 | 618 | android:key="miband_send_alarms" |
603 | 619 | android:summary="@string/summary_lefun_send_alarms" |
| 620 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 621 | + android:switchTextOn="@string/short_on_text_for_switches" |
604 | 622 | android:title="@string/title_lefun_send_alarms" /> |
605 | 623 | <CheckBoxPreference |
606 | 624 | android:defaultValue="false" |
|
645 | 663 | <SwitchPreference |
646 | 664 | android:defaultValue="true" |
647 | 665 | android:key="miband_feature_lift_to_wake" |
| 666 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 667 | + android:switchTextOn="@string/short_on_text_for_switches" |
648 | 668 | android:title="@string/title_lefun_feature_lift_to_wak" /> |
649 | 669 | <SwitchPreference |
650 | 670 | android:defaultValue="true" |
651 | 671 | android:key="miband_feature_switch_display_on_wrist" |
| 672 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 673 | + android:switchTextOn="@string/short_on_text_for_switches" |
652 | 674 | android:title="@string/title_miband_switch_display_on_wrist" /> |
653 | 675 | <SwitchPreference |
654 | 676 | android:defaultValue="true" |
|
661 | 683 | android:defaultValue="true" |
662 | 684 | android:key="miband_feature_goal_notification" |
663 | 685 | android:summary="@string/summary_miband_goal_notification" |
| 686 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 687 | + android:switchTextOn="@string/short_on_text_for_switches" |
664 | 688 | android:title="@string/title_miband_goal_notification" /> |
665 | 689 | <SwitchPreference |
666 | 690 | android:key="miband_feature_anti_lost" |
| 691 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 692 | + android:switchTextOn="@string/short_on_text_for_switches" |
667 | 693 | android:title="@string/title_lefun_feature_anti_lost" /> |
668 | 694 | <SwitchPreference |
669 | 695 | android:defaultValue="true" |
670 | 696 | android:key="miband_feature_locale_24_hour" |
671 | 697 | android:summary="@string/summary_miband_locale_24_hour" |
| 698 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 699 | + android:switchTextOn="@string/short_on_text_for_switches" |
672 | 700 | android:title="@string/title_miband_locale_24_hour" /> |
673 | 701 | <SwitchPreference |
674 | 702 | android:defaultValue="true" |
675 | 703 | android:key="miband_feature_show_date" |
| 704 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 705 | + android:switchTextOn="@string/short_on_text_for_switches" |
676 | 706 | android:title="@string/title_miband_show_date" /> |
677 | 707 | <SwitchPreference |
678 | 708 | android:defaultValue="true" |
679 | 709 | android:key="miband_feature_visibility" |
680 | 710 | android:summary="@string/summary_miband_visibility" |
| 711 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 712 | + android:switchTextOn="@string/short_on_text_for_switches" |
681 | 713 | android:title="@string/title_miband_visibility" /> |
682 | 714 | </PreferenceCategory> |
683 | 715 | <PreferenceCategory |
|
687 | 719 | android:defaultValue="false" |
688 | 720 | android:key="miband_nightmode_enabled" |
689 | 721 | android:summary="@string/summary_miband_nightmode_enabled" |
| 722 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 723 | + android:switchTextOn="@string/short_on_text_for_switches" |
690 | 724 | android:title="@string/title_miband_nightmode_enabled" /> |
691 | 725 | <com.eveningoutpost.dexdrip.utils.TimePreference |
692 | 726 | android:key="miband_nightmode_start" |
|
1030 | 1064 | android:key="health_connect_enable" |
1031 | 1065 | android:title="@string/use_health_connect" |
1032 | 1066 | android:summary="@string/requires_android_8_and_google_companion_application_or_android_14" |
| 1067 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 1068 | + android:switchTextOn="@string/short_on_text_for_switches" |
1033 | 1069 | /> |
1034 | 1070 | <SwitchPreference |
1035 | 1071 | android:key="health_connect_receive" |
1036 | 1072 | android:defaultValue="true" |
1037 | 1073 | android:summary="@string/get_data_from_health_connect" |
| 1074 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 1075 | + android:switchTextOn="@string/short_on_text_for_switches" |
1038 | 1076 | android:dependency="health_connect_enable" |
1039 | 1077 | /> |
1040 | 1078 | <SwitchPreference |
1041 | 1079 | android:key="health_connect_send" |
1042 | 1080 | android:summary="@string/send_data_to_health_connect" |
| 1081 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 1082 | + android:switchTextOn="@string/short_on_text_for_switches" |
1043 | 1083 | android:dependency="health_connect_enable" |
1044 | 1084 | /> |
1045 | 1085 | <Preference |
|
1379 | 1419 | android:defaultValue="false" |
1380 | 1420 | android:key="blueReader_turn_off" |
1381 | 1421 | android:summary="@string/bluereader_turnoff_sum" |
| 1422 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 1423 | + android:switchTextOn="@string/short_on_text_for_switches" |
1382 | 1424 | android:title="@string/bluereader_turnoff" /> |
1383 | 1425 | <SeekBarPreference |
1384 | 1426 | android:defaultValue="5" |
|
1392 | 1434 | android:defaultValue="false" |
1393 | 1435 | android:key="blueReader_suppressuglystatemsg" |
1394 | 1436 | android:summary="@string/summary_Suppress_the_ugly_state_message_if_Problem_appears" |
| 1437 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 1438 | + android:switchTextOn="@string/short_on_text_for_switches" |
1395 | 1439 | android:title="@string/title_supress_ugly_state_message" /> |
1396 | 1440 | <SwitchPreference |
1397 | 1441 | android:defaultValue="false" |
1398 | 1442 | android:key="blueReader_writebatterylog" |
1399 | 1443 | android:summary="@string/summary_write_Battery_Information_for_additional_analytic" |
| 1444 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 1445 | + android:switchTextOn="@string/short_on_text_for_switches" |
1400 | 1446 | android:title="@string/title_Batterylog" /> |
1401 | 1447 | </PreferenceScreen> |
1402 | 1448 |
|
|
1407 | 1453 | android:defaultValue="false" |
1408 | 1454 | android:key="Libre2_showRawGraph" |
1409 | 1455 | android:summary="@string/summary_Lib2_show_raw_values" |
| 1456 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 1457 | + android:switchTextOn="@string/short_on_text_for_switches" |
1410 | 1458 | android:title="@string/title_Lib2_show_raw_values" /> |
1411 | 1459 | <SwitchPreference |
1412 | 1460 | android:defaultValue="false" |
1413 | 1461 | android:key="Libre2_showSensors" |
1414 | 1462 | android:summary="@string/summary_Lib2_show_sense_on_status" |
| 1463 | + android:switchTextOff="@string/short_off_text_for_switches" |
| 1464 | + android:switchTextOn="@string/short_on_text_for_switches" |
1415 | 1465 | android:title="@string/title_Lib2_show_sense_on_status" /> |
1416 | 1466 | </PreferenceScreen> |
1417 | 1467 |
|
|
0 commit comments