Skip to content

Commit 415bdc0

Browse files
committed
#1607 rename parallel triggers to "combination"
1 parent 487d090 commit 415bdc0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ _See the changes from previous 3.0 Beta releases as well._
1414

1515
- Turn off flashlight when using decrease brightness action.
1616
- Animate floating buttons in and out.
17+
- #1607 rename parallel triggers to "combination"
1718

1819
## Bug fixes
1920

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<!-- Hints -->
154154

155155
<!-- Radio buttons -->
156-
<string name="radio_button_parallel">At the same time</string>
156+
<string name="radio_button_parallel">Combination</string>
157157
<string name="radio_button_sequence">In sequence</string>
158158
<string name="radio_button_and">AND</string>
159159
<string name="radio_button_or">OR</string>
@@ -417,7 +417,7 @@
417417

418418
<string name="dialog_message_cant_find_accessibility_settings_page">Your device doesn\'t seem to have an accessibility services settings page. Tap \"guide\" to read the online guide that explains how to fix this.</string>
419419
<string name="dialog_message_parallel_trigger_order">The keys need to be listed from top to bottom in the order that they will be held down.</string>
420-
<string name="dialog_message_sequence_trigger_explanation">A \"sequence\" trigger has a timeout unlike parallel triggers. This means after you press the first key, you will have a set amount of time to input the rest of the keys in the trigger. All the keys that you have added to the trigger won\'t do their usual action until the timeout has been reached. You can change this timeout in the "Options" tab.</string>
420+
<string name="dialog_message_sequence_trigger_explanation">A \"sequence\" trigger has a timeout unlike combination triggers. This means after you press the first key, you will have a set amount of time to input the rest of the keys in the trigger. All the keys that you have added to the trigger won\'t do their usual action until the timeout has been reached. You can change this timeout in the "Options" tab.</string>
421421
<string name="dialog_message_bt_constraint_limitation">Android doesn\'t allow apps to get a list of connected (not paired) Bluetooth devices. Apps can only detect when they are connected and disconnected. So if your Bluetooth device is already connected to your device when the accessibility service starts, you will have to reconnect it for the app to know it is connected.</string>
422422
<string name="dialog_message_change_location_or_disable">Change location or turn off automatic back up?</string>
423423
<string name="dialog_message_screen_constraints_limitation">Screen on/off constraints will only work if you have turned on the \"detect trigger when screen is off\" key map option. This option will only show for some keys (e.g volume buttons) and if you are rooted. See a list of supported keys on the Help page.</string>

0 commit comments

Comments
 (0)