Skip to content

Releases: inaturalist/SeekReactNative

v2.17.0

04 Feb 13:00
7765149
Compare
Choose a tag to compare

Added

Major update to the computer vision model, now recognizing up to 80000 taxa (up from 20000).
If location permission has been given the app also now uses the current location to aid in the computer vision by using the "geomodel" together with computer vision.

Changed

Small changes in the buttons shown in the camera to make space for a gallery button.
Photos are no longer stored in a separate album called "Seek", instead they are added to the gallery directly.

Removed

Gallery screen, instead a button in the camera opens a native photo chooser.
Removed the legacy camera using the react-native-inat-camera library.

v2.16.4

16 Dec 12:14
3e4cede
Compare
Choose a tag to compare

Fixed

A bug with the gallery screen not loading for large albums
Correct text on about screen
Navigating back from a challenge detail should go back in navigation history, i.e. to challenges if coming from there

v2.16.3

05 Sep 15:06
Compare
Choose a tag to compare

Fixed

Small bugs in styling and logging

Added

Some translations

v2.16.2

19 Jul 09:58
f7432c4
Compare
Choose a tag to compare

Fixed

Common names not showing in Brazilian Portuguese, Chinese, and Mexican Spanish

Added

Monthly log of app state

v2.16.1

09 Jul 09:11
3953c47
Compare
Choose a tag to compare

Added

In-app account deletion on iOS.

Changed

Upgrade React Native to 0.73.
Removed link to Donate on iOS.

Fixed

Disable the shutter sound when taking photos.

v2.16.1

24 Jun 12:04
Compare
Choose a tag to compare

Changed

Upgrade React Native to 0.73.

Fixed

Disable the shutter sound when taking photos.

v2.16.0

06 Jun 09:58
cc0f51a
Compare
Choose a tag to compare

Changed

  • Updated react-native-vision-camera to version 4.
  • Updated vision-camera-plugin-inatvision to version 4.
  • Overall, these two package updates should result in a better camera experience.

Fixed

  • Some issues with the tap-to-focus in the camera.
  • Crash for the first photo counting towards a challenge.

v2.15.8

21 May 11:18
78e95f1
Compare
Choose a tag to compare

Changed

  • Replaced Whitney font with Lato font.

Added

  • Now Portuguese is also available in the app.
  • Some translations.

v2.15.7

09 Feb 21:42
4da580d
Compare
Choose a tag to compare

Changed

  • On iOS predictions for imported photos now use the on-device model first and online computer vision only when no predictions are returned from the on-device model.
  • Android and iOS now use vision-camera-plugin-inatvision for on-device predictions from imported photos.
  • Non-user facing: all requests should now send a User-Agent starting with “Seek” to API requests.

v2.15.6

23 Jan 20:26
16591cc
Compare
Choose a tag to compare

Added

  • Small explanation text to warning modal.

Fixed

  • Most requests to the server do now send a user-agent header.
  • Small UI fix on Settings page.
  • Fix an error when uploading observations to iNaturalist.
  • Increase logging to log file.