summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Add IPC call for split::clear_pids()David Lönnhager3-0/+37
2020-06-02Add function to clear split tunnel PIDsDavid Lönnhager1-0/+12
2020-06-02Initialize cgroupDavid Lönnhager1-0/+9
2020-06-02Add split tunneling CLIDavid Lönnhager2-0/+72
2020-06-02Add IPC functions for managing split tunnelingDavid Lönnhager3-0/+113
2020-06-02Update firewall to accept packets originating with split tunnel cgroupDavid Lönnhager2-2/+38
2020-06-02Add function to remove PID from cgroupDavid Lönnhager1-0/+20
2020-06-02Add function that lists PIDs in cgroupDavid Lönnhager1-1/+23
2020-06-02Add function for adding PIDs to the cgroupDavid Lönnhager1-0/+18
2020-06-02Add function to initialize cgroupDavid Lönnhager2-0/+38
2020-06-02Rename nftables chains so they can be manipulated using nftDavid Lönnhager1-2/+2
2020-06-01Merge branch 'fix-problem-report-uninitialized-crash'Janito Vaqueiro Ferreira Filho3-10/+31
2020-06-01Describe uninit. report crash fix in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-06-01Fix access to uninitialized problem report objectJanito Vaqueiro Ferreira Filho2-8/+14
2020-06-01Delete problem report file in the backgroundJanito Vaqueiro Ferreira Filho1-3/+17
2020-06-01Merge branch 'fix-key-status-listener-race'Janito Vaqueiro Ferreira Filho6-32/+18
2020-06-01Describe key listener setup fix in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-06-01Refactor `KeyStatusListener` to remove `setUpJob`Janito Vaqueiro Ferreira Filho1-11/+7
2020-06-01Move `KeyStatusListener` to the `service` packageJanito Vaqueiro Ferreira Filho4-6/+5
2020-06-01Refactor construction of `ServiceInstance` fieldsJanito Vaqueiro Ferreira Filho2-15/+5
2020-06-01Merge branch 'convert-marquee-to-styled-component'Oskar Nyberg2-108/+107
2020-06-01Prevent unnecessary unmounting/mounting of Location, Country and CityOskar Nyberg1-44/+31
2020-06-01Convert Marquee to a styled componentOskar Nyberg2-66/+78
2020-05-29Merge branch 'fix-select-location-chevron'Janito Vaqueiro Ferreira Filho2-2/+0
2020-05-29Remove redundant padding specificationJanito Vaqueiro Ferreira Filho1-1/+0
2020-05-29Remove padding from button styleJanito Vaqueiro Ferreira Filho1-1/+0
2020-05-29Merge branch 'account-screen-payment-buttons'Janito Vaqueiro Ferreira Filho6-20/+174
2020-05-28Describe payment buttons in the changelogJanito Vaqueiro Ferreira Filho1-0/+4
2020-05-28Disable buttons when app has no connectivityJanito Vaqueiro Ferreira Filho1-4/+26
2020-05-28Automatically update expiry after adding timeJanito Vaqueiro Ferreira Filho1-1/+28
2020-05-28Allow adding an extra action in the `UrlButton`Janito Vaqueiro Ferreira Filho1-1/+7
2020-05-28Invalidate account expiry when voucher is redeemedJanito Vaqueiro Ferreira Filho1-0/+22
2020-05-28Refactor to create `handleAddedTime` methodJanito Vaqueiro Ferreira Filho1-5/+7
2020-05-28Update `AccountCache` to look for an expiry updateJanito Vaqueiro Ferreira Filho1-5/+39
2020-05-28Add Redeem Voucher buttonJanito Vaqueiro Ferreira Filho2-0/+19
2020-05-28Add Buy More Time buttonJanito Vaqueiro Ferreira Filho2-1/+14
2020-05-28Use custom Button widget in Account screenJanito Vaqueiro Ferreira Filho2-9/+14
2020-05-28Merge branch 'account-cache-event-notifier'Janito Vaqueiro Ferreira Filho7-49/+69
2020-05-28Don't spawn job while updating dataJanito Vaqueiro Ferreira Filho1-14/+16
2020-05-28Clear expiry before changing the account numberJanito Vaqueiro Ferreira Filho1-1/+1
2020-05-28Remove old event notificationsJanito Vaqueiro Ferreira Filho1-15/+1
2020-05-28Use new event notifiers in `SettingsFragment`Janito Vaqueiro Ferreira Filho1-9/+13
2020-05-28Use new event notifiers in `WelcomeFragment`Janito Vaqueiro Ferreira Filho1-2/+6
2020-05-28Use new event notifiers in `OutOfTimeFragment`Janito Vaqueiro Ferreira Filho1-2/+2
2020-05-28Use new event notifiers in `ConnectFragment`Janito Vaqueiro Ferreira Filho1-2/+2
2020-05-28Use new event notifiers in `AccountFragment`Janito Vaqueiro Ferreira Filho1-7/+12
2020-05-28Add event notifiers to `AccountCache`Janito Vaqueiro Ferreira Filho1-1/+14
2020-05-28Implement `EventNotifier.hasListeners` methodJanito Vaqueiro Ferreira Filho1-0/+6
2020-05-28Merge branch 'handle-app-suspension'Andrej Mihajlov4-71/+92
2020-05-28Update CHANGELOGAndrej Mihajlov1-0/+1