| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-08-26 | Update unit tests | Aleksandr Granin | 2 | -5/+17 |
| 2021-08-26 | Add ViewIntent for system apps appearing | Aleksandr Granin | 5 | -5/+35 |
| 2021-08-26 | Update applications filter and data container with system info | Aleksandr Granin | 2 | -3/+7 |
| 2021-08-26 | Initiate excluded apps list properly | Aleksandr Granin | 1 | -1/+1 |
| 2021-08-19 | Fix focus issue when in some cases value of MTU was erased | Aleksandr Granin | 2 | -2/+4 |
| 2021-08-18 | Fix dockerfile | Emīls | 1 | -8/+1 |
| 2021-07-06 | Fix issue with app never requesting VPN permission | Emīls | 1 | -0/+5 |
| 2021-07-06 | Add android studio files to .gitignore. | Emīls | 6 | -180/+0 |
| 2021-07-02 | Update Android translations | Oskar Nyberg | 38 | -360/+417 |
| 2021-06-18 | Update account history RPCs | David Lönnhager | 8 | -35/+29 |
| 2021-05-28 | Test TV-only apps in `ApplicationsProviderTest` | Janito Vaqueiro Ferreira Filho | 1 | -9/+45 |
| 2021-05-28 | Show TV-only apps in the Split Tunneling screen | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2021-05-28 | Remove obsolete `parse_line` helper function | Janito Vaqueiro Ferreira Filho | 1 | -11/+0 |
| 2021-05-28 | Fix translations | Janito Vaqueiro Ferreira Filho | 1 | -10/+10 |
| 2021-05-28 | Fix handling of multi-line messages | Janito Vaqueiro Ferreira Filho | 1 | -15/+162 |
| 2021-05-28 | Test `MsgString` concatenation | Janito Vaqueiro Ferreira Filho | 1 | -0/+36 |
| 2021-05-28 | Implement `Add` for `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -1/+21 |
| 2021-05-28 | Implement `AddAssign` for `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -1/+16 |
| 2021-05-28 | Refactor parser into a clearer state machine | Janito Vaqueiro Ferreira Filho | 1 | -73/+322 |
| 2021-05-28 | Return errors from parser methods | Janito Vaqueiro Ferreira Filho | 2 | -22/+50 |
| 2021-05-28 | Derive `Eq` and `PartialEq` for `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2021-05-28 | Move `Parser` into a separate module | Janito Vaqueiro Ferreira Filho | 3 | -109/+145 |
| 2021-05-28 | Add `Messages::add_plural` helper method | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2021-05-28 | Add `Messages::add` helper method | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2021-05-28 | Add `Messages::starting_with` constructor | Janito Vaqueiro Ferreira Filho | 1 | -0/+15 |
| 2021-05-28 | Implement `FromStr` for `PluralForm` | Janito Vaqueiro Ferreira Filho | 1 | -0/+19 |
| 2021-05-28 | Add `Messages::with_plural_formula` constructor | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2021-05-28 | Return result from `gettext::Messages::from_file` | Janito Vaqueiro Ferreira Filho | 3 | -10/+22 |
| 2021-05-28 | Move `Messages` and related types to new module | Janito Vaqueiro Ferreira Filho | 2 | -162/+173 |
| 2021-05-28 | Rename `Translations` into `Messages` | Janito Vaqueiro Ferreira Filho | 2 | -6/+6 |
| 2021-05-28 | Refactor `match_str` to have extra features | Janito Vaqueiro Ferreira Filho | 2 | -14/+209 |
| 2021-05-28 | Move `match_str!` macro to a separate module | Janito Vaqueiro Ferreira Filho | 2 | -17/+18 |
| 2021-05-27 | Create a Docker image for building the Android app | Janito Vaqueiro Ferreira Filho | 5 | -0/+413 |
| 2021-05-21 | Impl. more escape sequences in gettext messages | Janito Vaqueiro Ferreira Filho | 1 | -4/+22 |
| 2021-05-21 | Fix normalize single-quotes test | Janito Vaqueiro Ferreira Filho | 1 | -4/+6 |
| 2021-05-21 | Unescape single quotes in gettext messages | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2021-05-19 | Test `StringValue` deserialization | Janito Vaqueiro Ferreira Filho | 1 | -0/+22 |
| 2021-05-19 | Manually impl. `Deserialize` to collapse newlines | Janito Vaqueiro Ferreira Filho | 1 | -2/+11 |
| 2021-05-19 | Test deserialization of multi-line strings | Janito Vaqueiro Ferreira Filho | 1 | -0/+39 |
| 2021-05-19 | Test deserialization of `android::StringResources` | Janito Vaqueiro Ferreira Filho | 1 | -2/+35 |
| 2021-05-19 | Test newline collapsing for `android::StringValue` | Janito Vaqueiro Ferreira Filho | 1 | -0/+14 |
| 2021-05-19 | Test creating an already escaped `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2021-05-19 | Test `MsgString` escaping of double quotes | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2021-05-19 | Test creating an empty `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2021-05-19 | Test parameter indices handling in `StringValue` | Janito Vaqueiro Ferreira Filho | 1 | -0/+27 |
| 2021-05-19 | Test XML escaping in `StringValue` | Janito Vaqueiro Ferreira Filho | 1 | -0/+15 |
| 2021-05-19 | Test Android-specific escaping in `StringValue` | Janito Vaqueiro Ferreira Filho | 1 | -0/+22 |
| 2021-05-19 | Test normalization of gettext `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -0/+19 |
| 2021-05-19 | Test normalization of `StringValue` | Janito Vaqueiro Ferreira Filho | 1 | -0/+24 |
| 2021-05-19 | Only add parameter indices if they are missing | Janito Vaqueiro Ferreira Filho | 1 | -2/+33 |
