An app that helps keep track of your 🔔Notifications🔔
Ever swiped away a notification mindlessly ❌ and then never found out what it was❓ Well, that's how I ended up creating this app 💡.
Never miss a notification again with Notification Tracker app. This app has features like:
- List of 10 most recent notifications on home screen 🔟
- List of all notification
- List of app wise notification
- Notification Count
- Search feature🔎 to help you find that missed notification!
- Get the text message if even if the sender deletes it 🔕 as long as you've received it as a notification
Home Page | All Notifs | App wise Notifs |
Search for app | List of app notif | Search app notifs |
com.mihir.notificationtracker # Root Package
.
├── database # RoomDb and Interface
|
├── helper # AppObjectController and Extensions
|
├── model # Model classes
|
└── ui # UI/View layer
├── adapter # RecyclerView Adapter
├── screens # UI of the app
└── vm # ViewModel
- Kotlin
- RoomDB
- MVVM
- DataBinding and ViewBinding
- LiveData
- NotificationListenerService
This app uses special permissions like:
- BIND_NOTIFICATION_LISTENER_SERVICE : To get data of all the incoming notifications
- QUERY_ALL_PACKAGES : To get information like app name, icon etc of various apps present in your device
All contributions are welcomed, Properly describe changes made and attach supporting ScreenShots in the PR. For major changes first open an issue.
Initial work: Mihir Shah