Commit graph

39 commits

Author SHA1 Message Date
Christian Kußowski
23f97df1f1
build: Add maestro based integration tests 2026-03-03 17:45:14 +01:00
Christian Kußowski
a91e35bb0b
chore: Check if pubspec.lock is up to date in CI 2026-02-27 18:32:50 +01:00
Christian Kußowski
2d23f88e6b
chore: Execute dart code linter in CI 2026-02-24 09:16:54 +01:00
Christian Kußowski
e82438975b
build: Check for commented code in CI 2026-02-24 08:28:18 +01:00
Christian Kußowski
1896c56544
chore: Add code lint check for unused code 2026-02-18 16:10:23 +01:00
dependabot[bot]
85500e76c2
build: (deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 21:08:45 +00:00
krille-chan
2eb77788cd
build: Fix custom action 2025-11-16 12:15:37 +01:00
krille-chan
db9f1290fd
build: Use correct file 2025-11-16 12:12:26 +01:00
krille-chan
f0928daa83
build: Free up space before android build 2025-11-16 12:11:17 +01:00
Christian Kußowski
1cf422f45d
ci: Build only for arm64 2025-10-19 07:54:39 +02:00
Krille-chan
5bf6039e50
Merge branch 'main' into dependabot/github_actions/actions/setup-java-5 2025-09-01 08:15:48 +02:00
Christian Kußowski
c3d8fed8a9
feat: Add iOS Notification Service Extension for localizable push notifications 2025-08-31 09:50:06 +02:00
dependabot[bot]
80e8bb5dfe
build: (deps): bump actions/setup-java from 4 to 5
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-21 21:53:54 +00:00
dependabot[bot]
b3c8c6326d
build: (deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 06:57:35 +00:00
Christian Kußowski
a7a4e42647
build: Use github arm runner for linux 2025-07-30 09:13:43 +02:00
krille-chan
f094a05277
build: Make ios debug job run without secrets 2025-07-19 11:25:59 +02:00
Christian Kußowski
4afd9684c9
build: Use gradle in kotlin 2025-07-12 08:39:51 +02:00
Christian Kußowski
5a7a76ff3a
build: Use macos-latest for debug ios job 2025-06-25 10:12:48 +02:00
Christian Kußowski
e548d8f895
refactor: sdk 1.0 2025-06-08 11:21:09 +02:00
krille-chan
f7a14d3352
build: Fix ios debug build 2025-02-08 19:09:05 +01:00
krille-chan
e6896fcd8f
build: Add locale config for android 2025-02-08 19:07:02 +01:00
Krille
617744503d
build: Also build for arm64 for linux releases 2024-10-26 10:49:14 +02:00
Krille
3420c8a7c5
build: Build on rpi for linux arm64 2024-10-26 09:44:41 +02:00
lauren n. liberda
9c3011d348
ci: run flutter gen-l10n on code_tests 2024-05-16 09:13:47 +02:00
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr)
3c532f90ba
chore: unify desktop and mobile databases (#764)
* chore: unify desktop and mobile databases

- migrate `package:sqflite_flutter` to `sqlcipher_flutter_libs`
- use FFI for all SQLite operations
- use `SQfLiteEncryptionHelper` for database encryption
- enforce encryption for new SQLite datbase implementation
- migrate existing SQLite databases
 - encrypt unencrypted ones
 - migrate database locations to unified approach
- drop dependency on sqlite

Signed-off-by: The one with the braid <info@braid.business>

* chore: add sqlcipher to macos CI

Signed-off-by: The one with the braid <info@braid.business>

---------

Signed-off-by: The one with the braid <info@braid.business>
2024-03-29 14:47:11 +00:00
lauren n. liberda
cd6294b421
ci: add a license compliance check 2024-02-25 15:38:00 +01:00
Krille
26f4e99006
ci: Remove check for unused translations 2024-01-31 08:51:49 +01:00
Krille-chan
400b0641ac
Merge pull request #778 from krille-chan/dependabot/github_actions/maxim-lobanov/setup-xcode-1.6.0
build: (deps): bump maxim-lobanov/setup-xcode from 1.5.1 to 1.6.0
2024-01-20 09:17:54 +01:00
dependabot[bot]
75b4683569
build: (deps): bump actions/setup-java from 1 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 09:05:16 +01:00
dependabot[bot]
6cc245c4c5
build: (deps): bump maxim-lobanov/setup-xcode from 1.5.1 to 1.6.0
Bumps [maxim-lobanov/setup-xcode](https://github.com/maxim-lobanov/setup-xcode) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/maxim-lobanov/setup-xcode/releases)
- [Commits](https://github.com/maxim-lobanov/setup-xcode/compare/v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: maxim-lobanov/setup-xcode
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 09:03:12 +01:00
dependabot[bot]
e11585ec17
build: (deps): bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-07 09:12:59 +00:00
krille-chan
4ba38a4744
refactor: Remove unused localization strings and add ci check 2023-12-23 09:03:38 +01:00
Krille
34f6ff508b
ci: Add caching for flutter setup 2023-09-05 14:48:18 +02:00
krille-chan
7871fc3294 ci: Test if app builds for iOS 2023-08-19 06:40:19 +00:00
Krille
fdbf465b1b
ci: Enable merge queues 2023-08-08 07:41:08 +02:00
krille-chan
d3de9f31cf
ci: Disable linux arm64 for now 2023-07-30 10:32:10 +02:00
krille-chan
69b0c422be
ci: Fix target platform for build linux 2023-07-30 10:23:18 +02:00
Krille
1f53f5e57c
CI: Better Flutter setup 2023-07-15 18:38:53 +09:00
Krille
53d25548dc
CI: Add release workflow 2023-07-15 09:37:55 +09:00
Renamed from .github/workflows/pull_request.yaml (Browse further)