| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-06-02 | Merge branch 'windows-extend-ip-timeout' | David Lönnhager | 13 | -265/+437 |
| 2021-06-02 | Update changelog | David Lönnhager | 1 | -1/+2 |
| 2021-06-02 | Give more time to IP interface setup on Windows, and make it abortable | David Lönnhager | 12 | -264/+435 |
| 2021-06-02 | Merge branch 'fix-account-parse-error' | David Lönnhager | 2 | -25/+39 |
| 2021-06-01 | Fix account history error log | David Lönnhager | 2 | -25/+39 |
| 2021-05-28 | Merge branch 'fix-split-tunneling-support-for-tv-apps' | Janito Vaqueiro Ferreira Filho | 3 | -10/+48 |
| 2021-05-28 | Describe TV-only apps fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 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 | Merge branch 'refactor-gettext-parser' | Janito Vaqueiro Ferreira Filho | 10 | -205/+1025 |
| 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 | 4 | -10/+41 |
| 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-28 | Bump 2021.2 (build 3)ios/2021.2 | Andrej Mihajlov | 1 | -4/+4 |
| 2021-05-28 | Merge branch 'fix-hostname-parsing' | Emīls | 2 | -28/+23 |
| 2021-05-28 | Use port from uri instead of always using 443 | Emīls | 2 | -28/+23 |
| 2021-05-27 | Merge branch 'android-docker-image' | Janito Vaqueiro Ferreira Filho | 8 | -11/+425 |
| 2021-05-27 | Create a Docker image for building the Android app | Janito Vaqueiro Ferreira Filho | 5 | -0/+413 |
| 2021-05-27 | Add `--no-docker` option to `build-apk.sh` script | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2021-05-27 | Use existing `$ARCHITECTURES` env. var. | Janito Vaqueiro Ferreira Filho | 1 | -3/+1 |
| 2021-05-27 | Make architecture names standard | Janito Vaqueiro Ferreira Filho | 2 | -8/+9 |
| 2021-05-27 | Merge branch 'replace-browsersync' | Oskar Nyberg | 7 | -2839/+31 |
| 2021-05-27 | Replace browsersync | Oskar Nyberg | 7 | -2839/+31 |
| 2021-05-27 | Merge branch 'fix-screenshots' | Andrej Mihajlov | 5 | -11/+26 |
| 2021-05-27 | Screenshots: add iPad 12.9-inch support and adapt the screenshotter script fo... | Andrej Mihajlov | 2 | -10/+19 |
| 2021-05-27 | Add missing accessibility identifiers | Andrej Mihajlov | 3 | -1/+7 |
| 2021-05-27 | Merge branch 'xcode-project-cleanup' | Andrej Mihajlov | 3 | -80/+6 |
| 2021-05-27 | LaunchScreen: disable localization | Andrej Mihajlov | 2 | -15/+4 |
| 2021-05-27 | Remove unused Main.storyboard | Andrej Mihajlov | 2 | -45/+0 |
| 2021-05-27 | Xcode: remove CODE_SIGN_INDENTITY override | Andrej Mihajlov | 1 | -2/+0 |
| 2021-05-27 | Xcode: remove SKIP_INSTALL override which does not seem to have any effect | Andrej Mihajlov | 1 | -2/+0 |
| 2021-05-27 | Xcode: remove CLANG_WARN_UNGUARDED_AVAILABILITY override | Andrej Mihajlov | 1 | -2/+0 |
| 2021-05-27 | Xcode: remove TARGETED_DEVICE_FAMILY and IPHONEOS_DEPLOYMENT_TARGET overrides... | Andrej Mihajlov | 1 | -14/+2 |
