Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AndroidIRCx/AndroidIRCx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AndroidIRCx/AndroidIRCx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 11 files changed
  • 1 contributor

Commits on Jun 26, 2026

  1. Fix highlight + foreground notifications, bump deps to v1.9.34

    Notifications were silently dropped when the app was in the foreground
    on a different tab: BackgroundService short-circuited on
    isAppInBackground() and there was no foreground path. Add a system
    notification dispatch in useConnectionLifecycle that fires when the
    message lands in a tab other than the active one, gated on
    !backgroundService.isAppInBackground() to avoid duplicates.
    
    NotificationService.shouldNotify never consulted highlightService, so
    custom highlight words only affected UI rendering, not alerts. Check
    highlightService.isHighlighted() inside the notifyOnMentions branch and
    extend the MENTION sound path to fire on highlight matches too.
    
    Bump app to 1.9.34 / versionCode 139 and refresh dependencies:
    Firebase 24.1.1->25.1.0, RN community CLI 20.1.3->20.2.0, Reanimated
    4.4.1->4.5.0, Worklets 0.9.2->0.10.0, plus patch releases for
    Transifex, bootsplash, IAP, keyboard-controller, nitro-modules,
    google-mobile-ads, testing-library, @types/node and prettier.
    r0073rr0r committed Jun 26, 2026
    Configuration menu
    Copy the full SHA
    f6f41a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2026

  1. rnmobads patch

    r0073rr0r committed Jun 28, 2026
    Configuration menu
    Copy the full SHA
    1863f7a View commit details
    Browse the repository at this point in the history
Loading