ground-android
ground-android copied to clipboard
Ground mobile data collection app for Android
Confirmed with ktfmt-gradle 0.18.0 and AS ktfmt plugin 1.1.0.49, tracked in https://github.com/facebook/ktfmt/issues/444.
Fixes # @... PTAL?
Some points from today's PM/UX sync: - [ ] Replace swipeable bottom cards with a single "+ Add site" CTA - [ ] On tap on a point or polygon,...
@lecrabe Do you have more info on this?
Only items which uniquely identify the Feature should live in Tag. @scolsen Any idea why this was added?
Defined in https://github.com/google/ground-platform/issues/1703
Combining data from multiple data sources is the responsibility of repositories, but is currently being done in `SurveySelectorViewModel init{}`. `isAvailableOffline` can then be moved to the `Survey` model object. @shobhitagarwal1612...
Frequently reported to logs while app open: ``` E/LocationManager$disableLocationUpdates: disableLocationUpdates com.google.android.gms.common.api.ApiException: 13: listener already unregistered at com.google.android.gms.common.api.internal.zacx.then(com.google.android.gms:play-services-base@@18.0.1:2) at com.google.android.gms.tasks.zzc.run(com.google.android.gms:play-services-tasks@@18.0.1:3) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:201) at android.os.Looper.loop(Looper.java:288) at android.app.ActivityThread.main(ActivityThread.java:7842) at...