Commit Graph

286 Commits

Author SHA1 Message Date
Johannes Klein
43c06c07de v1.0.9+177 2025-08-16 12:31:28 +02:00
Johannes Klein
d3086687c2 v1.0.9+176 2025-08-13 15:43:47 +02:00
Johannes Klein
fb13df6d1f Update version to 1.0.9 2025-08-13 15:39:19 +02:00
Johannes Klein
7dbee2ba75 Update tensorflowVersion to currently latest version (#3058)
Further updating would need to migrate to LiteRT first: https://ai.google.dev/edge/litert/migration
2025-08-11 22:48:51 +02:00
Johannes Klein
b4516b7b25 Update react native to v0.78.x (#3043)
* Update package.json

* Update package.json

* Updates for native files with upgrade-helpers

* Update .flowconfig

* Update package-lock.json

* Update Podfile.lock

* Add react-dom types

* Update package-lock.json

* Wrong install

* Use types-react-codemod

* Update TaxonSearch.tsx

* Remove react-native-accessibility-engine dependency

This is currently not maintained and not compatible with RN 0.78

* Comment out accessibility tests

* Disable broken snapshot test

* Move broken test

* Move broken test

* Move broken test

* Remove duplicate file

* Move broken tests

* Move broken tests

* Move broken tests

* Move broken tests

* Move broken tests

* Move broken test

* Remove duplicate file

* Move broken tests
2025-08-09 13:47:46 +02:00
Johannes Klein
7452224266 v1.0.8+175 2025-08-05 23:05:20 +02:00
Johannes Klein
6e696cb524 Update to react-native 0.77 (#3026)
* Upgrade helper changes JS side

* Upgrade helper Android

* Upgrade helper iOS side

* Update project.pbxproj

* Create react-native-modal+14.0.0-rc.1.patch

* BackHandler.removeEventListener is deprecated

* Update react-native-modal

* Update .flowconfig

* Update package-lock.json

* Update Podfile.lock

* Update Podfile.lock from main

* Replace toBeVisible with toBeOnTheScreen

This is not recommended by react-navigation, because even though toBeOnTheScreen makes sure the components are in the tree it does not mean they are visible to the user. For example, in terms of navigation a previous screen is still i the tree but not visible to the user in the app.
I spent around a day trying to figure out why the isVisible check stopped working, and still have no clear answer.
Testing in the actual app shows that all of those flows are still working as expected, so it is a test-environment-only problem.
My suggestion would be to re-visit this problem after we have updated RN to latest, and testing related libraries to latest versions.
2025-08-01 12:11:13 +02:00
Johannes Klein
4765e49fd0 v1.0.8+174 2025-07-30 11:48:31 +02:00
Johannes Klein
5e251f68b0 Update version to 1.0.8 2025-07-30 11:47:33 +02:00
Johannes Klein
506aedf3a5 v1.0.7+173 2025-07-22 23:41:38 +02:00
Johannes Klein
019693c08c Update version to 1.0.7 2025-07-22 23:39:58 +02:00
Johannes Klein
a433388bea v1.0.6+172 2025-07-16 10:51:05 +02:00
Johannes Klein
fc388f6e57 v1.0.6+171 2025-07-10 09:27:22 +02:00
Johannes Klein
39ebdb1f47 v1.0.6+170 2025-07-09 12:16:43 +02:00
Johannes Klein
c5ab4d71fa v1.0.6+169 2025-07-01 22:01:16 +02:00
Johannes Klein
8233830867 Update version to 1.0.6 2025-07-01 21:55:33 +02:00
Johannes Klein
1f0300db57 Update react native to 0.76.9 (#2974)
* Changes according to the RN upgrade helper

* Update .flowconfig

* Update Gemfile.lock

* Fix typo in minimunSDK version specified

* Disable New Architecture

* Prefer double-quotes

* Update .flowconfig

* Update vision camera patch version number

* Update package-lock.json

* Update Podfile.lock

* Remove no longer needed mock
2025-06-27 14:13:23 -07:00
Johannes Klein
11e0b78237 v1.0.5+168 2025-06-25 12:08:18 +02:00
Johannes Klein
0061b16c52 v1.0.5+167 2025-06-18 11:18:14 +02:00
Johannes Klein
3faf5e3e29 Update to react-native 0.75 (#2950)
* Update to RN 0.75.5 with upgrade helper diff

* Update .flowconfig

* Update package-lock.json

* Update Gemfile.lock

* Update Podfile.lock

* Update project.pbxproj

* Use double quotes

* Update to RN 0.75.5 with upgrade helper diff

* Update .flowconfig

* Update package-lock.json

* Update Gemfile.lock

* Update Podfile.lock

* Update project.pbxproj

* Use double quotes

* Update Podfile.lock

* Update CustomTabBar.js

* Revert "Update CustomTabBar.js"

This reverts commit 2eb085e3bb.

* Update NavBar. Remove percentage based width as it broke the UI

Now we rely solely on flexbox spacing of justify-around.

* Update FloatingActionButton percentage values

* Update CustomTabBar.test.js.snap
2025-06-12 21:18:28 +02:00
Johannes Klein
4eb13bdb7a v1.0.5+166 2025-06-10 23:27:02 +02:00
Johannes Klein
38029bee8a Update to react-native 0.74 (3rd attempt) (#2937)
* Upgrade to RN0.74 with upgrade helper

* Bump minor version

* Remove yarn files

* RN 0.74.7

* Update .flowconfig

* Update Gemfile.lock

* Update project.pbxproj

* Update PrivacyInfo.xcprivacy

* Refactor uri into constant

* Only use filename for name

Because using the full uri does no longer work like this.

* Check for uri being null

* Update metro.config.js

* Rubocop autocorrect

* Update package-lock.json

* Update react-native-vision-camera+4.0.5.patch

* Update Podfile.lock
2025-06-04 23:02:20 +02:00
Johannes Klein
4cfbbcfad4 v1.0.5+165 2025-06-04 08:30:39 +02:00
Johannes Klein
9c798e034b Update version to 1.0.5 2025-06-04 08:20:53 +02:00
Johannes Klein
29c0696a88 v1.0.4+164 2025-05-28 12:19:17 +02:00
Johannes Klein
9743bd87a4 v1.0.4+163 2025-05-20 22:39:31 +02:00
Johannes Klein
dd671f5160 Update version to 1.0.4 2025-05-20 22:36:45 +02:00
Angie
cd6d6543f1 Add login button where logout button is on menu (#2891)
* Add login button in menu where the logout button is

* Update snapshots

* Changes to fit design
2025-05-14 10:00:04 -07:00
Johannes Klein
e01b4aa9bf v1.0.3+162 2025-05-13 14:29:02 +02:00
Johannes Klein
551fc1d372 Update version to 1.0.3 2025-05-13 14:27:36 +02:00
Johannes Klein
9b760c322c v1.0.2+161 2025-04-30 15:10:38 +02:00
Johannes Klein
6b2f867641 Update version number to 1.0.2 2025-04-30 15:08:29 +02:00
Johannes Klein
86f75bea2b v1.0.1+160 2025-04-18 11:54:55 +02:00
Johannes Klein
1b05f49c6e Update version number to 1.0.1 2025-04-18 11:45:02 +02:00
Kirk van Gorkom
28393c3c8f v0.59.16+159 2025-04-08 14:30:38 -07:00
Kirk van Gorkom
2a929e0c54 v0.59.15+158 2025-04-07 22:44:40 -07:00
Kirk van Gorkom
7f885179e5 v0.59.14+157 2025-04-04 18:08:49 -07:00
Kirk van Gorkom
0c43e10a73 v0.59.13+156 2025-04-03 15:43:25 -07:00
Amanda Bullington
787410876f Update AICamera icon (#2815) 2025-03-31 13:55:04 -07:00
Johannes Klein
2437b02966 v0.59.12+155 2025-03-27 17:55:42 +01:00
Johannes Klein
ce7d398d10 v0.59.12 2025-03-27 17:54:53 +01:00
Kirk van Gorkom
5cafd83fab v0.59.11+154 2025-03-21 21:27:37 -07:00
Amanda Bullington
4bd212813e Update ai camera icon (#2792)
* First attempt, but need to replace SVGs

* Icons

* Update aicamera across app with Figma sizing
2025-03-21 13:16:25 -07:00
Johannes Klein
de097fffe9 v0.59.10+153 2025-03-19 15:50:21 +01:00
Johannes Klein
620eee7711 v0.59.10 2025-03-19 15:47:20 +01:00
Johannes Klein
c878715e58 v0.59.9+152 2025-03-17 15:44:33 +01:00
Johannes Klein
a998c52582 v0.59.9 2025-03-17 15:41:54 +01:00
Johannes Klein
c72344d3b5 v0.59.8+151 2025-03-14 17:47:18 +01:00
Johannes Klein
7f9f6ea42d v0.59.8 2025-03-14 17:46:17 +01:00
Johannes Klein
e0cee641d1 v0.59.7+150 2025-03-13 17:28:17 +01:00