Status Update
Comments
en...@google.com <en...@google.com>
an...@gmail.com <an...@gmail.com> #2
Tentatively, the annotation should be something use-case-specific like @OutlinedNewApi
that allows alternative build systems (e.g. not R8/D8) to make their own decisions. We'll provide a default Proguard configuration for R8, but it's not guaranteed this will work as intended -- outlining is automatic in newer versions, but it may be disabled.
en...@google.com <en...@google.com> #3
Just as an FYI, this was enabled in AGP 2 years ago (AGP 7.3 as far as I remember), ag/18426192, so for AGP users it might fine to just remove the rule for @DoNotInline
. I like the @OutlinedNewApi
to make it clear what this is for other consumers to handle it as they see fit.
an...@gmail.com <an...@gmail.com> #4
Given the failure mode can include run-time crashes, that's not an acceptable level of usage.
Description
Here is a screenshot of the info windows I am referring to: [see attached]
The "more info" link to the Google+ page opens in a new tab/window which is nice however the <REDACTED> link does not.
The only real fix is some kind of interval to automatically look for new links in the Google Map and fix the issue. Such as:
setInterval(function() {
$("div.gm-website a").attr("target","_blank"); //using jQuery for brevity
},100);
===========================================================================
I originally reported it in the Google Group at
===========================================================================
Thanks,
<REDACTED>