steroid-team / app

Helping you organise your day with ease and privacy.
1 stars 2 forks source link

Feature/color picker #174

Closed lgraziano closed 3 years ago

lgraziano commented 3 years ago

A color picker for the drawing activity It is based on my previous branch, drawActivity, so we can focus on this one instead and remove the other. It won't pass the tests because of some other classes, if someone understands the problem some help is welcome !

theo-damiani commented 3 years ago

For those errors, I think you should just rerun the test :

com.github.steroidteam.todolist.NoteDisplayActivityTest > openMapsActivityWorks[test(AVD) - 10] �[31mFAILED �[0m androidx.test.espresso.PerformException: Error performing 'single click - At Coordinates: 159, 123 and precision: 16, 16' on view 'with id is <com.github.steroidteam.todolist:id/note_header>'. at androidx.test.espresso.PerformException$Builder.build(PerformException.java:5)

com.github.steroidteam.todolist.NoteSelectionActivityTest > openListWorks[test(AVD) - 10] �[31mFAILED �[0m java.lang.IllegalStateException: #init was called twice in a row. Make sure to call #release after every #init at androidx.test.espresso.intent.Checks.checkState(Checks.java:70)

But one test is failing from the mapActivity Test it is weird

lgraziano commented 3 years ago

Thanks @theo-damiani for the review ! I just applied the fixes