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

Feature/add new mobile app settings #748

Merged
merged 5 commits into from
Dec 6, 2024

Conversation

TRtomasz
Copy link
Member

@TRtomasz TRtomasz commented Dec 5, 2024

this add two new settings needed for the mobile app
one is for the service to be always in the foreground
another one is for sending crash reports

Can be implemented / tested in stremio-web using:

@TRtomasz TRtomasz requested a review from elpiel December 5, 2024 16:34
);
settings.insert(
"sendCrashReports".to_owned(),
serde_json::Value::Bool(false),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
serde_json::Value::Bool(false),
serde_json::Value::Bool(true),

let migrated_profile = json!({
"settings": {
"serverInForeground": false,
"sendCrashReports": false
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"sendCrashReports": false
"sendCrashReports": true

@TRtomasz TRtomasz merged commit 9fa57ed into development Dec 6, 2024
5 checks passed
@elpiel elpiel deleted the feature/add-new-mobile-app-settings branch December 20, 2024 07:00
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.

2 participants