I think that this is a great project!
But what about to separate providers-android module project here:
https://github.com/EverythingMe/easy-content-providers/tree/master/providers-android/src/main/java/me/everything/providers/android
to different project modules: browser, calendar, callog...
And to let users to choose and load calendar AAR only like:
compile 'me.everything:providers-android-calendar:1.0.1'
It`s have 64K limit methods in Android. I think that fix for this issue can help users to not reach it :)
(using Proguard will slow down the development in debug build)
I think that this is a great project!
But what about to separate providers-android module project here:
https://github.com/EverythingMe/easy-content-providers/tree/master/providers-android/src/main/java/me/everything/providers/android
to different project modules: browser, calendar, callog...
And to let users to choose and load calendar AAR only like:
compile 'me.everything:providers-android-calendar:1.0.1'
It`s have 64K limit methods in Android. I think that fix for this issue can help users to not reach it :)
(using Proguard will slow down the development in debug build)