-
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
V6.1 #1169
base: main
Are you sure you want to change the base?
Conversation
updated field file unique id choice ui to not cut-off text
…econdary preferences fix for geonav internal gps not updating updated geonav to work with getRange db calls to reflect primary/secondary changes fixed minor geonav errors/warnings
…hoice # Conflicts: # app/src/main/java/com/fieldbook/tracker/views/RangeBoxView.kt
bugfix for saving multiple brapi studies with different attributes at once
…hoice # Conflicts: # app/src/main/java/com/fieldbook/tracker/views/RangeBoxView.kt
added new color that defines inverted crop region color updated list item image to fit center rather than crop updated camerax to 1.4.1
minor formatting for prim/sec choices added title to prim/sec choice dialog
# Conflicts: # app/src/main/java/com/fieldbook/tracker/activities/brapi/io/BrapiStudyImportActivity.kt # app/src/main/java/com/fieldbook/tracker/database/dao/StudyDao.kt # app/src/main/res/values/strings.xml
# Conflicts: # app/src/main/res/values/strings.xml
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.
Lots of nice changes, it's exciting to have simpler field import, editable primary/secondary, and quick goto available by default! Left a comment about the current truncate length.
@@ -33,6 +30,8 @@ class RangeBoxView : ConstraintLayout { | |||
|
|||
companion object { | |||
const val TAG = "RangeBoxView" | |||
//truncate to three characters plus the colon | |||
const val TRUNCATE_LENGTH = 3 + 1 |
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.
Any reason this can't default to more characters, or be set dynamically based on screen and/or text size? With this default it cuts off strings like plot
and block
, yet it looks like there is still a fair amount of space left that could display them even on small screens with extra large text.
A long press word wrap option like with the infobars could be helpful for ellipsized primary/secondary values too.
Description
Closes #270
Closes #1028
Closes #414
Closes #574
Closes #1052
Closes #1154
Change Type
ADDITION
(non-breaking change that adds functionality)CHANGE
(fix or feature that alters existing functionality)FIX
(non-breaking change that resolves an issue)OTHER
(use only for changes like tooling, build system, CI, docs, etc.)Release Note
Release Type
For internal use - please leave these unchecked unless you are the one completing the merge.
MAJOR
MINOR
WAIT
(No immediate release, but the changelog will be still be updated if there is a release note.)