Mark Wei
Mark Wei
See https://github.com/material-motion/indefinite-observable-android/releases/tag/2.0.0
For sure, this is a problem on android. Not sure about apple. See example output: ``` ## ContinuousPerformance *removed* interface: `ContinuousPerformance` *removed* method: `void setIsActiveTokenGenerator(IsActiveTokenGenerator)` ## ContinuousPerforming *new* interface: `ContinuousPerforming`...
For example: `public class foo.bar.Foo` Where `signature` should be `foo.bar.Foo`, but existing `(\S+)` captures `foo.bar.Foo
On Android, building a newly checked out repo could takes a long time. And apidiff does this twice.
Current output is: _new_ static final field: `FOO_BAR` Proposed output is: _new_ constant: `FOO_BAR` Implementation would modify `kind_description` like for https://github.com/material-motion/material-motion-apidiff/issues/5
@randcode-generator ran into some problems while writing unit tests for https://github.com/material-motion/material-motion-android/pull/75
Here's code that a user might write: ``` runtime.add(draggable, view); ReactiveProperty.of(view, CENTER).subscribe( value -> { log(value); }) ``` This wouldn't work because `Draggable` writes to the view's TRANSLATION instead of...