aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/NotificationDaemon.cs
AgeCommit message (Collapse)Author
2017-06-11ReflectMan Saves The Day..............RogueAI42
Refactored every part in the code that used that damn foreach loop. All assemblies are now loaded on startup into an array, and the results of GetType() on each are concatenated into another array. The parts of the code that were loading the assemblies and scanning them themselves now look to ReflectMan.Types, and all disk I/O is limited to the first time ReflectMan is accessed. While I was there I also replaced some other foreach loops with array comprehensions and such to speed things up - there is a noticeable improvement. It doesn't seem to have broken anything, but I'd appreciate if someone could do more stress testing for me.
2017-05-31modular notificationsMichael
2017-05-18documentation of NotificationDaemonRylan/wowmom98
2017-02-26LIcenseslempamo
2017-02-25infernal noises from hell (aka DooMwilliam341
2017-02-25kek i should push diswilliam341
2017-02-25ffswilliam341
2017-02-25Revert "Revert "fix notification mark as read not updating""william341
This reverts commit bd41ad18fe55fcd5bcba9fdbd0bb2c86edd01411, reversing changes made to c4f855f3a559195d7b683ec4b96a18c42ce7b5fb.
2017-02-25Button for marking all notes as read.Michael
2017-02-25Revert "fix notification mark as read not updating"william341
This reverts commit c4f855f3a559195d7b683ec4b96a18c42ce7b5fb.
2017-02-25fix notification mark as read not updatingwilliam341
2017-02-25Fire event when note is marked readMichael
2017-02-25Notification counter on desktop.Michael
2017-02-24Forgot to add NotificationMade event.Michael
2017-02-24Notification backend.Michael