Skip to content

Add native push notifications with reply actions, content preview, and configurable gateway#1238

Open
eleboucher wants to merge 1 commit into
SableClient:devfrom
eleboucher:fix/android-notification-improvements
Open

Add native push notifications with reply actions, content preview, and configurable gateway#1238
eleboucher wants to merge 1 commit into
SableClient:devfrom
eleboucher:fix/android-notification-improvements

Conversation

@eleboucher

@eleboucher eleboucher commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Description

Reply actions (#1209)

  • Inline reply from OS notifications (Android, iOS, desktop)
  • Action types registered in tauri.conf.json (sable-message / sable-reply)
  • Reply queue with dedup and expiry (nativeNotificationReplies.ts)
  • NativeNotificationActionRouting component wired into ClientNonUIFeatures

Content preview (#1182)

  • Rich push payloads enabled by default (useRichPushPayloads)
  • Fetch + decrypt event when not in local timeline (encrypted rooms)
  • largeBody for single-message BigTextStyle (expanded view shows body)
  • Sender name fallback for DMs when room name is missing

Configurable gateway URL (#1183)

  • pushNotifyUrlOverride setting
  • PushPusherConfig.ts helper for URL resolution + payload format

Distributor timeout (#1176)

  • Bumps tauri-plugin-notifications to e7a8796 (fixes 2+ distributor selection + native warm-path notifications)"

Fixes #1209 #1183 #1182 #1176

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

AI disclosure:

  • Partially AI assisted (clarify which code was AI assisted and briefly explain what it does).
  • Fully AI generated (explain what all the generated code does in moderate detail).

@eleboucher
eleboucher requested review from 7w1 and hazre as code owners July 23, 2026 09:24
@eleboucher
eleboucher force-pushed the fix/android-notification-improvements branch 5 times, most recently from 20e7e07 to 0d1ec46 Compare July 23, 2026 10:07
@eleboucher eleboucher closed this Jul 23, 2026
@eleboucher eleboucher reopened this Jul 23, 2026
@eleboucher
eleboucher force-pushed the fix/android-notification-improvements branch from 0d1ec46 to 7786578 Compare July 23, 2026 10:24
@eleboucher eleboucher changed the title Add native notification actions, account-aware push, and faster notification delivery Add native push notifications with reply actions, content preview, and configurable gateway Jul 23, 2026
@eleboucher
eleboucher force-pushed the fix/android-notification-improvements branch 5 times, most recently from 008120c to b87fc3e Compare July 23, 2026 11:43
@eleboucher
eleboucher force-pushed the fix/android-notification-improvements branch from b87fc3e to d41ab25 Compare July 23, 2026 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Android] Ability to reply in notification

1 participant