summaryrefslogtreecommitdiff
path: root/notificator.go
AgeCommit message (Collapse)Author
2018-06-25[feat] change the donation notification timeout to 1 hourRuben Pollan
- Resolves: #57
2018-06-20[feat] return the correct svg path for snapRuben Pollan
2018-06-20[feat] display systray and bitmaskd version in aboutRuben Pollan
- Resolves: #47
2018-06-06[bug] change donate urlKali Kaneko (leap communications)
2018-06-04[feat] notify if it can't start the VPN0.0.1Ruben Pollan
- Resolves: #35
2018-05-24[feat] add about pageRuben Pollan
And update links. - Resolves: #34
2018-04-25[feat] set icon for the dialogsRuben Pollan
2018-04-19[feat] Ask for donationsRuben Pollan
- Resolves: #24
2018-03-20[feat] let's not notify about donations for nowRuben Pollan
As MVP we decided to remove the donations notifications for now. - Resolves: #21
2018-02-23[feat] discover the path of the svg for the notificationsRuben Pollan
Try different known paths for the svg file. - Resolves: #10
2018-02-21[feat] add i18n supportRuben Pollan
Using golang.org/x/text, wich is still in early stages of development, but seems to work good enough for our needs. - Resolves: #2
2018-02-14[feat] timeout if bitmaskd doesn't respondRuben Pollan
- Resolves: #7
2018-02-14[feat] install helpers if neededRuben Pollan
- Resolves: #6
2018-02-13[doc] add copyright noticeRuben Pollan
2018-02-08[feat] use a config file to check when to produce the next notificationRuben Pollan
2018-02-08[feat] use the right urlsRuben Pollan
2018-01-18[style] New assetsRuben Pollan
2018-01-16[feat] Dummy implementation of the systrayRuben Pollan