Releases: inaturalist/iNaturalistReactNative
Releases · inaturalist/iNaturalistReactNative
v0.1.1+30
Many bug fixes for the observations loop
- Ensure previously-edited observation data doesn't appear when editing a new
observation - Parse HTML in comment and identification bodies
- Show user profile pic while testing
- Upgraded to latest Realm database
- Fixed hang when editing existing observations
- Restore album selection functionality
- Support for tablets
v0.1.1+29
Many bug fixes for the observations loop
- Ensure previously-edited observation data doesn't appear when editing a new
observation - Parse HTML in comment and identification bodies
- Show user profile pic while testing
- Upgraded to latest Realm database
- Fixed hang when editing existing observations
- Restore album selection functionality
- Support for tablets
v0.1.1+28
v0.1.1+27
Numerous updates to observation flow
- Added back button to camera
- Added prev/next buttons to Media Viewer
- Camera flow skips group photos when there's only one photo
- Added support for custom fonts (currently Whitney)
- Sync button in toolbar on My Obs turns green when obs to sync
- ObsEdit fetches location until good enough for new obs
- Bottom sheet hides when you scroll My Observations
- Toolbar on My Observations sticks on scroll
v0.1.1+26
Unified button implementation around style guide
There were also a number of changes that should not have affected the user
experience:
- Use React Query for API requests
- Flow types for some more external dependencies (thanks, Corey!)
- NPM package version conflicts resolved (thanks, Corey!)
- Removed the PhotoGalleryProvider
v0.1.1+25
Comment UI, swiping in media viewer, & housekeeping
- Comment UI on obs detail should be closer to spec, i.e. using a bottom
sheet, confirmation on dimissal, loading indicator while posting - Swiping navigation for main area of the Media Viewer
- Close button visible on Login regardless of login state
- Photo upload errors should show up as unique errors
v0.1.1+24
v0.1.1+23
Lots of updates!
- Color ID and comment counts on My Observations when there are unviewed updates
- Viewing an observation marks them as viewed
- Camera shutter effect on Standard Camera
- Loading effect for new photo thumbnails on Standard Camera
- Bugfix: back nav button from Obs Edit returns to Obs Detail instead of My
Observations - Add close button to Login screen
- Photo preview on Standard Camera remains flush with the top of the screen
- Added upload progress bar to upload bottom sheet
- Numerous updates to bring the bulk uploader closer to spec