Commit Graph

1035 Commits

Author SHA1 Message Date
Abdelilah El Aissaoui
804b83769f
Fixed ssh crash when username in URI is null 2023-08-28 10:51:53 +02:00
Abdelilah El Aissaoui
1a523d04ef
Fixed crash when opening quick actions dialog 2023-08-23 15:48:20 +02:00
Abdelilah El Aissaoui
f017409db8
Changed getCurrentOs to be a lazy property and avoid doing the check everytime 2023-08-22 20:54:40 +02:00
Abdelilah El Aissaoui
46ea80d9ce Added test to generate split hunk from diff result use case 2023-08-19 15:13:22 +02:00
Abdelilah El Aissaoui
17839bfaf1 Added TODO reminder 2023-08-19 14:47:18 +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
35412288e5 Updated readme to show more info about flatpak install process
Fixes #154
2023-08-19 11:23:33 +02:00
Abdelilah El Aissaoui
cc4e9700e8 Added basic proxy UI components in settings 2023-08-19 11:12:21 +02:00
Abdelilah El Aissaoui
2cc4ca18b5 Updated Compose Multiplatform to 1.5.0-rc01 2023-08-19 10:43:20 +02:00
Abdelilah El Aissaoui
e2cf95712a Added possibility to select file path in diff 2023-08-19 10:42:33 +02:00
Flashdown
dfc18ea853
Credentials Cache: Added some special characters to improve random key pattern. 2023-08-17 21:19:31 +02:00
Abdelilah El Aissaoui
2c321e303a Remove unused test 2023-08-12 16:36:55 +02:00
Abdelilah El Aissaoui
9264d2cb7a Added caching of HTTP Credentials
Fixed #75
2023-08-12 15:42:21 +02:00
Abdelilah El Aissaoui
0c3ced89b4 Added log loading screen 2023-08-06 12:35:58 +02:00
Abdelilah El Aissaoui
594e41eda2
Updated DEVELOPMENT.MD to reflect the need of Rust/Cargo to build Gitnuro 2023-08-04 00:33:18 +02:00
Abdelilah El Aissaoui
e541c60fc2
Fixed breaking changes from kotlin-logging 2023-07-26 19:12:19 +02:00
Abdelilah El Aissaoui
c94a8ff779
Merge pull request #152 from oshai/patch-1
Update kotlin-logging
2023-07-26 19:10:18 +02:00
Ohad Shai
efc45c80dc
Update kotlin-logging 2023-07-26 19:48:15 +03:00
Abdelilah El Aissaoui
4295e8b7f7
Disabled mouse elements on loading screen 2023-07-18 16:59:30 +02:00
Abdelilah El Aissaoui
33188c4dc8
Adjusted font weight and color in settings 2023-07-18 16:56:00 +02:00
Abdelilah El Aissaoui
a043608d75
Changed default logging level to INFO 2023-07-18 13:28:07 +02:00
Abdelilah El Aissaoui
226f6a67ff
Removed redundant code 2023-07-16 19:27:13 +02:00
Abdelilah El Aissaoui
3611f3339c
Added push with lease + fixed push after changing tracking branch
Fixes #147
2023-07-16 19:24:30 +02:00
Abdelilah El Aissaoui
333d57e162
Updated gradle tasks order 2023-07-16 17:47:48 +02:00
Abdelilah El Aissaoui
6afb9a7297
Fixed library name in gradle 2023-07-16 16:56:01 +02:00
Abdelilah El Aissaoui
2ac0eabcee
Adjusted surface color on light theme 2023-07-16 16:54:15 +02:00
Abdelilah El Aissaoui
78a03570a3 Fixed rust build to make it work on windows 2023-07-15 14:05:01 +02:00
Abdelilah El Aissaoui
e7a557c305 Fixed exclude file being null not handled 2023-07-15 14:05:01 +02:00
Abdelilah El Aissaoui
1cf1eca45f
Added new switch and adjusted surface color on light theme 2023-07-15 13:21:19 +02:00
Abdelilah El Aissaoui
38481b3a34
Added option to specify custom terminal emulator
Fixes #104
2023-07-14 22:49:34 +02:00
Abdelilah El Aissaoui
4469c208f7
Changed manifest file in cargo 2023-07-14 18:30:24 +02:00
Abdelilah El Aissaoui
a951d9ccd1
Excluded git message files from file detection 2023-07-14 18:27:06 +02:00
Abdelilah El Aissaoui
11ca59eed9
Changed rust order and specific rs dir 2023-07-14 18:15:43 +02:00
Abdelilah El Aissaoui
989b6a8fdb
Updated CI to include the rust build 2023-07-14 14:50:00 +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
Abdelilah El Aissaoui
70597aa16a
Added TODO 2023-07-09 21:36:12 +02:00
Abdelilah El Aissaoui
75b4adeb76
Implemented display of full file in diff (instead of hunks)
Fixes #37
2023-07-07 18:42:26 +02:00
Abdelilah El Aissaoui
5c63d2eaf7
Reduced diff top bar size 2023-07-07 12:35:50 +02:00
Abdelilah El Aissaoui
6ddcd0c69d
Started implementation of full file diff (instead of hunks) 2023-07-06 21:56:29 +02:00
Abdelilah El Aissaoui
8903e473a0
Updated compose depdendency to 1.4.1 2023-07-06 15:30:00 +02:00
Abdelilah El Aissaoui
20f4c3ac19
Removed tab animation when closing another one 2023-07-05 20:44:31 +02:00
Abdelilah El Aissaoui
509bbf13e9
Removed unnecessary IO operation to get the commit amend id 2023-07-05 12:43:00 +02:00
Abdelilah El Aissaoui
26bc7bacf1
Fixed enter key press triggering on button after being clicked by the user to accept the dialog
A common case was the commit button being triggered again after clicking on enter after the GPG signing
2023-07-05 12:42:59 +02:00
Abdelilah El Aissaoui
fcc0ef63bb
Merge pull request #145 from drick0230/issue-144
Documentations/issue 144 Add note about unsupported default JDK
2023-07-02 10:26:42 +02:00
Abdelilah El Aissaoui
da9a5c1f17
Implemented edit, drop & restore of Rebase interactive state even if started from external software
Fixes #143 and #65
2023-07-01 21:50:53 +02:00
drick0230
9156bd8281 docs: Add note about unsupported default JDK 2023-07-01 14:58:07 -04:00
Abdelilah El Aissaoui
1e012d759b
Refactored rebase interactive to make it easier to implement additional features 2023-06-29 21:42:33 +02:00
Abdelilah El Aissaoui
15507afd4c
Latest opened tab is now remembered
Fixes #83
2023-06-22 16:58:19 +02:00
Abdelilah El Aissaoui
e1cc4c496b
Added tabs drag and drop
Still requires some work to improve the animations as they flicker a bit.

Fixes #82
2023-06-19 09:58:33 +02:00
Abdelilah El Aissaoui
fcf4732bf1 Fixed submodules not opening on windows
Fixes #125
2023-06-11 20:44:49 +02:00