Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.0-beta2 #1

Merged
merged 18 commits into from May 13, 2017
Merged

1.0.0-beta2 #1

merged 18 commits into from May 13, 2017

Commits on Apr 23, 2017

  1. [bindings] simplified holder/componet usage by not requiring specifyi…

    …ng type. have the bindings register themselves to component when completed.
    agrosner committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    2253573 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9f75ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9478687 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9b2f75 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. [binding] made binding register methods into interface. Support nulla…

    …ble viewmodel so we can use in recyclerview bindings. made conversion methods support nullable values so we can pass null to them.
    agrosner committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    d4893ed View commit details
    Browse the repository at this point in the history
  2. [bindings] support null viewmodel. support null observable field conv…

    …ersion due to null viewmodel.
    agrosner committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    d5d507c View commit details
    Browse the repository at this point in the history
  3. [binding] support generic, toplevel binding changes. support nullable…

    … viewmodel for input to support recyclerview items.
    agrosner committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    91b2a66 View commit details
    Browse the repository at this point in the history
  4. [onewaytosource] add viewmodel as parameter to the onewaytosource met…

    …hod so we can reference it in the closure.
    fuzzagrosner committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    61a4bb0 View commit details
    Browse the repository at this point in the history
  5. [twowaybinding] add viewmodel as second parameter to inverse setter s…

    …o we can reference field if needed.
    fuzzagrosner committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    6e891aa View commit details
    Browse the repository at this point in the history
  6. [project] create separate artifact for anko and remove initial depend…

    …ency on it. Split project into two artifacts.
    fuzzagrosner committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    1bf4c1f View commit details
    Browse the repository at this point in the history
  7. [readme] fix compile statement.

    fuzzagrosner committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    4b87051 View commit details
    Browse the repository at this point in the history
  8. [readme] update for nullable example.

    fuzzagrosner committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    d9616d1 View commit details
    Browse the repository at this point in the history
  9. [binding] binding component non null.

    fuzzagrosner committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    b197fc0 View commit details
    Browse the repository at this point in the history
  10. [binding] make the binding componennt a binding register type so we c…

    …an use as such.
    fuzzagrosner committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    6b4b8f4 View commit details
    Browse the repository at this point in the history
  11. [binding] expose isbound property for consumers.

    fuzzagrosner committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    519cd8b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. [version] update kotlin version. fix packaging.

    fuzzagrosner committed May 12, 2017
    Configuration menu
    Copy the full SHA
    c338c2f View commit details
    Browse the repository at this point in the history
  2. [binding] add reverse operator for booleans.

    fuzzagrosner committed May 12, 2017
    Configuration menu
    Copy the full SHA
    ecd636f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

  1. Configuration menu
    Copy the full SHA
    c573937 View commit details
    Browse the repository at this point in the history