This repository was archived by the owner on Aug 23, 2023. It is now read-only.
babu#129
Open
hallarbabu wants to merge 163 commits intopermissions-bug-fixfrom
Open
Conversation
Fix permission request loop (#79)
AndroidManifest request ACCESS_COARSE_LOCATION permission, whereas in MainActivity ACCESS_FINE_LOCATION permission is requested. Fixed it to ACCESS_COARSE_LOCATION.
Change-Id: I2dc5fa3695047622e7bbb28ef05129d8241503ec
There are several samples located in the android-play-location repo. Each Kotlin conversion will be encapsulated in separate CL. Bug: 64766094 Test: Manually; verified no regression versus Java app. Change-Id: I371908c844558880bb9ab8b3d301de811302bb6e
Bug: 64766094 Test: N/A Change-Id: I5413479aa81c4093767a00f357a8454c60aeb404
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
Fix the build for all nested modules and add the google repository. Change-Id: Ib75082f0b4e0fe2e65d0f7c886bba02d352469e5
Also move the existing LocationAddress sample to the 'java' directory. Bug: 64766094 Test: Manually; verified no regression versus Java app. Change-Id: Ic53449076b9afbcf5af7a6078e94928e0fd5d5d2
Dependency version bumps
Version bumps
Migrate all modules to AndroidX
Changing AndroidX dependencies to latest stable versions
Change-Id: I691409155f401ea6f7ab31d85b442334afdaf157
Change-Id: Ic0cfc0820cca170c816788ec525e1f4d1f32d34a
Change-Id: Ie9361220c31c89bde0b660c9dc8543059371d486
…rmissions). Change-Id: I002dab4552f4943f0a15bbd96b2eea31c447ea2e
Adds a check the Google Play Services are available and introduces UI states accordingly. Also adds Hilt and coroutines dependencies. Bug: 210514977 Change-Id: I180c4af0d938b5d9fb1153c4817570d73b861d48
Bug: 210514977 Change-Id: I5b05a89a87a3446fd41b9a4c2ef08544a4af0884
* changes: Add datastore preferences Request activity recognition permission Check that Google Play Services are available. Replace ActivityRecognition with new starter project
Bug: 217264751 Change-Id: Ia13d37bb222067835783b90ea15d3b14af75ef00
Bug: 221865184 Change-Id: I98d1430e955f65edf5ddf9d8edf047da3567b7bf
Bug: 217264751 Change-Id: Ia8884d9d242242659bd13aabfe227ee48a6336e3
Adds a BroadcastReceiver that runs after boot completes and tries to request activity transition updates if they were previously enabled. Bug: 217264751 Change-Id: I23d0432db6338e9ed679bf8f886985b85c9c7499
Bug: 210514977 Change-Id: Ibc9ac5f9216e93835f83de3f5f45935667995f3d
Bug: 210514977 Change-Id: I4469ff75ac5cc01166c692948420d5764d1507cb
Use datastore to persist whether the location updates are turned on. Bug: 210514977 Change-Id: I81f46663db6917524685e1a88ac4d642ed2d8660
Bug: 210514977 Change-Id: I9b739992f82739489f0835f4c6b07db4f1f436c4
Bug: 210514977 Change-Id: I79179a5e9f56f2cd6cccddc23c8097d6af8e9001
Change-Id: I2e91decffe205a04a549e29a1d5ff379dc2755ca
Change-Id: I6cad2c55cc57b52186c05d77bfebb2217a9e0a4d
Each sample has its own gradle files and is usually imported independently. Change-Id: I07dbb24abe5b8cf6b7b250896758ec36571d7172
Change-Id: I1cc0e0ba1a5b308a7e1b07d0b9de10d31a286717
PR Body: - Bump versions of Gradle and AGP - Minor fixes to make `gradlew lint test build` succeed Change-Id: I6eebf318bfe8a04c721175a7c8ba9a0179c08c61 PUBLIC: Merge of PR #317 Merge c29e612 into 7e3ab7f Closes #317 ORIGINAL_AUTHOR=Jonathan Koren <jdkoren@gmail.com> GitOrigin-RevId: a113f11 Change-Id: I0da65a8c3a4d7fdaceb7cc5e71bc2af64e13d255
Change-Id: I706b329132decb723e3a2fe786fbd6d8817af83b
Change-Id: I5a99ac8c48083af042953ff7a5392e949e6c3c87
* Deprecate location samples New samples are in platform-samples * Add warning in sub-projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.