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

Open
wants to merge 134 commits into
base: main
Choose a base branch
from

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    191d925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4582a26 View commit details
    Browse the repository at this point in the history
  3. usb camera offbeat updates

    chaneylc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c738be9 View commit details
    Browse the repository at this point in the history
  4. go pro offbeat updates

    chaneylc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    425627a View commit details
    Browse the repository at this point in the history
  5. canon offbeat updates

    chaneylc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bf301c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. update stability

    chaneylc committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    558ec4b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. fix high resolution capture

    chaneylc committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d50a342 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    f8232d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'offbeat_camera' into offbeat_camera_canon

    # Conflicts:
    #	app/src/main/java/com/fieldbook/tracker/dialogs/NewTraitDialog.kt
    #	app/src/main/java/com/fieldbook/tracker/offbeat/traits/formats/Formats.kt
    #	app/src/main/java/com/fieldbook/tracker/offbeat/traits/formats/parameters/CameraTypes.kt
    chaneylc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6bb3823 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    826fd0e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'offbeat_camera' into offbeat_camera_gopro

    # Conflicts:
    #	app/src/main/java/com/fieldbook/tracker/dialogs/NewTraitDialog.kt
    #	app/src/main/java/com/fieldbook/tracker/offbeat/traits/formats/parameters/CameraTypes.kt
    chaneylc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9fb2c36 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'offbeat_camera' into offbeat_camera_usb

    # Conflicts:
    #	app/src/main/java/com/fieldbook/tracker/dialogs/NewTraitDialog.kt
    #	app/src/main/java/com/fieldbook/tracker/offbeat/traits/formats/parameters/CameraTypes.kt
    chaneylc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8c8cc6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    deae771 View commit details
    Browse the repository at this point in the history
  7. bugfix, delete image preview was crashing for very large images, imag…

    …e view now just loads 512x512 thumbnails
    chaneylc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f484249 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. improved gopro capture

    added gopro hardware capture
    chaneylc committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2e3f033 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. minor gopro improvements

    fit gopro preview to screen
    chaneylc committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    283a2e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. updated canon implementation and interfaces to allow chunked writing …

    …of images, necessary for raw/large images that exceed phone memory
    chaneylc committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    dc61182 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Updated default photo trait to extend offbeat abstraction.

    Added system, preview, and resolution settings to photo trait layout.
    Photo trait now optionally uses camerax when in non-system mode, which allows a preview and target resolution selection (target is not guaranteed)
    chaneylc committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    13ae14c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Added EXIF

    chaneylc committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    738d1ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0e2ff0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'offbeat_camera' into offbeat_camera_usb

    # Conflicts:
    #	app/src/main/java/com/fieldbook/tracker/offbeat/traits/formats/contracts/UsbCameraFormat.kt
    chaneylc committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0052edc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6680bbf View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Updated USB settings

    Added preview, auto white balance and auto focus checkboxes.
    chaneylc committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bf5f135 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    3b49d13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d8cd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    451fa35 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    928a283 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Add sample app intro

    kamathprasad9 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    12157f8 View commit details
    Browse the repository at this point in the history
  2. Add background color

    kamathprasad9 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    646db96 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    2c625ca View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Improved thumbnail and delete previews

    Introduced camerax facade data pattern with DI to facilitate unified camera parameters across the app
    Fixed EXIF data
    chaneylc committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0a9677f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    069d38a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. updated camerax and deprecated functions

    updated ui to include preview in the main image recycler view
    fixed full screen camera preview not matching camera sensor
    chaneylc committed May 6, 2024
    Configuration menu
    Copy the full SHA
    87434c5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fixed bottom toolbar delete for new camera trait layouts

    updated camera trait ui
    updated camera settings dialog ui
    removed settings from fullscreen camera
    updated fullscreen camera background to black
    updated camera settings dialog strings
    improved image loading to only load thumbnails on-the-fly
    improved preview w/h based on screen density
    restricted image aspect ratios to 4:3
    bugfix for canceling coroutine when navigating between plots
    chaneylc committed May 7, 2024
    Configuration menu
    Copy the full SHA
    48e7adc View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. added rep value to photo traits

    fixed print label trait not updating repeated measures toolbar
    introduced modular interfaces: Coders for encoding/decoding database obs. var. string values to models (such as Categorical json -> valid values array) and Presenters for creating a human-readable string representation of obs. var. database strings or their models, (such as displaying the Uri file name instead of the entire uri), this is only used in repeated measures dialog so far.
    chaneylc committed May 8, 2024
    Configuration menu
    Copy the full SHA
    216d2fd View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge remote-tracking branch 'origin/offbeat_camera_usb' into offbeat…

    …_camera
    
    # Conflicts:
    #	app/src/main/java/com/fieldbook/tracker/interfaces/CollectController.kt
    chaneylc committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9da56f2 View commit details
    Browse the repository at this point in the history
  2. fixed bug with toolbar delete when preview was gone

    merged usb camera updates
    introduced orientation-based ui for better handling of external camera traits which are naturally landscape
    fixed minor bugs
    chaneylc committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1ae3a64 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge branch 'offbeat_camera_gopro' into offbeat_camera

    # Conflicts:
    #	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/traits/AbstractCameraTrait.kt
    #	app/src/main/res/layout/trait_camera.xml
    chaneylc committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6c00903 View commit details
    Browse the repository at this point in the history
  2. merged go pro trait updates

    improved delete preview for external cameras
    improved positioning of shutter button on usb trait
    chaneylc committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e1aa73b View commit details
    Browse the repository at this point in the history
  3. minor lint fixes

    chaneylc committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5c038a3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'offbeat_camera_canon' into offbeat_camera

    # 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
    chaneylc committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cb52560 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. merged canon camera updates

    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
    chaneylc committed May 15, 2024
    Configuration menu
    Copy the full SHA
    876c930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95e7132 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    80f52ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a90d09b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    430a20b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    60aa04c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    217a364 View commit details
    Browse the repository at this point in the history
  2. renamed canontrait -> canontraitlayout

    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
    chaneylc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    892ddd6 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    2d3bbc5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fix x-axis label counts

    bellerbrock committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4ae7edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    655d314 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bce9dd View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    a13069b View commit details
    Browse the repository at this point in the history
  2. fixed canon image transfer corruption, saved based on offsets of data

    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
    chaneylc committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ac019ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e316ff View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    b83b2ce View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    5d95913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    921330b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04cb2e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    725616e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    c421b42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01fc265 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3307444 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    813a7f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da31cd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    feb2a9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    007f3bd View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. chart refinements

    bellerbrock committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    147ad13 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Load sample data

    kamathprasad9 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2a76551 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Show tutorial icon

    kamathprasad9 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4cb29cc View commit details
    Browse the repository at this point in the history
  2. Update intro slides

    kamathprasad9 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6543cca View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    c0cf505 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    db04585 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    2e8f4e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbf7116 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c9d04e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0216e6b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    4988313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0897a99 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    60885ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4682a87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bdd58e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    03e3674 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a10ee20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1ef468 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    b516a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b5dc0e View commit details
    Browse the repository at this point in the history
  3. Edit string resources

    kamathprasad9 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d93cafc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0926993 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20ceaf0 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    ab63a5e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. delete all traits fix

    chaneylc committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b7140cb View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    8e77059 View commit details
    Browse the repository at this point in the history
  2. unify sort icons

    bellerbrock committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e108b5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f0b5ba View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. string updates

    trife committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    630f345 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    8990ae5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    a204564 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecd70f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af1dcdc View commit details
    Browse the repository at this point in the history
  4. color chips

    bellerbrock committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    23badc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    121dc51 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    7cf4375 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df02edf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c401c31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8681b69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9ef767 View commit details
    Browse the repository at this point in the history
  6. string updates

    trife committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    be52eee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    013a5f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11bb70f View commit details
    Browse the repository at this point in the history
  9. remove NAs

    bellerbrock committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    407f286 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0e80c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cbe3cf3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bf19471 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2b99cbf View commit details
    Browse the repository at this point in the history
  14. Resize intro img

    kamathprasad9 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0fdf974 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    b023159 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    502a6c2 View commit details
    Browse the repository at this point in the history
  3. strings and gallery

    trife committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    cf9ef87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    336f3a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6258f88 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    6e006f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    6d0d6f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e69984 View commit details
    Browse the repository at this point in the history
  3. add missing icon

    bellerbrock committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    be32656 View commit details
    Browse the repository at this point in the history
  4. Revert "move rename and sort back to toolbar"

    This reverts commit 1e69984.
    bellerbrock committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c5443a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af8f9a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Merge pull request #992 from PhenoApps/app-intro

    App intro
    trife authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b23c229 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/offbeat_camera' int…

    …o fields_modifications
    
    # Conflicts:
    #	app/src/main/java/com/fieldbook/tracker/activities/CollectActivity.java
    #	app/src/main/java/com/fieldbook/tracker/dialogs/NewTraitDialog.kt
    #	app/src/main/java/com/fieldbook/tracker/offbeat/traits/formats/contracts/GoProFormat.kt
    #	app/src/main/java/com/fieldbook/tracker/offbeat/traits/formats/contracts/PhotoFormat.kt
    #	app/src/main/java/com/fieldbook/tracker/traits/LabelPrintTraitLayout.java
    #	app/src/main/java/com/fieldbook/tracker/traits/PhotoTraitLayout.kt
    chaneylc committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5aef6cb View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    75d48f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    4293c2b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    a72bec8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    b77b4cf View commit details
    Browse the repository at this point in the history