Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new "Location reached" feature, which allows users to set location-based alarms, along with various supporting updates throughout the codebase. The changes include implementation of new data models and repositories, updates to the UI and permissions, and enhancements to feature and search registries. Additionally, the app version is incremented and some dependency and permission management improvements are made.
Key changes:
Location-based Alarm Feature
Location reachedfeature toFeatureRegistry, including its metadata, permissions, and marking it as a beta feature.LocationAlarmdata model andLocationReachedRepositoryfor storing and managing location alarm data. [1] [2]LocationReachedViewModelintoMainActivity, and added intent handling logic to trigger location-based actions and navigate to the relevant settings. [1] [2] [3] [4]FeatureSettingsActivityto support the new feature, including permission checks, UI integration, and beta labeling. [1] [2] [3] [4] [5]Permissions and Manifest Updates
AndroidManifest.xml. [1] [2] [3] [4]LOCATION,BACKGROUND_LOCATION,USE_FULL_SCREEN_INTENT) inPermissionRegistry.Search and Feature Metadata
isBetaproperty toFeatureandSearchableItemclasses, and propagated this metadata to the search registry for better discoverability and labeling of beta features. [1] [2] [3]Dependency and Version Management
build.gradle.kts. [1] [2] [3]These changes collectively enable a new location-based alarm feature, ensure proper permission handling, and improve the app's metadata and dependency management.