Csaba Kozák

Results 19 issues of Csaba Kozák

**Description** I see some crash reports in Firebase. It seems there is a state when the anchors are not calculated, and we navigate away from the dialog. ``` Fatal Exception:...

waiting on dependency

I am not sure if this is a bug or not, i open it as a feature request just to be sure. :) **Current behaviour:** Currently when you close a...

enhancement
waiting on dependency

I have the following structure: ```java @Parcel public class Zoo { List animals; List tigers; } ``` ```java @Parcel public class Animal { } ``` ```java @Parcel public class Tiger...

If you disable some menu items, then recreate the Activity, the disabled items will be enabled again. The view should save the disabled items to the `Parcelable`, and restore them.

STORAGE_STATS_SERVICE TEXT_CLASSIFICATION_SERVICE WIFI_AWARE_SERVICE COMPANION_DEVICE_SERVICE CROSS_PROFILE_APPS_SERVICE EUICC_SERVICE IPSEC_SERVICE WIFI_RTT_RANGING_SERVICE

Enhancement

This is a template, please adjust it accordingly to your specific issue. You may also want to read our [issue guide](https://github.com/androidannotations/androidannotations/wiki/HowToWriteAnIssue). **AndroidAnnotations version**: 4.2.0 **Android compile SDK version**: 24 **Annotated...

Defect

This is not a top priority, bit it would be nice if all public API would have proper JavaDoc.

Enhancement

Copied from https://github.com/excilys/androidannotations/pull/1427#issuecomment-105154005: The POM defines 4.1.1.4 version of the Android dependency. However, in our setup, we also add the eclipse-dependencies project to the classpath, which brings android 1.6 dependency,...

Let's say we have the following bean: ``` java class MyBean { @RootContext Context context; @Bean MyOtherBean bean; } ``` The generated class will have the following `rebind()` method: ```...

Enhancement