-
Notifications
You must be signed in to change notification settings - Fork 17
feat: Block all email sending actions when an administrator has disabled the permission #2896
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
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
01e2f4a
feat: Create reusable function to handle both disabled states with an…
Elouan1411 edd6304
feat: Add permission field
Elouan1411 d4a6c50
feat: Use new function to disabeld new message button
Elouan1411 3f1738d
feat: Use the canSendEmails parameter to dynamically change the button
Elouan1411 f35e606
feat: Block actions and disabled state color on BottomQuickActionBar
Elouan1411 05d4d7d
feat: Apply disabled state to send action in BottomQuickActionBar and…
Elouan1411 f4a82cd
feat: Disable writeEmail on DetailedContactBottomSheetDialog
Elouan1411 e354b5c
feat: Remove reply button in notification
Elouan1411 2b317d9
refactor: Add get function for canSendEmails
Elouan1411 5e34304
feat: Block send action in mailto links
Elouan1411 59fc05b
feat: Block the continue button in the SelectMailbox view
Elouan1411 1bf1af8
feat: Disabled dropDownMenuItem
Elouan1411 c0a9c2c
feat: Redirect to MainActivity when triggering mailto from outside kM…
Elouan1411 e742420
feat: Display snackbar on mailto link when only one mailbox is config…
Elouan1411 d8831c7
feat: Disabled reply button in ThreadAdapter
Elouan1411 70f7c12
refactor: Remove unused code and restore code accidentally deleted
Elouan1411 430a332
fix: Correct current mailbox selection
Elouan1411 82adc3d
fix: Set canSendEmails to true by default
Elouan1411 f20fa18
feat: Add onNewIntent support for Android versions below 15
Elouan1411 6b07acb
refactor: Reduce cognitive complexity
Elouan1411 eb7fc35
feat: Block reactions in item_message
Elouan1411 12a0099
refactor: Clean code
Elouan1411 470d320
fix: Reset extra when it is processed
Elouan1411 d4164c3
fix: Add observe for update UI dynamically
Elouan1411 0400674
feat: Use Flow to dynamically update the UI when permissions change
Elouan1411 479f2b1
refactor: Remove unused code
Elouan1411 fa49eaf
fix: Enable EmojiReactionView only if permission is true and canBeRea…
Elouan1411 4c09880
refactor: Clean code
Elouan1411 d9a7d8b
feat: Block button on schedule alert
Elouan1411 186b08c
refactor: Update flow construction and remove usage of canSendEmails
Elouan1411 12cb6c9
refactor: Change disableByMenuId and enableByMenuId to setEnableByMenuId
Elouan1411 5dcead5
refactor: Clean code
Elouan1411 391cfdf
refactor: Clean code
Elouan1411 51a7dfe
fix: Ensure correct Flow observation before launching activity
Elouan1411 64b5082
fix: Change setValue to postValue for coroutine compatibility
Elouan1411 baf4d50
fix: Use .value instead of .first because we use an eagerly collected…
Elouan1411 539db39
fix: Correct crash when opening an unread thread
Elouan1411 2bd5d3a
fix: Correct bug where second mailto link triggers no action
Elouan1411 363d986
fix: Disable onEmojiClick
Elouan1411 80fc3bb
fix: Remove singleTask
Elouan1411 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.