-
Notifications
You must be signed in to change notification settings - Fork 1
Sprint 10
Gaëtan Schwartz (@gaetschwartz)
This week, I've been able to fix a few issues in the navigation, and revamp de profile to page to make prettier and more usable.
Adam Narozniak (@adam-narozniak)
I've added a feature that lets you display the host and opponent names during the matches. Some time took me to try a few possibilities, firstly I tried to do an adapter, though I think that it's more suitable for long data (list/arrays) so I switched and made a simple implementation.
Silvio Müller (@aladin6060)
Finally, I could work on something other than testing the ml-pipeline! So this week I integrated the ml-pipeline into the game. Now one can launch the camera with a button and the result is passed to the game. On the way there I found some bugs in the label detection that I fixed. On Gaetan's advice I used a different navigation method from the game fragment to the ml activity. This simplified the passing of the result back to the game fragment.
Bhargav Venugopal (@bhvrgav)
Leonardo Pennino (@leonardopennino)
This week I fixed up my code and documented it (at least classes which will be used by others). I fixed a bug in TTT that caused the app to crash on draw and added other tests for it. I also worked in integrating TTT for statistics and leaderboard but that will be ready to merge later this week.