summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2022-12-15Improve npm alias for running e2e tests against installed appOskar Nyberg3-5/+5
2022-12-15Merge branch 'use-linux-container-in-gh-actions'Linus Färnstrand1-23/+37
2022-12-15Use the official Linux container image to build Rust in GH actionsLinus Färnstrand1-23/+37
2022-12-15Merge branch 'fix-release-config'Andrej Mihajlov6-17/+26
2022-12-15Update build configurationAndrej Mihajlov6-17/+26
2022-12-14Merge branch 'fix-incorrect-in-app-notification-showing'Albin1-2/+4
2022-12-14Fix incorrect in-app notification showingAlbin1-2/+4
2022-12-14Merge branch 'fix-problem-report'David Lönnhager1-10/+6
2022-12-14Return non-zero status if sending problem report failsDavid Lönnhager1-10/+6
2022-12-14Merge branch 'win-clear-nsis-flag'David Lönnhager1-0/+4
2022-12-14Ignore potentially spurious errors when removing app filesDavid Lönnhager1-0/+4
2022-12-14Merge branch 'prepare-e2e-tests-for-vms'Oskar Nyberg18-179/+1625
2022-12-14Add readme to gui directoryOskar Nyberg1-0/+54
2022-12-14Make tests against installed app run in sequentiallyOskar Nyberg2-2/+2
2022-12-14Add unsecured test for installedOskar Nyberg4-72/+110
2022-12-14Add config to test executableOskar Nyberg2-0/+3
2022-12-14Fix timeout on LinuxOskar Nyberg1-1/+3
2022-12-14Build standalone testsOskar Nyberg7-82/+1418
2022-12-14Make e2e tests run against installed appOskar Nyberg10-24/+37
2022-12-14Merge branch 'set-cve-suppression-expiration-to-2023-05-01'Albin2-30/+15
2022-12-13Set CVE suppression expiration to 2023-05-01Albin2-15/+15
2022-12-13Remove outdated suppressionsAlbin1-15/+0
2022-12-13Merge branch 'suppress-CVE-2022-3510-and-CVE-2022-41915'Albin2-0/+4
2022-12-13Suppress CVE-2022-41915Albin1-0/+1
2022-12-13Suppress CVE-2022-3510Albin2-0/+3
2022-12-13Merge branch 'resolve-dead-object-exception'Albin6-14/+238
2022-12-13Fix app crash on connect/disconnectsaber safavi2-3/+96
2022-12-13Fix crash on device messenger communicationsaber safavi3-4/+91
2022-12-13Fix crash on initial messenger eventssaber safavi2-7/+51
2022-12-13Bump iOS/2022.3 (build 3)Andrej Mihajlov1-16/+16
2022-12-13Merge branch 'refresh-device-state'Andrej Mihajlov5-20/+91
2022-12-13Periodically update device data while capping it at 1 update per minuteAndrej Mihajlov5-20/+91
2022-12-13Merge branch 'refresh-account-expiry-notification'Andrej Mihajlov7-137/+209
2022-12-13Add periodic refresh to account expiry in-app notificationAndrej Mihajlov7-137/+209
2022-12-13Merge branch 'add-changelog-compose-preview'Albin4-0/+92
2022-12-13Add changelog dialog previewAlbin1-0/+46
2022-12-12Add compose previewAlbin3-0/+46
2022-12-12Merge branch 'update-android-container-build-instructions'Albin3-260/+131
2022-12-12Update Android container build instructionsAlbin2-207/+131
2022-12-12Remove unused jdk pgp pub keyAlbin1-53/+0
2022-12-12Merge branch 'refactor-notifications'Andrej Mihajlov14-146/+294
2022-12-09Use given deviceStateAndrej Mihajlov1-1/+1
2022-12-09Move notification response matching into notification manager and system prov...Andrej Mihajlov4-19/+54
2022-12-09Move all notification related entities into separate filesAndrej Mihajlov13-128/+241
2022-12-09Merge branch 'handle-application-updates-with-settings-migration'Andrej Mihajlov7-11/+113
2022-12-09Handle application updates with settings migrationsajacl7-11/+113
2022-12-08Merge branch 'tunnels'Andrej Mihajlov14-185/+315
2022-12-08TunnelManager: automatically track application notificationsAndrej Mihajlov2-12/+18
2022-12-08Wrap system tunnel management into TunnelStoreAndrej Mihajlov14-173/+297
2022-12-08Merge branch 'bump-android-project-to-java-11'Albin33-1313/+1929