Gitnuro/src/main/kotlin/com/jetpackduba/gitnuro
2023-09-12 23:31:47 +02:00
..
credentials Merge pull request #155 from Flashdown/Flashdown-patch-1 2023-09-06 09:56:00 +02:00
di Changed getCurrentOs to be a lazy property and avoid doing the check everytime 2023-08-22 20:54:40 +02:00
exceptions Fixed fetch command not fetching every remote if one of them has failed. 2023-06-03 15:34:59 +02:00
extensions Updated Compose Multiplatform to 1.5.0-rc01 2023-08-19 10:43:20 +02:00
git Fixed rebase interactive check being executed when changing between tabs even if not rebasing 2023-08-28 17:58:37 +02:00
images Reformated whole project 2022-10-22 15:35:32 +02:00
keybindings Changed getCurrentOs to be a lazy property and avoid doing the check everytime 2023-08-22 20:54:40 +02:00
logging Fixed breaking changes from kotlin-logging 2023-07-26 19:12:19 +02:00
managers Changed getCurrentOs to be a lazy property and avoid doing the check everytime 2023-08-22 20:54:40 +02:00
models Added option to sign off commits 2023-05-01 16:20:11 +02:00
preferences Implemented proxy settings logic 2023-09-10 21:18:46 +02:00
ssh/libssh Fixed ssh crash when username in URI is null 2023-08-28 10:51:53 +02:00
system Changed getCurrentOs to be a lazy property and avoid doing the check everytime 2023-08-22 20:54:40 +02:00
terminal Added option to specify custom terminal emulator 2023-07-14 22:49:34 +02:00
theme Fixed text field border color to be darker when enabled than disabled 2023-09-12 23:31:47 +02:00
ui Fixed line uncommited changes -> first commit not being drawn in the log (now properly :P) 2023-09-12 22:21:55 +02:00
updates Moved version to the bottom of each screen (even open repositories) 2023-06-02 01:14:59 +02:00
viewmodels Added loading screen when deleting branch from side panel 2023-09-11 20:54:59 +02:00
App.kt Implemented proxy settings logic 2023-09-10 21:18:46 +02:00
AppConstants.kt Remove unused SSHD dependency 2023-06-03 02:02:00 +02:00
AppEnvInfo.kt Added button to open terminal in current directory 2023-03-21 01:37:05 +01:00
Icons.kt Fixed rebase interactive check being executed when changing between tabs even if not rebasing 2023-08-28 17:58:37 +02:00
Logging.kt Changed getCurrentOs to be a lazy property and avoid doing the check everytime 2023-08-22 20:54:40 +02:00
main.kt Added tabs drag and drop 2023-06-19 09:58:33 +02:00
SharedRepositoryStateManager.kt Implemented edit, drop & restore of Rebase interactive state even if started from external software 2023-07-01 21:50:53 +02:00