forked from soduto/Soduto
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Request (nightly to alpha) #1 #12
Open
sannidhyaroy
wants to merge
63
commits into
agungrbudiman:alpha
Choose a base branch
from
sannidhyaroy:nightly
base: alpha
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[FIXED]: - Soduto Browser window folder icons. - Percent Encoding removed from file url text in Soduto Browser. - Browser Window dark mode UI fixes. - Soduto Send SMS Window dark mode UI fixes. - Battery Charging Status icon fix. - Soduto connection issue on wakeup fixed. [CHANGES] - Ping Message changed from "Testing Connection." to "Device was pinged for testing connection status!". [ADDED] - Battery Critical Status icon added.
UNUserNotification class will be used for notification delivery if Soduto detects you're running macOS 11.0 or newer
[FIXES & CHANGES]: - Push notifications from macOS 11.0 will be managed by UNUserNotificationCenter instead of the deprecated NSUserNotificationCenter. - Hide UNNotifications on getting cancel flag - Telephony Service notifications will use UNUserNotificationCenter on macOS 11.0 & later. - Critical Battery condition changed & will show when battery is below 10%.
[FIXES]: - Launch on Login support for macOS Ventura! Soduto now uses the latest SMAPPService API if it detects macOS 13.0 or later. - Soduto disconnection issue after wakeup fixed.
[ADDED]: - Soduto Share Extension has been added (buggy)
[FIXES]: - Soduto Share can send security scoped URLs to Soduto, thus fixes read permission errors. [CHANGES]: - Version bump - Soduto Share has a cleaner interface - Icon changes NOTE: Sharing multiple files at once or sharing web pages from Safari isn’t supported on Soduto Share yet!
[ADDED]: - Upload Finished Notification has been added [FIXES]: - UNNotification implemented for SMS Data Packets
Merge beta to nightly #1
* Spark Init * Update MainMenu.xib * Update Functionality improved
- Soduto Acknowledgements updated - Version Bumped to 2.0.1
Signed-off-by: sannidhyaroy <58990408+sannidhyaroy@users.noreply.github.com>
Soduto wouldn’t explicitly request for notification permissions, if it wasn’t authorized to push notifications. We've fixed this issue in this commit.
There was an issue where Soduto would copy OTP along with hidden/invisible characters which led to incorrect OTP validation.
Soduto now also recognizes OTP's that contain letters (A-Z) and (a-z).
…with MacOS aesthetics
Add workarounds for some limitations
Implement getting the app notification icon using `downloadTask`
Replace statusbar icon with the one used by gsconnect
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[FIXES]:
UNUserNotificationCenter
frommacOS 11.0
onwards instead of the deprecatedNSUserNotificationCenter
. This should fix all notification issues on latestmacOS
versions.Soduto Browser
Window folder icons fixedSoduto Browser
file/folder display StringSend SMS
dark UI fixesLaunch on Login
support for macOS Ventura!Soduto
now uses the latestSMAppService
API if it detectsmacOS 13.0
or later. This should fixLogin Items
issue on macOS Ventura or later.[ENHANCEMENTS]:
Soduto Share
Extension implemented (buggy). Enable it fromSystem Preferences > Privacy & Security > Extensions > Added Extensions
Critical Status
icon addedActions
,Replies
,Request
andDismiss
features implemented.Device Type
can now be changed.Disable Share Popup
toggle added in Preferences.Soduto
app Icons follow Apple's Human Interface Guidelines