docs(android): add 7.1.2 release notes, drop the inactive WebView note from 7.1.1 - #20
Merged
Merged
Conversation
Native crash reporting release: the uncovered window at the start of the first launch after an install or update, crashes that kill the app before it can report, reports assembled before capture was running, and a damaged handler that looked healthy while producing nothing. Also the addSecureView/removeSecureView signature change, with a note that it needs a rebuild rather than an AAR swap — passing a fragment is unchanged otherwise. Leaves out the WebView work in this version: it is inert until the matching JavaScript package ships, so documenting it now would describe behavior nobody can observe yet. Change-Id: I2e27a192a2b1656b87b240fe22fe308f48e36e89
The bridge authentication is inert until the matching JavaScript package ships, so the entry described behavior nobody can observe — and pointed readers at a "matching Bugsee JavaScript SDK" that is not out yet. Removes the bullet and the "and WebView privacy" half of the summary line above it, which would otherwise promise a change the entry no longer makes. Both this and 7.1.2 can document the work once it is live. Change-Id: Iceb7b9f8d8a551a7fe0fb6110310cef0c51be0e1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two changes, both about not documenting WebView work that is not live yet.
Adds release notes for Android SDK 7.1.2, which is out. The release is native-crash-reporting focused, so the notes lead with the window that was previously uncovered — a crash in the first moments of the first launch after an install or update, before the out-of-process handler is ready — plus crashes that kill the app before it can report anything, reports assembled before capture was running, and a damaged handler that looked healthy while producing an empty report.
It also documents the
addSecureView()/removeSecureView()signature change (Fragment→Object), with a:::notethat it needs a rebuild rather than an AAR swap. Source is unaffected: passing a fragment still works.Removes the WebView bridge bullet from 7.1.1. That change is inert until the matching Bugsee JavaScript package ships, so the entry described behavior no one can observe and pointed readers at a "matching Bugsee JavaScript SDK" that is not out. The summary line above it promised "dependencies and WebView privacy", so that half is gone too — leaving it would have advertised a change the entry no longer makes.
Neither 7.1.1 nor 7.1.2 now refers to the WebView work. It can be documented in whichever release makes it observable.
Style follows the existing 7.1.1 entry (intro line, flat bullets, admonition for the caveat) rather than the sectioned format used further down the page.
Checked:
npx cspellclean on the file, andnpm run buildsucceeds (the HTML-minifier diagnostics in its output are pre-existing, on an unrelated Xamarin page).