-
Notifications
You must be signed in to change notification settings - Fork 56
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
Adds a new Statistics Page
Infobar changes
fix file exclusion logic as suggested in #403
Fix intro asset storage
trife
requested changes
Nov 22, 2024
There was a problem hiding this 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
…efs (and tip pref when using existing folder)
…ies in brapi imports
…pi_workflows_traits
Brapi Import Workflows
trife
approved these changes
Dec 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
Changelog entry
Please add a one-line changelog entry below. This will be copied to the changelog file during the release process.