Andrei Buneyeu

Results 4 issues of Andrei Buneyeu

Steps to reproduce: 1. Enable Airplane mode (-> cell operator disabled) 2. Disable Wi-Fi. 3. Enable locations. 4. Start "LocationSettings" example from this repositoty. Expected result: `LocationSettingsStatusCodes.SUCCESS` or `LocationSettingsStatusCodes.RESOLUTION_REQUIRED` in...

migrated googlesamples

Hey, thanks for the library! do you have any thought why adapter delegate is not being generated sometimes? > `java.lang.RuntimeException: Could not find adapter delegate for com.buneyeu.myapp.fragment.messages.MessagesAdapter@554b2a1 > at com.hannesdorfmann.annotatedadapter.AutoSupportDelegators.getDelegator(AutoSupportDelegators.java:22)...

just added isInEditMode() for convenience

According to the [docs](https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#equals%28java.lang.Object%29): > Note that it is generally necessary to override the hashCode method whenever this method is overridden, so as to maintain the general contract for the...