Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Releases: material-foundation/material-remixer-android

1.0 Release

14 Mar 18:03
Compare
Choose a tag to compare

First version of Remixer for Android that we think is in a decent status and with a stable API.

-Supports 4 data types with different configurations: Number, Color, String and Boolean.
-Uses annotations as the main API
-UI can be triggered via shakes, buttons, FABs and some basic gestures.
-Supports local-only syncing, local persistence and Firebase remote controllers

Thanks everyone for the help (contributing, filing bugs, reviewing changes, etc), notable mentions @miguelandres, @pingpongboss, @afohrman, @chuga, @chriscox, @nicksahler, @mychaelgo

Bugfix: Proguard breakages

14 Feb 00:44
Compare
Choose a tag to compare
Pre-release

Discovered our configuration was breaking proguard. investigated and wrote this quick bugfix

Remote controller backend and layout improvements

08 Feb 21:55
Compare
Choose a tag to compare
  • Test improvements for Robolectric, styles are now supported
  • First attempt at styling (for tests, not final version).
  • Paddings are standardized now.
  • Close button added.
  • Sync to remote controller implemented. Still not fully ready or supported. Documentation incoming.

AndroidRemixer goes StandardRemixer

06 Jan 22:20
Compare
Choose a tag to compare
Pre-release

This release mostly brings Android remixer to parity with iOS. No triggers and numbers are backed by floats.

Breaking changes

  • Numbers are now backed by floats. So if you're using RangeVariableMethod or IntegerListVariableMethod, the callbacks will take Float instead of Integer
    • Furthermore, IntegerListVariableMethod has been split into NumberListVariableMethod and ColorListVariableMethod.
      • Colors are still backed by Integers
      • No more base type changes are expected, but sorry about this one, this had to be done and it had been a while under work.
      • Triggers are gone.

0.5.2

12 Dec 22:07
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

This version allows values to be synced across different activities in the same binary, and improves dependencies by making Remixer a single dependency.

First release on jitpack

07 Nov 23:26
Compare
Choose a tag to compare
Pre-release
Merge pull request #76 from material-foundation/develop

Bringing Remixer to 0.5.1 so there is a release on jitpack

SPAN-LA release

25 Oct 20:55
Compare
Choose a tag to compare
SPAN-LA release Pre-release
Pre-release

Initial release in time for SPAN-LA.

This includes a fully functional local version of Remixer, with storage still in the works.

This is still not a final version, it works, but the API may still undergo some (hopefully minor) changes before we get to 1.0.