Skip to content
This repository has been archived by the owner on Nov 3, 2019. It is now read-only.

Notification history #11

Open
1 of 7 tasks
cgrossde opened this issue Dec 6, 2014 · 7 comments
Open
1 of 7 tasks

Notification history #11

cgrossde opened this issue Dec 6, 2014 · 7 comments

Comments

@cgrossde
Copy link
Owner

cgrossde commented Dec 6, 2014

History features:

@cgrossde cgrossde added this to the 0.3.0 milestone Dec 6, 2014
@cgrossde cgrossde modified the milestones: 0.4.0, 0.3.0 Jan 2, 2015
@jon-daemon
Copy link

I'd like to have a history of my notification on Pullover.
For start would that be easier to open our history on client.pushover.net when we click on the notification banner?

@cgrossde
Copy link
Owner Author

You could add

if(! url) {
  url = 'http://client.pushover.net';
}

after line 133 in src/js/app.js and compile your own version. This will set the url for every notification which does not have an url set.

Which OS are you using?

@jon-daemon
Copy link

I use Mac OS X 10.10.4.
I added it on the file without recompiling and it's working.
Thank you.

@cgrossde cgrossde closed this as completed Jun 1, 2015
@cgrossde cgrossde reopened this Jun 1, 2015
@BrianInAz
Copy link

Hi

Are the features listed above still on the roadmap for OSX? I saw the note in the Wiki that mentioned History was already available in OSX via Notification Center. While I can see notifications I may have missed via the OSX Notification Center, it'd be convenient to be able to see full (or limited) history, sort by app, etc like mentioned above.

Thanks! Love the app.

@cgrossde
Copy link
Owner Author

You are currently limited to the capabilities of the OS X Notification center. Should I get to rewrite Pullover a decent history will be part of it ;)

@cgrossde
Copy link
Owner Author

cgrossde commented Sep 1, 2016

After the necessary rewrite of Pullover, I finally implemented a notification history:
notificationhistory

Check out the new release: https://github.com/cgrossde/Pullover/releases/tag/1.2.0-alpha.1

Next feature planned is search and app-based filtering.

@jon-daemon
Copy link

jon-daemon commented Oct 22, 2016

Most menubar bar applications on Mac use their icon on menubar to show/hide the application's window.
Would that be possible to show the notification history just by clicking on the menubar icon and not by selecting it from the menu?
Status could be viewed later from within this window.
Also if the window was hidding by clicking the menu bar icon or by clicking outside of it, the X button on the window could be used to quit the app.
Therfore the options we have now when we click on the menu bar icon (Status/Notifications/Quit) won't be necessary.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants