-
-
Notifications
You must be signed in to change notification settings - Fork 42
Feat/recording notification #875
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
Conversation
packages/audiodocs/docs/system/recording-notification-manager.mdx
Outdated
Show resolved
Hide resolved
packages/audiodocs/docs/system/recording-notification-manager.mdx
Outdated
Show resolved
Hide resolved
...eact-native-audio-api/android/src/main/java/com/swmansion/audioapi/core/NativeAudioPlayer.kt
Outdated
Show resolved
Hide resolved
...ct-native-audio-api/android/src/main/java/com/swmansion/audioapi/core/NativeAudioRecorder.kt
Outdated
Show resolved
Hide resolved
...-native-audio-api/android/src/main/java/com/swmansion/audioapi/system/MediaSessionManager.kt
Show resolved
Hide resolved
...-native-audio-api/android/src/main/java/com/swmansion/audioapi/system/MediaSessionManager.kt
Show resolved
Hide resolved
packages/react-native-audio-api/src/system/notification/PlaybackNotificationManager.ts
Outdated
Show resolved
Hide resolved
packages/react-native-audio-api/src/system/notification/RecordingNotificationManager.ts
Outdated
Show resolved
Hide resolved
packages/react-native-audio-api/src/web-system/notification/RecordingNotificationManager.ts
Show resolved
Hide resolved
michalsek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good, but lets talk a bit what to do about reverts that not necessarily we would like to be reverted. We can create followup tasks if they are not critical to "revert the revertion" later, for important parts it would be best to bring them back before merge'ing
packages/audiodocs/docs/system/recording-notification-manager.mdx
Outdated
Show resolved
Hide resolved
...eact-native-audio-api/android/src/main/java/com/swmansion/audioapi/core/NativeAudioPlayer.kt
Outdated
Show resolved
Hide resolved
packages/react-native-audio-api/src/system/notification/PlaybackNotificationManager.ts
Show resolved
Hide resolved
packages/react-native-audio-api/src/system/notification/RecordingNotificationManager.ts
Outdated
Show resolved
Hide resolved
poneciak57
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks great. But wait before merging.
...pi/android/src/main/java/com/swmansion/audioapi/system/notification/RecordingNotification.kt
Show resolved
Hide resolved
* fix: reverted recorder notification * feat: android refactor * chore: some leftovers * refactor: ios refactor
…ware-mansion/react-native-audio-api into feat/recording-notification
Closes RNAA-397, RNAA-370
Introduced changes
Checklist