| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-11-16 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2020-11-13 | Initialize `SplitTunneling` in the background | Janito Vaqueiro Ferreira Filho | 1 | -9/+19 | |
| 2020-11-13 | Create `SplitTunneling` instance sooner | Janito Vaqueiro Ferreira Filho | 1 | -6/+12 | |
| Loads the excluded app list before the daemon is started. | |||||
| 2020-11-10 | Updating version to 2020.7-beta1 | Linus Färnstrand | 1 | -2/+2 | |
| 2020-11-09 | Update translation strings on Android | Janito Vaqueiro Ferreira Filho | 18 | -39/+57 | |
| 2020-11-09 | Replace "Enabled" with "Enable" in Split Tunneling | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 | |
| 2020-11-04 | Establish minimum cell widget height | Janito Vaqueiro Ferreira Filho | 2 | -0/+3 | |
| 2020-11-04 | Fix cell widget text size | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-10-28 | Also call `startForegroundService` in `onCreate` | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-10-28 | Always call `startForeground` on start command | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-10-28 | Remove unnecessary conditional | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-10-28 | Synchronize updates to the notification | Janito Vaqueiro Ferreira Filho | 1 | -11/+15 | |
| 2020-10-28 | Add a `acknowledgeStartForeground` helper method | Janito Vaqueiro Ferreira Filho | 1 | -6/+21 | |
| Used to temporarily place the notification in the foreground by calling `startForeground` in order to avoid ANR timeouts. | |||||
| 2020-10-28 | Allow sending reconnect command while reconnecting | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-10-23 | Intercept scroll events from item animations | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 | |
| 2020-10-23 | Refactor to create `dispatchScrollEvent` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2020-10-23 | Create `CustomItemAnimator` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+37 | |
| Allows listening for item movement animations. | |||||
| 2020-10-22 | Remove trailing separator after updating selection | Janito Vaqueiro Ferreira Filho | 1 | -2/+9 | |
| 2020-10-21 | Make screen orientation requirement optional | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2020-10-21 | Make touch screen requirement optional | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2020-10-21 | Start with the background focused | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-10-21 | Make the account input box the next focusable view | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-10-20 | Use landscape orientation on TVs | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 | |
| 2020-10-20 | Allow orientation to flip 180 degrees | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-10-20 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2020-10-19 | Collapse history when logging in with keyboard | Janito Vaqueiro Ferreira Filho | 1 | -2/+5 | |
| 2020-10-19 | Listen for input and history focus events | Janito Vaqueiro Ferreira Filho | 1 | -3/+9 | |
| This prevents the account history from collapsing when navigating from the input into one of the account history entries. | |||||
| 2020-10-19 | Create `Debouncer` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+39 | |
| 2020-10-19 | Allow listening for account history focus events | Janito Vaqueiro Ferreira Filho | 2 | -4/+19 | |
| 2020-10-19 | Make account history entries focusable | Janito Vaqueiro Ferreira Filho | 2 | -1/+2 | |
| 2020-10-19 | Make account focusable in Welcome screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-10-19 | Make apps focusable on Split Tunneling screen | Janito Vaqueiro Ferreira Filho | 2 | -2/+10 | |
| 2020-10-19 | Make MTU cell not focusable | Janito Vaqueiro Ferreira Filho | 1 | -2/+5 | |
| 2020-10-19 | Mark `InformationView` as focusable if clickable | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 | |
| 2020-10-19 | Use observable delegate in `InformationView` | Janito Vaqueiro Ferreira Filho | 1 | -44/+11 | |
| 2020-10-19 | Change green button background color when focused | Janito Vaqueiro Ferreira Filho | 2 | -1/+10 | |
| 2020-10-19 | Mark settings back buttons as focusable | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-10-19 | Make cell buttons focusable | Janito Vaqueiro Ferreira Filho | 2 | -1/+9 | |
| 2020-10-19 | Refactor relay list item to add keyboard support | Janito Vaqueiro Ferreira Filho | 2 | -36/+51 | |
| 2020-10-19 | Change button background color when focused | Janito Vaqueiro Ferreira Filho | 6 | -6/+56 | |
| 2020-10-19 | Make tunnel information collapsable area focusable | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-10-19 | Make Navigation Bar widget focusable | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-10-12 | Add license metadata to translations-converter crate | Linus Färnstrand | 1 | -0/+1 | |
| 2020-10-06 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2020-10-06 | Show the "Thanks!" part of the message in green. | Janito Vaqueiro Ferreira Filho | 1 | -2/+14 | |
| 2020-10-06 | Split the `sent_thanks` message string in two | Janito Vaqueiro Ferreira Filho | 19 | -19/+2 | |
| 2020-10-06 | Remove "Secure Connection" message | Janito Vaqueiro Ferreira Filho | 1 | -8/+0 | |
| 2020-10-05 | Change payment button ID and rename properties | Janito Vaqueiro Ferreira Filho | 4 | -8/+8 | |
| 2020-10-05 | Consolidate repeated payment buttons layout | Janito Vaqueiro Ferreira Filho | 7 | -40/+28 | |
| 2020-10-05 | Use `SitePaymentButton` widget | Janito Vaqueiro Ferreira Filho | 6 | -33/+27 | |
