Recent Releases of Tree Tracker
Tree Tracker - 0.10.11
What's Changed
- Build documentation updates by @allanlang in https://github.com/protect-earth/TreeTracker/pull/103
- Bump version by @allanlang in https://github.com/protect-earth/TreeTracker/pull/105
Full Changelog: https://github.com/protect-earth/TreeTracker/compare/0.10.10...0.10.11
Biosphere - Deforestation and Reforestation
- Swift
Published by allanlang almost 2 years ago

Tree Tracker - 0.10.10
What's Changed
- Adds location accuracy aware camera overlay by @allanlang in https://github.com/protect-earth/TreeTracker/pull/89
- Delete photos for successful uploads by @allanlang in https://github.com/protect-earth/TreeTracker/pull/93
- Resolve photo deletion bug by @allanlang in https://github.com/protect-earth/TreeTracker/pull/94
- Force app to run in portrait mode only by @allanlang in https://github.com/protect-earth/TreeTracker/pull/96
Full Changelog: https://github.com/protect-earth/TreeTracker/compare/0.10.4...0.10.10
Biosphere - Deforestation and Reforestation
- Swift
Published by allanlang about 2 years ago

Tree Tracker - 0.10.4
Add a device identifier to all Rollbar notifications to support troubleshooting
What's Changed
- Device ID in Rollbar config; also show in settings by @allanlang in https://github.com/protect-earth/TreeTracker/pull/84
Full Changelog: https://github.com/protect-earth/TreeTracker/compare/0.10.3...0.10.4
Biosphere - Deforestation and Reforestation
- Swift
Published by allanlang over 2 years ago

Tree Tracker - 0.10.3
Exclusively uses Protect Earth API for centralised data management, removing legacy Airtable storage layer.
Biosphere - Deforestation and Reforestation
- Swift
Published by allanlang over 2 years ago

Tree Tracker - 0.8.2
What's Changed
- Addition of Rollbar telemetry around the tree upload loop, to help identify and troubleshoot issues in the field.
Full Changelog: https://github.com/protect-earth/TreeTracker/compare/0.8.1...0.8.2
Biosphere - Deforestation and Reforestation
- Swift
Published by allanlang almost 3 years ago

Tree Tracker - 0.8.1
What's Changed
- Use smaller image for uploads by @allanlang in https://github.com/protect-earth/TreeTracker/pull/51
- Set export compliance option by @allanlang in https://github.com/protect-earth/TreeTracker/pull/53
- Don't trigger build on push by @allanlang in https://github.com/protect-earth/TreeTracker/pull/55
- Various networking robustness measures by @allanlang in https://github.com/protect-earth/TreeTracker/pull/47
- Include request interceptor file in build by @allanlang in https://github.com/protect-earth/TreeTracker/pull/56
- Add site functionality and settings tab by @allanlang in https://github.com/protect-earth/TreeTracker/pull/57
- Version to 0.8.0 by @allanlang in https://github.com/protect-earth/TreeTracker/pull/60
- Resolver based services abstraction for data access by @allanlang in https://github.com/protect-earth/TreeTracker/pull/61
- Basic Rollbar integration by @allanlang in https://github.com/protect-earth/TreeTracker/pull/65
Full Changelog: https://github.com/protect-earth/TreeTracker/compare/0.7.1...0.8.1
Biosphere - Deforestation and Reforestation
- Swift
Published by allanlang almost 3 years ago

Tree Tracker - 0.7.1
What's Changed
- Mock api + small fixes by @sunshinejr in https://github.com/protect-earth/TreeTracker/pull/40
- Interface Updates by @ay8s in https://github.com/protect-earth/TreeTracker/pull/41
- GitHub actions build by @allanlang in https://github.com/protect-earth/TreeTracker/pull/49
- Bump marketing version to 0.7.1 (Apple Generic style) by @allanlang in https://github.com/protect-earth/TreeTracker/pull/50
New Contributors
- @ay8s made their first contribution in https://github.com/protect-earth/TreeTracker/pull/41
- @allanlang made their first contribution in https://github.com/protect-earth/TreeTracker/pull/49
Full Changelog: https://github.com/protect-earth/TreeTracker/compare/0.6.0...0.7.1
Biosphere - Deforestation and Reforestation
- Swift
Published by allanlang about 3 years ago

