Brian Smith
Brian Smith
# Description * Migrate Location services to user model structure * Add background manager service to core * Update IApplicationService.appContext to be non-nullable - - - This change is [](https://reviewable.io/reviews/onesignal/onesignal-android-sdk/1624)
* Rework modeling framework to support nested models * Move identity and property models to be singleton model stores * Tune/comment operation repo concept * Work through login/logout process with...
In this major version alpha release for the OneSignal SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more...
Hi, [ApiError::code](https://github.com/cloudflare/cloudflare-rs/blob/master/cloudflare/src/framework/response/apifail.rs#L11) is defined as u16. When I get an error code that is higher than 65,535 the error payload fails to deserialize and I am unable to inspect why...
# Description ## One Line Summary **REQUIRED** - Very short description that summaries the changes in this PR. ## Details ### Motivation **REQUIRED -** Why is this code change being...
# Description ## One Line Summary Add a "Default" Live Activity Attribute model for easy setup of a Live Activity. ## Details This adds to the push-to-start Live Activity work...
# Description ## One Line Summary Update SDK to support Live Activities PushToStart ## Details Starting with iOS 17.2, Live Activities can now be started via push notification ([Apple's documentation](https://developer.apple.com/documentation/activitykit/starting-and-updating-live-activities-with-activitykit-push-notifications#Start-new-Live-Activities-with-ActivityKit-push-notifications))....
# Description ## One Line Summary **REQUIRED** - Very short description that summaries the changes in this PR. ## Details ### Motivation **REQUIRED -** Why is this code change being...