Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coddo/NotificationAgent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/Notification_UI
Choose a base ref
...
head repository: coddo/NotificationAgent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 20 files changed
  • 1 contributor

Commits on Nov 27, 2015

  1. Merge pull request #1 from coddo/feature/Notification_UI

    Feature/notification_ui
    coddo committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    4d23d2c View commit details
    Browse the repository at this point in the history
  2. Added an abstract class for better type injection at runtime and move…

    …d from a static configuration approach to a non-static one
    coddo committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    ce05691 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f22cb71 View commit details
    Browse the repository at this point in the history
  4. Renamed the interface methods and added the Location of the notificat…

    …ion as a constructor parameter
    coddo committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    ac750a1 View commit details
    Browse the repository at this point in the history
  5. Added fix for the Windows Forms Designer that failed because of the a…

    …bstract class inheritence and continued work on the notification popup
    coddo committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    890ce2d View commit details
    Browse the repository at this point in the history
  6. Implemented the Show and Hide methods in the NotificationPopup class …

    …and refactored the names of some parameters
    coddo committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    831b942 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c29d61 View commit details
    Browse the repository at this point in the history
  8. Added configurator pattern for separating the view decorations from t…

    …he actual job of displaying the notifications
    coddo committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    deddd77 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2015

  1. Configuration menu
    Copy the full SHA
    a914860 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from coddo/feature/Add_configuration_manager

    Feature/add_configuration_manager
    coddo committed Nov 28, 2015
    Configuration menu
    Copy the full SHA
    f60d35c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb1acc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    326dc86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38fbb52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    532bf28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbcba6d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2015

  1. Configuration menu
    Copy the full SHA
    4d424e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a6ec45 View commit details
    Browse the repository at this point in the history
  3. Made the currently existing display configurator to accept any type o…

    …f notification view and simplified the usage of the app by switching from type inference to injection for the display managers in the notification center
    coddo committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    a157ca3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49f88ca View commit details
    Browse the repository at this point in the history
  5. Gave the current display manager and popupview more appropriate names…

    … and made them as sealed classes
    coddo committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    c26fd1d View commit details
    Browse the repository at this point in the history
Loading