Commit Graph

3 Commits

Author SHA1 Message Date
Ken-ichi
0c7c807b56 Realm & other bugfixes (#950)
* Updated faker; fixed bug w/ DisplayTaxonName trying to modify a Realm object
* Fixed crash going from ObsDetail to ObsEdit
* Fixed bug fetching observation dates (not clear how this didn't instantly crash_
* Bugfix: MyObs observation fetch was failing on taxa w/ float rank_level
2023-12-04 13:47:00 -08:00
Amanda Bullington
9c6106f5d0 Refactor tests to use minimum viable test factories (#681)
* Make minimum viable RemoteComment

* Minimum vialbe RemoteIdentification

* Minimum viable remote project, place, and messages

* Create minimum viable records for all remote factories

* Remove factories for local device data

* Minimum viable local taxon, comment, id

* Minimum viable for local observation photo (photo has no primary key)

* Minimum viable LocalUser

* Minimum viable record for LocalObservation
2023-06-27 17:06:01 -07:00
Nick McConnell
e20ca7110d #34 Show Messages - first attempt (#46)
* first pass

* some clean-up

* linting clean-up

* added a Q

* more cleanup

* Merge branch main of https://github.com/inaturalist/iNaturalistReactNative into 34-messages-0

# Conflicts:
#src/providers/hooks/useObservations.js

* simplify away from context and providers

* remove unused model

* remove model ref

* other clean-up

* add basic unit test for messages

* add activity indicator

* add test for activity indicator

* remove false positive tests

* fix navigation

* remove api params

* clean up

* move navigation and update test

* improve testing
2022-03-22 10:59:23 -07:00