Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
Former-commit-id: ed6c01e71262f57087cf2bb9453bb3afa70901b7 [formerly e09ee00]
Former-commit-id: 9aa474d0682a7b8704eefad180d7773576f5f8fa
  • Loading branch information
OpportunityLiu committed Feb 25, 2017
1 parent f20a35f commit 2b5ead3
Show file tree
Hide file tree
Showing 75 changed files with 86 additions and 413 deletions.
1 change: 0 additions & 1 deletion ApplicationDataManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Threading;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
Expand Down
4 changes: 0 additions & 4 deletions ApplicationDataManager/Settings/Attributes.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ApplicationDataManager.Settings
{
Expand Down
1 change: 0 additions & 1 deletion ApplicationDataManager/Settings/GroupedSettings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Reflection;

namespace ApplicationDataManager.Settings
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.UI.Xaml;
using Windows.UI.Xaml;

namespace ApplicationDataManager.Settings
{
Expand Down
3 changes: 0 additions & 3 deletions ApplicationDataManager/Settings/SettingInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
using GalaSoft.MvvmLight;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;

namespace ApplicationDataManager.Settings
{
Expand Down
7 changes: 1 addition & 6 deletions ApplicationDataManager/Settings/SettingTemplateSelector.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.UI.Xaml;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;

namespace ApplicationDataManager.Settings
Expand Down
6 changes: 1 addition & 5 deletions ApplicationDataManager/Settings/StringLoader.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.Generic;
using Windows.ApplicationModel.Resources;

namespace ApplicationDataManager.Settings
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Windows.UI.Xaml.Data;
using Windows.UI.Xaml.Input;
using Windows.UI.Xaml.Media;
using Windows.UI.Xaml.Navigation;
using Windows.UI.Xaml;

// The User Control item template is documented at http://go.microsoft.com/fwlink/?LinkId=234236

Expand Down
2 changes: 0 additions & 2 deletions ApplicationDataManager/Settings/Xaml/SettingComboBox.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;

Expand Down
4 changes: 0 additions & 4 deletions ApplicationDataManager/Settings/Xaml/SettingSlider.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
Expand Down
1 change: 0 additions & 1 deletion BannerProvider/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
6 changes: 1 addition & 5 deletions BannerProvider/Provider.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.Foundation;
using Windows.UI.Xaml.Media.Imaging;
using static System.Runtime.InteropServices.WindowsRuntime.AsyncInfo;
using Windows.Storage;
using Windows.Web.Http;
using static System.Runtime.InteropServices.WindowsRuntime.AsyncInfo;

namespace BannerProvider
{
Expand Down
2 changes: 1 addition & 1 deletion EhTagTranslatorClient/EhTagDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
using System.Threading.Tasks;
using Windows.Foundation;
using Windows.Storage;
using Namespace = ExClient.Namespace;
using IRecordDictionary = System.Collections.Generic.IReadOnlyDictionary<string, EhTagTranslatorClient.Record>;
using Namespace = ExClient.Namespace;

namespace EhTagTranslatorClient
{
Expand Down
2 changes: 0 additions & 2 deletions EhTagTranslatorClient/MarkdownText.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;

namespace EhTagTranslatorClient
{
Expand Down
1 change: 0 additions & 1 deletion EhTagTranslatorClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
4 changes: 1 addition & 3 deletions EhTagTranslatorClient/Record.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Windows.Storage.Streams;
using System.Diagnostics;
using Namespace = ExClient.Namespace;

namespace EhTagTranslatorClient
Expand Down
4 changes: 0 additions & 4 deletions EhWikiClient/AsyncWarpper.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.Foundation;

namespace EhWikiClient.Helpers
Expand Down
2 changes: 0 additions & 2 deletions EhWikiClient/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.Foundation;
using Windows.Storage;
using Windows.Web.Http;
Expand Down
1 change: 0 additions & 1 deletion EhWikiClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
9 changes: 1 addition & 8 deletions EhWikiClient/Record.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
using System.IO;
using Newtonsoft.Json;
using System.Text.RegularExpressions;

namespace EhWikiClient
Expand Down
4 changes: 0 additions & 4 deletions ExClient/AdvancedSearchOptions.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using Newtonsoft.Json;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ExClient
{
Expand Down
7 changes: 1 addition & 6 deletions ExClient/Api/ApiRequest.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json;
using System.Text.RegularExpressions;

namespace ExClient.Api
Expand Down
1 change: 0 additions & 1 deletion ExClient/Api/GalleryData.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using ExClient.Internal;
using System.Collections;
using System.Collections.Generic;

namespace ExClient.Api
Expand Down
11 changes: 4 additions & 7 deletions ExClient/CachedGallery.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
using System;
using ExClient.Models;
using GalaSoft.MvvmLight.Threading;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.Foundation;
using ExClient.Models;
using static System.Runtime.InteropServices.WindowsRuntime.AsyncInfo;
using GalaSoft.MvvmLight.Threading;
using Windows.UI.Xaml.Data;
using Windows.Foundation.Diagnostics;
using System.Collections.Specialized;
using static System.Runtime.InteropServices.WindowsRuntime.AsyncInfo;

namespace ExClient
{
Expand Down
16 changes: 5 additions & 11 deletions ExClient/Client-Forum.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
using System;
using System.Collections.Generic;
using HtmlAgilityPack;
using Newtonsoft.Json;
using System;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Windows.Web.Http;
using Windows.Web.Http.Filters;
using Windows.Foundation;
using static System.Runtime.InteropServices.WindowsRuntime.AsyncInfo;
using HtmlAgilityPack;
using Windows.Storage;
using System.Runtime.InteropServices;
using System.Globalization;
using Newtonsoft.Json;
using static System.Runtime.InteropServices.WindowsRuntime.AsyncInfo;

namespace ExClient
{
Expand Down
15 changes: 1 addition & 14 deletions ExClient/Client-Search.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.Web.Http;
using static System.Runtime.InteropServices.WindowsRuntime.AsyncInfo;
using Windows.Foundation;
using HtmlAgilityPack;
using System.IO;
using System.Text.RegularExpressions;
using System.Collections;

namespace ExClient
namespace ExClient
{
public partial class Client
{
Expand Down
18 changes: 7 additions & 11 deletions ExClient/Client.cs
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
using System;
using ExClient.Api;
using ExClient.Settings;
using HtmlAgilityPack;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Windows.Foundation;
using Windows.Web.Http;
using Windows.Web.Http.Filters;
using Windows.Foundation;
using static System.Runtime.InteropServices.WindowsRuntime.AsyncInfo;
using HtmlAgilityPack;
using System.IO;
using System.Runtime.InteropServices;
using ExClient.Settings;
using Newtonsoft.Json;
using ExClient.Api;

namespace ExClient
{
Expand Down
9 changes: 4 additions & 5 deletions ExClient/Comment.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
using System;
using HtmlAgilityPack;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Windows.Foundation;
using HtmlAgilityPack;
using System.Text.RegularExpressions;
using System.Collections.ObjectModel;

namespace ExClient
{
Expand Down
8 changes: 1 addition & 7 deletions ExClient/DictionaryExtention.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace System.Collections.Generic
namespace System.Collections.Generic
{
public static class DictionaryExtention
{
Expand Down
3 changes: 0 additions & 3 deletions ExClient/FavoriteCategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
using HtmlAgilityPack;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Windows.Foundation;
using Windows.Web.Http;
using static System.Runtime.InteropServices.WindowsRuntime.AsyncInfo;
Expand Down
4 changes: 0 additions & 4 deletions ExClient/FavoriteCollection.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using HtmlAgilityPack;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;

namespace ExClient
{
Expand Down
Loading

0 comments on commit 2b5ead3

Please sign in to comment.