Commit Graph

960 Commits

Author SHA1 Message Date
Abdelilah El Aissaoui
c2e69d00f3
Code cleanup and fix typos 2023-12-05 14:35:30 +01:00
Abdelilah El Aissaoui
e91bfcf146
Update README.md 2023-12-04 17:23:39 +01:00
Abdelilah El Aissaoui
1fcf0fc921
Added stashes context menu option to stash in log 2023-11-29 23:38:22 +01:00
Abdelilah El Aissaoui
21ce125931
Added icon instead of used image on stash 2023-11-26 15:58:32 +01:00
Abdelilah El Aissaoui
e98dd4b63a
Fix settings using wrong flow for VerifySSL 2023-11-22 17:04:22 +01:00
Abdelilah El Aissaoui
5bc52bf9df
Added option to disable SSL verify 2023-11-22 16:03:45 +01:00
Abdelilah El Aissaoui
bcaea8a417
Increased font weight for "HEAD" label in current branch 2023-11-11 17:03:03 +01:00
Abdelilah El Aissaoui
7ce7285d70
Removed delay when clicking on a branch in the side panel 2023-11-11 16:58:20 +01:00
Abdelilah El Aissaoui
d7f69f69ff
Removed unnecessary print statements 2023-11-11 16:54:08 +01:00
Abdelilah El Aissaoui
fbdf5a4da8
Selecting a branch, tag or stash in side panel highlights it 2023-11-11 16:42:28 +01:00
Abdelilah El Aissaoui
81c37043ca
Discarding hunks now always uses UTF-8
Fixes #170
2023-11-11 14:46:30 +01:00
Abdelilah El Aissaoui
0ea427cb49
[WIP] Stashes are now shown in the graph 2023-11-09 01:34:53 +01:00
Abdelilah El Aissaoui
22fd618b01
Added TODO 2023-11-09 01:34:37 +01:00
Abdelilah El Aissaoui
c02ae6af39
Updated project dependencies, kotlin version and gradle version 2023-11-04 01:53:48 +01:00
Abdelilah El Aissaoui
03c5499ede
Fixed icon reference 2023-11-04 00:45:14 +01:00
Abdelilah El Aissaoui
4323924ed6
Added button to clear search in side panel 2023-11-04 00:35:58 +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
1638c8f4b2
Updated latest.json 2023-10-30 20:07:18 +01:00
Abdelilah El Aissaoui
662e99188d
Added arch suffix in the fatJarLinux task 2023-10-30 14:03:39 +01:00
Abdelilah El Aissaoui
ee872b384e
Moved libssh to 0.2.2 2023-10-30 14:03:22 +01:00
Abdelilah El Aissaoui
5bd35e51aa
Added workflow_dispatch to release ci 2023-10-30 00:25:04 +01:00
Abdelilah El Aissaoui
6e32e569c6
Fixed release CI crashing 2023-10-30 00:22:16 +01:00
Abdelilah El Aissaoui
742ea407bc
libssh-rs uses the forked version with the WITH_SERVER flag enabled.
Fixes #166
2023-10-29 20:33:30 +01:00
Abdelilah El Aissaoui
d4d7056341
Added check to prevent staging of empty lists 2023-10-29 18:54:59 +01:00
Abdelilah El Aissaoui
6efef3622b
Fixed CI issues 2023-10-29 16:46:31 +01:00
Abdelilah El Aissaoui
77df8671e6
Fixed diff header overlapping the buttons 2023-10-29 16:44:23 +01:00
Abdelilah El Aissaoui
f53c306099
Greatly improved performance of "stage all" in huge workspaces.
This specially noticable in repositories that contain binary blobs or huge files count.

Fixes #129
2023-10-28 20:16:07 +02:00
Abdelilah El Aissaoui
c67d25bb17
Create FUNDING.yml 2023-10-28 17:41:54 +02:00
Abdelilah El Aissaoui
7d97a21948
Merge pull request #179 from hendrikgit/fix-settings-typo
Fixed typo in settings (Network - Authentication)
2023-10-25 00:50:54 +02:00
Hendrik Albers
b92304d3fd Fixed typo in settings (Network - Authentication) 2023-10-24 22:45:04 +02:00
Abdelilah El Aissaoui
872c9d962a
Fixed crash when trying to change upstream branch
Fixes #174
2023-10-19 17:50:58 +02: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
950c9398bf
Fixed diff buttons disappearing when using split mode
Fixes #169
2023-10-10 16:37:10 +02:00
Abdelilah El Aissaoui
b25375dad8 Changed version 2023-09-29 13:43:46 +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
1d40964c17
Added linux aarch64 default property 2023-09-27 19:48:14 +02:00
Abdelilah El Aissaoui
fc1a171c4b
Linux builds now use cross instead of cargo 2023-09-27 19:47:45 +02:00
Abdelilah El Aissaoui
225d8cfbb3
Updated json and readme 2023-09-27 12:44:28 +02:00
Abdelilah El Aissaoui
81253c0f06
Fixed tabs being partially dragged accidentally (instead of clicked) 2023-09-25 16:44:17 +02:00
Abdelilah El Aissaoui
59a9b270a7
Moved version to v1.3.0 2023-09-22 01:03:03 +02:00
Abdelilah El Aissaoui
3c20a5a141
Updated Development.md 2023-09-21 23:12:13 +02:00
Abdelilah El Aissaoui
a3e41e3490
Removed unused UseCase from TabViewModel 2023-09-21 23:02:18 +02:00
Abdelilah El Aissaoui
178f3f424e
Fixed rebase interactive text field losing focus on new line 2023-09-21 23:01:45 +02:00
Abdelilah El Aissaoui
9c2cb8ead4
Added support for Linux aarch64 when building the rust part 2023-09-21 21:20:33 +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
068f42b6e0
Improved rebase interactive UI 2023-09-21 21:19:02 +02:00
Abdelilah El Aissaoui
9e0b5eef62 Removed more refs to libssh in development.md 2023-09-20 20:04:00 +02:00
Abdelilah El Aissaoui
ec6c5412a4 Fixed custom terminal emulator not opening on windows 2023-09-20 19:59:02 +02:00
Abdelilah El Aissaoui
d642c1e2d8 Updated development.md as libssh is no longer a requirement 2023-09-20 19:57:25 +02:00