johncarl81 on LibraryR
Added getInnerClass Added RBridge and Transfuse sup… Added auto-service and 13 more (compare)
johncarl81 on inherits_fix
dbachelder on master
Fixes inheritance checking when… Conslidated inheritance checking Added tests and 1 more (compare)
johncarl81 on master
Updated Glitter badge orientati… (compare)
johncarl81 on master
Updated Glitter badge orientati… (compare)
@Generated
by itself
git clone https://github.com/ljani/parceler.git
cd parceler/examples/gradle
git checkout c790ffb5b344202f3adfb38ac13ec4c78be281af # (master~)
# Install. I'm using IDEA 2016.3 and I just clicked the "play" button next to "gradleParceler" build configuration
# Test the app, use some random message
git checkout 746a95fe61f962a5113818fbc391ef4a642ad12c # (master)
# Again, click the "play" button
# Test the app, with another message. It should fail when you click submit.
# Here's the exception: http://pastebin.com/mpQqJmSC
Migrate to AndroidX
in Android Studio and that is giving me issues with Parceler when android.enableJetifier
is set to true
in gradle.properties
when i try to run things. As far as I've understood there's an issue with android.support.v4.widget
.