Commit graph

14 commits

Author SHA1 Message Date
3abff684ad test(caesar-core,sender): added missing test for replace_protocol 2024-05-30 09:17:50 +02:00
0d354efb8e docs(project): added docstrings to all code files 2024-05-29 23:55:47 +02:00
PatrykHegenberg
fc5d8efed6
Merge branch 'main' into 91-implement-the-gui-for-native-desktop-apps-in-flutter 2024-05-29 21:26:34 +02:00
4af2255d2f refactor(project): cleaned up with clippy 2024-05-29 20:14:34 +02:00
0416ab6dab refactor(core,gui): make all needed changes to send and receive files on linux and android 2024-05-27 21:09:24 +02:00
1586818bd6 refactor(ceasar-core): changed from using openssl to rustls 2024-05-24 16:47:44 +02:00
fbb212f383 feature(flutter_gui): add file storage location for android and change screen change after transfer 2024-05-17 10:32:11 +02:00
PatrykHegenberg
25422ed089
fix(receiver): add filepath for download on android. 2024-05-17 10:25:48 +02:00
fbb181d95b refactir(gui): added flutter version with flutter_rust_bridge 2024-05-16 20:25:21 +02:00
f1e48f6d12 feature(gui): add needed function for communication between gui and core 2024-05-16 07:43:11 +02:00
113e1cfe53 feature(gui): first basic attempt for a gui frontend in flutter 2024-05-15 19:46:48 +02:00
aa183a30bd refactor(sender, receiver, relay): changed use of .env file to a config file
added support for a config file. under linux this will be under
XDG_HOME/.config/caesar with name caesar.toml
2024-05-09 15:22:48 +02:00
bb492aa962 refactor(caesar): cleaned up from unneeded explanatory commits and build on_message function with match instead of if 2024-05-08 19:00:21 +02:00
b39e88107a refactor(caesar): restructure the project to a monorepo 2024-05-05 13:42:11 +02:00