[PR #7] [MERGED] Dev #9

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

📋 Pull Request Information

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

Base: masterHead: dev


📝 Commits (5)

  • 83d43d8 Add sqlite
  • 09d22e4 Add History page using sqllite
  • 6628a1c Merge pull request #5 from avikeid2007/submission2/AddSqLite
  • 34223b5 Add suggestion page
  • 2a746ba Merge pull request #6 from avikeid2007/submission2/AddSqLite

📊 Changes

24 files changed (+704 additions, -146 deletions)

View changed files

📝 PingTool/App.xaml (+5 -2)
📝 PingTool/App.xaml.cs (+15 -15)
📝 PingTool/Helpers/FileHelper.cs (+0 -1)
PingTool/Helpers/SQLiteHelper.cs (+89 -0)
📝 PingTool/Helpers/SettingsStorageExtensions.cs (+4 -9)
📝 PingTool/Models/PingMassage.cs (+35 -3)
📝 PingTool/PingTool.csproj (+29 -0)
📝 PingTool/Services/ActivationService.cs (+6 -7)
PingTool/Services/PingDataService.cs (+30 -0)
📝 PingTool/Strings/en-us/Resources.resw (+9 -1)
PingTool/ViewModels/HistoryViewModel.cs (+95 -0)
📝 PingTool/ViewModels/MainViewModel.cs (+20 -2)
PingTool/Views/HistoryPage.xaml (+113 -0)
PingTool/Views/HistoryPage.xaml.cs (+17 -0)
📝 PingTool/Views/MainPage.xaml (+2 -4)
📝 PingTool/Views/MainPage.xaml.cs (+1 -0)
📝 PingTool/Views/SettingsPage.xaml (+8 -1)
📝 PingTool/Views/SettingsPage.xaml.cs (+0 -19)
📝 PingTool/Views/ShellPage.xaml (+81 -66)
📝 PingTool/Views/ShellPage.xaml.cs (+15 -14)

...and 4 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/7 **Author:** [@avikeid2007](https://github.com/avikeid2007) **Created:** 11/18/2020 **Status:** ✅ Merged **Merged:** 11/18/2020 **Merged by:** [@avikeid2007](https://github.com/avikeid2007) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (5) - [`83d43d8`](https://github.com/avikeid2007/Ping-Legacy/commit/83d43d88eff7e39ecac552a086a792cc50da537d) Add sqlite - [`09d22e4`](https://github.com/avikeid2007/Ping-Legacy/commit/09d22e488cb824aed8dd6868b95aae60675e956c) Add History page using sqllite - [`6628a1c`](https://github.com/avikeid2007/Ping-Legacy/commit/6628a1cab4dde5b0b5cc91309ced6704430e310f) Merge pull request #5 from avikeid2007/submission2/AddSqLite - [`34223b5`](https://github.com/avikeid2007/Ping-Legacy/commit/34223b591b947ad32dc82a38bfc2c69f7b0b35c8) Add suggestion page - [`2a746ba`](https://github.com/avikeid2007/Ping-Legacy/commit/2a746ba507b78d0e47d699ff02f2de65e145ba2d) Merge pull request #6 from avikeid2007/submission2/AddSqLite ### 📊 Changes **24 files changed** (+704 additions, -146 deletions) <details> <summary>View changed files</summary> 📝 `PingTool/App.xaml` (+5 -2) 📝 `PingTool/App.xaml.cs` (+15 -15) 📝 `PingTool/Helpers/FileHelper.cs` (+0 -1) ➕ `PingTool/Helpers/SQLiteHelper.cs` (+89 -0) 📝 `PingTool/Helpers/SettingsStorageExtensions.cs` (+4 -9) 📝 `PingTool/Models/PingMassage.cs` (+35 -3) 📝 `PingTool/PingTool.csproj` (+29 -0) 📝 `PingTool/Services/ActivationService.cs` (+6 -7) ➕ `PingTool/Services/PingDataService.cs` (+30 -0) 📝 `PingTool/Strings/en-us/Resources.resw` (+9 -1) ➕ `PingTool/ViewModels/HistoryViewModel.cs` (+95 -0) 📝 `PingTool/ViewModels/MainViewModel.cs` (+20 -2) ➕ `PingTool/Views/HistoryPage.xaml` (+113 -0) ➕ `PingTool/Views/HistoryPage.xaml.cs` (+17 -0) 📝 `PingTool/Views/MainPage.xaml` (+2 -4) 📝 `PingTool/Views/MainPage.xaml.cs` (+1 -0) 📝 `PingTool/Views/SettingsPage.xaml` (+8 -1) 📝 `PingTool/Views/SettingsPage.xaml.cs` (+0 -19) 📝 `PingTool/Views/ShellPage.xaml` (+81 -66) 📝 `PingTool/Views/ShellPage.xaml.cs` (+15 -14) _...and 4 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 closed this issue 2026-03-03 00:05:52 +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#9
No description provided.