Skip to content
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
master
Open

babu#129
hallarbabu wants to merge 163 commits intopermissions-bug-fixfrom
master

Conversation

@hallarbabu
Copy link
Copy Markdown

No description provided.

samtstern and others added 11 commits June 14, 2017 16:26
Fixes #84

LocationSettings was removed in this commit: f1a3a42
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
@googlebot
Copy link
Copy Markdown

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. I signed it!) and we'll verify. Thanks.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address on your commit. Check your existing CLA data and verify that your email is set on your git commits.
  • If your company signed a CLA, they designated a Point of Contact who decides which employees are authorized to participate. You may need to contact the Point of Contact for your company and ask to be added to the group of authorized contributors. If you don't know who your Point of Contact is, direct the project maintainer to go/cla#troubleshoot. The email used to register you as an authorized contributor must be the email used for the Git commit.
  • In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

jfschmakeit and others added 17 commits March 2, 2018 11:36
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
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
@codingjeremy codingjeremy added the migrated googlesamples Migrated from old googlesamples repos label Sep 24, 2019
jdkoren and others added 30 commits February 22, 2022 08:50
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
PR Body:
Change-Id: Iac82626f08acaf57b28dc0ed148efdeba1705d02

PUBLIC: Merge of PR #331

Merge f8726c0 into 96c1244

Closes #331

ORIGINAL_AUTHOR=Jonathan Koren <jdkoren@gmail.com>
GitOrigin-RevId: e32e114
Change-Id: Ib8e5529d00eb3ff8a9acf44c30b8a926c7fbc63f
* Deprecate location samples

New samples are in platform-samples

* Add warning in sub-projects
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

migrated googlesamples Migrated from old googlesamples repos

Projects

None yet

Development

Successfully merging this pull request may close these issues.