| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-07-15 | Make navigation bar solid on iOS 12 (no blur) | Andrej Mihajlov | 1 | -0/+8 |
| 2020-07-15 | Add DiffableDataSources third-party package | Andrej Mihajlov | 2 | -1/+26 |
| 2020-07-15 | Merge branch 'uncombine-appstore-payments' | Andrej Mihajlov | 11 | -626/+432 |
| 2020-07-15 | Change the UserInterfaceInteractionRestrictionProtocol interface | Andrej Mihajlov | 2 | -17/+17 |
| 2020-07-15 | Uncombine AppStorePaymentManager | Andrej Mihajlov | 11 | -618/+424 |
| 2020-07-15 | Merge branch 'android-split-tunnelling-ui' | Janito Vaqueiro Ferreira Filho | 15 | -6/+521 |
| 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-15 | Merge branch 'uncombine-tunnel-manager' | Andrej Mihajlov | 30 | -1613/+2370 |
| 2020-07-15 | Remove pendingStartCompletion | Andrej Mihajlov | 1 | -47/+59 |
| 2020-07-15 | Fix left overs of "tunnel configuration", replaced with "tunnel settings" | Andrej Mihajlov | 4 | -20/+20 |
| 2020-07-15 | Fix comment | Andrej Mihajlov | 1 | -1/+1 |
| 2020-07-15 | Rename tunnelConfiguration -> tunnelSettings | Andrej Mihajlov | 2 | -4/+4 |
| 2020-07-15 | Trim leftover whitespace | Andrej Mihajlov | 4 | -4/+4 |
| 2020-07-15 | Remove trailing whitespace | Andrej Mihajlov | 1 | -3/+3 |
| 2020-07-15 | Clean up unused code | Andrej Mihajlov | 2 | -2/+0 |
| 2020-07-15 | Fix possible race condition in timer | Andrej Mihajlov | 1 | -1/+5 |
| 2020-07-15 | Uncombine tunnel management | Andrej Mihajlov | 30 | -1604/+2347 |
| 2020-07-15 | Merge branch 'convert-navigation-bar-from-reactxp' | Oskar Nyberg | 17 | -633/+384 |
| 2020-07-15 | Add hover effect on navigation bar close and back buttons | Oskar Nyberg | 3 | -6/+20 |
| 2020-07-15 | Convert NavigationBar and SettingsTitle comopnents from ReactXP | Oskar Nyberg | 16 | -632/+369 |
| 2020-07-15 | Merge branch 'fix-location-list-entry-nearest-icon' | Oskar Nyberg | 1 | -3/+12 |
| 2020-07-15 | Fix location list entry icon margin | Oskar Nyberg | 1 | -3/+12 |
| 2020-07-14 | Merge branch 'fix-occurred-typo' | Janito Vaqueiro Ferreira Filho | 20 | -20/+20 |
| 2020-07-14 | Fix typo in `occurred` | Janito Vaqueiro Ferreira Filho | 20 | -20/+20 |
| 2020-07-14 | Merge branch 'fix-notification-in-foreground' | Janito Vaqueiro Ferreira Filho | 2 | -2/+3 |
| 2020-07-14 | Describe foreground notification fix in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-07-14 | Change latest event reference before notifying | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-07-14 | Merge branch 'fix-tile-connect-action' | Janito Vaqueiro Ferreira Filho | 2 | -7/+3 |
| 2020-07-14 | Describe connection action fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+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 | Merge branch 'clean-up-kotlin-warnings' | Janito Vaqueiro Ferreira Filho | 16 | -49/+46 |
