-
Notifications
You must be signed in to change notification settings - Fork 211
Dev => Staging #1779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Dev => Staging #1779
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
📋 PR Review Helper📱 Mobile App Build✅ Ready to test! (commit 🕶️ ASG Client Build✅ Ready to test! (commit 🔀 Test Locallygh pr checkout 1779 |
Deploying mentra-live-ota-site with
|
| Latest commit: |
a8b9ec2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://27ffed42.mentra-live-ota-site.pages.dev |
| Branch Preview URL: | https://dev.mentra-live-ota-site.pages.dev |
Deploying mentra-store-dev with
|
| Latest commit: |
e0d43cc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://246d14c3.augmentos-appstore-2.pages.dev |
Deploying dev-augmentos-console with
|
| Latest commit: |
e0d43cc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0bb4766d.dev-augmentos-console.pages.dev |
Deploying prod-augmentos-account with
|
| Latest commit: |
e0d43cc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://99b051f8.augmentos-e84.pages.dev |
| Branch Preview URL: | https://dev.augmentos-e84.pages.dev |
# Conflicts: # mobile/src/components/glasses/Gallery/GalleryScreen.tsx
Buffer.buffer returns the entire underlying ArrayBuffer, not just the slice. For UDP audio where the buffer is created via buf.slice(6) to skip the header, passing .buffer directly would include header bytes in the LC3 decoder input, causing decode failures or garbage audio. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
… for smoother photo transitions. Added state management for initial loading and loading counts, along with debug logging for better tracking of loading processes.
- Wire up /ota/check-for-updates screen to check for updates via phone-side HTTP fetch - Create /ota/progress screen with retry logic and edge case handling - Add INSTALLING stage notification from glasses before APK install - Detect successful install by watching for buildNumber increase after reconnect - Handle BLE disconnection gracefully during install (glasses reboot) - Add translations for all OTA states 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
improve udp reliability
Create new Hono-based store API routes under /api/store for the Mentr…
Mark 6 crashes as fixed: - MENTRA-OS-3: iOS Watchdog/RAM (SileroVAD memory leak) - MENTRA-OS-T9: Android NPE (react-native-fs migration) - MENTRA-OS-5V: iOS BLE crash (Bridge.swift thread safety) - MENTRA-OS-MC: iOS threading (Bridge.swift thread safety) - MENTRA-OS-14G: iOS VAD crash (ContiguousArray fix) - MENTRA-OS-V6: iOS threading (Bridge.swift thread safety) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Use CHANGE_NETWORK_STATE permission to satisfy connectedDevice FGS requirement. This is a normal permission (auto-granted at install) that allows the app to use connectedDevice FGS type even when users deny Bluetooth permissions, avoiding the 6-hour dataSync timeout that causes ForegroundServiceDidNotStopInTimeException on Android 14+. Co-Authored-By: Claude Opus 4.5 <[email protected]>
…shes fix some crashes in mobile app
… to 1 second for improved performance.
…sPlus into fixes-27
…bility cloud/rest-api-observability
fix-headup-bug+more
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.