Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
barriosnahuel committed Jan 11, 2016
2 parents 7db66f5 + ad53ecf commit 25141a8
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions js/bend/events/pull_request_event.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spk.events.pullRequestEvent = (function () {

switch (action) {
case 'opened':
case 'reopened':
icon = 'img/events/pr-opened.png';
break;
case 'closed':
Expand Down
9 changes: 3 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "Spokesman -GitHub's notifications interpreter",
"name": "Spokesman - GitHub's notifications",
"short_name": "Spokesman",
"version": "0.2.1",
"version": "0.2.2",
"description": "Get desktop notifications of events that occur on GitHub that really interest you.",
"browser_action": {
"default_icon": {
Expand All @@ -17,10 +17,7 @@
"48": "img/megaphone17-64.png",
"128": "img/megaphone17-128.png"
},
"options_ui": {
"chrome_style": false,
"page": "views/settings.html"
},
"options_page": "views/settings.html",
"permissions": [
"alarms",
"notifications",
Expand Down
File renamed without changes
Binary file added store/marquee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added store/marquee.xcf
Binary file not shown.
Binary file added store/mosaic-large_interesting_events.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added store/mosaic-large_interesting_events.xcf
Binary file not shown.
Binary file added store/mosaic-small_notifications.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added store/mosaic-small_notifications.xcf
Binary file not shown.
Binary file added store/screenshots/comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added store/screenshots/more info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added store/screenshots/pr-merged.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added store/screenshots/pr-opened.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added store/screenshots/pr-reopened.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added store/screenshots/release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added store/screenshots/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25141a8

Please sign in to comment.