forked from github/wulkanowy-mirror
Android Notifications implementation (#33)
* Fix bug with the number of grades in snackbar * Add basic grade notification * Add notification icons * Add intent to notification * Improve login activity appearance * Improve dashboard appearance * Small amendments * Change splash logo
This commit is contained in:
parent
e5ea6e0b41
commit
2fbd2da60c
58 changed files with 373 additions and 74 deletions
|
@ -37,7 +37,7 @@ public class DatabaseAccessTest extends DatabaseAccess {
|
|||
daoSession.getGradeDao().insert(new Grade()
|
||||
.setIsNew(true));
|
||||
|
||||
Assert.assertEquals(1, DatabaseAccess.getNewGrades(daoSession).size());
|
||||
Assert.assertEquals(1, new DatabaseAccess().getNewGrades(daoSession).size());
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue