Releases: wildlifeai/wildlife-watcher-mobile-app
Releases · wildlifeai/wildlife-watcher-mobile-app
v0.3.5
v0.3.4
What's Changed
This release adds the first 3 components (text input, select and checkbox) which were also added to the home screen so we can see how they look like. In addition to this, form management was also included underneath, which will come in handy once we start constructing forms in the future.
Full Changelog: v0.3.3...v0.3.4
v0.3.3
Fixed a pipeline crash on Android.
Full Changelog: v0.3.2...v0.3.3
v0.3.2
A chore release upgrading react-native from 0.73.x to 0.74.x.
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Added OAuth authentication flow for iOS by @Burzo in #59
- Added RTK query and all backend types and API calls by @Burzo in #62
Features
- Implemented comprehensive RTK Query setup for API communication
- Added type-safe API endpoints for all major resources:
- Users
- Devices
- Media
- Observations
- Projects
- Sensor Records
- Deployments
- Integrated environment configuration support using react-native-config
Technical Changes
- Created centralized API infrastructure under src/redux/api/
- Added TypeScript interfaces for all API entities
- Implemented authentication-aware base query configuration
- Set up API URL management system
- Integrated RTK Query middleware with Redux store
Dependencies
- Added react-native-config: ^1.5.3
Other Improvements
- Removed debug console.logs
- Cleaned up authentication slice code
- Updated Android build configuration for environment variables
Migration Notes
- Environment variables now need to be configured in .env file
- API base URL should be specified in environment configuration
Full Changelog: v0.3.0...v0.3.1