Skip to content

Releases: Automattic/Gravatar-SDK-Android

Release 1.1.0

05 Jul 10:29
f9b86be

Choose a tag to compare

What's Changed

gravatar (Core module)

  • api package is deprecated and replaced with restapi
  • New model classes were build with backward compatibility in mind

gravatar-ui

  • Profile components are now wrapped in a Surface making overriding the theming attributes possible
  • Multiple visual fixes to the profile components aligning it with iOS version of the SDK
  • New UI composables that take the new models as params. You can still use the old deprecated ones.
  • Profile components now allow for custom Avatar and Button composables via slot API

demo-app

Full Changelog: 1.0.0...1.1.0

Release 1.0.0

05 Jun 08:48
4fd7ebb

Choose a tag to compare

What's Changed

gravatar (Core module)

  • API Key initialization
  • Refactor UserProfileState to a generic state
  • Using the new OpenApi specification (new REST API)
  • GravatarServices exposing suspend functions

gravatar-ui

  • Added empty state in UI components
  • Screenshot testing

demo-app

  • Allowing SSL Proxying to simplify testing
  • Show raw profile response

Full Changelog: 0.3.0...1.0.0

0.3.0

10 May 07:17

Choose a tag to compare

Full Changelog: 0.2.0...0.3.0

0.2.0

03 Apr 13:34
8df4bbb

Choose a tag to compare

Full Changelog: 0.1.0...0.2.0

0.1.0

10 May 07:18
03c676d

Choose a tag to compare

What's Changed

First release of the Gravatar Android SDK.

Full Changelog: https://github.com/Automattic/Gravatar-SDK-Android/commits/0.1.0