Skip to content

(Tauri/fix):Android APK crashing and UnifiedPush not registering#747

Merged
hazre merged 2 commits intoSableClient:feat/tauri-integrationfrom
TastelessVoid:feat/tauri-integration
May 5, 2026
Merged

(Tauri/fix):Android APK crashing and UnifiedPush not registering#747
hazre merged 2 commits intoSableClient:feat/tauri-integrationfrom
TastelessVoid:feat/tauri-integration

Conversation

@TastelessVoid
Copy link
Copy Markdown
Contributor

Description

Includes some fixes for the Android APK crashing on actual devices and adds missing XML entry for Push Notifications.

Fixes #

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).

The proguard rules were adjusted by AI, specifically Cursor, which prevents R8/proguard from stripping/renaming Java symbols which Rust/Tauri/Wry resolve through JNI. This fixes the crash Android APKs experienced on release builds.

While not AI generated the UnifiedPushNotificatons.ts was updated to automatically discover the correct gateway URL depending on provider (similar to Fluffychat does it) and SystemNotification.tsx was updated to store and use the discovered gateway over the configured one.

@TastelessVoid TastelessVoid requested review from 7w1 and hazre as code owners May 5, 2026 16:32
Copy link
Copy Markdown
Member

@hazre hazre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@hazre hazre added internal Tauri Issue related to Desktop and Mobile builds labels May 5, 2026
@hazre hazre merged commit bfcb24c into SableClient:feat/tauri-integration May 5, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Tauri Issue related to Desktop and Mobile builds

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants