Skip to content

Commit

Permalink
Add 1.0.1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pcprince committed Jan 4, 2024
1 parent a3897b9 commit 114abbd
Show file tree
Hide file tree
Showing 12 changed files with 2,906 additions and 1,980 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AudioMoth GPS Sync App #
An Electron-based application to generate WAV files synchronised with GPS time from the files generated by the AudioMoth-GPS-Sync firmware.
An Electron-based application for generating synchronised WAV files from the WAV and CSV files generated by the AudioMoth-GPS-Sync firmware.

For more details, visit [AudioMoth Labs](https://www.openacousticdevices.info/labs).
For more details on the device itself, visit [www.openacousticdevices.info](http://www.openacousticdevices.info).

### Usage ###
Once the repository has been cloned, you must either have electron-builder installed globally, or get it for the app specifically by running:
Expand All @@ -24,7 +24,7 @@ This will place a packaged version of the app and an installer for the platform
For detailed usage instructions of the app itself and to download prebuilt installers of the latest stable version for all platforms, visit the app support site [here](https://www.openacousticdevices.info/labs).

### Related Repositories ###
* [AudioMoth GPS Sync](https://github.com/OpenAcousticDevices/AudioMoth-GPS-Sync)
* [AudioMoth-GPS-Sync](https://github.com/OpenAcousticDevices/AudioMoth-GPS-Sync)

### License ###

Expand Down
14 changes: 14 additions & 0 deletions build/entitlements.mac.inherit.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
Binary file added build/icon.icns
Binary file not shown.
Binary file added build/icon.ico
Binary file not shown.
Binary file added build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 47 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@

<body style="font-size: 10pt; overflow-x:hidden; font-family: Helvetica, Arial, sans-serif;-webkit-user-select: none; -webkit-app-region: drag;">

<div class="container" style="text-align: center; padding: 11px;">
<div class="container" style="padding: 8px;">

<div class="fixed-bottom" style="width: 100%; padding: 11px; padding-top: 8px;">
<div class="row">

<div class="row" style="margin-top: 8px;">
<div style="border: #cdcdcd thin solid; margin-left: 15px; width: 543px;">
<div class="col-12" style="text-align: center; padding-bottom: 8px; padding-left: 12px; padding-right: 12px;">

<div style="border: #cdcdcd thin solid; width: 100%;">

<div class="row" style="margin-top: 8px; margin-bottom: 8px;">
<div class="col-9" style="text-align: left;">
Expand All @@ -24,7 +25,7 @@
<input id="synced-192-checkbox" type="checkbox" style="margin-right: 21px;">
</div>
</div>

<div class="row" style="margin-bottom: 8px;">
<div class="col-9" style="text-align: left;">
<span id="auto-resolve-label" style="margin-left: 17px;">Try to auto-resolve issues with poor GPS signal reception:</span>
Expand All @@ -33,13 +34,19 @@
<input id="auto-resolve-checkbox" type="checkbox" style="margin-right: 21px;">
</div>
</div>

</div>

</div>

<div class="row" style="margin-top: 8px;">
<div style="border: #cdcdcd thin solid; margin-left: 15px; width: 543px;">

</div>

<div class="row">

<div class="col-12" style="text-align: center; padding-bottom: 8px; padding-left: 12px; padding-right: 12px;">

<div style="border: #cdcdcd thin solid; width: 100%;">

<div class="row" style="margin-top: 1%; margin-bottom: 8px;">
<div class="col-12">
<div style="margin-left: 8px; margin-right: 8px">
Expand Down Expand Up @@ -74,7 +81,7 @@
</div>
</div>
</div>

<div class="row" style="margin-top: 8px; margin-bottom: 8px;">
<div class="col-4">
<button id="file-button" class="btn btn-primary" style="width: 100%; margin-left: 16px;">Select Files</button>
Expand All @@ -86,11 +93,17 @@
</div>
</div>
</div>

</div>

<div class="row" style="margin-top: 8px;">
<div style="border: #cdcdcd thin solid; margin-left: 15px; width: 543px;">

</div>

<div class="row">

<div class="col-12" style="text-align: center; padding-bottom: 8px; padding-left: 12px; padding-right: 12px;">

<div style="border: #cdcdcd thin solid; width: 100%;">

<div class="row" style="margin-top: 8px; margin-bottom: 8px;">
<div class="col-1">
<input id="prefix-checkbox" type="checkbox" style="margin-left: 16px; margin-top: 9px;">
Expand All @@ -106,13 +119,19 @@
</div>
</div>
</div>

</div>
</div>

<div class="row" style="margin-top: 8px;">
<div style="border: #cdcdcd thin solid; margin-left: 15px; width: 543px;">
</div>

</div>

<div class="row">

<div class="col-12" style="text-align: center; padding-bottom: 8px; padding-left: 12px; padding-right: 12px;">

<div style="border: #cdcdcd thin solid; width: 100%;">

<div class="row" style="margin-top: 12px; margin-bottom: 8px;">
<div class="col-9" style="text-align: left;">
<span style="margin-left: 17px;">Enable destination folder:</span>
Expand Down Expand Up @@ -143,13 +162,21 @@
</div>

</div>

</div>

<div class="row" style="margin-top: 8px;">
<div class="col-12">
<button id="sync-button" class="btn btn-success" disabled style="width: 100%;">Sync Files</button>
</div>

<div class="fixed-bottom" style="padding: 8px; padding-top: 8px;">

<div style="width: 100%;">
<div class="row">
<div class="col-12">
<button id="sync-button" class="btn btn-success" disabled style="width: 100%;">Sync Files</button>
</div>
</div>
</div>

</div>

</body>
Expand Down
Loading

0 comments on commit 114abbd

Please sign in to comment.