Attribouter v0.1.6 Release Notes

Release Date: 2020-04-06 // about 4 years ago
    • converted a good portion of the library to Kotlin
    • ๐Ÿ‘ implemented Retrofit for better network/request handling
    • ๐Ÿ”จ finished much of the refactoring/groundwork for #22 and similar "service-independent" functionality
    • โž• added a fallback behavior for invalid auth tokens (#65)
    • created avatar placeholders for contributors/translators (#63)
    • prevent crashes when the app name/label is unspecified (#60)
    • wrote a set of proguard rules to prevent issues with minifyEnabled (#66)

    Migration notes:

    Specifying the full package/class name of a wedge in the configuration file is now optional; <me.jfenn.attribouter.wedges.AppWedge> can be renamed to just <AppWedge>. Also, all occurrences of <LinkWedge> must be changed , as they have been moved out of their .link sub-package/folder/thing into the parent .wedges package with all the other wedge-like classes.