Christian Kußowski
7b8059466b
refactor: Redirect to new website
2025-10-24 07:47:52 +02:00
Christian Kußowski
b8543ab995
build: Update flutter to 3.35.3
2025-09-07 10:08:17 +02:00
Christian Kußowski
99de670e04
build: Upgrade to flutter 3.35.2
2025-09-02 12:14:03 +02:00
Christian Kußowski
097f9f02a0
build: Bump version to 2.1.1
2025-08-25 08:38:28 +02:00
Christian Kußowski
871da6c6a6
build: Update snapcraft version
2025-08-12 08:19:09 +02:00
krille-chan
82a9c1e522
chore: Fix snapcraft build
2025-08-02 12:31:56 +02:00
krille-chan
f7e46b391e
build: Set version in override-pull
2025-08-02 11:01:12 +02:00
krille-chan
458dfa6e3e
build: Fetch version correctly for snap
2025-07-19 10:54:03 +02:00
Christian Kußowski
aa4a575c5c
build: Update to flutter 3.32.4
2025-06-17 10:52:16 +02:00
krille-chan
04839a5b60
build: Follow up vodozemac snap
2025-06-09 12:10:35 +02:00
krille-chan
40a7dde059
build: Remove olm from snapcraft
2025-06-08 15:58:20 +02:00
Christian Kußowski
47a37ccc7a
build: add rust to build packages for snap
2025-06-08 13:48:57 +02:00
krille-chan
8a1d313a5e
build: Add libpciaccess-dev for snapcraft
2025-04-08 18:16:26 +02:00
Krille
38a223f44d
build: Add libpciaccess0 package to snap
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-03-30 10:51:52 +02:00
Krille
fe390ca09b
Revert "build: Install flutter via git in snapcraft"
...
This reverts commit cd12f773fe .
2025-03-30 10:37:31 +02:00
Krille
e93fdebe20
build: Update to flutter 3.29.2
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-03-20 09:01:53 +01:00
Krille
eabef5e9cf
Revert "build: Update flutter 3.29.2"
...
This reverts commit bfd23952b7 .
2025-03-19 14:15:19 +01:00
krille-chan
bfd23952b7
build: Update flutter 3.29.2
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-03-19 13:11:30 +01:00
Krille-chan
2c824eb967
Revert "build: Update flutter to 3.29.0"
2025-02-21 17:28:05 +01:00
Krille
09d5b3934e
build: Update flutter to 3.29.0
2025-02-20 16:46:30 +01:00
krille-chan
cd12f773fe
build: Install flutter via git in snapcraft
2025-02-19 13:09:14 +01:00
krille-chan
45b14ece2e
build: Follow up snapcraft build
2025-02-19 12:58:23 +01:00
krille-chan
f1b34a3781
build: Update snapcraft
2025-02-19 12:50:03 +01:00
Krille
5ac6db6267
build: Detect flutter path better
2025-02-19 11:24:50 +01:00
krille-chan
cc498e9922
build: Use correct flutter version in snapcraft
2025-02-19 10:19:07 +01:00
krille-chan
a6380b52bc
build: Add missing libssl library
2024-12-04 18:34:25 +01:00
krille-chan
833d43517a
build: Clean up snapcraft packages
2024-12-04 18:04:05 +01:00
krille-chan
8f483c64c0
build: Use file selector to save files
2024-11-29 19:12:43 +01:00
krille-chan
d8cf6dfb13
build: Revert build snapcraft changes
2024-11-20 06:22:14 +01:00
krille-chan
12bb71708e
chore: Follow up snapcraft in ci
2024-11-20 05:50:20 +01:00
krille-chan
b440d56401
build: Snapcraft from local build file
2024-11-19 17:12:25 +01:00
krille-chan
325431c8f6
build: Remove snapcraft build workaround
2024-11-17 11:36:59 +01:00
krille-chan
9019d9c9a6
build: Add links to snapcraft.yaml file
2024-11-03 08:12:43 +01:00
Krille
3420c8a7c5
build: Build on rpi for linux arm64
2024-10-26 09:44:41 +02:00
krille-chan
3ce4df8425
build: Fix build linux after flutter 3.24.1 and add handy_window
2024-08-31 14:18:34 +02:00
krille-chan
69fcb01988
build: Fix build snap
2024-07-18 07:33:55 +02:00
krille-chan
998868dd56
build: Try out flutter 3.22.2 in
2024-07-17 18:00:26 +02:00
krille-chan
d4da2dd431
build: Use Flutter 3.19.6 for Linux
2024-05-29 19:30:53 +02:00
krille-chan
d266137592
build: remove not working workaround for snapcraft build
2024-05-26 10:18:45 +02:00
krille-chan
2fbeaf0b66
build: Use flutter 3.19 for snapcraft
2024-05-26 09:57:21 +02:00
krille-chan
06b2e6c14f
Revert "build: Use core24 for snapcraft"
...
This reverts commit fb1059b1a3 .
2024-05-17 17:46:44 +02:00
krille-chan
fb1059b1a3
build: Use core24 for snapcraft
2024-05-17 17:40:08 +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
krille-chan
45cff982ad
build: Add sqlite3 to snap
2023-12-21 14:17:14 +01:00
krille-chan
7dd8f7c1f5
fix: Unable to send files from snap version
2023-08-18 17:06:02 +02:00
krille-chan
dd34f3c232
build: Add curl to build packages
2023-08-13 10:08:46 +02:00
krille-chan
55871de866
fix: Remove mpv and zenity to fix linux snap builds
2023-08-13 09:55:55 +02:00
krille-chan
cb9d731b80
build: Add webrtc again but with fixed rpath version
2023-08-09 02:54:46 +02:00
krille-chan
3aaf21fb8b
build: Disable webrtc on linux again
2023-08-08 21:57:16 +02:00
krille-chan
fc2b49e901
build: Revert adding mesa libraries
2023-08-08 21:38:40 +02:00