Devashishbasu
Devashishbasu
> @Devashishbasu Please keep your commit history clean _always_. Hi @utzcoz, done.... is there anything else that I need to do to fix this issue?
> > @Devashishbasu Please keep your commit history clean _always_. > > Hi @utzcoz, done.... is there anything else that I need to do to fix this issue? Hi utzcoz,...
> @Devashishbasu Do you want to continue this PR? Yes, I will try to complete it asap.
> @Devashishbasu any update on this PR? Hi , Currently not working on this
> 1. Extract spotless configurations into a single `SpotlessPlugin`. > 2. Applying this plugin for all existed modules that use Spotless already. Hi, @utzcoz could you please guide me more...
> @Devashishbasu I think you need to learn what is [spotless](https://github.com/diffplug/spotless), and how to write Gradle plugin: https://docs.gradle.org/current/userguide/custom_plugins.html first. This task just wants to extract current spotless configurations in different...
Hi @utzcoz ....do i have to create SpotlessPlugin class in this folder org.robolectric.internal.dependency?
> @Devashishbasu : polite ping, are you still working on this issue? Hi rohan , no, I am not working on this issue
Hi @hoisie @utzcoz , i am little bit confused regarding its testing , can you please guide me how can I test this changes?
> So the test could be: > > ```java > @Test > public void accessibilityManager_activityContextEnabled() { > String originalProperty = System.getProperty("robolectric.createActivityContexts", ""); > System.setProperty("robolectric.createActivityContexts", "true"); > try { > AccessibilityManager...