summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-20[feat] add windows iconsRuben Pollan
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-03-20[style] use upstream systray libraryRuben Pollan
Now that my patchers are merged we can revert back to use upstream.
2018-03-20[test] add CI supportRuben Pollan
- Resolves: #13
2018-03-20[feat] remove the hack on exitRuben Pollan
The systray quit is being fixed in our fork of the getlantern/systray.
2018-03-20[feat] only one systray can be in executionRuben Pollan
Create a systray.pid file to check if another systray is in execution and only one systray is allowed to be running. - Resolves: #17
2018-03-20[bug] use our own fork of the systray libraryRuben Pollan
While we wait to get the fix to the hide menu items issue merged upstream let's use our own fork of the library. - Resolves: #8
2018-03-05[bug] remove unused importKali Kaneko (leap communications)
2018-03-05[feat] lighter icons for darwinelijah
2018-03-05use /var/tmp in all cases for socketKali Kaneko (leap communications)
2018-02-26[bug] snap home is read-onlyKali Kaneko (leap communications)
2018-02-23[feat] use $SNAP if defined for the socket pathRuben Pollan
- Resolves: #16
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-22[pkg] add a convenience target for installing depsKali Kaneko (leap communications)
2018-02-22[i18n] es-ES reviewKali Kaneko (leap communications)
2018-02-21[bug] ignore config parsing errorsRuben Pollan
2018-02-21[feat] display the off icon while waiting for statusRuben Pollan
- Resolves: #14
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-19[feat] nicer icons for mac (higher res, black lines)elijah
2018-02-16[doc] typo in packageKali Kaneko (leap communications)
2018-02-16[feat] add a command line flag to enable gateway selectionRuben Pollan
- Resolves: #12
2018-02-15[bug] check if error is not nil before checking if it's nopolkitRuben Pollan
2018-02-15add osx instructions to readmekali
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[feat] new iconselijah
2018-02-13[feat] remove gateway selectionRuben Pollan
2018-02-13[doc] add copyright noticeRuben Pollan
2018-02-13Close bitmask when the systray quitsRuben Pollan
2018-02-09[style] nicer lookingRuben Pollan
2018-02-08[style] remove unused codeRuben Pollan
2018-02-08[feat] use a config file to check when to produce the next notificationRuben Pollan
2018-02-08[doc] install dependencies before buildingRuben Pollan
2018-02-08[doc] forgot about building itRuben Pollan
2018-02-08[doc] run bitmask-systray from the repoRuben Pollan
2018-02-08[feat] hardcode riseup.net as vpn providerRuben Pollan
2018-02-08[doc] Add install instructions into the readmeRuben Pollan
2018-02-08[feat] use the right urlsRuben Pollan
2018-02-08[style] point imports into leap repoRuben Pollan
2018-01-23[feat] add gateway selectionRuben Pollan
2018-01-22[feat] add event supportRuben Pollan
2018-01-19[feat] implement bitmask.core zmq comunicationRuben Pollan
2018-01-18[style] clean up wait loopRuben Pollan
2018-01-18[style] New assetsRuben Pollan
2018-01-16[feat] use cleaner iconsRuben Pollan
2018-01-16[feat] Dummy implementation of the systrayRuben Pollan