Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
echo $GOOGLE_SERVICES | base64 -d > app/google-services.json
env:
GOOGLE_SERVICES: ${{ secrets.GOOGLE_SERVICES }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15
- name: Assemble Release
run: |
docker compose run app ./gradlew androidDependencies
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# CHANGELOG
### 2.0.7
- FIX: MK4 voice cutouts
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog claims fix with no implementing code changes

High Severity

The changelog and PR claim to fix "MK4 voice cutouts" in version 2.0.7, but the diff contains only version number updates with no actual code changes that would implement this fix. The linphone SDK version remains unchanged, and there are no modifications to audio handling, codec settings, or any other code that could address voice cutouts. The fix appears to be missing from this release.

Fix in Cursor Fix in Web

### 2.0.6
- FEAT: SRV Failover + remove deprecation

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ android {
minSdk = 23
targetSdk = 33

versionCode = 2000640
versionName = "2.0.6"
versionCode = 2000740
versionName = "2.0.7"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "SENDGRID_MAIL_TO", "\"${getDestinationEmailAddress()}\"")
Expand Down
Loading