Credits - adriancleung/vibes GitHub Wiki

Icons

We are using the icons "Man with hat emoji icons" from iconfinder.com. The license of the icons are given as: Free for commercial use (Include link to authors website). The author's website: https://www.iconfinder.com/magicons

Getting GPS

Used the following links for grabbing location from GPS but code was modified for our use:

https://developer.android.com/training/location/receive-location-updates

https://github.com/android/location-samples/tree/master/LocationUpdates

Copyright 2019 Google LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.