Skip to content

Commit e0272ba

Browse files
committed
Revert "#1607 rename parallel triggers to "combination""
This reverts commit 415bdc0.
1 parent 0d47cfd commit e0272ba

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This is not an April Fool's joke ;)
1616

1717
- Turn off flashlight when using decrease brightness action.
1818
- Animate floating buttons in and out.
19-
- #1607 rename parallel triggers to "combination"
2019

2120
## Bug fixes
2221

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">Combination</string>
156+
<string name="radio_button_parallel">At the same time</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 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>
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>
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)