| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-07-20 | Implement app toggle behaviour | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 | |
| 2020-07-20 | Update app toggle based on split tunnelling status | Janito Vaqueiro Ferreira Filho | 3 | -3/+15 | |
| 2020-07-20 | Toggle split tunnelling with the toggle switch | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-07-20 | Allow fragments to use the split tunnelling helper | Janito Vaqueiro Ferreira Filho | 2 | -0/+5 | |
| 2020-07-20 | Add split tunnelling to `MullvadVpnService` | Janito Vaqueiro Ferreira Filho | 2 | -2/+13 | |
| 2020-07-20 | Add split tunnelling to `TaplidVpnService` | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 | |
| 2020-07-20 | Create `SplitTunnelling` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+33 | |
| 2020-07-20 | Handle tun device reuse in the Java side | Janito Vaqueiro Ferreira Filho | 1 | -1/+58 | |
| 2020-07-20 | Move wait for tun up event into `TalpidVpnService` | Janito Vaqueiro Ferreira Filho | 1 | -1/+9 | |
| 2020-07-20 | Add `isIpv6` property to `InetNetwork` | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 | |
| 2020-07-15 | Make app list items clickable | Janito Vaqueiro Ferreira Filho | 3 | -2/+22 | |
| 2020-07-15 | Toggle enabled switch when the cell is clicked | Janito Vaqueiro Ferreira Filho | 2 | -5/+13 | |
| 2020-07-15 | Implement `CellSwitch.toggle` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 | |
| 2020-07-15 | Show spinner while list is loading | Janito Vaqueiro Ferreira Filho | 3 | -3/+61 | |
| 2020-07-15 | Don't show Mullvad VPN app in the app list | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-07-15 | Animate "Exclude applications" title | Janito Vaqueiro Ferreira Filho | 1 | -1/+25 | |
| 2020-07-15 | Hide list when split tunnelling is disabled | Janito Vaqueiro Ferreira Filho | 3 | -2/+39 | |
| 2020-07-15 | Implement top back button behavior | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2020-07-15 | Add "Exclude applications" header | Janito Vaqueiro Ferreira Filho | 2 | -0/+17 | |
| 2020-07-15 | Show app icons in the app list | Janito Vaqueiro Ferreira Filho | 3 | -3/+46 | |
| 2020-07-15 | Sort applications by name | Janito Vaqueiro Ferreira Filho | 1 | -2/+5 | |
| 2020-07-15 | Use new `AppInfo` helper data class | Janito Vaqueiro Ferreira Filho | 3 | -6/+11 | |
| 2020-07-15 | Show app name in the list | Janito Vaqueiro Ferreira Filho | 2 | -3/+24 | |
| 2020-07-15 | Load installed apps into adapter | Janito Vaqueiro Ferreira Filho | 2 | -5/+36 | |
| 2020-07-15 | Add divider between list elements | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-07-15 | Rename decoration to `ListItemDividerDecoration` | Janito Vaqueiro Ferreira Filho | 3 | -6/+5 | |
| 2020-07-15 | Create initial Split Tunnelling screen | Janito Vaqueiro Ferreira Filho | 6 | -0/+174 | |
| 2020-07-15 | Create initial empty `AppListAdapter` | Janito Vaqueiro Ferreira Filho | 2 | -0/+54 | |
| 2020-07-15 | Create initial empty `AppListItemHolder` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 | |
| 2020-07-14 | Change latest event reference before notifying | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2020-07-14 | Remove unused `loggedIn` field | Janito Vaqueiro Ferreira Filho | 1 | -6/+0 | |
| 2020-07-14 | Use initial settings to determine if logged in | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-07-14 | Remove usage of deprecated `Resources.getDrawable` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-07-14 | Use `_` for unused parameter | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-07-14 | Remove unnecessary null check | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-07-14 | Add whitespace after setter | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-07-14 | Refactor to create helper `resources` field | Janito Vaqueiro Ferreira Filho | 1 | -3/+4 | |
| 2020-07-14 | Replace usages of deprecated `Resources.getColor` | Janito Vaqueiro Ferreira Filho | 13 | -43/+38 | |
| 2020-07-08 | Force JNI libraries to be compressed | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-07-03 | Fix XML formatting | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| 2020-07-03 | Change message for unknown unsupported version | Janito Vaqueiro Ferreira Filho | 2 | -8/+16 | |
| 2020-07-03 | Animate padding change in the Connect screen | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 | |
| 2020-07-03 | Use correct expiry notification text | Emīls | 1 | -1/+1 | |
| 2020-07-01 | Synchronize notification updates to prevent races | Janito Vaqueiro Ferreira Filho | 1 | -10/+14 | |
| 2020-07-01 | Animate notification change transition | Janito Vaqueiro Ferreira Filho | 1 | -6/+18 | |
| 2020-07-01 | Work around banner showing bottom part too soon | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 | |
| If the notification that is to be shown increases the height of the banner, it will take another layout pass for it to properly adjust the animation offsets. During this time, the view becomes visible and shows the bottom part of the banner before the animation starts. The work around implemented here is to simply delay the animation by a small amount (enough for a frame to be skipped) to ensure the layout has completed and moved the banner up enough for the bottom part to not be shown when the view becomes visible. | |||||
| 2020-07-01 | Use an `ObjectAnimator` for the banner animation | Janito Vaqueiro Ferreira Filho | 1 | -8/+37 | |
| 2020-07-01 | Remove old `NotificationBanner` controller | Janito Vaqueiro Ferreira Filho | 1 | -284/+0 | |
| 2020-07-01 | Use new `NotificationBanner` widget | Janito Vaqueiro Ferreira Filho | 2 | -69/+18 | |
| 2020-07-01 | Implement in-app notification click behavior | Janito Vaqueiro Ferreira Filho | 1 | -0/+19 | |
