mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1338
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/NickeManarin/ScreenToGif/pull/1252
Author: @GopherTheCoder
Created: 11/15/2023
Status: ✅ Merged
Merged: 1/13/2024
Merged by: @NickeManarin
Base:
dev← Head:feature/1241-metered-network📝 Commits (2)
db50646Frontend changes:3c37ec0Backend changes:📊 Changes
8 files changed (+42 additions, -5 deletions)
View changed files
📝
ScreenToGif.Util/Settings/UserSettings.cs(+6 -0)📝
ScreenToGif/Resources/Localization/StringResources.en.xaml(+2 -0)📝
ScreenToGif/Resources/Localization/StringResources.zh.xaml(+2 -0)📝
ScreenToGif/Resources/Settings.xaml(+1 -0)📝
ScreenToGif/Util/Other.cs(+22 -0)📝
ScreenToGif/ViewModel/ApplicationViewModel.cs(+2 -1)📝
ScreenToGif/Windows/Options.xaml(+5 -3)📝
ScreenToGif/Windows/Options.xaml.cs(+2 -1)📄 Description
Hello @NickeManarin ,
I've tried to implement this feature requested in #1241 , but I changed it a bit. Instead of don't check for updates, I only constrained the automatic download of new version.
The method to check if is in metered networks comes from here:
stackoverflow
But there brings a problem.
The WinRT API I used was introduced after Windows 10, so I had to change the target OS version to 10.0.17763.0, which will
likely make the product incompatible with old Windows version.
I'm still trying to find a way to make it version adaptive, any advice would be appreciated.
But for now I still want to create this PR for visibility.
Appreciate your time!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.