| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-06-02 | Add IPC call for split::clear_pids() | David Lönnhager | 3 | -0/+37 |
| 2020-06-02 | Add function to clear split tunnel PIDs | David Lönnhager | 1 | -0/+12 |
| 2020-06-02 | Initialize cgroup | David Lönnhager | 1 | -0/+9 |
| 2020-06-02 | Add split tunneling CLI | David Lönnhager | 2 | -0/+72 |
| 2020-06-02 | Add IPC functions for managing split tunneling | David Lönnhager | 3 | -0/+113 |
| 2020-06-02 | Update firewall to accept packets originating with split tunnel cgroup | David Lönnhager | 2 | -2/+38 |
| 2020-06-02 | Add function to remove PID from cgroup | David Lönnhager | 1 | -0/+20 |
| 2020-06-02 | Add function that lists PIDs in cgroup | David Lönnhager | 1 | -1/+23 |
| 2020-06-02 | Add function for adding PIDs to the cgroup | David Lönnhager | 1 | -0/+18 |
| 2020-06-02 | Add function to initialize cgroup | David Lönnhager | 2 | -0/+38 |
| 2020-06-02 | Rename nftables chains so they can be manipulated using nft | David Lönnhager | 1 | -2/+2 |
| 2020-06-01 | Merge branch 'fix-problem-report-uninitialized-crash' | Janito Vaqueiro Ferreira Filho | 3 | -10/+31 |
| 2020-06-01 | Describe uninit. report crash fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-06-01 | Fix access to uninitialized problem report object | Janito Vaqueiro Ferreira Filho | 2 | -8/+14 |
| 2020-06-01 | Delete problem report file in the background | Janito Vaqueiro Ferreira Filho | 1 | -3/+17 |
| 2020-06-01 | Merge branch 'fix-key-status-listener-race' | Janito Vaqueiro Ferreira Filho | 6 | -32/+18 |
| 2020-06-01 | Describe key listener setup fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-06-01 | Refactor `KeyStatusListener` to remove `setUpJob` | Janito Vaqueiro Ferreira Filho | 1 | -11/+7 |
| 2020-06-01 | Move `KeyStatusListener` to the `service` package | Janito Vaqueiro Ferreira Filho | 4 | -6/+5 |
| 2020-06-01 | Refactor construction of `ServiceInstance` fields | Janito Vaqueiro Ferreira Filho | 2 | -15/+5 |
| 2020-06-01 | Merge branch 'convert-marquee-to-styled-component' | Oskar Nyberg | 2 | -108/+107 |
| 2020-06-01 | Prevent unnecessary unmounting/mounting of Location, Country and City | Oskar Nyberg | 1 | -44/+31 |
| 2020-06-01 | Convert Marquee to a styled component | Oskar Nyberg | 2 | -66/+78 |
| 2020-05-29 | Merge branch 'fix-select-location-chevron' | Janito Vaqueiro Ferreira Filho | 2 | -2/+0 |
| 2020-05-29 | Remove redundant padding specification | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2020-05-29 | Remove padding from button style | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2020-05-29 | Merge branch 'account-screen-payment-buttons' | Janito Vaqueiro Ferreira Filho | 6 | -20/+174 |
| 2020-05-28 | Describe payment buttons in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-05-28 | Disable buttons when app has no connectivity | Janito Vaqueiro Ferreira Filho | 1 | -4/+26 |
| 2020-05-28 | Automatically update expiry after adding time | Janito Vaqueiro Ferreira Filho | 1 | -1/+28 |
| 2020-05-28 | Allow adding an extra action in the `UrlButton` | Janito Vaqueiro Ferreira Filho | 1 | -1/+7 |
| 2020-05-28 | Invalidate account expiry when voucher is redeemed | Janito Vaqueiro Ferreira Filho | 1 | -0/+22 |
| 2020-05-28 | Refactor to create `handleAddedTime` method | Janito Vaqueiro Ferreira Filho | 1 | -5/+7 |
| 2020-05-28 | Update `AccountCache` to look for an expiry update | Janito Vaqueiro Ferreira Filho | 1 | -5/+39 |
| 2020-05-28 | Add Redeem Voucher button | Janito Vaqueiro Ferreira Filho | 2 | -0/+19 |
| 2020-05-28 | Add Buy More Time button | Janito Vaqueiro Ferreira Filho | 2 | -1/+14 |
| 2020-05-28 | Use custom Button widget in Account screen | Janito Vaqueiro Ferreira Filho | 2 | -9/+14 |
| 2020-05-28 | Merge branch 'account-cache-event-notifier' | Janito Vaqueiro Ferreira Filho | 7 | -49/+69 |
| 2020-05-28 | Don't spawn job while updating data | Janito Vaqueiro Ferreira Filho | 1 | -14/+16 |
| 2020-05-28 | Clear expiry before changing the account number | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-05-28 | Remove old event notifications | Janito Vaqueiro Ferreira Filho | 1 | -15/+1 |
| 2020-05-28 | Use new event notifiers in `SettingsFragment` | Janito Vaqueiro Ferreira Filho | 1 | -9/+13 |
| 2020-05-28 | Use new event notifiers in `WelcomeFragment` | Janito Vaqueiro Ferreira Filho | 1 | -2/+6 |
| 2020-05-28 | Use new event notifiers in `OutOfTimeFragment` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-05-28 | Use new event notifiers in `ConnectFragment` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-05-28 | Use new event notifiers in `AccountFragment` | Janito Vaqueiro Ferreira Filho | 1 | -7/+12 |
| 2020-05-28 | Add event notifiers to `AccountCache` | Janito Vaqueiro Ferreira Filho | 1 | -1/+14 |
| 2020-05-28 | Implement `EventNotifier.hasListeners` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2020-05-28 | Merge branch 'handle-app-suspension' | Andrej Mihajlov | 4 | -71/+92 |
| 2020-05-28 | Update CHANGELOG | Andrej Mihajlov | 1 | -0/+1 |
