-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
671bc89
commit d38064a
Showing
182 changed files
with
3,405 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Tests/Helpers/TestCatalog.cs → Totoro.Core.Tests/Helpers/TestCatalog.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
global using AnimDL.Core.Api; | ||
global using AnimDL.Core.Models; | ||
global using AnimDL.UI.Core.Contracts; | ||
global using AnimDL.UI.Core.Models; | ||
global using Totoro.Core.Contracts; | ||
global using Totoro.Core.Models; | ||
global using Moq; | ||
global using ReactiveUI; | ||
global using Xunit; |
6 changes: 3 additions & 3 deletions
6
...I.Tests/ViewModels/WatchViewModelTests.cs → ...e.Tests/ViewModels/WatchViewModelTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core; | ||
namespace Totoro.Core; | ||
|
||
public class Constants | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...L.UI.Core/Contracts/IActivationService.cs → Totoro.Core/Contracts/IActivationService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Contracts; | ||
namespace Totoro.UI.Core.Contracts; | ||
|
||
public interface IActivationService | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Contracts/IAnimeService.cs → Totoro.Core/Contracts/IAnimeService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Contracts; | ||
namespace Totoro.Core.Contracts; | ||
|
||
public interface IAnimeService | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...UI.Core/Contracts/IDiscordRichPresense.cs → ...ro.Core/Contracts/IDiscordRichPresense.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Contracts; | ||
namespace Totoro.Core.Contracts; | ||
|
||
public interface IDiscordRichPresense | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Contracts/IFileService.cs → Totoro.Core/Contracts/IFileService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Contracts; | ||
namespace Totoro.Core.Contracts; | ||
|
||
public interface IFileService | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Contracts/IHaveState.cs → Totoro.Core/Contracts/IHaveState.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...I.Core/Contracts/ILocalSettingsService.cs → ...o.Core/Contracts/ILocalSettingsService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Contracts; | ||
namespace Totoro.Core.Contracts; | ||
|
||
public interface ILocalSettingsService | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Contracts/IMediaPlayer.cs → Totoro.Core/Contracts/IMediaPlayer.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Contracts/INavigationAware.cs → Totoro.Core/Contracts/INavigationAware.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Contracts; | ||
namespace Totoro.Core.Contracts; | ||
|
||
public interface INavigationAware | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...L.UI.Core/Contracts/INavigationService.cs → Totoro.Core/Contracts/INavigationService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Core/Contracts/IRecentEpisodesProvider.cs → ...Core/Contracts/IRecentEpisodesProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
....Core/Contracts/IResumePlaybackService.cs → ....Core/Contracts/IResumePlaybackService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Contracts; | ||
namespace Totoro.Core.Contracts; | ||
|
||
public interface IPlaybackStateStorage | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Contracts/ISchedule.cs → Totoro.Core/Contracts/ISchedule.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Contracts; | ||
namespace Totoro.Core.Contracts; | ||
|
||
public interface ISchedule | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Contracts/ISettings.cs → Totoro.Core/Contracts/ISettings.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...I.Core/Contracts/IThemeSelectorService.cs → ...o.Core/Contracts/IThemeSelectorService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Contracts; | ||
namespace Totoro.Core.Contracts; | ||
|
||
public interface IThemeSelectorService | ||
{ | ||
|
4 changes: 2 additions & 2 deletions
4
...L.UI.Core/Contracts/ITimestampsService.cs → Totoro.Core/Contracts/ITimestampsService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Contracts/ITrackingService.cs → Totoro.Core/Contracts/ITrackingService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Contracts; | ||
namespace Totoro.Core.Contracts; | ||
|
||
public interface ITrackingService | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Contracts/IViewService.cs → Totoro.Core/Contracts/IViewService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...I.Core/Contracts/IVolatileStateStorage.cs → ...o.Core/Contracts/IVolatileStateStorage.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Contracts; | ||
namespace Totoro.Core.Contracts; | ||
|
||
public interface IVolatileStateStorage | ||
{ | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Helpers/AnimeHelpers.cs → Totoro.Core/Helpers/AnimeHelpers.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Helpers; | ||
namespace Totoro.Core.Helpers; | ||
|
||
public class AnimeHelpers | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Helpers; | ||
namespace Totoro.Core.Helpers; | ||
|
||
public static class Json | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Helpers/NaviteMethods.cs → Totoro.Core/Helpers/NaviteMethods.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Models/AiredEpisode.cs → Totoro.Core/Models/AiredEpisode.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using Humanizer; | ||
|
||
namespace AnimDL.UI.Core.Models; | ||
namespace Totoro.Core.Models; | ||
|
||
public class AiredEpisode | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Models/AiringStatus.cs → Totoro.Core/Models/AiringStatus.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Models/AnimeModel.cs → Totoro.Core/Models/AnimeModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Models/AnimeModelBuilder.cs → Totoro.Core/Models/AnimeModelBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Models; | ||
namespace Totoro.Core.Models; | ||
|
||
public class MalToModelConverter | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Models/AnimeSeason.cs → Totoro.Core/Models/AnimeSeason.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Models; | ||
namespace Totoro.Core.Models; | ||
|
||
public enum AnimeSeason | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Models/AnimeStatus.cs → Totoro.Core/Models/AnimeStatus.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Models/DisplayMode.cs → Totoro.Core/Models/DisplayMode.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Models; | ||
namespace Totoro.Core.Models; | ||
|
||
public enum DisplayMode | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Models/ElementTheme.cs → Totoro.Core/Models/ElementTheme.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Models; | ||
namespace Totoro.Core.Models; | ||
|
||
public enum ElementTheme | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Models/FeaturedAnime.cs → Totoro.Core/Models/FeaturedAnime.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Models/GraphQLModels.cs → Totoro.Core/Models/GraphQLModels.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Models/ScheduleModel.cs → Totoro.Core/Models/ScheduleModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Models; | ||
namespace Totoro.Core.Models; | ||
|
||
public class ScheduleModel : ReactiveObject | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
namespace AnimDL.UI.Core.Models; | ||
namespace Totoro.Core.Models; | ||
|
||
public sealed record Season(AnimeSeason SeasonName, int Year); |
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Models/Tracking.cs → Totoro.Core/Models/Tracking.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Models; | ||
namespace Totoro.Core.Models; | ||
|
||
public class Tracking | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
AnimDL.UI.Core/Models/WeeklyScheduleModel.cs → Totoro.Core/Models/WeeklyScheduleModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace AnimDL.UI.Core.Models; | ||
namespace Totoro.Core.Models; | ||
|
||
public class WeeklyScheduleModel | ||
{ | ||
|
3 changes: 2 additions & 1 deletion
3
.../AnimixPlay/AnimixPlayEpisodesProvider.cs → .../AnimixPlay/AnimixPlayEpisodesProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ixPlay/AnimixPlayFeaturedAnimeProvider.cs → ...ixPlay/AnimixPlayFeaturedAnimeProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.