geofot96 / StudyBuddy

2 stars 5 forks source link

Notifications + Refactoring #188

Closed YBouquet closed 5 years ago

YBouquet commented 5 years ago

Notifications : You receive a notification when you receive a message. The notification is handled automatically if the app is in the background. It is handled by myFirebaseMessaging.java if the app is in the foreground.

Refactoring: Refactor of the calendar service : the Activity doesn't take over fetching data from Firebase. Now it only observes the calendar, which is watching changes in the database, and take control of the ConnectedAvailability instance of the user that updates data in Firebase.

codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit 8a1fe3a0 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 74.9% (65% is the threshold).

This pull request will bring the total coverage in the repository to 83.3% (3.0% change).

View more on Code Climate.