Commit Graph

462 Commits

Author SHA1 Message Date
Robin E. R. Davies 7cecd4da0d Marke as Relese Candidate 2025-09-06 18:46:46 -04:00
Robin E. R. Davies 930f3009a2 1.5.90 Versioning 2025-09-06 18:43:25 -04:00
Robin Davies b626e97695 Add input field with inputmode set to 'url'
Signed-off-by: Robin Davies <rerdavies@gmail.com>
2025-09-05 17:36:11 -04:00
Robin Davies 3ac20deedc Correct spelling of 'Samsung' in phone_test.html
Signed-off-by: Robin Davies <rerdavies@gmail.com>
2025-09-05 17:27:40 -04:00
Robin Davies ee739cd3d1 Update phone test page for Samsung device detection
Signed-off-by: Robin Davies <rerdavies@gmail.com>
2025-09-05 17:25:43 -04:00
Robin Davies c59eb4f9e3 Update phone_test.html
Signed-off-by: Robin Davies <rerdavies@gmail.com>
2025-09-05 17:20:04 -04:00
Robin Davies bd235d7933 Change inputmode from numeric to decimal in phone_test.html
Signed-off-by: Robin Davies <rerdavies@gmail.com>
2025-09-05 17:13:33 -04:00
Robin Davies 21feb82f8f Add phone_test.html for input testing
Signed-off-by: Robin Davies <rerdavies@gmail.com>
2025-09-05 15:34:10 -04:00
Hans P. Möller b89164e30d Fix typo in pipedald daemon.
change from pipedal to pipedald

Signed-off-by: Hans P. Möller <30954443+hmollercl@users.noreply.github.com>
2025-08-25 14:33:11 -04:00
Robin E. R. Davies d149577cd8 v1.4.89 TInternal 2025-08-21 19:02:59 -04:00
Robin E. R. Davies 555a233dcb libbz2-dev dependency 2025-08-18 16:09:25 -04:00
Robin E. R. Davies c85ea490ac Release notes 1.4.88 2025-08-18 09:14:14 -04:00
Robin E. R. Davies 8cc1c7de2e Release notes edit. 2025-08-10 08:50:00 -04:00
Robin E. R. Davies 9f6bd7f321 v1.4.87 versioning. 2025-08-10 08:13:42 -04:00
Robin E. R. Davies 4de6a8a67a v1.4.86 versioning. 2025-08-06 09:39:08 -04:00
Robin E. R. Davies b1f80785a1 Checkpoint 2025-08-01 20:21:55 -04:00
Robin E. R. Davies af5b1542b1 Complete FAQ 2025-07-29 14:40:49 -04:00
Robin E. R. Davies 8d53a9fe02 FAQ edit 2025-07-28 17:25:00 -04:00
Robin E. R. Davies e71c4f3f02 v1.4.85 versioning 2025-07-26 18:42:52 -04:00
Extremesecrecy 56d66ef7db Tabs and check script and dependency
Removed tabs (tabs to spaces). Remove the check_deps.sh. removed libwebsocketpp-dev from dependencies. BTW, this is in cmake.yml.
2025-07-24 20:31:40 -07:00
Extremesecrecy 225eddcf96 Update TheBuildSystem.md
Removed lines as per Robin.
2025-07-24 20:03:24 -07:00
Extremesecrecy 874d859916 Email Changes - Backwards Compatibility
Introduce legacy alsaDevice_ field in JackServerSettings to preserve compatibility with older configs. Include this field in serialization to allow old config files to load. Add migration logic in Storage::GetJackServerSettings to copy the legacy device value to new separate input/output fields and clear the legacy value after migration.

Update frontend validation so that device selections are only validated when the user presses OK. Improve buffer selection logic to prioritize 32×4, then other x4, x3, or x2 options, falling back to 64×3 if none match.

Use standard MUI styling for device selectors. Labels stay above the field and no longer animate. Dropdown labels now use background padding to prevent underline overlap.

Add a compactWidth flag to adjust layout on narrow screens. Stack device selectors vertically in compact mode while keeping the refresh button on the right. Refreshing ALSA info sets unknown device IDs to a blank value.

Add real-time status updates with a polling timer. Separate Apply and OK handlers so settings can be tested without closing the dialog. Add an Apply button alongside Cancel and OK.

Update the UI summary logic to show “Input → Output” when devices differ and “Not selected” when config is incomplete. Filter out internal devices like HDMI and bcm2835 from the device list.

Retain the legacy alsaDevice_ field in the JSON for backward compatibility, with helper accessors and documentation for legacy constructor behavior. Update latency text calculation to show when sample rate and buffer size are defined, even if the config is invalid.