Tree Tracker - 0.6.0
Changelog
- Added "Upload History" screen (from now on we will move trees added by this device to the History tab)
- Replaced "Tree list" screen with "Entities" screen.
- Replaced Secrets.xcconfig with Pouch config.
Biosphere - Deforestation and Reforestation
- Swift
Published by sunshinejr about 4 years ago

Tree Tracker - 0.5.1
Changelog
- Fixed a bug which, when you canceled saving details of a picture in live session, would freeze the camera view and you would need to kill the app. Now, when you cancel adding details to the image, we restart the camera picker since it seems like you cannot reuse the image again in the stock image picker.
Biosphere - Deforestation and Reforestation
- Swift
Published by sunshinejr about 4 years ago

Tree Tracker - 0.5.0
Changelog
- Added ability to cache images in sqlite & now we brought back trees in the list (though on hitting Refresh we don't fetch new ones to not flood the network with unnecessary requests for all trees in Airtable).
- Added landscape support for live camera session flow (it needed me to update the presentation mode of image picker, unfortunately).
Biosphere - Deforestation and Reforestation
- Swift
Published by sunshinejr about 4 years ago

Tree Tracker - 0.4.0
Changelog
- Fix changing/showing tabbar item name for queue (the idea was to hide names for now).
- Added new view for camera session flow (take a photo -> add details -> take another one...)
- Added rounding precision (5) for coordinates
- Upload list is now sorted by
createdDate
if possible (descending) - Sync button on All Trees view doesn't fetch trees from Airtable now + we don't show the trees for now since it takes lots of memory and network bandwith for no reason
Biosphere - Deforestation and Reforestation
- Swift
Published by sunshinejr about 4 years ago

Tree Tracker - 0.3.0
Changelog
- When uploading, we will now disable screen lock timer and enable it back on after the upload finishes/errors out.
- Added delete all button to Upload Queue view - prompts with alert to confirm deleting all items from the queue and proceeds to do so when confirmed.
Biosphere - Deforestation and Reforestation
- Swift
Published by sunshinejr about 4 years ago

Tree Tracker - 0.2.1
Changelog
- Disabled longpress actions on textfields without caret (paste etc.)
- When adding a tree, add additional "--" field in keyboard picker when you don't want to select a Specie/Supervisor/Site yet.
Biosphere - Deforestation and Reforestation
- Swift
Published by sunshinejr about 4 years ago

Tree Tracker - 0.2.0
(Note: Please remove previous versions of the app from device/simulator since this version brings a lot of changes in the Database schema)
This adds ability to select, instead of writing, the Supervisor/Species and also adds Site to the edit/add option of the tree.
Changelog
- Added count of trees to upload on the list.
- Added ability to remove trees from the upload list (edit tree -> trash icon).
- Supervisors and Species now open a selection picker as a keyboard since we're using identifiers to other tables instead of pure strings for these fields.
- Added fetching of Supervisors/Species/Sites from Airtable tables once the app launches and it's refreshing with trees once Refresh button is tapped on List view.
- Added Site to the edit/add tree modal (with selection picker and caching, similar to Supervisors/Species).
- Fixed progress bar & button state when image upload errored out.
- Fixed Save button glitch that would show loading spinner underneath the title.
Biosphere - Deforestation and Reforestation
- Swift
Published by sunshinejr about 4 years ago

Tree Tracker - 0.1.0
First version! Features:
- Upload queue that uploads an image on an image server (currently Cloudinary) and then creates a record on Airtable
- Adding of images and filling the details like coordinates from the asset metadata (with option to add typed Supervisor/Species)
- List of all trees on the server (Uploaded Trees)
Biosphere - Deforestation and Reforestation
- Swift
Published by sunshinejr about 4 years ago
