[PR #5] [MERGED] Submission2/add sq lite #5

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/5
Author: @avikeid2007
Created: 11/18/2020
Status: Merged
Merged: 11/18/2020
Merged by: @avikeid2007

Base: devHead: submission2/AddSqLite


📝 Commits (2)

📊 Changes

18 files changed (+522 additions, -120 deletions)

View changed files

📝 PingTool/App.xaml (+5 -2)
📝 PingTool/App.xaml.cs (+5 -13)
📝 PingTool/Helpers/FileHelper.cs (+0 -1)
PingTool/Helpers/SQLiteHelper.cs (+89 -0)
📝 PingTool/Models/PingMassage.cs (+35 -3)
📝 PingTool/PingTool.csproj (+16 -0)
📝 PingTool/Services/ActivationService.cs (+6 -7)
PingTool/Services/PingDataService.cs (+30 -0)
📝 PingTool/Strings/en-us/Resources.resw (+6 -2)
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 (+1 -19)
📝 PingTool/Views/ShellPage.xaml (+73 -66)

📄 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/5 **Author:** [@avikeid2007](https://github.com/avikeid2007) **Created:** 11/18/2020 **Status:** ✅ Merged **Merged:** 11/18/2020 **Merged by:** [@avikeid2007](https://github.com/avikeid2007) **Base:** `dev` ← **Head:** `submission2/AddSqLite` --- ### 📝 Commits (2) - [`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 ### 📊 Changes **18 files changed** (+522 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `PingTool/App.xaml` (+5 -2) 📝 `PingTool/App.xaml.cs` (+5 -13) 📝 `PingTool/Helpers/FileHelper.cs` (+0 -1) ➕ `PingTool/Helpers/SQLiteHelper.cs` (+89 -0) 📝 `PingTool/Models/PingMassage.cs` (+35 -3) 📝 `PingTool/PingTool.csproj` (+16 -0) 📝 `PingTool/Services/ActivationService.cs` (+6 -7) ➕ `PingTool/Services/PingDataService.cs` (+30 -0) 📝 `PingTool/Strings/en-us/Resources.resw` (+6 -2) ➕ `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` (+1 -19) 📝 `PingTool/Views/ShellPage.xaml` (+73 -66) </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#5
No description provided.