Compare commits

..
14 Commits
Author SHA1 Message Date
callebtc 991def1deb realtime waveform 2025-09-18 19:03:19 +02:00
callebtc ac7feb380e live recording 2025-09-18 18:59:49 +02:00
callebtc 57c5d81981 fix waveform alignment 2025-09-18 18:34:54 +02:00
callebtc fa04e801b6 image size 2025-09-18 18:24:23 +02:00
callebtc 3c21783eae left corners rounded, right not yet 2025-09-18 18:20:12 +02:00
callebtc b196a55c37 adjust TLV sizes 2025-09-18 17:19:51 +02:00
callebtc ade700e7f0 file transfer wip 2025-09-18 17:12:58 +02:00
callebtc ea7b90c074 images wip 2025-09-17 01:31:34 +02:00
callebtc 5486fc6a69 increase amplitude 2025-09-16 22:49:18 +02:00
callebtc 7415039183 use v2 packet for FILE_TRANSFER 2025-09-16 22:34:24 +02:00
callebtc 7b73728f1d logging file type 2025-09-15 21:01:20 +02:00
callebtc 1ea90295ce revert 2025-09-15 21:01:04 +02:00
callebtc c9fac83433 wip 2025-09-15 20:04:09 +02:00
callebtc 5b799e1a50 wip voice 2025-09-15 19:57:02 +02:00
2403 changed files with 10432 additions and 47781 deletions
-20
View File
@@ -1,20 +0,0 @@
# Prevent Github Languages stats skewing:
# Binaries and assets
**/*.xcframework/** linguist-vendored
**/*.xcassets/** linguist-vendored
# Generated files
**/*.pbxproj linguist-generated
**/*.storyboard linguist-generated
Package.resolved linguist-generated
# Downloaded CSVs
relays/online_relays_gps.csv linguist-vendored
# Docs
**/*.md linguist-documentation
# Configs
Configs/*.xcconfig linguist-documentation
**/*.plist linguist-documentation
+1 -1
View File
@@ -24,4 +24,4 @@ jobs:
run: swift build
- name: Run Tests
run: swift test --parallel
run: swift test --parallel --disable-swift-testing # so it only runs xctests: https://github.com/swiftlang/swift-package-manager/issues/8529#issuecomment-2815711345
+4 -5
View File
@@ -9,6 +9,9 @@ plans/
CLAUDE.md
AGENTS.md
## User settings
xcuserdata/
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout
@@ -54,8 +57,7 @@ iOSInjectionProject/
## Xcode project
*.xcodeproj/project.xcworkspace/
## Xcode User settings
xcuserdata/
*.xcodeproj/xcshareddata/
## Python
__pycache__/
@@ -66,9 +68,6 @@ __pycache__/
*.tmp
*.temp
## Cache
.cache/
# Local build results
.Result*/
.Result*.xcresult/
+1 -1
View File
@@ -1,4 +1,4 @@
MARKETING_VERSION = 1.4.4
MARKETING_VERSION = 1.4.0
CURRENT_PROJECT_VERSION = 1
IPHONEOS_DEPLOYMENT_TARGET = 16.0

Some files were not shown because too many files have changed in this diff Show More