Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fields modifications including trait statistics graphs #985

Merged
merged 322 commits into from
Dec 1, 2024

Conversation

bellerbrock
Copy link
Collaborator

@bellerbrock bellerbrock commented Jun 10, 2024

Description

Provide a summary of your changes including motivation and context.
If these changes fix a bug or resolves a feature request, be sure to link to that issue.

Closes #178
Closes #968
Closes #960
Closes #52
Closes #113
Closes #76
Closes #268
Closes #267
Closes #846
Closes #805
Closes #889
Closes #883
Closes #998
Closes #197
Closes #875
Closes #876

Type of change

What type of changes does your code introduce? Put an x in boxes that apply.

  • CHANGE (fix or feature that would cause existing functionality to not work as expected)
  • FEATURE (non-breaking change which adds functionality)
  • BUGFIX (non-breaking change which fixes an issue)
  • ENHANCEMENT (non-breaking change which improves existing functionality)
  • NONE (if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)

Checklist:

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated relevant documentation

Changelog entry

Please add a one-line changelog entry below. This will be copied to the changelog file during the release process.

Added trait statistics graphs to field detail page

chaneylc and others added 30 commits May 14, 2024 11:35
# Conflicts:
#	app/src/main/AndroidManifest.xml
#	app/src/main/java/com/fieldbook/tracker/activities/CollectActivity.java
#	app/src/main/java/com/fieldbook/tracker/interfaces/CollectController.kt
#	app/src/main/java/com/fieldbook/tracker/offbeat/traits/formats/Formats.kt
#	app/src/main/java/com/fieldbook/tracker/offbeat/traits/formats/contracts/GoProFormat.kt
#	app/src/main/java/com/fieldbook/tracker/traits/AbstractCameraTrait.kt
#	app/src/main/res/values/strings.xml
added bitmap loader class to handle thumbnails, added a thumbnail implementation for external cameras as the default document provider was failing at times for canon images
introduced landscape image thumbnail dimen
improved delete trait listener for images
moved shutter button to below preview
updated camera settings to update on "ok" pressed
reduced size of landscape thumbnails
fixed usb settings title
fixed usb settings defaulting to highest resolution
fixed usb settings showing duplicated resolutions
fixed usb settings preview persisting
decreased image transfer size for canons
improved image saving speed
updated canon settings, preview now is toggleable
ensure photo file names are sanitized so they can be used with dir.findFile
removed old canon preferences
added beta to canon trait display name
Copy link
Member

@trife trife left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Tutorial choice from appintro not being respected when app is loaded
  • Default collect toolbar icons are currently hidden on install until appearance settings are opened (there was some code in configactivity to fix this at one point)
  • Entries are skipped by default when data has been collected until behavior settings are opened

@trife trife merged commit b69472e into main Dec 1, 2024
@trife trife deleted the fields_modifications branch December 5, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment