summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2021-03-22Merge branch 'location-data-source'Andrej Mihajlov14-522/+797
2021-03-22Add LocationDataSourceAndrej Mihajlov13-522/+774
2021-03-22Add UIMetricsAndrej Mihajlov2-0/+23
2021-03-22Merge branch 'manually-strip-android-libs'Janito Vaqueiro Ferreira Filho7-24/+44
2021-03-22Set permissions for created build outputsJanito Vaqueiro Ferreira Filho1-1/+6
2021-03-22Manually strip `libwg.so`Janito Vaqueiro Ferreira Filho1-8/+17
2021-03-22Change built `libwg.so` output pathJanito Vaqueiro Ferreira Filho2-8/+4
Change the makefile to output to the path that will be used when building the `mullvad-jni` crate, then copy that file to the path where the APK build process will look for it. This is the reverse of how it was previously handled. The reason for doing is is that the APK library will be stripped, so having that be the output of the makefile will always cause `make` to rebuild it unnecessary if it's stripped in place. Therefore, we keep the `make` output library unstripped, and copy a stripped version to the APK path.
2021-03-22Manually strip `libmullvad_jni.so`Janito Vaqueiro Ferreira Filho1-1/+9
2021-03-22Use updated Docker imageJanito Vaqueiro Ferreira Filho1-1/+1
2021-03-22Define `NDK_TOOLCHAIN_DIR` in wg-go Docker imageJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-22Define `NDK_TOOLCHAIN_DIR` for the F-Droid buildsJanito Vaqueiro Ferreira Filho1-9/+9
2021-03-22Define `NDK_TOOLCHAIN_DIR` for CI buildsJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-22Merge branch 'simplify-listitem-decoration'Aleksandr Granin5-33/+14
2021-03-22Simplify ListItemDecorationAleksandr Granin5-33/+14
2021-03-22Merge branch 'fix-double-quotes-escaping-in-translations'Janito Vaqueiro Ferreira Filho2-1/+4
2021-03-22Properly escape double quotes on Android stringsJanito Vaqueiro Ferreira Filho1-0/+3
2021-03-22Fix missing period for problem report hint messageJanito Vaqueiro Ferreira Filho1-1/+1
2021-03-22Merge branch 'improve-prepare-release'Linus Färnstrand5-43/+82
2021-03-22Echo error messages to stderrLinus Färnstrand1-10/+4
2021-03-22Parse arguments at topLinus Färnstrand1-33/+31
2021-03-22Adjust build.sh and build-apk.sh to call version-metadata correctlyLinus Färnstrand2-4/+4
2021-03-22Make version-metadat.sh coolerLinus Färnstrand2-28/+69
2021-03-22Various shellsheck improvementsLinus Färnstrand2-4/+10
2021-03-22Rename prepare_release.sh -> prepare-release.shLinus Färnstrand1-0/+0
2021-03-22Merge branch 'update-supporting-scripts'Andrej Mihajlov2-4/+11
2021-03-22Flip import order to fix the crash in FionaAndrej Mihajlov1-1/+1
Reported in https://github.com/Toblerity/Shapely/issues/1107
2021-03-22Mention GDAL/OGR in README.mdAndrej Mihajlov1-3/+10
2021-03-19Merge branch 'forcefully-paint-when-header-bar-is-initialized'Janito Vaqueiro Ferreira Filho2-0/+3
2021-03-19Describe login status bar color fix in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-19Init. `HeaderBar` tunnel state to force paintingJanito Vaqueiro Ferreira Filho1-0/+2
2021-03-19Merge branch 'paint-navigation-bar-for-login-screen'Janito Vaqueiro Ferreira Filho1-1/+7
2021-03-19Paint the navigation bar for the Login screenJanito Vaqueiro Ferreira Filho1-1/+7
2021-03-19Merge branch 'improve-relay-sorting'Aleksandr Granin6-2/+159
2021-03-19Run ktlint and xml-tidy only for main codeAleksandr Granin3-4/+3
2021-03-19Add unit test into CIAleksandr Granin2-0/+12
2021-03-19Create Relayname comparator with respect to numbers in the nameAleksandr Granin4-1/+147
2021-03-19Merge branch 'core-listitem-adapter'Aleksandr Granin1-0/+115
2021-03-19Add stable id providerAleksandr Granin1-1/+11
2021-03-19Create ListItemAdapterAleksandr Granin1-0/+105
2021-03-19Merge branch 'simplify-settings-migration'David Lönnhager3-166/+83
2021-03-19Partially deserialize settings to reduce duplicationDavid Lönnhager3-166/+83
2021-03-19Merge branch 'pick-relay-on-simulator'Andrej Mihajlov10-40/+178
2021-03-19SimulatorTunnelProviderHost: pick the actual tunnel based on relay constraintsAndrej Mihajlov7-38/+156
2021-03-19Add willExecute observer to operationsAndrej Mihajlov3-2/+22
2021-03-19Merge branch 'linux-improve-offline-detection'Emīls2-21/+59
2021-03-19Request route with only NLM_F_REQUESTEmīls2-21/+59
Previously, Linux connection check would request routes via NLM_F_REQUEST | NLM_F_DUMP, which would just return an empty list, in which case our code would not return consistent results.
2021-03-19Merge branch 'dependabot/pip/gui/scripts/pillow-8.1.1'Andrej Mihajlov1-7/+34
2021-03-19Bump pillow from 7.1.1 to 8.1.1 in /gui/scriptsdependabot[bot]1-7/+34
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.1 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/7.1.1...8.1.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-19Merge branch 'fix-send-receipt-error-message'Andrej Mihajlov1-1/+6
2021-03-19Fix multiline error messageAndrej Mihajlov1-1/+6