Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Forked from evernote/android-state
A utility library for Android to save objects in a Bundle without any boilerplate.
Java 3
-
-
Forked from zagum/Android-SwitchIcon
Google launcher-style implementation of switch (enable/disable) icon
Java 1
-
-
-
158 contributions in the last year
Contribution activity
August 2020
- Added UI tests for Showkase Browser
- Added proper support for specifying height/width of a composable
- Upgraded compose to alpha 🎉
- Generate function that returns the intent for ShowkaseBrowser
- Updated readme based on feedback I received
- Upgraded picasso and removed glide to be androidx compatible
- Added more documentation about the library
- Updated gradle.properties for library launch
- Renamed Showkase annotation to ShowkaseComposable
- Cleaned up usage of dimensions across the Showkase Browser codebase
- Upgraded compose to dev17
- Added logic to handle empty name & group annotation values
- Added support for showcasing text styles from your repo using @ShowkaseTypography
- Update the package name of Showkase to add "android"
- Added typography support to the Showkase browser
- Implemented colors support in the Showkase Browser
- Added support for showcasing colors from your repo using @ShowkaseColor 🎉
- Upgrading compose to dev16
- Fix some unit tests that weren't checking the error message correctly
- Added support for showing KDoc of a composable in the Showkase Browser
- Added a couple posters to the README and made some minor updates to it
- Added validation for not allowing classes that accept parameters to hold @Showkase composable functions