All Versions
5
Latest Version
Avg Release Cycle
419 days
Latest Release
2298 days ago
Changelog History
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
to14
(app shortcuts are still not available before25
) - โก๏ธ 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
- ๐ Fix:
-
v1.0.0 Changes
February 11, 2017๐ Initial release