Compare commits

..

No commits in common. "9a1796f2eb75d975e4f4ade4cb2c53be7fad1d98" and "810c7488c4d3b04fcaa22bbf9fce8154fd6ac293" have entirely different histories.

3 changed files with 5 additions and 6 deletions

View File

@ -692,7 +692,7 @@ public class Miscellaneous extends Service
if(result.length() < 2) if(result.length() < 2)
result = "0" + result; result = "0" + result;
source = source.replace("[s]", result); source = source.replace("[s]", String.valueOf(cal.get(Calendar.SECOND)));
} }
if(source.contains("[ms]")) if(source.contains("[ms]"))

View File

@ -602,7 +602,7 @@
<string name="tabsPlacement">Position der Tableiste</string> <string name="tabsPlacement">Position der Tableiste</string>
<string name="top">Oben</string> <string name="top">Oben</string>
<string name="bottom">Unten</string> <string name="bottom">Unten</string>
<string name="tabsPlacementSummary">Wo soll die Taskleiste angezeigt werden?</string> <string name="tabsPlacementSummary">Wol soll die Taskleiste angezeigt werden?</string>
<string name="tones">Klingeltöne</string> <string name="tones">Klingeltöne</string>
<string name="miscellaneous">Verschiedenes</string> <string name="miscellaneous">Verschiedenes</string>
<string name="dnd">Nicht stören</string> <string name="dnd">Nicht stören</string>

View File

@ -1,6 +1,5 @@
* Fixed: Run executable action - when editing values were not loaded in editor * Fixed: Run executable action - when editing values were not loaded in editor
* 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: Variables usable in intent parameters
* Added: Polish translation added
* Removed: Removed toasts for computer connection/disconnection * Removed: Removed toasts for computer connection/disconnection
* Fixed: Closing notification didn't work if Automation's own service notification was hidden
* Added: Polish translation added