Ken-ichi
ffc8a42a5c
fix: reduce image flickering on Suggestions ( #2049 )
...
Stabilizes some of the props to prevent some re-renders.
Closes #1878
2024-09-06 16:55:36 -07:00
Ken-ichi Ueda
fa8411a8b6
v0.45.0+114
v0.45.0+114
2024-09-06 12:40:00 -07:00
Ken-ichi Ueda
e852b33f93
v0.45.0
2024-09-06 12:39:07 -07:00
Ken-ichi Ueda
6b248dbe02
fix: temporarily open donate page in external browser
2024-09-06 11:21:13 -07:00
Angie
a890559b7b
Disable feedback submit button when user backspaces to clear feedback ( #2046 )
2024-09-05 16:57:16 -07:00
Amanda Bullington
eac71a4f54
Return iconic_taxon_name from API in SpeciesView; closes #2022 ( #2048 )
2024-09-05 16:38:56 -07:00
Amanda Bullington
ec83bc8c7b
Set online/offline status via event listener in React Query ( #2047 )
...
* Make sure reactQueryRetry is used for all queries, including infinite queries
* Code cleanup
2024-09-05 16:38:40 -07:00
Ken-ichi
ee37f6ce76
Account deletion improvements ( #2044 )
...
* Allow the in-app browser to open users/delete from settings
* When account deletion successful, sign the user out
2024-09-05 16:30:31 -07:00
Amanda Bullington
ac76db7c04
Add abort controller & stop notifying user about autosync; closes #1730 ( #2043 )
2024-09-05 10:26:08 -07:00
Amanda Bullington
fc86d1fb4b
Remove stutter when scrolling map; code cleanup; closes #1877 ( #2042 )
2024-09-04 16:55:02 -07:00
Ken-ichi Ueda
078cc9bc69
fix: ensure OfflineNotice appears when offline, not when determining connection state
2024-09-03 14:19:55 -07:00
Ken-ichi Ueda
9e1462752d
Revert "change signup background photo to darker version"
...
This reverts commit 835864b0fc .
2024-09-03 13:27:34 -07:00
Ken-ichi Ueda
325bafcdb9
v0.44.0+113
v0.44.0+113
2024-08-30 16:12:26 -07:00
Ken-ichi Ueda
d43fe5b2c9
v0.44.0
2024-08-30 16:10:47 -07:00
Ken-ichi Ueda
3fa4f99b5c
fix: minor text change to remove reference to a site
2024-08-30 16:03:04 -07:00
Ken-ichi Ueda
6b13879b19
fix: prevent multiline text in log in fields; minor style fixes
2024-08-30 14:55:16 -07:00
Ken-ichi Ueda
ce36989dc9
fix: returning to nearby should always clear out other geo params
2024-08-30 13:43:30 -07:00
budowski
344815fc45
Show nearby results in Explore after granting permission from Filters ( #2013 )
...
Closes #2004
---------
Co-authored-by: Ken-ichi Ueda <kenichi.ueda@gmail.com >
2024-08-30 13:42:26 -07:00
Ken-ichi
f4c7ee3f86
fix: don't ask for PHOTO LIBRARY permission if user can't change their mind ( #2020 )
...
* stop asking for PHOTO LIBRARY permission before import, b/c it's not
necessary for importing
* use a forked version of react-native-cameraroll that allows us to write
location metadata to newly-created photos, which was the really important
thing we were using the PHOTO LIBRARY permission for
Closes #1612
2024-08-30 09:55:45 -07:00
Angie
71629ef8aa
1885 explore species view shows global results for nearby ( #2019 )
...
* show nearby results when nearby
* explore species shows nearby results when nearby
* Fix infinite loop when denying location permissions on explore
* Fix infinite rerender when denying location permissions in explore
* update podfile
2024-08-29 17:13:11 -07:00
Angie Ta
fcb05d985a
Merge branch 'main' of github.com:inaturalist/iNaturalistReactNative
2024-08-29 14:34:04 -07:00
Angie Ta
835864b0fc
change signup background photo to darker version
2024-08-29 14:22:17 -07:00
Ken-ichi
d3a3c60715
fix: ident bodies should not get set by obs descriptions ( #2018 )
...
* separates ident body editing into its own state and UI
* stop adding an entire Realm object to nav params, where it gets out of date and causes access bugs
* fixes bug where accessing ObsDetails from MyObs can cause you to return there when returning from TaxonDetails via Explore
* separates BottomSheet handleClose callback so it can respond differently to the sheet closing and the user intentionally closing the sheet
* Suggest ID and Agree bottom sheets both have buttons of equal width with a single primary action
* Disagree sheet prompt refers to the taxon being disagreed with, not the ident taxon
* save taxon to local db when viewed on TaxonDetails
* minor refactors for readability
Closes #2003
2024-08-29 11:50:47 -07:00
budowski
1e52760279
Fix #2000 - refresh permissions check after explore location change ( #2014 )
2024-08-29 11:21:28 -07:00
Amanda Bullington
348e520f20
Use presentationStyle over full screen for photo library; closes #2006 ( #2017 )
2024-08-29 10:47:00 -07:00
Angie
b82839b15b
1885 explore species view shows global results for nearby ( #2016 )
...
* show nearby results when nearby
* explore species shows nearby results when nearby
2024-08-29 10:11:04 -07:00
Angie
190c3f3453
Make obs count text not tappable ( #2009 )
2024-08-28 19:04:35 -07:00
Amanda Bullington
ba3211170d
Remove stored params from ExploreContainer; closes #1780 ( #2015 )
2024-08-28 17:34:49 -07:00
Johannes Klein
aa597c3bfc
Update react-native-paper+5.12.3.patch ( #2012 )
2024-08-28 13:50:43 +02:00
Johannes Klein
d506dbea7a
Change text color of UserText ( #2011 )
2024-08-28 11:36:16 +02:00
Johannes Klein
6b143fc84a
Change spacing for onboarding text ( #2010 )
2024-08-28 11:29:20 +02:00
Ken-ichi Ueda
5d406a2a7f
fix: remove unknown from iconic taxon chooser on ObsEdit
2024-08-27 15:51:35 -07:00
Ken-ichi Ueda
e56fe8dc50
fix: show status bar in MediaViewer modal all the time
2024-08-27 15:42:25 -07:00
Ken-ichi Ueda
9a6481c9f6
fix: default maps to not show user location until requested
2024-08-27 15:33:00 -07:00
Ken-ichi Ueda
1977607150
fix: remove projects from drawer for now ( closes #2005 )
...
Too buggy for soft launch.
2024-08-27 12:18:13 -07:00
Ken-ichi Ueda
9285d0ad4f
fix: handle obs updates w/o content
2024-08-27 11:58:20 -07:00
Ken-ichi Ueda
34e8679cb5
Try to ensure white bg of SpeciesSeenCheckmark does not bleed
2024-08-26 16:06:08 -07:00
Ken-ichi Ueda
0ff55c14a2
fix: first obs button opens AI Camera, not advanced options
...
Also refactored email inbox opening to show errors and not rely on a 3rd
party.
2024-08-26 15:16:52 -07:00
Ken-ichi Ueda
40fdb86e8a
fix: open not chosen when editing synced obs
2024-08-26 14:36:09 -07:00
Ken-ichi Ueda
c2232382c5
v0.43.0+112
v0.43.0+112
2024-08-23 16:06:49 -07:00
Ken-ichi Ueda
85c9846d51
v0.43.0
2024-08-23 16:03:28 -07:00
Ken-ichi Ueda
118d2e2cd4
Show private place guess when available
2024-08-23 15:24:47 -07:00
Ken-ichi
0b5c01c284
Fix broken Explore pagination ( #1998 )
...
Explore was not loading subsequent pages
2024-08-23 14:24:14 -07:00
Ken-ichi Ueda
71c36615c8
Updated micromatch
2024-08-23 13:25:41 -07:00
budowski
b1b6e49d58
Update projects icons ( #1996 )
...
Closes #1930
2024-08-23 11:12:58 -07:00
budowski
313d8501e3
Updated react-native-exif-reader package version (nil check on iOS) ( #1997 )
...
Fixes a bug in which ObsEdit would crash when saving an obs w/ a photo but w/o location and w/o location permission.
2024-08-23 10:20:07 -07:00
budowski
feeab3ad90
Show generic profile icon if user has no profile image ( #1951 )
...
Closes #1884
2024-08-23 10:17:21 -07:00
Ken-ichi
6964ad8fc4
Allow FullPageWebView to open popups ( #1995 )
2024-08-23 09:42:02 -07:00
Angie
704284b096
Location icon based on obscured state ( #1943 )
...
* location icon also based on taxon obscuration
* check for private before obscured
* Update schema ver
2024-08-23 02:23:41 -07:00
Angie
b3888a1371
Explore dedaults to worldwide view when location permissions denied ( #1991 )
2024-08-22 22:28:35 -07:00