Gábor Berényi

Results 28 issues of Gábor Berényi

You don't seem to handle configuration changes at the moment. Thinking to send a PR ...

AGP 3.4.0 and butterknife 10.1.0 `D8: synthesized for lambda desugaring: Type `butterknife.Unbinder$-CC` was not found, it is required for default or static interface methods desugaring of `void butterknife.-$$Lambda$Unbinder$aAZZEjRDCcxQlrGZAdKWmLXqruY.unbind()``

Needs Info

Getting the above error with the "Full Reflection" approach. ``` val applicationComponent = Dagger.builder(DaggerApplicationComponent.Builder::class.java) .application(this) .build() ``` ``` @ApplicationScope @Component(modules = [ApplicationModule::class, ActivityLifecycleModule::class]) interface ApplicationComponent { val application: Application val...

I'm getting the above exception in this line of the sample: `repository2.removeUpdatable(this);`

I am happy that this library exposes the Hct class which was used under the hood in Material library's MaterialColors.getColorRoles() like this: ``` Hct hctColor = Hct.fromInt(color); hctColor.setTone(tone); return hctColor.toInt();...

question

``` Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.TextView.setText(java.lang.CharSequence)' on a null object reference com.willowtreeapps.hyperion.core.internal.HyperionPluginView.(HyperionPluginView.java:46) com.willowtreeapps.hyperion.core.internal.HyperionPluginView.(HyperionPluginView.java:36) com.willowtreeapps.hyperion.core.internal.HyperionPluginView.(HyperionPluginView.java:32) com.willowtreeapps.hyperion.core.internal.InstallationLifecycleDelegate.onActivityCreated(InstallationLifecycleDelegate.java:56) com.willowtreeapps.hyperion.core.internal.Lifecycle.onActivityCreated(Lifecycle.java:24) com.willowtreeapps.hyperion.core.internal.HyperionIgnoreFilter.onActivityCreated(HyperionIgnoreFilter.java:26) android.app.Application.dispatchActivityCreated(Application.java:417) android.app.Activity.dispatchActivityCreated(Activity.java:1202) android.app.Activity.onCreate(Activity.java:1475) androidx.core.app.ComponentActivity.onCreate(ComponentActivity.java:85) androidx.activity.ComponentActivity.onCreate(ComponentActivity.java:154) androidx.fragment.app.FragmentActivity.onCreate(FragmentActivity.java:312) androidx.appcompat.app.AppCompatActivity.onCreate(AppCompatActivity.java:115) ```

just an example (but could provide you tons more): ``` [The UPS Store, #275, 610 6. Bel Rd., D Suite AL, PhatA 85022-2193, (602) 863-6694 03/28/19 09/03 AM ... ```...

My dependencies are ``` ``` *update:* after adding xmlns:tools=”http://schemas.android.com/tools” to the manifest, I am now down to this error: ``` CommandInvokationFailure: Failed to re-package resources. /home/gabor/Android/Sdk/build-tools/28.0.1/aapt package --auto-add-overlay -v -f...

type: feature request

first 3 chapters seem to be implemented at https://github.com/apsun/CCIKotlin, fyi

- [x] I have read the [FAQ](https://github.com/Genymobile/scrcpy/blob/master/FAQ.md). - [x] I have searched in existing [issues](https://github.com/Genymobile/scrcpy/issues). **Environment** - OS: Mac 12.5.1 - scrcpy version: latest - installation method: brew install -...