Verizon Care Smart - Android - Open Source Software components
1. Google SMS Retriever
com.google.android.gms:play-services-gcm:17.0.0
com.google.android.gms:play-services-auth:18.0.0
com.google.android.gms:play-services-auth-api-phone:17.4.0
2. Google Vision (used by barcode reader library)
com.google.android.gms:play-services-vision:19.0.0
3. Barcode reader library
info.androidhive:barcode-reader:1.1.5
4. SignIn with Google
com.google.android.gms:play-services-auth:18.0.0
com.google.android.gms:play-services-identity:17.0.0
com.google.android.gms:play-services-plus:17.0.0
5. Google Map and related tools
com.google.android.gms:play-services-maps:17.0.0
com.google.android.gms:play-services-location:17.0.0
com.google.maps.android:android-maps-utils:0.6.2
6. Firebase SDK for Google Push Notifications
com.google.firebase:firebase-core:17.3.0
com.google.firebase:firebase-auth:19.3.0
com.google.firebase:firebase-messaging:20.1.5
7. Localytics
com.localytics.android:library:6.0.0 // 5.0.9
com.android.installreferrer:installreferrer:1.1.2
com.daasuu:BubbleLayout:1.2.0
8. Custom fonts broadcast
io.github.inflationx:calligraphy3:3.1.1
io.github.inflationx:viewpump:2.0.3
9. Annotation getter / setter (@see https://projectlombok.org/setup/android)
org.projectlombok:lombok:1.18.12
10. Image in circle helper library
de.hdodenhof:circleimageview:3.1.0
11. JWT library (https://github.com/auth0/JWTDecode.Android)
com.auth0.android:jwtdecode:1.4.0
12. Butterknife http://jakewharton.github.io/butterknife/
com.jakewharton:butterknife:10.2.1
13. Retrofit
com.squareup.retrofit2:retrofit:2.7.1
com.squareup.retrofit2:converter-gson:2.7.1
14. Intercepts HTTP request/responses for debugging purposes
com.squareup.okhttp3:logging-interceptor:4.3.1
15. Manipulate images and animated gif
com.github.bumptech.glide:glide:4.11.0
16. Persistence in sql data base
androidx.room:room-runtime:2.2.5
17. AnnotationProcessor 'androidx.room:room-compiler:2.2.5'
androidx.lifecycle:lifecycle-extensions:2.0.0
// standalone Android widget for picking a single date from a calendar view.
com.squareup:android-times-square:1.7.10@aar
androidx.exifinterface:exifinterface:1.2.0
18. Image Loader
com.nostra13.universalimageloader:universal-image-loader:1.9.5
org.jetbrains:annotations-java5:15.0
19. Image Cropper
com.theartofdev.edmodo:android-image-cropper:2.7.0
20. Android-Job
com.evernote:android-job:1.4.2
org.greenrobot:eventbus:3.1.1
21. MapQuest
com.mapbox.mapboxsdk:mapbox-android-sdk:6.7.3-SNAPSHOT
org.hamcrest:hamcrest-library:2.2
org.hamcrest:hamcrest-integration:1.3
com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.7.1
com.mapquest:common-core:1.5.2
(project(:mapping-vzInternal-release-v2.0.17)) {
exclude group: com.android.support
exclude group: com.squareup.okhttp3
}
22. Backport of the Java 8 CompletableFuture API
com.google.guava:guava:24.1-jre
23. Certificate pinning
com.datatheorem.android.trustkit:trustkit:1.0.3@aar
1. Google SMS Retriever
Copyright {2017} {Chintan Desai}
https://github.com/chintandesai49/SMSRetrieverAPIDemo/blob/master/LICENSE
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.
END OF LICENSE DISCLOSURE
2. Google Vision (used by barcode reader library)
Copyright {2018} {Avaneesh Maurya of copyright owner}
https://github.com/avaneeshkumarmaurya/Barcode-Reader/blob/master/LICENSE
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.
END OF LICENSE DISCLOSURE
3. Barcode reader library
Copyright {2018} {Avaneesh Maurya}
https://github.com/avaneeshkumarmaurya/Barcode-Reader/blob/master/LICENSE
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.
END OF LICENSE DISCLOSURE
4. SignIn with Google
Copyright 2015 Google, Inc.
https://github.com/googlesamples/google-services/tree/master/android/signin
Licensed to the Apache Software Foundation (ASF) under one or more contributor license
agreements. See the NOTICE file distributed with this work for additional information regarding
copyright ownership. The ASF licenses this file to you 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.
END OF LICENSE DISCLOSURE
5. Google Map and related tools
Copyright 2014 The Android Open Source Pro
https://github.com/johncarl81/parceler/blob/master/LICENSE
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 Licence.
END OF LICENSE DISCLOSURE
6. Firebase SDK for Google Push Notifications
Copyright 2017 Google Inc
https://github.com/firebase/quickstart-android/blob/master/LICENSE
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.
All code in any directories or sub-directories that end with *.html or *.css is licensed under the
Creative Commons Attribution International 4.0 License, which full text can be found here:
https://creativecommons.org/licenses/by/4.0/legalcode.
As an exception to this license, all html or css that is generated by the software at the direction of
the user is copyright the user. The user has full ownership and control over such content, including
whether and how they wish to license it.
7. Localytics:
Copyright (c) 2013, Char Software, Inc. d/b/a Localytics
https://github.com/localytics/localytics-unity/blob/master/LICENSE
ï‚· Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met
ï‚· Redistributions in binary form must reproduce the above copyright notice, list of conditions and
the following disclaimer.
ï‚· Redistributions in binary form must reproduce the above copyright notice, this list of conditions
and the following disclaimer in the documentation and/or other materials provided with the
distribution.
ï‚· Neither the name of the author nor the names of its contributors may be used to endorse or
promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY CHAR SOFTWARE, INC. D/B/A LOCALYTICS ''AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
END OF LICENSE DISCLOSURE
8. Custom fonts broadcast:
Copyright (c) 2018 Source Foundry Authors
https://github.com/source-foundry/Hack/blob/master/LICENSE.md
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
END OF LICENSE DISCLOSURE
9. Annotation getter / setter (@see https://projectlombok.org/setup/android)
Copyright [2013] [John Ericksen]
https://github.com/johncarl81/parceler/blob/master/LICENSE
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.
END OF LICENSE DISCLOSURE
10. Images in circle helper library
Copyright 2018 abdularis
https://github.com/abdularis/CircularImageView
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 Lice
END OF LICENSE DISCLOSURE
11. JWT library (https://github.com/auth0/JWTDecode.Android)
Copyright (c) 2016 Auth0
https://github.com/auth0/JWTDecode.Android/blob/master/LICENSE
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR THER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
END OF LICENSE DISCLOSURE
12. Butterknife http://jakewharton.github.io/butterknife/
Copyright [2013] [JakeWharton of copyright owner]
https://github.com/JakeWharton/butterknife/blob/master/LICENSE.txt
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.
END OF LICENSE DISCLOSURE
13. Retrofit
Copyright [2012] [ JakeWharton Mavenize of copyright owner]
https://github.com/square/retrofit/blob/master/LICENSE.txt
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.
END OF LICENSE DISCLOSURE
14. Intercepts HTTP request/responses for debugging purposes
Copyright (c) 2017 Prateek Jain
https://github.com/jainsahab/AndroidSnooper/blob/master/LICENSE.txt
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.
END OF LICENSE DISCLOSURE
15. Manipulate images and animated gif
Copyright (C) 1997-2019 Eddie Kohler
https://github.com/kohler/gifsicle
IF YOU PLAN TO USE GIFSICLE ONLY TO CREATE OR MODIFY GIF IMAGES, DON'T WORRY ABOUT THE
REST OF THIS SECTION.
Anyone can use Gifsicle however they wish; the license applies only to those who plan to copy,
distribute, or alter its code. If you use Gifsicle for an organizational or commercial Web site, I would
appreciate a link to the Gifsicle home page on any 'About This Server' page, but it's not required.
This code is distributed under the GNU General Public License, Version 2 (and only Version 2). The
GNU General Public License is available via the Web at http://www.gnu.org/licenses/gpl.html or in
the 'COPYING' file in this directory.
The following alternative license may be used at your discretion.
Permission is granted to copy, distribute, or alter Gifsicle, whole or in part, as long as source code
copyright notices are kept intact, with the following restriction: Developers or distributors who plan
to use Gifsicle code, whole or in part, in a product whose source code will not be made available to
the end user -- more precisely, in a context which would violate the GPL -- MUST contact the author
and obtain permission before doing so.
END OF LICENSE DISCLOSURE
16. Persistence in SQL data base
Copyright [2017] [ybabak of copyright owner]
https://github.com/apache/ignite/blob/master/LICENSE
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.
END OF LICENSE DISCLOSURE
17. AnnotationProcessor 'androidx.room:room-compiler:2.2.5'
Copyright 2019, The Android Open Source Project
https://github.com/googlecodelabs/android-lifecycles/blob/master/app/build.gradle
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.
END OF LICENSE DISCLOSURE
18. Image Loader
Copyright [2013] [nostra13 of copyright owner]
https://github.com/nostra13/Android-Universal-Image-Loader/blob/master/LICENSE
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.
END OF LICENSE DISCLOSURE
19. Image Cropper
Copyright [2016] [Arthur of copyright owner]
https://github.com/ArthurHub/Android-Image-Cropper/blob/master/LICENSE.txt
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.
END OF LICENSE DISCLOSURE
20. Android-Job
Copyright [2015] [alf Wondratschek of copyright owner]
https://github.com/evernote/android-job/blob/master/LICENSE
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.
END OF LICENSE DISCLOSURE
21. MapQuest
Copyright (c) 2010 MapQuest
https://github.com/MapQuest/TIGER-Edited-map
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
This is a stylesheet for use with OpenStreetMap data to highlight ways that have not been
modified since they were initially imported from TIGER data. It is a recreation of a project that was
originally created by Matt Amos.
There are a couple of caveats. You need to run osm2pgsql with the -x flag and the extended
attributes uncommented in the .style file.
Roads that have had their nodes moved, but the way remains unchanged, will
still show up as unedited.
END OF LICENSE DISCLOSURE
22. Backport of the Java 8 CompletableFuture API
Copyright 2013-2016 Spotify AB
https://github.com/spotify/completable-futures/blob/master/LICENSE
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.
END OF LICENSE DISCLOSURE
23. Certificate pinning
Copyright {2015} {ajinabraham copyright owner}
https://github.com/ajinabraham/Android-SSL-Certificate-Pinning/blob/master/LICENSE
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.
END OF LICENSE DISCLOSURE