Skip to content
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

In App Video Recording hackaton #53

Closed
wants to merge 8 commits into from

Conversation

marandaneto
Copy link
Member

💡 Motivation and Context

💚 How did you test it?

📝 Checklist

  • I reviewed the submitted code.
  • I added tests to verify the changes.
  • I updated the docs if needed.
  • No breaking change or entry added to the changelog.

@@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId = "com.posthog.android.sample"
minSdk = PosthogBuildConfig.Android.MIN_SDK
targetSdk = PosthogBuildConfig.Android.TARGET_SDK
targetSdk = 33
Copy link
Member Author

Choose a reason for hiding this comment

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

Just to avoid dealing with special permissions on Android 14

@github-actions
Copy link

github-actions bot commented Oct 19, 2023

Fails
🚫 Please consider adding a changelog entry for the next release.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Next" section. Make sure the entry includes this PR's number.
Example:

## Next
- In App Video Recording hackaton ([#53](https://github.com/PostHog/posthog-android/pull/53))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description.

Generated by 🚫 dangerJS against ef2bb14

@@ -138,6 +139,7 @@ internal class PostHogQueue(

private fun executeBatch() {
if (!isConnected()) {
isFlushing.set(false)
Copy link
Member Author

Choose a reason for hiding this comment

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

I've found a bug here while dogfooding.

Copy link
Member Author

Choose a reason for hiding this comment

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

#54

@marandaneto marandaneto requested a review from daibhin October 19, 2023 18:43
@marandaneto marandaneto removed the request for review from daibhin November 9, 2023 09:20
@marandaneto marandaneto closed this Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant