mirror of
https://github.com/avikeid2007/Ping-Legacy.git
synced 2026-04-27 00:45:49 +03:00
[PR #7] [MERGED] Dev #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Ping-Legacy#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:dev📝 Commits (5)
83d43d8Add sqlite09d22e4Add History page using sqllite6628a1cMerge pull request #5 from avikeid2007/submission2/AddSqLite34223b5Add suggestion page2a746baMerge 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.