conduit/android/app
cogwheel 7f1d8aa469 feat(location): integrate geolocation features and update user info handling
- Added geolocation dependencies in `pubspec.lock` and updated `pubspec.yaml` to include `geolocator`.
- Updated AndroidManifest.xml to request location permissions.
- Enhanced iOS Podfile to bypass location permission prompts for `geolocator_apple`.
- Modified Info.plist to clarify location usage description.
- Implemented `updateUserInfo` method in `ApiService` to handle user location updates.
- Refactored chat providers to resolve user location when needed and updated tests to validate new functionality.
2026-05-25 23:51:31 +05:30
..
src feat(location): integrate geolocation features and update user info handling 2026-05-25 23:51:31 +05:30
build.gradle.kts feat(streaming): Simplify streaming logic and remove persistent tracking 2025-11-27 14:36:13 +05:30
proguard-rules.pro feat(callkit): Add CallKit service for native call UI and permissions 2025-11-24 12:29:44 +05:30