| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-12-11 | Add 2020.8-beta2 changelog header | Linus Färnstrand | 1 | -1/+8 |
| 2020-12-10 | Merge branch 'import-plural-translations-into-android' | Janito Vaqueiro Ferreira Filho | 3 | -52/+360 |
| 2020-12-10 | Add a mini-example translation file to the doc. | Janito Vaqueiro Ferreira Filho | 1 | -0/+20 |
| 2020-12-10 | Refactor to use the new `match_str!` macro | Janito Vaqueiro Ferreira Filho | 1 | -47/+57 |
| 2020-12-10 | Create a `match_str!` helper macro | Janito Vaqueiro Ferreira Filho | 1 | -0/+17 |
| 2020-12-10 | Remove dependency on the item order in plurals | Janito Vaqueiro Ferreira Filho | 1 | -8/+24 |
| 2020-12-10 | Only append plurals with missing translations | Janito Vaqueiro Ferreira Filho | 1 | -8/+16 |
| 2020-12-10 | Generate Android plurals from gettext plurals | Janito Vaqueiro Ferreira Filho | 1 | -17/+57 |
| 2020-12-10 | Create helper function to convert between plurals | Janito Vaqueiro Ferreira Filho | 1 | -0/+18 |
| 2020-12-10 | Implement `Display` for `PluralResources` | Janito Vaqueiro Ferreira Filho | 1 | -0/+49 |
| 2020-12-10 | Implement a constructor for `PluralResource` | Janito Vaqueiro Ferreira Filho | 1 | -0/+14 |
| 2020-12-10 | Implement a constructor for `PluralResources` | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2020-12-10 | Derive `Eq` and `PartialEq` for `PluralQuantity` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-12-10 | Add missing Android plural variants | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-12-10 | Parse plural formula in translation file | Janito Vaqueiro Ferreira Filho | 1 | -1/+22 |
| 2020-12-10 | Create `PluralForm` type | Janito Vaqueiro Ferreira Filho | 1 | -0/+32 |
| 2020-12-10 | Parse translated gettext plurals | Janito Vaqueiro Ferreira Filho | 1 | -5/+41 |
| 2020-12-10 | Rename `load_file` into `Translation::from_file` | Janito Vaqueiro Ferreira Filho | 2 | -32/+34 |
| 2020-12-10 | Create `gettext::Translation` type | Janito Vaqueiro Ferreira Filho | 2 | -3/+17 |
| 2020-12-10 | Merge branch 'add-win7-hotfix' | David Lönnhager | 2 | -0/+74 |
| 2020-12-10 | Abort installation if the hotfix is rejected | David Lönnhager | 1 | -8/+29 |
| 2020-12-10 | Suppress reboot required by hotfix | David Lönnhager | 1 | -1/+7 |
| 2020-12-10 | Install KB2921916 on Windows 7 if it's missing | David Lönnhager | 1 | -0/+47 |
| 2020-12-10 | Bump binaries submodule | David Lönnhager | 1 | -0/+0 |
| 2020-12-10 | Merge branch 'android-custom-dns-ui' | Janito Vaqueiro Ferreira Filho | 20 | -40/+691 |
| 2020-12-10 | Describe custom DNS feature in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-12-10 | Refactor address validation | Janito Vaqueiro Ferreira Filho | 1 | -20/+21 |
| 2020-12-10 | Prevent loopback addresses from being added | Janito Vaqueiro Ferreira Filho | 1 | -6/+10 |
| 2020-12-10 | Synchronize custom DNS server list changes | Janito Vaqueiro Ferreira Filho | 1 | -31/+58 |
| 2020-12-10 | Make input text red when adding invalid address | Janito Vaqueiro Ferreira Filho | 2 | -8/+40 |
| 2020-12-10 | Stop editing when back button is pressed | Janito Vaqueiro Ferreira Filho | 2 | -0/+22 |
| 2020-12-10 | Stop editing when focus is lost | Janito Vaqueiro Ferreira Filho | 2 | -3/+30 |
| 2020-12-10 | Focus on DNS server text when starting to edit | Janito Vaqueiro Ferreira Filho | 1 | -3/+12 |
| 2020-12-10 | Start adding a server when custom DNS is enabled | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-12-10 | Animate enabling and disabling custom DNS servers | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 |
| 2020-12-10 | Animate removal of custom DNS servers | Janito Vaqueiro Ferreira Filho | 1 | -2/+11 |
| 2020-12-10 | Allow changing a custom DNS server address | Janito Vaqueiro Ferreira Filho | 3 | -3/+38 |
| 2020-12-10 | Refactor adapter to allow replacing DNS servers | Janito Vaqueiro Ferreira Filho | 2 | -20/+51 |
| 2020-12-10 | Add `CustomDns.replaceDnsServer` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+20 |
| 2020-12-10 | Replace boolean flag with `editingPosition` field | Janito Vaqueiro Ferreira Filho | 1 | -10/+8 |
| 2020-12-10 | Animate adding a new custom DNS server | Janito Vaqueiro Ferreira Filho | 2 | -4/+26 |
| 2020-12-10 | Create a mirror of custom DNS server list | Janito Vaqueiro Ferreira Filho | 1 | -5/+11 |
| 2020-12-10 | Implement removal of DNS addresses | Janito Vaqueiro Ferreira Filho | 2 | -2/+16 |
| 2020-12-10 | Add list separator decoration | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2020-12-10 | Add custom DNS server address when tick is pressed | Janito Vaqueiro Ferreira Filho | 3 | -2/+23 |
| 2020-12-10 | Show only IP address, discarding the host name | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2020-12-10 | Create `InetAddress.addresString()` extension | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2020-12-10 | Show DNS servers and listen for changes | Janito Vaqueiro Ferreira Filho | 3 | -7/+78 |
| 2020-12-10 | Add row when adding a new custom DNS server | Janito Vaqueiro Ferreira Filho | 2 | -2/+23 |
| 2020-12-10 | Create row to edit custom DNS address | Janito Vaqueiro Ferreira Filho | 5 | -6/+71 |
