Skip to content

Commit

Permalink
Updated to version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BarRaider committed Jan 16, 2019
1 parent 78c501f commit 058f1f5
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 17 deletions.
Binary file removed Stopwatch/Images/action1.png
Binary file not shown.
Binary file removed Stopwatch/Images/action1@2x.png
Binary file not shown.
Binary file modified Stopwatch/Images/pluginIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Stopwatch/Images/pluginIcon@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions Stopwatch/PluginContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ private async void Connection_OnSendToPlugin(object sender, StreamDeckEventRecei
{
instancesLock.Release();
}
System.Diagnostics.Debug.WriteLine($"PLUGIN: {JsonConvert.SerializeObject(e.Event)}");

}

private void Connection_OnConnected(object sender, EventArgs e)
Expand Down
10 changes: 8 additions & 2 deletions Stopwatch/PropertyInspector/Stopwatch/Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
</head>
<body>
<div class="sdpi-wrapper">
<div type="checkbox" class="sdpi-item" id="MultilineStopwatch">
<details class="message info">
<summary>For feedback/suggestions contact me at <a href="https://BarRaider.github.io" target="_blank">https://BarRaider.github.io</a> </summary>
</details>

<div type="checkbox" class="sdpi-item" id="MultilineStopwatch">
<div class="sdpi-item-label">Multiline</div>
<div class="sdpi-item-value">
<input id="cbMultiline" type="checkbox" value="" oninput="updateSettings()">
Expand All @@ -24,8 +28,10 @@
<label for="cbClickResume" class="sdpi-item-label"><span></span>Unpausing does not reset</label>
</div>
</div>
<details class="message">
<summary>Long press the key to reset the stopwatch</summary>
</details>
</div>

<script src="../Index.js"></script>
</body>
</html>
8 changes: 1 addition & 7 deletions Stopwatch/Stopwatch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectGuid>{A35FB18D-7867-4F77-A9F3-863BF6F18C6F}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Stopwatch</RootNamespace>
<AssemblyName>Stopwatch</AssemblyName>
<AssemblyName>com.barraider.stopwatch</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand Down Expand Up @@ -71,12 +71,6 @@
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="Images\action1%402x.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\action1.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\bg%402x.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down
2 changes: 1 addition & 1 deletion Stopwatch/StopwatchTimer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public async void SetSettingsAsync()

#region Private members

private const int RESET_COUNTER_KEYPRESS_LENGTH = 2;
private const int RESET_COUNTER_KEYPRESS_LENGTH = 1;

private Timer tmrStopwatch;
private InspectorSettings settings;
Expand Down
10 changes: 5 additions & 5 deletions Stopwatch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
}
],
"SupportedInMultiActions": false,
"Tooltip": "Stopwatch plugin for Stream Deck",
"Tooltip": "Stopwatch implementation with various display and behaviour settings",
"UUID": "com.barraider.stopwatch",
"PropertyInspectorPath": "PropertyInspector/Stopwatch/Index.html"
}
],
"Author": "BarRaider",
"Description": "Stopwatch implementation for Stream Deck",
"Description": "Stopwatch implementation with various display and behaviour settings",
"Name": "Stopwatch",
"Icon": "Images/pluginIcon",
"URL": "https://github.com/BarRaider/streamdeck-stopwatch",
"Version": "0.6",
"CodePath": "stopwatch.exe",
"URL": "https://barraider.github.io/",
"Version": "1.0",
"CodePath": "com.barraider.stopwatch",
"Category": "BarRaider",
"CategoryIcon": "Images/categoryIcon",
"OS": [
Expand Down

0 comments on commit 058f1f5

Please sign in to comment.