Notifications
View and manage all notifications from your paired IDEs in one place.
Overview
The Notifications screen provides a centralized feed of all events from your paired IDEs. Build completions, test results, and other IDE events appear here—organized chronologically with the newest first.
How Notifications Work
Notifications are delivered through two channels:
- Real-time connection: When your mobile app is actively connected to the IDE, notifications appear instantly
- Push notifications: When the app is in the background, you receive push notifications (requires notification permissions)
To receive new notifications, your mobile device must be paired with your IDE. You can view past notifications anytime—they persist locally even when disconnected.
Accessing Notifications
Tap the Notifications tab in the bottom navigation bar. The tab shows a badge when you have unread notifications.
Notification List
Each notification card shows:
- Event Type: Build, Test, Git, or other operation
- Status: Success, failure, or warning indicator
- Timestamp: When the event occurred (relative time like "2 minutes ago")
- Details: Brief description of what happened
Swipe to Dismiss
Swipe left on any notification to dismiss it from your list.
Clear All
Tap the Clear All icon in the top bar to remove all notifications at once.
Filtering Notifications
Tap the Filter icon to show only specific notification types:
| Filter | Shows |
|---|---|
| All notifications | Everything |
| Warnings & Errors | Warnings and errors only |
| Errors only | Critical failures only |
The filter icon appears highlighted when a filter is active.
Empty States
When no notifications exist, you'll see a friendly empty state:
- No notifications yet: Connect to an IDE and trigger builds/tests to see notifications
- No matching notifications: Try changing the filter to see more
Notification Types
JetWings shows notifications for:
- Build Results: Gradle, Maven, npm build completions
- Test Results: Unit test and integration test runs
- Git Operations: Commit, push, pull operations
- IDE Events: Connection changes, status updates
Tips
- Notifications persist even when disconnected
- Use filters to focus on what matters (e.g., errors only during debugging)
- Swipe to quickly clear notifications you've seen