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

AppNotificationBuilder features #2786

Commits on Jun 20, 2022

  1. First iteration

    pmpurifoy committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    7119200 View commit details
    Browse the repository at this point in the history
  2. Fix formatting issues

    pmpurifoy committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    4765ea2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30a4376 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Add ProgressBar

    pmpurifoy committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    40bd764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8668d3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1545006 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e470027 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Add limitations

    pmpurifoy committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    422eae8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

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

Commits on Jun 28, 2022

  1. Fix some nits

    pmpurifoy committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    aa7ed04 View commit details
    Browse the repository at this point in the history
  2. Fix audio ctors

    pmpurifoy committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e0b2847 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15b477c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Apply review changes

    pmpurifoy committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    903956a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbe8a26 View commit details
    Browse the repository at this point in the history
  3. Initial commit

    pmpurifoy committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    f5a745f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Working on it

    pmpurifoy committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    435a152 View commit details
    Browse the repository at this point in the history
  2. Add AppNotificationContent

    pmpurifoy committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    238684d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Current impl

    pmpurifoy committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    5423935 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Working on unit tests

    pmpurifoy committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    d427450 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Added unit tests

    pmpurifoy committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    5dc491a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Add Audio tests

    pmpurifoy committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    2b24c69 View commit details
    Browse the repository at this point in the history
  2. Update APITests.cpp

    pmpurifoy committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    33a4b1b View commit details
    Browse the repository at this point in the history
  3. Remove spec from PR

    pmpurifoy committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    5bd1f9e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Rename AppNotification Builder API to match specs (#2766)

    * Renaming to match specs
    
    * Adding latest changes to specs
    
    * Code cleanup
    
    * Updating to reflect latest changes to the specs doc
    
    Co-authored-by: Eric Langlois <[email protected]>
    loneursid and Eric Langlois authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    41a699e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    5ea7ddd View commit details
    Browse the repository at this point in the history
  2. Remove unused files

    pmpurifoy committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    019077a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Add copyright to all files

    pmpurifoy committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    f45fb7a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Merge branch 'feature/WNP_ContentBuilder_Prev1' into user/purifoypaul…

    …/BuilderCoreFeaturesUpdate
    loneursid authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    f81258e View commit details
    Browse the repository at this point in the history
  2. Update AppNotificationBuilder.idl

    Adding copyright notice
    loneursid authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    8851cae View commit details
    Browse the repository at this point in the history
  3. Update pch.cpp

    Adding copyright notice
    loneursid authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    224877f View commit details
    Browse the repository at this point in the history
  4. Update WindowsAppRuntime_DLL.vcxproj

    Removing references to fmt lib
    loneursid authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    861014d View commit details
    Browse the repository at this point in the history
  5. Update packages.config

    Removing reference to fmt
    loneursid authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    a934566 View commit details
    Browse the repository at this point in the history
  6. Update AppNotificationBuilder.cpp

    Removing fmt since we won't be using and to unblock the build pipelines
    loneursid authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    19d0cd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Addressing comments

    pmpurifoy committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    9c6bb22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f51b89 View commit details
    Browse the repository at this point in the history
  3. Add helper file

    pmpurifoy committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    f8ed6ca View commit details
    Browse the repository at this point in the history
  4. Add SetTimestamp impl

    pmpurifoy committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    49c02bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b3b08c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    604a24f View commit details
    Browse the repository at this point in the history