Gitnuro/src/main/kotlin/app/viewmodels
2022-04-06 20:19:54 +02:00
..
BranchesViewModel.kt Improved display of branches' names in branch context menu 2022-02-24 23:07:28 +01:00
CloneViewModel.kt Fixed invalid directory string on clone 2022-04-06 17:50:31 +02:00
CommitChangesViewModel.kt Refactored safeProcessing to be able to refresh data even after a crash 2022-02-05 02:06:55 +01:00
DiffViewModel.kt Removed done TODO tasks and added appScope cancellation on app exit 2022-04-06 20:02:56 +02:00
LogViewModel.kt Fixed uncommited changes line not appearing on rebase with a single conflict (no other changes) 2022-04-06 20:18:59 +02:00
MenuViewModel.kt Added refresh even if stash has failed 2022-04-04 05:12:11 +02:00
RemotesViewModel.kt Reformated project's code 2022-02-21 01:49:14 +01:00
StashesViewModel.kt Added refresh even if stash has failed 2022-04-04 05:12:11 +02:00
StatusViewModel.kt 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
TabViewModel.kt Added updates check 2022-04-04 02:48:40 +02:00
TagsViewModel.kt Implemented context menu for stash operations 2022-02-06 22:57:46 +01:00