Removed libsdl2-dev from dependency checking and dependencies.
2025-07-24 19:27:39 -07:00
Extremesecrecy 98708821be Housekeeping BuildSystem update
Documented how to build only the command-line tool by running cmake --build build --target pipedalconfig in the build instructions
2025-07-24 10:09:09 -07:00
Extremesecrecy 12ecf3c209 Housekeeping - documentation update.
Introduced a new dependency checking script that validates required apt packages before building the project

Documented the expanded package list and instructions for running the script within the build prerequisites documentation

Updated build system instructions to call the dependency checker prior to configuring with CMake
2025-07-24 08:20:24 -07:00
Robin E. R. Davies 1af5e0d1ca FAQ 2025-07-24 03:19:49 -04:00
Robin E. R. Davies 7ecd889f5b Merge branch 'dev' of https://github.com/rerdavies/pipedal into dev 2025-07-23 17:12:10 -04:00
Robin E. R. Davies 0808fd62c9 Add FAQ... 2025-07-23 17:12:04 -04:00
Robin E. R. Davies 94637afa55 v1.4.83 Versining 2025-07-23 15:16:51 -04:00
ExtremesecrecyOne 7fc2ca7cdf Typos
Corrected typos.
2025-07-22 21:01:57 -07:00
Robin E. R. Davies 052aa681a1 v1.4.82 versioning 2025-07-22 22:51:28 -04:00
ExtremesecrecyOne 1ca0973833 Fixes to Changes.
Added helper functions to combine and intersect ALSA device capabilities, ensuring validation works across separate input and output devices

Updated buffer handling logic to use both selected devices and compute min/max sizes appropriately

Revised validation to check both ALSA input and output devices when enabling the OK button

Simplified rendering logic to intersect sample rates and buffer options for the chosen devices

AlsaDriver single device err calls fixed.

Added guidance on using USB audio interfaces or Raspberry Pi audio HATs and choosing separate ALSA input and output devices during setup

Clarified that the Audio Device Settings dialog allows independent configuration of input and output devices, with updated instructions for selecting audio channels
2025-07-22 17:51:33 -07:00
Robin E. R. Davies 884eb31619 Release notes copyedit. 2025-07-21 14:27:55 -04:00
Robin E. R. Davies 3bbba23ea6 Release notes copyedit. 2025-07-21 12:36:07 -04:00
Robin Davies 486a9f356f Merge pull request #344 from rerdavies/dev-modui
v1.4.68
2025-07-21 12:22:16 -04:00
Robin E. R. Davies 5de8307625 Relese not for same. 2025-07-21 12:17:02 -04:00
Robin E. R. Davies 7f8b272504 Crash guard: prevent loading of preset if it has caused crashes. 2025-07-21 12:09:27 -04:00
Robin E. R. Davies d768883a9b v1,4,68 versioning and relese notes. 2025-07-21 01:10:52 -04:00
Robin E. R. Davies 200719af58 MOD UI Docs. 2025-07-20 15:53:49 -04:00
Robin E. R. Davies b261f98167 Experimental commit for issue #337; valgrind fixes. 2025-07-19 21:37:46 -04:00
Robin E. R. Davies 9b6798134d Screen orientation, Keep Display on (in Android Client) 2025-07-19 00:06:17 -04:00
Robin Davies e5a014be4c Create custom-head.html
Signed-off-by: Robin Davies <rerdavies@gmail.com>
2025-07-14 19:32:59 -04:00
Robin Davies a05bc5cba4 Delete docs/_includes/head.html
Signed-off-by: Robin Davies <rerdavies@gmail.com>
2025-07-14 19:20:40 -04:00
Robin Davies 8418a2890f Update head.html
Signed-off-by: Robin Davies <rerdavies@gmail.com>
2025-07-14 19:17:47 -04:00
Robin Davies 9d742beadf Create head.html
Signed-off-by: Robin Davies <rerdavies@gmail.com>
2025-07-14 19:16:51 -04:00
Robin Davies c984ced5eb .png for jekyll from hell.
Signed-off-by: Robin Davies <rerdavies@gmail.com>
2025-07-14 19:01:56 -04:00
Robin Davies f2b0ec851b Delete docs/favicon.ico
Signed-off-by: Robin Davies <rerdavies@gmail.com>
2025-07-14 19:01:15 -04:00
Robin E. R. Davies 818a08824c Android Cilent Layout Issues 2025-07-14 18:13:09 -04:00
Jiri Popek 7c00699702 web: add favicon.ico 2025-07-14 18:58:34 +02:00
Robin E. R. Davies fddfde9313 Facebook groups header image. 2025-07-01 23:33:56 -04:00
Robin E. R. Davies 2aa7d275ab Added architecture diagram 2025-07-01 21:20:02 -04:00