Skip to content
Snippets Groups Projects
  1. Jan 17, 2019
  2. Jan 15, 2019
  3. Jan 12, 2019
  4. Jan 09, 2019
  5. Jan 03, 2019
  6. Dec 21, 2018
    • meskio's avatar
      [bug] get vpn cert on vpn start · 276eb57b
      meskio authored
      Is not uncommon for the systray to be launched without internet access.
      For example in the autostart if the network hasn't come up yet.
      
      Let's fetch the vpn cert when the vpn is starting, instead of in the
      initialization of the standalone bitmask. So if the initialization
      happens when there is no network the systray doesn't fail to start.
      
      - Resolves: #88
      276eb57b
    • meskio's avatar
      [bug] launch the systray ASAP so notifications work · 43b06b2e
      meskio authored
      The linux version of the notifications library we are using doesn't
      handle the gtk.main loop. It requires the systray to be running to be
      able to display a notification.
      
      Spliting the start of the systray and the loop we can start the systray
      pretty early and later on launch the main loop once we have bitmask and
      other stuff ready.
      
      - Related: #88
      43b06b2e
  7. Dec 20, 2018
  8. Dec 19, 2018
    • Kali Kaneko's avatar
      [feat] use geolocated gateways · c9163f22
      Kali Kaneko authored
      we try to use the geoip service, and if the answer has an entry for the
      sorted gateways, we just use it instead of using the timezone heuristic.
      
      - Resolves: #84
      c9163f22
  9. Dec 13, 2018
  10. Dec 12, 2018
    • meskio's avatar
      [test] make bonafide more testable · d8e683ef
      meskio authored
      Get local timezone and http client as configurable things in bonafide,
      so tests can set them. Also separate integration tests and unit tests.
      d8e683ef
  11. Nov 29, 2018
  12. Nov 23, 2018
  13. Nov 22, 2018
  14. Nov 21, 2018
  15. Nov 20, 2018
    • meskio's avatar
      [feat] update translation strings · 44f5f7f9
      meskio authored
      44f5f7f9
    • meskio's avatar
      [feat] Generate messages.json for transifex · bb59e562
      meskio authored
      Add to 'make generate_locales' the generation of a
      'transifex/messages.json' that will be automatically pulled by transifex
      for translations.
      
      To incorporate translations from transifex into our project we'll need
      to manually download the selected translations and convert them with the
      transifex program into gotext format.
      
      -Resolves: #73
      bb59e562
  16. Nov 14, 2018
  17. Nov 12, 2018
  18. Oct 29, 2018
  19. Oct 25, 2018
Loading