All Versions
5
Latest Version
Avg Release Cycle
419 days
Latest Release
2623 days ago

Changelog History

  • v10.2.0 Changes

    February 11, 2017

    ๐ŸŽ‰ Initial release

  • v1.1.0 Changes

    July 21, 2020
    • ๐Ÿ†• New: Support for incremental annotation processing
    • ๐Ÿ‘ Switch from Support annotations library to androidx.annotation
    • Java 8 is now required
    • Minimum SDK increased from 9 to 14 (app shortcuts are still not available before 25)
    • โšก๏ธ Update: Android Gradle plugin to 3.6.4
    • Some small changes to bring everything to 2020
  • v1.0.2 Changes

    September 24, 2017

    ๐Ÿ›  Fix: Annotated methods are called before onCreate() (#13)

    โšก๏ธ Update: Support annotations library to 26.0.2. This requires the new Google Maven Repository:

      google()
    

    or

      maven {
          url "https://maven.google.com"
      }
    
  • v1.0.1 Changes

    March 04, 2017
    • ๐Ÿ›  Fix: Shortbread.create(context) can now also be called if there are no @Shortcut annotations in the code, which before produced a crash. Previously created shortcuts are now removed.
    • ๐Ÿ›  Fix: Internal NullPointerException when an activity containing method shortcuts is not launched via a method shortcut
    • โž• Add Javadoc for the public API
  • v1.0.0 Changes

    February 11, 2017

    ๐ŸŽ‰ Initial release