This would involve creating a new fragment and adding it to the drawer in HomeActiviy.
Storing these settings to the SharedPreferences.
The settings could be options to:
- Swich on/off vibration on new message.
- Sound notification on new message.
- Notification light on new message (if supported by the device)
- Clear cache for the user.
- Clear cache for all users.
- Switch between using the old way of checking for unread messages vs the newer more effiient way (see commit 095cfa7)
...whatever else seems reasonable.
This would involve creating a new fragment and adding it to the drawer in HomeActiviy.
Storing these settings to the SharedPreferences.
The settings could be options to:
...whatever else seems reasonable.