| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-22 | Merge branch 'location-data-source' | Andrej Mihajlov | 14 | -522/+797 | |
| 2021-03-22 | Add LocationDataSource | Andrej Mihajlov | 13 | -522/+774 | |
| 2021-03-22 | Add UIMetrics | Andrej Mihajlov | 2 | -0/+23 | |
| 2021-03-22 | Merge branch 'manually-strip-android-libs' | Janito Vaqueiro Ferreira Filho | 7 | -24/+44 | |
| 2021-03-22 | Set permissions for created build outputs | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 | |
| 2021-03-22 | Manually strip `libwg.so` | Janito Vaqueiro Ferreira Filho | 1 | -8/+17 | |
| 2021-03-22 | Change built `libwg.so` output path | Janito Vaqueiro Ferreira Filho | 2 | -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-22 | Manually strip `libmullvad_jni.so` | Janito Vaqueiro Ferreira Filho | 1 | -1/+9 | |
| 2021-03-22 | Use updated Docker image | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2021-03-22 | Define `NDK_TOOLCHAIN_DIR` in wg-go Docker image | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-03-22 | Define `NDK_TOOLCHAIN_DIR` for the F-Droid builds | Janito Vaqueiro Ferreira Filho | 1 | -9/+9 | |
| 2021-03-22 | Define `NDK_TOOLCHAIN_DIR` for CI builds | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-03-22 | Merge branch 'simplify-listitem-decoration' | Aleksandr Granin | 5 | -33/+14 | |
| 2021-03-22 | Simplify ListItemDecoration | Aleksandr Granin | 5 | -33/+14 | |
| 2021-03-22 | Merge branch 'fix-double-quotes-escaping-in-translations' | Janito Vaqueiro Ferreira Filho | 2 | -1/+4 | |
| 2021-03-22 | Properly escape double quotes on Android strings | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 | |
| 2021-03-22 | Fix missing period for problem report hint message | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2021-03-22 | Merge branch 'improve-prepare-release' | Linus Färnstrand | 5 | -43/+82 | |
| 2021-03-22 | Echo error messages to stderr | Linus Färnstrand | 1 | -10/+4 | |
| 2021-03-22 | Parse arguments at top | Linus Färnstrand | 1 | -33/+31 | |
| 2021-03-22 | Adjust build.sh and build-apk.sh to call version-metadata correctly | Linus Färnstrand | 2 | -4/+4 | |
| 2021-03-22 | Make version-metadat.sh cooler | Linus Färnstrand | 2 | -28/+69 | |
| 2021-03-22 | Various shellsheck improvements | Linus Färnstrand | 2 | -4/+10 | |
| 2021-03-22 | Rename prepare_release.sh -> prepare-release.sh | Linus Färnstrand | 1 | -0/+0 | |
| 2021-03-22 | Merge branch 'update-supporting-scripts' | Andrej Mihajlov | 2 | -4/+11 | |
| 2021-03-22 | Flip import order to fix the crash in Fiona | Andrej Mihajlov | 1 | -1/+1 | |
| Reported in https://github.com/Toblerity/Shapely/issues/1107 | |||||
| 2021-03-22 | Mention GDAL/OGR in README.md | Andrej Mihajlov | 1 | -3/+10 | |
| 2021-03-19 | Merge branch 'forcefully-paint-when-header-bar-is-initialized' | Janito Vaqueiro Ferreira Filho | 2 | -0/+3 | |
| 2021-03-19 | Describe login status bar color fix in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-03-19 | Init. `HeaderBar` tunnel state to force painting | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2021-03-19 | Merge branch 'paint-navigation-bar-for-login-screen' | Janito Vaqueiro Ferreira Filho | 1 | -1/+7 | |
| 2021-03-19 | Paint the navigation bar for the Login screen | Janito Vaqueiro Ferreira Filho | 1 | -1/+7 | |
| 2021-03-19 | Merge branch 'improve-relay-sorting' | Aleksandr Granin | 6 | -2/+159 | |
| 2021-03-19 | Run ktlint and xml-tidy only for main code | Aleksandr Granin | 3 | -4/+3 | |
| 2021-03-19 | Add unit test into CI | Aleksandr Granin | 2 | -0/+12 | |
| 2021-03-19 | Create Relayname comparator with respect to numbers in the name | Aleksandr Granin | 4 | -1/+147 | |
| 2021-03-19 | Merge branch 'core-listitem-adapter' | Aleksandr Granin | 1 | -0/+115 | |
| 2021-03-19 | Add stable id provider | Aleksandr Granin | 1 | -1/+11 | |
| 2021-03-19 | Create ListItemAdapter | Aleksandr Granin | 1 | -0/+105 | |
| 2021-03-19 | Merge branch 'simplify-settings-migration' | David Lönnhager | 3 | -166/+83 | |
| 2021-03-19 | Partially deserialize settings to reduce duplication | David Lönnhager | 3 | -166/+83 | |
| 2021-03-19 | Merge branch 'pick-relay-on-simulator' | Andrej Mihajlov | 10 | -40/+178 | |
| 2021-03-19 | SimulatorTunnelProviderHost: pick the actual tunnel based on relay constraints | Andrej Mihajlov | 7 | -38/+156 | |
| 2021-03-19 | Add willExecute observer to operations | Andrej Mihajlov | 3 | -2/+22 | |
| 2021-03-19 | Merge branch 'linux-improve-offline-detection' | Emīls | 2 | -21/+59 | |
| 2021-03-19 | Request route with only NLM_F_REQUEST | Emīls | 2 | -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-19 | Merge branch 'dependabot/pip/gui/scripts/pillow-8.1.1' | Andrej Mihajlov | 1 | -7/+34 | |
| 2021-03-19 | Bump pillow from 7.1.1 to 8.1.1 in /gui/scripts | dependabot[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-19 | Merge branch 'fix-send-receipt-error-message' | Andrej Mihajlov | 1 | -1/+6 | |
| 2021-03-19 | Fix multiline error message | Andrej Mihajlov | 1 | -1/+6 | |
