Skip to content

Commit

Permalink
Merge pull request #797 from PhenoApps/bugfix-changelog
Browse files Browse the repository at this point in the history
changelog and bug fix
  • Loading branch information
trife authored Nov 1, 2023
2 parents f25e84f + 86bd578 commit 4b78fd0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ private void startRecording() {
private void stopRecording() {
try {
mediaRecorder.stop();
releaseRecorder();
updateObservation(getCurrentTrait(), recordingLocation.toString());
audioRecordingText.setText(getContext().getString(R.string.trait_layout_data_stored));
getCollectInputView().setText(fieldAudioHelper.getRecordingLocation().toString());
Expand Down
14 changes: 14 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<changelog>

<release
date="2023-11-01"
versionCode="50524"
versionName="v5.5.24">
<new>Progress bar in Collect screen</new>
<new>Person now required by default</new>
<new>Coordinate format modified to match ISO (longitude; latitude)</new>
<new>GeoNav logging updates and bugfixes</new>
<new>Capture field level audio (beta)</new>
<new>Field name visible in InfoBars</new>
<info>Merged duplicate settings</info>
<bugfix>Numerous bug fixes</bugfix>
</release>

<release
date="2023-09-13"
versionCode="550"
Expand Down

0 comments on commit 4b78fd0

Please sign in to comment.