Jakob Sunde
Jakob Sunde
- Store List in DataCollectionViewModel to track the view models of the Tasks the user has filled out so far - Track the currentPosition in the DataCollectionViewModel as well and...
- Handle continue click in QuestionDataCollectionFragment - Store user's response in memory A future PR will persist the List when the user clicks "Continue" on the final task.
Reverts google/ground-android#1284
There should be a summary screen shown at the end of the data collection flow before the job is completed, allowing users to easily get back to a specific task...
When Randoop is run with --literals-file=CLASSES on a class with an extremely long string, an IllegalArgumentException is thrown, causing randoop to exit. ```Throwable thrown while handling command: java.lang.IllegalArgumentException: String too...
When presented with very long time limits, Randoop can generate so many tests that the main method to run the tests in RegressionTestDriver is over 65536 bytes which causes a...