Simon Fondrie-Teitler
5bd2d9a58e
Merge branch 'main' into notifications
2025-08-09 14:17:22 -04:00
Markus Unterwaditzer
0a20e659be
Merge pull request #527 from EFForg/fix-rust-warnings
...
Fix clippy lints and warnings in Rust 1.89
2025-08-08 21:52:46 +02:00
Markus Unterwaditzer
ce599dc432
specify package.rust-version for daemon
2025-08-08 18:02:40 +02:00
Markus Unterwaditzer
85b50bc301
Remove unpack! macro
2025-08-08 03:12:38 +02:00
Markus Unterwaditzer
5249714717
Fix clippy lints and warnings in Rust 1.89
...
This will also require Rust 1.89 due to if-let.
2025-08-08 03:02:07 +02:00
Simon Fondrie-Teitler
67974264f9
Update Config object in svelte to add ntfy url
2025-08-06 13:12:10 -04:00
Simon Fondrie-Teitler
f562d33be3
Document notification configuration
2025-08-06 13:08:16 -04:00
Simon Fondrie-Teitler
0531aa0e3a
Require rust 1.88 so we can use let chains
2025-08-06 13:08:08 -04:00
Simon Fondrie-Teitler
dd78f5007d
Specify ntfy notification is from rayhunter
2025-08-06 13:07:25 -04:00
Simon Fondrie-Teitler
1c08708bc4
Set full ntfy url in config instead of just topic
2025-08-06 13:07:08 -04:00
Simon Fondrie-Teitler
481f02f81f
Merge branch 'main' into notifications
2025-08-05 17:30:07 -04:00
Markus Unterwaditzer
8c67a92b07
Merge pull request #511 from Tunas1337/uz801
...
Add UZ801 support
2025-08-05 21:23:27 +02:00
Markus Unterwaditzer
31bd60dea1
cargo fmt
2025-08-05 21:11:17 +02:00
Markus Unterwaditzer
13877f7209
cargo clippy
2025-08-05 21:05:31 +02:00
Andrej
f4522dbe3d
cargo fmt run
2025-08-05 14:21:19 -04:00
Matej Kovacic
30bb18016e
Update heuristics.md
2025-08-05 08:17:51 -07:00
Matej Kovacic
c6aa53acd2
Update heuristics.md
...
More explanation of logic behind analysers.
2025-08-05 08:17:51 -07:00
oopsbagel
c6882ed173
Merge pull request #515 from EFForg/installer-faster
...
Speed up file transfer for network-based installers
2025-08-05 00:30:46 +00:00
Markus Unterwaditzer
5c03f6ea03
Add reanalyze button
...
Add a reanalyze button for individual recordings in the analysis dropdown
As part of this, split out ApiRequestButton so that state transitions
(clickable -> loading/disabled -> done) can be shared across start/stop
recording and this new button. Other buttons might benefit from this as
well.
Also fix a broken checkbox while we're here.
2025-08-04 17:19:42 -07:00
Andrej
5184c6138d
uz801: Add uninstalling instructions
2025-08-04 13:23:14 -04:00
Andrej
c893f8e2a9
uz801: update docs
2025-08-04 13:16:46 -04:00
Andrej
2e6343c343
uz801: clippy fixes
2025-08-04 11:35:23 -04:00
Andrej
da4a86be13
uz801: Installer improvements
2025-08-04 11:33:37 -04:00
Andrej
55794cbdd5
uz801: Fix clippy warnings
2025-08-03 20:03:01 -04:00
Andrej
e36b490d15
uz801: installer: Add file transfer verify, other fixes
2025-08-03 19:27:25 -04:00
Andrej
574e897610
cargo fmt pass
2025-08-03 18:49:38 -04:00
Andrej
1f19bc880f
uz801: Force LED updates every 5s to beat MifiService
2025-08-03 18:35:54 -04:00
Markus Unterwaditzer
8dc6206683
Speed up file transfer for network-based installers
...
There is a bug in `telnet_send_file` where we never close the connection
to nc, and instead wait for it to time out.
This means every file transfer takes at least 5 seconds.
2025-08-04 00:06:57 +02:00
Andrej
7184ccd5c1
uz801: installer: Update VID/PID, add remount
2025-08-03 18:06:13 -04:00
Andrej
cb22e179d6
uz801: installer: Add missing dependency
2025-08-03 17:30:15 -04:00
Andrej
a3db5029ad
uz801: Update installer
2025-08-03 16:51:46 -04:00
Andrej
9f661ab398
uz801: Update documentation
2025-08-03 16:51:36 -04:00
Andrej
412ad3d8bf
cargo fmt run
2025-08-03 16:29:59 -04:00
Andrej
4d2d49326a
uz801: Update installer usb backdoor trigger code
2025-08-03 11:12:46 -04:00
Andrej
c26ad29ffb
uz801: Fix installer defaults, fix docs for admin IP
2025-08-03 11:05:50 -04:00
Andrej
f57fc611c2
uz801: Use busybox coreutils (they were hiding all along)
2025-08-03 10:54:47 -04:00
Andrej
38a408757a
Add uz801 to supported devices list
2025-08-03 10:28:43 -04:00
Andrej
0540504eea
uz801: Correct LED definition comment
2025-08-03 10:25:56 -04:00
Andrej
28a0c06017
uz801: Add purchase links to documentation
2025-08-03 00:51:35 -04:00
Andrej
6141087f9d
uz801: Added docs
2025-08-03 00:41:40 -04:00
Andrej
7a053a4f89
uz801: cargo fmt run
2025-08-02 21:03:28 -04:00
Andrej
6473c05e3e
uz801: Refactor strings, since &&'static str can be coerced into &dyn AsRef<str>: &
2025-08-02 20:59:09 -04:00
Andrej
c697773244
uz801: Add initial (experimental) support
2025-08-02 20:58:19 -04:00
oopsbagel
fe6afac817
Merge pull request #499 from EFForg/installer-issue-tmpl
...
Add an issue template for Installer issues
v0.5.1
2025-08-02 18:50:13 +00:00
oopsbagel
8e708f145e
doc/pinephone: the installer runs on the phone
2025-08-01 09:42:34 -07:00
oopsbagel
03c00a1f19
installer/orbic: warn windows users this may brick
...
The windows installer seems to sometimes brick the Orbic's ARM core,
resulting in the DSP returning "Qmi Send Message Fail" when sent AT
commands.
This commit adds a loud warning and confirmation dialog for Windows
users before installing.
2025-07-31 22:22:55 -07:00
oopsbagel
64842c7140
release v0.5.1
2025-07-31 22:22:55 -07:00
Markus Unterwaditzer
e108c21fc2
Use ./installer in docs
...
See https://github.com/EFForg/rayhunter/discussions/490
2025-07-31 20:55:41 +02:00
Sashanoraa
49a2108214
Add an issue template for Installer issues
2025-07-31 14:42:17 -04:00
Markus Unterwaditzer
53a6cbe95a
Fix line endings on Windows
...
Fix #489
2025-07-31 18:06:52 +02:00