ground-android
ground-android copied to clipboard
Ground mobile data collection app for Android
Depends on https://github.com/google/ground-platform/issues/1418
Syncing upon going online may be happening automatically, nevertheless it gives the user a nice feeling of control to do it themselves by swiping down from the top as is...
Fixes #2769 @shobhitagarwal1612 PTAL?
**Describe the bug** Wrong popup background color after dependency updates **Screenshots**
``` Caused by java.util.NoSuchElementException: Collection contains no element matching the predicate. at com.google.android.ground.ui.datacollection.DataCollectionViewModel.getTaskViewModel(DataCollectionViewModel.kt:467) at com.google.android.ground.ui.datacollection.DataCollectionViewModel.saveCurrentState(DataCollectionViewModel.kt:252) at com.google.android.ground.ui.datacollection.DataCollectionFragment.onPause(DataCollectionFragment.kt:117) at androidx.fragment.app.Fragment.performPause(Fragment.java:3330) at androidx.fragment.app.FragmentStateManager.pause(FragmentStateManager.java:692) at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:318) at androidx.fragment.app.FragmentStore.moveToExpectedState(FragmentStore.java:114) at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1675) at androidx.fragment.app.FragmentManager.dispatchStateChange(FragmentManager.java:3259) at...
Fixes #3161 @shobhitagarwal1612 PTAL?
A second query will need to be run to fetch surveys which are accessible to all users. Depends on https://github.com/google/ground-platform/issues/2121. @lecrabe FYI
Fixes #3047 Fixes #2353 @... PTAL?