Abdelilah El Aissaoui
|
df3b1c1fa3
|
Updated jgit version
|
2022-05-03 19:48:47 +02:00 |
|
Abdelilah El Aissaoui
|
08f814c8d8
|
Added scroll to rebase interactive dialog
|
2022-04-16 04:59:03 +02:00 |
|
Abdelilah El Aissaoui
|
f60580750b
|
Implemented reword on rebase interactive
|
2022-04-16 04:52:53 +02:00 |
|
Abdelilah El Aissaoui
|
cdf7d61045
|
Diff replaces a tab by 4 characters until compose bug is fixed
https://github.com/JetBrains/compose-jb/issues/615
|
2022-04-11 04:32:05 +02:00 |
|
Abdelilah El Aissaoui
|
b68135d3a4
|
Fixed crash when creating the graph if the repo contains tags that point to blobs
|
2022-04-11 04:27:25 +02:00 |
|
Abdelilah El Aissaoui
|
14eb5f8c9c
|
Added first version of interactive rebase
|
2022-04-09 23:10:08 +02:00 |
|
Abdelilah El Aissaoui
|
08d0323e48
|
Improved tab's design
|
2022-04-09 18:59:10 +02:00 |
|
Abdelilah El Aissaoui
|
9f51893ed2
|
Hidden file not found exception when trying to fetch the icons from gravatar
|
2022-04-09 18:58:30 +02:00 |
|
Abdelilah El Aissaoui
|
f03165f70a
|
Added max lines to welcome page text composables
|
2022-04-09 18:58:16 +02:00 |
|
Abdelilah El Aissaoui
|
d5cac58b87
|
Removed unused property
|
2022-04-08 22:26:23 +02:00 |
|
Abdelilah El Aissaoui
|
855b57196d
|
Side menu items expand state is now stored in the viewModels to restore it's value after changing tabs
|
2022-04-08 22:05:48 +02:00 |
|
Abdelilah El Aissaoui
|
8650b1a43c
|
Moved error state holding to the TabViewModel
|
2022-04-08 22:05:22 +02:00 |
|
Abdelilah El Aissaoui
|
1f58114404
|
Added exception throwing when rebase/merge failed due to uncommited changes
|
2022-04-08 21:43:47 +02:00 |
|
Abdelilah El Aissaoui
|
4f84c38fb4
|
Started replacement of the old tabs system with the new one
|
2022-04-08 21:30:13 +02:00 |
|
Abdelilah El Aissaoui
|
fac5cbf16a
|
Increased version for the next release
|
2022-04-08 20:22:04 +02:00 |
|
Abdelilah El Aissaoui
|
fb8e41dfff
|
Fixed lines in diff being cut when overflowing
|
2022-04-08 20:22:04 +02:00 |
|
Abdelilah El Aissaoui
|
86b79c800f
|
Update latest.json
|
2022-04-07 23:42:08 +02:00 |
|
Abdelilah El Aissaoui
|
b7179a5c20
|
Increased version code
|
2022-04-07 23:33:21 +02:00 |
|
Abdelilah El Aissaoui
|
c31b1a9d6b
|
Fixed hunk stage on files with a single line without lineDelimiter
|
2022-04-07 23:06:20 +02:00 |
|
Abdelilah El Aissaoui
|
d055060483
|
Fixed crash on empty graph
|
2022-04-07 22:57:32 +02:00 |
|
Abdelilah El Aissaoui
|
7b4ab49a30
|
Increased refresh time when having multiple consecutive changes to 1s and added refresh when diff missing
|
2022-04-07 22:50:52 +02:00 |
|
Abdelilah El Aissaoui
|
c20021832f
|
Fixed graph size not being recalculated after changing uncommited changes status
|
2022-04-07 22:44:34 +02:00 |
|
Abdelilah El Aissaoui
|
c71f7555de
|
Fixed stage/unstage hunks not working on properly on specific line endings
|
2022-04-07 22:39:33 +02:00 |
|
Abdelilah El Aissaoui
|
5982c65c79
|
Fixed diff on index files when a repository is empty
|
2022-04-07 19:19:21 +02:00 |
|
Abdelilah El Aissaoui
|
685769a154
|
Increased project version to 0.1.1
|
2022-04-07 18:44:52 +02:00 |
|
Abdelilah El Aissaoui
|
1baab9e3f8
|
Fixed clone state being lost on error & multiple errros not being reported
Also updated errors strings to better clarify the issue
|
2022-04-07 18:41:53 +02:00 |
|
Abdelilah El Aissaoui
|
716d04df9a
|
Merge branch 'status_optimizations' into main
|
2022-04-06 20:19:54 +02:00 |
|
Abdelilah El Aissaoui
|
b53b9b0b79
|
Now staged and unstaged use the same status to update the data (instead of executing it twice)
|
2022-04-06 20:19:29 +02:00 |
|
Abdelilah El Aissaoui
|
7f9da646ff
|
Fixed uncommited changes line not appearing on rebase with a single conflict (no other changes)
|
2022-04-06 20:18:59 +02:00 |
|
Abdelilah El Aissaoui
|
51ea75c033
|
Removed done TODO tasks and added appScope cancellation on app exit
|
2022-04-06 20:02:56 +02:00 |
|
Abdelilah El Aissaoui
|
ab9c8ce2df
|
Fixed unstage hunk not restoring lines properly
|
2022-04-06 19:48:30 +02:00 |
|
Abdelilah El Aissaoui
|
1e0660dca0
|
Refactored status to improve its performance and removed diff update handling
|
2022-04-06 19:39:06 +02:00 |
|
Abdelilah El Aissaoui
|
9927a249b9
|
Fixed invalid directory string on clone
|
2022-04-06 17:50:31 +02:00 |
|
Abdelilah El Aissaoui
|
4108537825
|
[WIP] started refactor of status
|
2022-04-06 17:49:38 +02:00 |
|
Abdelilah El Aissaoui
|
6b8a7d14a6
|
Updated readme
|
2022-04-06 05:26:18 +02:00 |
|
Abdelilah El Aissaoui
|
76160fcdef
|
Update README.md
|
2022-04-04 21:40:43 +02:00 |
|
Abdelilah El Aissaoui
|
60a6fb1a3e
|
Fixed file name not being completly displayed when it's in the root of the dir for commited changes
|
2022-04-04 21:00:17 +02:00 |
|
Abdelilah El Aissaoui
|
8d066f15dc
|
Updated description
|
2022-04-04 19:00:32 +02:00 |
|
Abdelilah El Aissaoui
|
391d43c850
|
Updated screenshots
|
2022-04-04 18:55:21 +02:00 |
|
Abdelilah El Aissaoui
|
f8c7bd5515
|
Renamed project from references
|
2022-04-04 18:43:27 +02:00 |
|
Abdelilah El Aissaoui
|
f1868844a2
|
Extracted project name as a constant
|
2022-04-04 18:32:56 +02:00 |
|
Abdelilah El Aissaoui
|
27e8efcaf7
|
Added additional info dialog
|
2022-04-04 18:32:06 +02:00 |
|
Abdelilah El Aissaoui
|
d85574fe6a
|
Added icon and data for windows build
|
2022-04-04 05:15:42 +02:00 |
|
Abdelilah El Aissaoui
|
6c1790ce24
|
Added refresh even if stash has failed
|
2022-04-04 05:12:11 +02:00 |
|
Abdelilah El Aissaoui
|
61d5ee941a
|
Fixed file name not being completly displayed when it's in the root of the dir
|
2022-04-04 05:05:50 +02:00 |
|
Abdelilah El Aissaoui
|
0c40d7892c
|
Update README.md
|
2022-04-04 03:04:52 +02:00 |
|
Abdelilah El Aissaoui
|
61adbdb1d6
|
Prepared json for first release
|
2022-04-04 03:02:07 +02:00 |
|
Abdelilah El Aissaoui
|
dac6d597a2
|
Fixed date being moved if the message is too long
|
2022-04-04 03:00:51 +02:00 |
|
Abdelilah El Aissaoui
|
b980784b1f
|
Changed secondary color & reorganized welcome/home screen
|
2022-04-04 02:58:51 +02:00 |
|
Abdelilah El Aissaoui
|
8f92b6d195
|
Added updates check
|
2022-04-04 02:48:40 +02:00 |
|