Minor corrections
This commit is contained in:
parent
9a1796f2eb
commit
b047cde4ea
@ -304,6 +304,12 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/addIntentValue" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginVertical="@dimen/default_margin"
|
||||
android:text="@string/intentParametersHint" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -885,4 +885,5 @@
|
||||
<string name="android.permission.SYSTEM_ALERT_WINDOW">Draw over other apps</string>
|
||||
<string name="overlayPermissionHint">After clicking OK you\'ll be sent to a system dialog. Please select Automation there and allow "draw over other apps".</string>
|
||||
<string name="variablesOnlyForTypes">Variables are only available for parameter types String and URI</string>
|
||||
<string name="intentParametersHint">If you want to specify a parameter you also have to click \"Add intent pair\". Otherwise your changes will not be saved.</string>
|
||||
</resources>
|
@ -2,5 +2,5 @@
|
||||
* Fixed: Leading zero in seconds-variable was missing for one-digit numbers
|
||||
* Fixed: Closing notification didn't work if Automation's own service notification was hidden
|
||||
* Added: Variables usable in intent parameters
|
||||
* Added: Polish translation added
|
||||
* Added: Polish translation
|
||||
* Removed: Removed toasts for computer connection/disconnection
|
Loading…
Reference in New Issue
Block a user