Skip to content

Releases: wildlifeai/wildlife-watcher-mobile-app

v0.3.5

11 Jan 19:08
b706b15
Compare
Choose a tag to compare

What's Changed

  • Removed a library causing issues and used a native component by @Burzo in #68

Full Changelog: v0.3.4...v0.3.5

v0.3.4

11 Jan 11:29
7901ec5
Compare
Choose a tag to compare

What's Changed

  • Adding react hook form and some components by @Burzo in #67

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

06 Dec 13:42
Compare
Choose a tag to compare

Fixed a pipeline crash on Android.

Full Changelog: v0.3.2...v0.3.3

v0.3.2

06 Dec 13:23
Compare
Choose a tag to compare

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

29 Nov 13:01
0ae8a73
Compare
Choose a tag to compare

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

v0.3.0

02 Nov 12:44
572f2a7
Compare
Choose a tag to compare

What's Changed

  • Added the ping button to actions by @Burzo in #47
  • Added OAuth authentication flow for Android by @Burzo in #57

Full Changelog: v0.2.4...v0.3.0

v0.2.4

07 Apr 11:20
71507f1
Compare
Choose a tag to compare

What's Changed

  • Changed stay awake command to use battery instead of id by @Burzo in #43
  • Improved how the heartbeat command works (#40) by @Burzo in #44
  • Added the device command and fixed a problem with scrolling in the terminal window by @Burzo in #45

Full Changelog: v0.2.3...v0.2.4

v0.2.3

05 Apr 21:38
ad476d8
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug causing login to hang and added the app icon and splash s… by @Burzo in #38

Full Changelog: v0.2.2...v0.2.3

v0.2.2

05 Apr 18:16
674bebc
Compare
Choose a tag to compare

What's Changed

  • Fixed scanning problems and improved the flow by @Burzo in #36

Full Changelog: v0.2.1...v0.2.2

v0.2.1

02 Apr 15:44
fe9b204
Compare
Choose a tag to compare

What's Changed

  • Fixed inputs and hide terminal when writing by @Burzo in #33

Full Changelog: v0.2.0...v0.2.1