Dain Nilsson
6ca896f6a0
Use Flutter 3.10.1 in workflows.
2023-05-22 09:58:14 +02:00
Adam Velebil
53b27e63a0
flutter 3.7.11
2023-04-17 16:40:12 +02:00
Adam Velebil
bde4dfdef8
pin Python version including patch
2023-04-17 13:52:38 +02:00
Adam Velebil
9262f59734
pin flutter to 3.7.10
2023-04-11 08:47:40 +02:00
Dennis Fokin
db22c757aa
Change .yaml file extension to match the rest
2023-04-04 16:42:27 +02:00
Dennis Fokin
646ae87b1b
Bump flutter to 3.7.9
2023-04-04 16:11:00 +02:00
Adam Velebil
2ba4013be9
bump flutter to 3.7.8
2023-03-28 09:19:08 +02:00
Adam Velebil
443b6c34f9
bump flutter to 3.7.7
2023-03-14 10:21:39 +01:00
Adam Velebil
a50f804cc0
bump flutter to 3.7.6
2023-03-06 16:20:15 +01:00
Dain Nilsson
96781f7140
Merge PR #980 .
2023-03-02 15:53:09 +01:00
Dain Nilsson
0716dfb7f2
Don't run check_strings when empty.
2023-03-02 14:25:10 +01:00
Dain Nilsson
30b9900ca8
Add string checks and Github Actions.
2023-03-02 14:20:47 +01:00
Adam Velebil
b8f0f834dd
fix yaml formatting
2023-03-01 10:38:30 +01:00
Adam Velebil
30f47115d0
run flutter tests in codeql
2023-03-01 10:32:32 +01:00
Adam Velebil
63a251ed09
bump flutter version for codeql build
2023-03-01 10:32:07 +01:00
Dain Nilsson
cd458e1693
Update to Flutter 3.7.5 and latest dependencies.
2023-02-27 15:25:49 +01:00
Dain Nilsson
d4253d3e63
Embed required libraries on Linux.
2023-02-24 14:24:13 +01:00
Dain Nilsson
ac3f0c47d4
Add new dependencies for systray.
2023-02-24 13:59:09 +01:00
Dain Nilsson
fd4c63cd5f
Bump Flutter and dependencies.
2023-02-15 10:49:19 +01:00
Adam Velebil
dcbe454b6b
Merge PR #940 .
2023-02-07 15:37:10 +01:00
Dain Nilsson
66038b5bc7
Update Flutter and dependencies.
2023-02-06 17:02:57 +01:00
Adam Velebil
cd6abc3acc
fix type in event name
2023-02-06 08:30:37 +01:00
Adam Velebil
c681db584d
update paths for codeql
2023-02-06 08:17:09 +01:00
Adam Velebil
ccd6f3a9cc
add paths
2023-02-06 08:06:44 +01:00
Dain Nilsson
abc1554dca
Fix Linux helper build.
2023-02-01 10:31:18 +01:00
Adam Velebil
a038c4697c
fix broken yaml
2023-01-31 12:04:30 +01:00
Adam Velebil
878fcee90e
add python
2023-01-31 12:02:19 +01:00
Adam Velebil
fdb981571f
compile between init and analyze steps
2023-01-31 11:38:15 +01:00
Adam Velebil
7e4b7694af
codeql for kotlin
2023-01-31 11:25:37 +01:00
Dain Nilsson
8d4e13fe81
Update Flutter and dependencies.
2023-01-25 14:20:26 +01:00
Dain Nilsson
49ec31eae8
Bump Python deps.
...
Including using zxing 2.0.0 instead of building from source.
2023-01-09 09:43:21 +01:00
Dain Nilsson
a8409d57f9
Build Flutter app in container.
...
The Flutter app also becomes dependent on the glibc version available on
the machine, so we need to build it on an older OS.
2022-12-08 21:19:22 +01:00
Adam Velebil
b9fb86326e
create scripts
2022-11-29 16:20:19 +01:00
Dain Nilsson
7a043cb8c3
Fix merge.
2022-11-28 16:58:24 +01:00
Dain Nilsson
71382634b5
Merge PR #852 .
2022-11-28 15:59:35 +01:00
Dain Nilsson
8e87b1dc5c
Cache the helper between runs.
2022-11-25 08:15:19 +01:00
Adam Velebil
1dc4739aa4
bump to 3.3.9
2022-11-24 17:01:47 +01:00
Adam Velebil
f290e9f0fc
ignore zxing-cpp dependency in dependabot
2022-11-23 09:18:02 +01:00
Adam Velebil
9213939a6d
added pip ecosystem for helper directory
2022-11-23 09:01:19 +01:00
Adam Velebil
33234ddbae
update dependabot android directories
2022-11-22 17:13:18 +01:00
Dennis Fokin
b09a583bfd
actions: newline after env
2022-11-22 15:48:03 +01:00
Adam Velebil
3a615c3932
add gradle ecosystem
2022-11-22 15:11:39 +01:00
Dennis Fokin
c305cef796
Merge PR #825
2022-11-22 14:56:40 +01:00
Dennis Fokin
fbc6311ce5
Add MACOSX_DEPLOYMENT_TARGET to Actions
2022-11-22 11:02:52 +01:00
Dennis Fokin
58d85d1f3c
macOS: release script for standalone app
2022-11-18 15:20:48 +01:00
Dain Nilsson
00a2411c80
Shorten path for TMPDIR.
2022-11-18 13:34:43 +01:00
Dain Nilsson
1ad77be3b7
Shorten path used when building zxing-cpp.
2022-11-18 10:22:34 +01:00
Dain Nilsson
16c2a7f647
Fail the build if build-helper fails.
2022-11-18 10:12:14 +01:00
Emil Lundberg
371dbafb7a
Add directory prefix to linux tar.gz build
...
Archives are a bit nicer to work with if they unpack into a single
directory instead of putting all the contents separately in the
current working directory. A common convention is for an archive like
`archive-version-os.tar.gz` to unpack into a directory of the same
name: `archive-version-os/`.
2022-11-14 13:19:24 +01:00
Dennis Fokin
df4f853ca5
Merge PR #295
2022-11-14 10:47:41 +01:00