Commit Graph

18 Commits

Author SHA1 Message Date
Abdelilah El Aissaoui
301f55a307
Remove unused file 2024-08-18 20:18:41 +02:00
Abdelilah El Aissaoui
6404f1db46
Added workaround error management until kotars has proper Result support 2024-08-01 21:57:29 +02:00
Abdelilah El Aissaoui
90b613bc59
Restored rust side event batching & error handling in file watcher 2024-07-29 00:03:35 +02:00
Abdelilah El Aissaoui
a542e38ae2
Migrated from Uniffi+JNA to Kotars 2024-07-13 19:22:44 +02:00
Abdelilah El Aissaoui
bc90b46562
Reduced number of elements passed from Rust to Kotlin on file changes 2024-05-24 15:16:40 +02:00
Abdelilah El Aissaoui
98e1ecd792
Updated uniffi version 2024-05-08 18:10:41 +02:00
Abdelilah El Aissaoui
9e31145a86
Code cleanup 2023-12-24 21:30:09 +01:00
Abdelilah El Aissaoui
d7f69f69ff
Removed unnecessary print statements 2023-11-11 16:54:08 +01:00
Abdelilah El Aissaoui
456978eefc
Removed log as it could be printed a lot in certain scenarios 2023-11-03 19:48:32 +01:00
Abdelilah El Aissaoui
bb47728d64 Probe files and directory checks are now executed in the Rust part to reduce the communication overhead between both parts 2023-10-11 20:36:48 +02:00
Abdelilah El Aissaoui
b1dcdeb79b Added events batching from Rust part to prevent excessive exchange between both sides 2023-09-29 13:42:15 +02:00
Abdelilah El Aissaoui
7e6ccbe810
Fixed .git dir changes not being detected properly and added rule to ignore .proble files in git dir 2023-09-27 19:48:23 +02:00
Abdelilah El Aissaoui
aa80638742
Disabled warning on unused import warning because the import is needed to be mapped to an enum in the UDL file 2023-09-21 21:19:47 +02:00
Abdelilah El Aissaoui
4aa581cf1f
Split rust code into different files to avoid having a single big file 2023-09-20 15:50:15 +02:00
Abdelilah El Aissaoui
865109d8d4
Added basic error and port handling 2023-09-20 15:40:31 +02:00
Abdelilah El Aissaoui
6dee4fbc93
Added basic ssh auth in rust without error handling 2023-09-20 10:26:02 +02:00
Abdelilah El Aissaoui
c104c681f4 Fixed excessive refreshes when running operations from gitnuro
Also fixed diff load looping when using LFS, which produces files in .git dir to change
2023-08-19 14:44:25 +02:00
Abdelilah El Aissaoui
7a7eb3ad93
Refactored repository watcher
Refactored to use a rust implementation instead of the java impl, because the java impl has been unrelible in linux and macos
2023-07-14 14:28:29 +02:00