- Mar 06, 2024
-
-
jkito authored
this currently points to the demo instance of lillypad going forward this'll be the flavor of the desktop app that leap team is going to maintain and test
-
- Mar 05, 2024
-
-
jkito authored
-
jkito authored
-
jkito authored
-
jkito authored
updates the Priority in control file and updates the License in copyright file
-
jkito authored
- this updates the .desktop template file to support multiple provider icons - adds a .png instead of the .svg icon file and adds it to sources/include-binaries
-
jkito authored
-
jkito authored
-
- Mar 01, 2024
-
-
jkito authored
-
jkito authored
-
jkito authored
-
jkito authored
-
jkito authored
-
jkito authored
-
jkito authored
instead of using the helper to launch openvpn we can use the upstream openvpn service which is available in the official installer for some reason the commit that introduced it earlier was partially reverted, in my testing it is working as expected
-
jkito authored
removing it seems to work better for now, otherwise the location string overlaps on the lightning icon
-
jkito authored
this sets the minimum go version in go.mod to 1.19 as that is the version of golang currently available on debian stable this updates all dependencies to the their latest version except xtaci/kcp-go as the latest version needs go1.21, we use 5.5.15
-
jkito authored
update build.sh to search qmake6 instead of qmake5
-
jkito authored
-
jkito authored
for somereason values from Javascript are undefined from the qml documents, setting the theme values directly in the qml document fixes the following error:
-
jkito authored
-
jkito authored
this comments out the ColorOverlay property from various types fix an error about udefined variable on BoldLabel.qml
-
jkito authored
this path is used for storing the git-archive output of this repo the relative path works across platforms and provides working path for both powershell and cygwin based git whereas `pwd` output differs in powershell vs cygwin
-
jkito authored
-
jkito authored
on linux Qt Installer Framework is not used for packagin so this check in the makefile can be skipped for linux
-
jkito authored
as Qt6 recommends using CMake as the build system this commit adds initial CMakeLists.txt file which is generated from qmake2cmake python tool this doesn't yet generate a working bitmask-vpn binary issues that remains to be solved are: - resource files are not properly getting embedded in the binary
-
jkito authored
remove version from QtQuick and QtQuick.Dialogs
-
- Feb 13, 2024
-
- Feb 09, 2024
-
-
Pea Nut authored
`bitmask-root` needs to be in in the path (/usr/local/bin did not work). Maybe I overlook something here, but this seems required to get the dev environment up and running. This is currently how I run/debug things: ``` make vendor (required only once) make build && make install_dev_linux && DEBUG=1 LEAP_DRYRUN=1 build/qt/release/riseup-vpn --no-systray ```
-
- Jun 27, 2023
-
-
kwadronaut authored
-
kwadronaut authored
transifex dropped support for their v2 API. Instead of using the makefile to fetch new translations, you can now use their cli tool.
-
- Apr 12, 2023
-
-
Kali Kaneko authored
reverting a recent change that breaks `generate` step in build. -Closes: #727
-
- Mar 23, 2023
-
-
max b authored
lilypad/float is now using letsencrypt certs for vpnweb so instead of instantiating an empty cert pool, we can just use the system pool and then add the manually configured cert for backwards compatibility.
-
- Feb 21, 2023
-
-
-
this will allow to select the provider for which branding should be applied to the bitmask-vpn app buil during the nightly job
-
this adds instructions for doing development and testing changes locally using a macOS and windows vms created using quickemu
-
-