-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why is the "InternetUtils.java" class not used anywhere? How to check internet connectivity continuously? #1
Comments
Actually, that utility function is kept anyway, but in fact not used
anymore, as you can see from this search:
https://github.com/search?q=repo%3Asimonesestito%2Fshops-queue-android%20isOnline&type=code
Thanks for the interest
Il ven 16 giu 2023, 11:42 USisFounderOfISIS ***@***.***> ha
scritto:
… InternetUtils.java
<https://github.com/simonesestito/shops-queue-android/blob/4923023cc153af8b2ca06f99a36d1f3857abc76b/app/src/main/java/com/simonesestito/shopsqueue/util/InternetUtils.java>
How to check internet connectivity continuously? using above class?
—
Reply to this email directly, view it on GitHub
<#1>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZHVUF3E4UOONKLREJVB73XLQTBBANCNFSM6AAAAAAZJAI4C4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I forgot to tell you (sorry for this negative comment) why you used so many deprecated methods like It also contain other deprecated methods that I am worry about them: ,
into
AND this location code (in MapUtils, for deprecated reason)
into
AND this
Into
Don't forget to update to last version of FCM. |
Hi, as you can see from the README, this project has been made for my high school graduation exam, and I didn't have any motivation to update it since then (that's why you can find old FCM and libraries versions). In fact, last commits are 3 years old. Also, it uses Java and not kotlin, while I knew it since then, because Java was the required programming language even if I highly prefer kotlin.
That's right! In fact, I really care about Android Studio warnings, and while these methods are reported as bad or not existent anymore, at that time it was completely fine on the latest stable release. Legal Notice
Remember that this project is licensed under the terms of the GPLv3 license, so any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions. You can look at the full license in the LICENSE.txt file or read the tldr at https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3 |
InternetUtils.java
How to check internet connectivity continuously? using above class?
The text was updated successfully, but these errors were encountered: