summaryrefslogtreecommitdiffhomepage
path: root/mullvad-version/src/main.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-05-28Make mullvad-version build on iOS and other unsupported targetsDavid Lönnhager1-111/+124
2025-02-18Unify daemon app version typesKalle Lindström1-22/+17
Previously we had two types in the code base that dealt with version parsing. This commit unifies these types so that we only use the Version struct that is defines in the mullvad-version crate. This also solves a bug where the daemon code would crash on alpha versions, as the previous version parsing code didn't handle them.
2024-12-18Add support for overriding Android versionKalle Lindström1-2/+10
2024-12-09Update to use new Android version format filesKalle Lindström1-2/+1
2024-11-28Support Android app's new version code formatKalle Lindström1-19/+75
2024-11-08Check that the daemon version is correct post-upgradeMarkus Pettersson1-33/+5
2023-05-18Fix stable Android version codeAlbin1-3/+10
2022-10-10Make Visual Studio/C++ projects fetch version.h from mullvad-versionLinus Färnstrand1-6/+45
2022-10-10Make Android fetch versionName and versionCode from mullvad-versionLinus Färnstrand1-0/+32
2022-10-10Make electron-builder fetch version from mullvad-versionLinus Färnstrand1-1/+24
2022-10-10Use mullvad-version in build.shLinus Färnstrand1-0/+3