We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e35708 commit 9491348Copy full SHA for 9491348
CHANGELOG.md
@@ -12,6 +12,10 @@ Adheres to [Semantic Versioning](http://semver.org/).
12
## [7.1.4](https://github.com/ngageoint/mage-android/releases/tag/7.1.4)
13
14
##### Features
15
+* Ensure new observation and attachment sync requests run immediatly by changing the work manager policy to REPLACE.
16
+ To ensure that work is in fact unique and that no 2 work task are running at the same time a mutex has been placed around
17
+ the buisness logic for sync.
18
+* Added a sync now button to the observation view screen to allow users to try and forcefully sync and observation.
19
20
##### Bug Fixes
21
* Fix crash when trying to add an attachment from the gallery if attachment field has no restrictions.
0 commit comments