What I did today:
- Today was great! I got to do a story by myself. The story was to remove an entire module from the code. It needed to be removed because there was an equivalent module in the Android support library. So I had to go in and change all the instances of this particular thing, “Floating label layout” to the one in the Android support library. Then I had to update the Gradle files and do all the necessary git stuff to get it ready to be merged into master. Now, I just have to wait until Douglas merges his branch into master, then I can merge. I branched off of his branch.
- I also worked on a reported crash. It was a simple NPE, but there seems to be an overall pattern flaw, so we have to go in and change all that too.
Highlights:
- Nothing much other than what I mentioned above…