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

POC - Living lab payment2 #565

Open
wants to merge 35 commits into
base: living_labs
Choose a base branch
from

Commits on Apr 20, 2013

  1. Added payment2 api

    This api is required for the mobile waller demonstration
    andreasbotsikas committed Apr 20, 2013
    Configuration menu
    Copy the full SHA
    4bbeb1f View commit details
    Browse the repository at this point in the history
  2. Removed bak file

    andreasbotsikas committed Apr 20, 2013
    Configuration menu
    Copy the full SHA
    a19c5a7 View commit details
    Browse the repository at this point in the history
  3. Fixed indentation

    andreasbotsikas committed Apr 20, 2013
    Configuration menu
    Copy the full SHA
    29a7f45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c49c8bd View commit details
    Browse the repository at this point in the history
  5. Added android calling

    andreasbotsikas committed Apr 20, 2013
    Configuration menu
    Copy the full SHA
    dcca575 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d126d40 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2013

  1. Configuration menu
    Copy the full SHA
    ed483c8 View commit details
    Browse the repository at this point in the history
  2. Added OTF mime type

    andreasbotsikas committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    a529bb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2013

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

Commits on Apr 24, 2013

  1. Configuration menu
    Copy the full SHA
    a770b15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3ed0ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    254c585 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74e8c5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    506a38c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2013

  1. Fixed contacts on android

    Andreas Botsikas committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    ad8cb02 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2013

  1. File API

    Listen to all addresses, report error when sending link.
    Andreas Botsikas committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    b9e9b42 View commit details
    Browse the repository at this point in the history
  2. app2app

    Validate owner via pzp id and not session that changes
    Skip authentication as it fails in demos.
    Andreas Botsikas committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    6c032c8 View commit details
    Browse the repository at this point in the history
  3. Disable policy manager

    Too many logs in the android module and we were losing important messages.
    Andreas Botsikas committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    2ac045a View commit details
    Browse the repository at this point in the history
  4. File API

    Send all entries back to the UI at once. TV app is only requesting them once and there is no reason why to send them in batches as all data have reached the widget renderer.
    Andreas Botsikas committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    2388ccf View commit details
    Browse the repository at this point in the history
  5. Wallet

    Do not send cancel message when closing if message already sent.
    Andreas Botsikas committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    4d515a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2013

  1. Updated wallet artwork

    Andreas Botsikas committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    83ae36f View commit details
    Browse the repository at this point in the history
  2. Avoid crash by setting manually the config settings. This has been fi…

    …xed in the ll branch along with other changes.
    Andreas Botsikas committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    8ccdc9f View commit details
    Browse the repository at this point in the history
  3. PZP Websocket log error

    Andreas Botsikas committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    b1a869a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2013

  1. Marginally reduce event rate to be manageable.

    Jira issue: WP-112
    paddybyers authored and andreasbotsikas committed May 1, 2013
    Configuration menu
    Copy the full SHA
    6dcf1a8 View commit details
    Browse the repository at this point in the history
  2. Fix removeEventListener methods.

    Jira issue: WP-112
    paddybyers authored and andreasbotsikas committed May 1, 2013
    Configuration menu
    Copy the full SHA
    0e5ea86 View commit details
    Browse the repository at this point in the history
  3. Add testbed support for device motion events.

    Jira issue: WP-112
    paddybyers authored and andreasbotsikas committed May 1, 2013
    Configuration menu
    Copy the full SHA
    f2c5365 View commit details
    Browse the repository at this point in the history
  4. Multiple minor fixes

    Jira issue: WP-260
    paddybyers authored and andreasbotsikas committed May 1, 2013
    Configuration menu
    Copy the full SHA
    ed27164 View commit details
    Browse the repository at this point in the history
  5. Allow getCurrentPosition() to be synchronous or asynchronous

    according to implementation and availabiity of position.
    
    Jira issue: WP-260
    paddybyers authored and andreasbotsikas committed May 1, 2013
    Configuration menu
    Copy the full SHA
    7a41e3d View commit details
    Browse the repository at this point in the history
  6. Added templates for devices

    Andreas Botsikas committed May 1, 2013
    Configuration menu
    Copy the full SHA
    ca5f19a View commit details
    Browse the repository at this point in the history
  7. Added 2 targets one for tv one for wallet

    Build all creates both
    Andreas Botsikas committed May 1, 2013
    Configuration menu
    Copy the full SHA
    02d5a12 View commit details
    Browse the repository at this point in the history
  8. Deviceorientation check for android first

    Check if android before going for the rest of the connectors
    Andreas Botsikas committed May 1, 2013
    Configuration menu
    Copy the full SHA
    aadfae2 View commit details
    Browse the repository at this point in the history
  9. Added TV api on devices

    Andreas Botsikas committed May 1, 2013
    Configuration menu
    Copy the full SHA
    7b165c4 View commit details
    Browse the repository at this point in the history
  10. friendly name screws the addressing. Living it blank and after a coup…

    …le of restarts the services seem to start working...
    Andreas Botsikas committed May 1, 2013
    Configuration menu
    Copy the full SHA
    e152a8d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2013

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