summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-05-28Implement `AddAssign` for `MsgString`Janito Vaqueiro Ferreira Filho1-1/+16
2021-05-28Refactor parser into a clearer state machineJanito Vaqueiro Ferreira Filho1-73/+322
2021-05-28Return errors from parser methodsJanito Vaqueiro Ferreira Filho2-22/+50
2021-05-28Derive `Eq` and `PartialEq` for `MsgString`Janito Vaqueiro Ferreira Filho1-1/+1
2021-05-28Move `Parser` into a separate moduleJanito Vaqueiro Ferreira Filho3-109/+145
2021-05-28Add `Messages::add_plural` helper methodJanito Vaqueiro Ferreira Filho1-0/+10
2021-05-28Add `Messages::add` helper methodJanito Vaqueiro Ferreira Filho1-0/+10
2021-05-28Add `Messages::starting_with` constructorJanito Vaqueiro Ferreira Filho1-0/+15
2021-05-28Implement `FromStr` for `PluralForm`Janito Vaqueiro Ferreira Filho1-0/+19
2021-05-28Add `Messages::with_plural_formula` constructorJanito Vaqueiro Ferreira Filho1-0/+8
2021-05-28Return result from `gettext::Messages::from_file`Janito Vaqueiro Ferreira Filho4-10/+41
2021-05-28Move `Messages` and related types to new moduleJanito Vaqueiro Ferreira Filho2-162/+173
2021-05-28Rename `Translations` into `Messages`Janito Vaqueiro Ferreira Filho2-6/+6
2021-05-28Refactor `match_str` to have extra featuresJanito Vaqueiro Ferreira Filho2-14/+209
2021-05-28Move `match_str!` macro to a separate moduleJanito Vaqueiro Ferreira Filho2-17/+18
2021-05-28Bump 2021.2 (build 3)ios/2021.2Andrej Mihajlov1-4/+4
2021-05-28Merge branch 'fix-hostname-parsing'Emīls2-28/+23
2021-05-28Use port from uri instead of always using 443Emīls2-28/+23
2021-05-27Merge branch 'android-docker-image'Janito Vaqueiro Ferreira Filho8-11/+425
2021-05-27Create a Docker image for building the Android appJanito Vaqueiro Ferreira Filho5-0/+413
2021-05-27Add `--no-docker` option to `build-apk.sh` scriptJanito Vaqueiro Ferreira Filho1-0/+2
2021-05-27Use existing `$ARCHITECTURES` env. var.Janito Vaqueiro Ferreira Filho1-3/+1
2021-05-27Make architecture names standardJanito Vaqueiro Ferreira Filho2-8/+9
2021-05-27Merge branch 'replace-browsersync'Oskar Nyberg7-2839/+31
2021-05-27Replace browsersyncOskar Nyberg7-2839/+31
2021-05-27Merge branch 'fix-screenshots'Andrej Mihajlov5-11/+26
2021-05-27Screenshots: add iPad 12.9-inch support and adapt the screenshotter script fo...Andrej Mihajlov2-10/+19
2021-05-27Add missing accessibility identifiersAndrej Mihajlov3-1/+7
2021-05-27Merge branch 'xcode-project-cleanup'Andrej Mihajlov3-80/+6
2021-05-27LaunchScreen: disable localizationAndrej Mihajlov2-15/+4
2021-05-27Remove unused Main.storyboardAndrej Mihajlov2-45/+0
2021-05-27Xcode: remove CODE_SIGN_INDENTITY overrideAndrej Mihajlov1-2/+0
2021-05-27Xcode: remove SKIP_INSTALL override which does not seem to have any effectAndrej Mihajlov1-2/+0
2021-05-27Xcode: remove CLANG_WARN_UNGUARDED_AVAILABILITY overrideAndrej Mihajlov1-2/+0
2021-05-27Xcode: remove TARGETED_DEVICE_FAMILY and IPHONEOS_DEPLOYMENT_TARGET overrides...Andrej Mihajlov1-14/+2
2021-05-27Merge branch 'select-location-header-footer-fix'Andrej Mihajlov2-69/+62
2021-05-27SelectLocation: rework header footer view layoutAndrej Mihajlov2-69/+62
2021-05-27Merge branch 'improve-sandbox-status-log-message'Oskar Nyberg2-2/+4
2021-05-27Output original log message when file logger failsOskar Nyberg1-1/+3
2021-05-27Improve log message about Chromium sandbox statusOskar Nyberg1-1/+1
2021-05-27Merge branch 'adblocking-dns'Andrej Mihajlov18-201/+566
2021-05-27Add empty table header footer viewAndrej Mihajlov4-34/+58
2021-05-27Update changelogAndrej Mihajlov1-0/+1
2021-05-27PacketTunnel: configure DNS using new DNSSettingsAndrej Mihajlov1-1/+16
2021-05-27Add preferencesAndrej Mihajlov8-1/+337
2021-05-27TunnelManager: expose tunnel settings via propertyAndrej Mihajlov7-174/+125
2021-05-27Add DNSSettingsAndrej Mihajlov1-4/+42
2021-05-27Merge branch 'disable-user-interaction-maps'Andrej Mihajlov1-0/+3
2021-05-27Map: disable user interactionAndrej Mihajlov1-0/+3
2021-05-27Merge branch 'handle-push-wg-key-200-response'Andrej Mihajlov1-1/+9