Mike Hardy

Results 1355 comments of Mike Hardy

And yet, we use them? ``` mike@bistromath:~/work/AnkiDroid/Anki-Android-Upstream (main) % grep -r ActivityScenario AnkiDroid/src/ AnkiDroid/src/test/java/com/ichi2/anki/DeckPickerTest.java:import androidx.test.core.app.ActivityScenario; AnkiDroid/src/test/java/com/ichi2/anki/DeckPickerTest.java: try (ActivityScenario scenario = ActivityScenario.launch(DeckPicker.class)) { AnkiDroid/src/test/java/com/ichi2/anki/DeckPickerTest.java: try (ActivityScenario scenario = ActivityScenario.launch(DeckPicker.class)) { AnkiDroid/src/test/java/com/ichi2/anki/DeckPickerTest.java:...

We are currently on 0.8.8 with no issue We were on 0.8.7 with no issue Prior to that, no issue, we haven't had issues with this, git blame link: https://github.com/ankidroid/Anki-Android/blame/main/AnkiDroid/jacoco.gradle#L6

Perhaps you should specify the JDK in use? We use JDK11 for build + test execution.

I don't have any more time to assist on this issue, sorry. All I can say is we have an open repo, and everything works. You're free to inspect and...

Hey @gengjiawen :wave: - I could make a PR based on the above sketch if it seems like a reasonable way to handle side-by-side android NDKs

@tommasoverola you might like https://github.com/davidgovea/react-native-wheel-datepicker/ This repo has been "passed around" via forking and then continued maintenance elsewhere many times, I believe the link I pasted above is the currently...

Seconding https://github.com/invertase/react-native-google-mobile-ads - @dylancom is doing a fantastic job over there, and it's supported by Invertase as well (maintainers of react-native-firebase / official Google Firebase port for react-native, and previous...

`@wjaykim` from https://github.com/react-native-admob/admob just joined forces with us at https://github.com/invertase/react-native-google-mobile-ads - so react-native-google-mobile-ads now has all the hooks from their package, and they just extended it to support AdInspector, with...

the admob package that was `@react-native-firebase/admob` before Google removed admob APIs from Firebase has been peeled out to it's own package - https://github.com/invertase/react-native-google-mobile-ads - and supports v20 as well. @wjaykim...

That would be fantastic, we would love to collaborate! I guess the first step would be to see what the current feature set differences are, to see where we can...