mirror of
https://github.com/avikeid2007/Ping-Legacy.git
synced 2026-04-27 08:55:49 +03:00
[PR #5] [MERGED] Submission2/add sq lite #5
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#5
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/5
Author: @avikeid2007
Created: 11/18/2020
Status: ✅ Merged
Merged: 11/18/2020
Merged by: @avikeid2007
Base:
dev← Head:submission2/AddSqLite📝 Commits (2)
83d43d8Add sqlite09d22e4Add History page using sqllite📊 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.