Skip to content

Release 1.1.0 - #13

Merged
CoderGamester merged 5 commits into
masterfrom
develop
Aug 13, 2026
Merged

Release 1.1.0#13
CoderGamester merged 5 commits into
masterfrom
develop

Conversation

@CoderGamester

@CoderGamester CoderGamester commented Aug 13, 2026

Copy link
Copy Markdown
Owner

New:

  • Added non-dismissible alerts for blocking application flows and programmatic alert dismissal without invoking a button callback.
  • Runtime alert calls now render an interactive platform-shaped mock in the Editor Game view without requiring the Device Simulator window.

Changed:

  • Declared Unity 6000.0 as the package minimum and documented 6000.0.x, 6000.3.x, and 6000.5.x as compatibility reference streams.
  • Moved the keep-awake convenience API to the static DeviceService.KeepAwake property and removed the redundant IScreenWakeService / ScreenWakeService child service.
  • Alerts now require one to three buttons with unique labels and styles so iOS and Android resolve the same action.

Fixed:

  • Android alerts are created and shown on the Android UI thread, retain callback proxies until dismissal, and tolerate buttons with no callback.

CoderGamester and others added 5 commits August 12, 2026 20:31
Add safe non-dismissible alerts and an always-available Editor simulation path so app-level flows can use native dialogs without losing callbacks.

RCR: ShowAlertPopUp_NonDismissible_ForwardsContractToEditorOverride ← NativeUiService.ShowAlertPopUp force dismissible true
RCR: ShowAlertPopUp_DuplicateButtonStyles_ThrowsArgumentException ← NativeUiService.ValidateAlert remove duplicate-style guard
RCR: DismissAlertPopUp_EditorOverride_InvokesCallback ← NativeUiService.DismissAlertPopUp remove Editor override invocation
RCR: DismissAlertPopUp_ForwardsToStaticService ← NativeUiServiceInstance.DismissAlertPopUp replace forwarder with empty body
Co-authored-by: Cursor <cursoragent@cursor.com>
@CoderGamester CoderGamester changed the title Release MobileServices 1.1.0 Release 1.1.0 Aug 13, 2026
@CoderGamester
CoderGamester marked this pull request as ready for review August 13, 2026 19:32
@CoderGamester
CoderGamester merged commit 1aeafbd into master Aug 13, 2026
2 checks passed
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