Denley Bihari

Results 7 issues of Denley Bihari

This would tell us which specific `Node` just connected or disconnected. This might be useful when showing devices in a list. We could simply notify the adapter that an item...

feature

The processor requires some classes in `javax.*` to compile, which are included in the source. However, these classes don't need to be included in the release packages, and add unnecessary...

enhancement
help wanted

The samples have become unrealistic, as they have been used to test the correct implementation of the library, rather than as supporting documentation. The samples should reflect the most common...

documentation

It would improve UX to check that the user has properly called `PreferenceInjector.inject` and `PreferenceInjector.stopListening` (if necessary) in the target class if there are annotations present. This may not actually...

enhancement

It might be useful to support saving complex/structured objects that are composed of multiple preference keys. ``` java @PrefType public class User { String username; String email; String phone; int...

feature

Should test error cases, as well as preference value initialization and listening.

enhancement

Similar to `PreferenceActivity`, we should support section headers to group preferences.