summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-06-02Merge branch 'fix-account-parse-error'David Lönnhager2-25/+39
2021-06-01Fix account history error logDavid Lönnhager2-25/+39
2021-05-28Merge branch 'fix-split-tunneling-support-for-tv-apps'Janito Vaqueiro Ferreira Filho3-10/+48
2021-05-28Describe TV-only apps fix in the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2021-05-28Test TV-only apps in `ApplicationsProviderTest`Janito Vaqueiro Ferreira Filho1-9/+45
2021-05-28Show TV-only apps in the Split Tunneling screenJanito Vaqueiro Ferreira Filho1-1/+2
2021-05-28Merge branch 'refactor-gettext-parser'Janito Vaqueiro Ferreira Filho10-205/+1025
2021-05-28Remove obsolete `parse_line` helper functionJanito Vaqueiro Ferreira Filho1-11/+0
2021-05-28Fix translationsJanito Vaqueiro Ferreira Filho1-10/+10
2021-05-28Fix handling of multi-line messagesJanito Vaqueiro Ferreira Filho1-15/+162
2021-05-28Test `MsgString` concatenationJanito Vaqueiro Ferreira Filho1-0/+36
2021-05-28Implement `Add` for `MsgString`Janito Vaqueiro Ferreira Filho1-1/+21
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