[PR #1] [MERGED] Dev #2

Closed
opened 2026-03-03 00:05:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/avikeid2007/Ping-Legacy/pull/1
Author: @avikeid2007
Created: 11/13/2020
Status: Merged
Merged: 11/13/2020
Merged by: @avikeid2007

Base: masterHead: dev


📝 Commits (6)

📊 Changes

87 files changed (+2103 additions, -223 deletions)

View changed files

PingBackground/PingBackground.csproj (+16 -0)
PingBackground/Program.cs (+142 -0)
📝 PingTool.Core/Helpers/Json.cs (+1 -3)
📝 PingTool.Core/Services/IdentityService.cs (+5 -28)
📝 PingTool.sln (+54 -1)
📝 PingTool/App.config (+1 -1)
📝 PingTool/App.xaml (+3 -4)
📝 PingTool/App.xaml.cs (+38 -12)
PingTool/Converters/TextColorConverter.cs (+38 -0)
PingTool/Helpers/FileHelper.cs (+41 -0)
📝 PingTool/Helpers/NavHelper.cs (+2 -4)
PingTool/Helpers/PieLabelStrategy.cs (+40 -0)
PingTool/Models/DataUse.cs (+57 -0)
PingTool/Models/NetworkDataUse.cs (+8 -0)
PingTool/Models/PingMassage.cs (+60 -0)
📝 PingTool/Models/UserData.cs (+1 -3)
📝 PingTool/PingTool.csproj (+26 -0)
📝 PingTool/Strings/en-us/Resources.resw (+10 -11)
📝 PingTool/Styles/Page.xaml (+3 -5)
📝 PingTool/Styles/TextBlock.xaml (+2 -4)

...and 67 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/avikeid2007/Ping-Legacy/pull/1 **Author:** [@avikeid2007](https://github.com/avikeid2007) **Created:** 11/13/2020 **Status:** ✅ Merged **Merged:** 11/13/2020 **Merged by:** [@avikeid2007](https://github.com/avikeid2007) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (6) - [`60be389`](https://github.com/avikeid2007/Ping-Legacy/commit/60be3896b90c0b31e4b2fc6c460a72e63625e099) Add Desktop bridge background service. - [`6033936`](https://github.com/avikeid2007/Ping-Legacy/commit/6033936d35c4aa6bcf74b3a57617efee8bbe8a82) Network Ui Changes - [`d8262db`](https://github.com/avikeid2007/Ping-Legacy/commit/d8262db40e65c514e30b067469197e752941e4c0) Add Data usages page. - [`ba924a2`](https://github.com/avikeid2007/Ping-Legacy/commit/ba924a29a6780342864025fc199be9cf823de2a1) Add chart to data uses page - [`e6639ed`](https://github.com/avikeid2007/Ping-Legacy/commit/e6639ede2a32838cff6c4534d06526fcefe54fd9) fixing setting - [`e6a8e46`](https://github.com/avikeid2007/Ping-Legacy/commit/e6a8e466d631c4870232511083f3791bf07f16c1) remove unused code ### 📊 Changes **87 files changed** (+2103 additions, -223 deletions) <details> <summary>View changed files</summary> ➕ `PingBackground/PingBackground.csproj` (+16 -0) ➕ `PingBackground/Program.cs` (+142 -0) 📝 `PingTool.Core/Helpers/Json.cs` (+1 -3) 📝 `PingTool.Core/Services/IdentityService.cs` (+5 -28) 📝 `PingTool.sln` (+54 -1) 📝 `PingTool/App.config` (+1 -1) 📝 `PingTool/App.xaml` (+3 -4) 📝 `PingTool/App.xaml.cs` (+38 -12) ➕ `PingTool/Converters/TextColorConverter.cs` (+38 -0) ➕ `PingTool/Helpers/FileHelper.cs` (+41 -0) 📝 `PingTool/Helpers/NavHelper.cs` (+2 -4) ➕ `PingTool/Helpers/PieLabelStrategy.cs` (+40 -0) ➕ `PingTool/Models/DataUse.cs` (+57 -0) ➕ `PingTool/Models/NetworkDataUse.cs` (+8 -0) ➕ `PingTool/Models/PingMassage.cs` (+60 -0) 📝 `PingTool/Models/UserData.cs` (+1 -3) 📝 `PingTool/PingTool.csproj` (+26 -0) 📝 `PingTool/Strings/en-us/Resources.resw` (+10 -11) 📝 `PingTool/Styles/Page.xaml` (+3 -5) 📝 `PingTool/Styles/TextBlock.xaml` (+2 -4) _...and 67 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:05:50 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Ping-Legacy#2
No description provided.