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

Unify USSD and MMI promise behaviour #70

Closed
wants to merge 5 commits into from
Closed

Commits on Sep 1, 2015

  1. Configuration menu
    Copy the full SHA
    fbbe7af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c178535 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5536fea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6523e7e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2015

  1. USSD new API - small fixes

    A few errors had to be addressed :
    - session.send() and session.cancel() promises have to be solved with MMICall and not void
    - We should clear the current USSD callback before calling it
    - session.send() and session.cancel() promises weren't binded correctly
    - We should check for a errorMsg attribute on response object only if it's not null
    bchabod committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    bbdffe3 View commit details
    Browse the repository at this point in the history