conduit/android
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
..
app feat(location): integrate geolocation features and update user info handling 2026-05-25 23:51:31 +05:30
gradle/wrapper chore(android): update Gradle and Kotlin versions, and adjust properties 2026-05-21 18:19:32 +05:30
.gitignore chore: remove gradle wrapper tracking from android gitignore 2026-03-26 00:29:58 +05:30
build.gradle.kts feat(android): enforce specific version for glance-appwidget dependency 2026-05-20 12:49:47 +05:30
Gemfile chore: update README and remove localization documentation 2025-10-16 23:06:20 +05:30
Gemfile.lock chore: update README and remove localization documentation 2025-10-16 23:06:20 +05:30
gradle.properties chore(android): update Gradle and Kotlin versions, and adjust properties 2026-05-21 18:19:32 +05:30
settings.gradle.kts chore(android): update Gradle and Kotlin versions, and adjust properties 2026-05-21 18:19:32 +05:30