aritra-tech / Notify

📝 Notify is a simple note application build to demonstrate the use of clean MVVM Architecture with Jetpack Compose and Material-3 guidelines along with some Modern Android development tools.
MIT License
295 stars 67 forks source link

Feature: Implemented shortcuts #463

Closed tuuhin closed 1 month ago

tuuhin commented 1 month ago

Link to the issue #446

Description

Shortcuts help in quickly access parts of an app This is really helpful in notes app as user can directly move to create note or other contents without the normal workflow before reaching the required destinations

Added two shortcuts

Please let me know if you want any changes.

aritra-tech commented 1 month ago

For now please remove the shortcut to open trash bin It's of no use. @tuuhin

tuuhin commented 1 month ago

Yeah I just wanted to check if the deep links are working... Oke I will remove it tomorrow So for the meantime only shortcut will be create a note ?

aritra-tech commented 1 month ago

Yeah I just wanted to check if the deep links are working... Oke I will remove it tomorrow So for the meantime only shortcut will be create a note ?

yeah just for creating the note

tuuhin commented 1 month ago

Happy to help 😅