This repository has been archived by the owner on Apr 6, 2024. It is now read-only.
forked from microg/GmsCore
-
Notifications
You must be signed in to change notification settings - Fork 690
Mugsync #22
Conversation
This file contains 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
When using GCM on a roaming connection, the heartbeat interval is set to: `networkRoaming * 6000`. It should instead be `networkRoaming * 60000` because we're converting from a number of minutes (stored in the properties) to a number of milliseconds, like it's done for regular mobile and wifi connections.
…pps_GmsCore � Conflicts: � build.gradle � play-services-base-core/src/main/java/org/microg/gms/common/ForegroundServiceContext.java � play-services-cast/src/main/java/com/google/android/gms/cast/Cast.java � play-services-cast/src/main/java/com/google/android/gms/cast/CastRemoteDisplay.java � play-services-cast/src/main/java/org/microg/gms/cast/CastApiClientBuilder.java � play-services-cast/src/main/java/org/microg/gms/cast/CastClientImpl.java � play-services-cast/src/main/java/org/microg/gms/cast/CastRemoteDisplayApiClientBuilder.java � play-services-core/build.gradle � play-services-core/microg-ui-tools/src/main/res/drawable/self_check.xml � play-services-core/src/main/AndroidManifest.xml � play-services-core/src/main/java/org/microg/gms/checkin/CheckinManager.java � play-services-core/src/main/java/org/microg/gms/checkin/CheckinService.java � play-services-core/src/main/java/org/microg/gms/snet/SafetyNetClientServiceImpl.java � play-services-core/src/main/java/org/microg/gms/ui/CheckinFragment.java � play-services-core/src/main/java/org/microg/gms/ui/GcmAppFragment.java � play-services-core/src/main/java/org/microg/gms/ui/GcmFragment.java � play-services-core/src/main/java/org/microg/gms/ui/SettingsActivity.java � play-services-core/src/main/java/org/microg/gms/ui/UnifiedBackendDetailsActivity.java � play-services-core/src/main/java/org/microg/gms/ui/UnifiedBackendListActivity.java � play-services-core/src/main/res/drawable/dots_horizontal.xml � play-services-core/src/main/res/drawable/ic_certificate.xml � play-services-core/src/main/res/values/strings.xml � play-services-core/src/main/res/xml/preferences_safetynet.xml � play-services-core/src/main/res/xml/preferences_start.xml � play-services-gcm/build.gradle � play-services-gcm/src/main/java/com/google/android/gms/gcm/GcmReceiver.java � play-services-iid/build.gradle � play-services-iid/src/main/java/com/google/android/gms/iid/InstanceIDListenerService.java � play-services-location-api/build.gradle � play-services-location/build.gradle � play-services-location/src/main/java/com/google/android/gms/location/ActivityRecognition.java � play-services-location/src/main/java/com/google/android/gms/location/FusedLocationProviderApi.java � play-services-location/src/main/java/com/google/android/gms/location/GeofencingApi.java � play-services-location/src/main/java/com/google/android/gms/location/LocationServices.java � play-services-location/src/main/java/com/google/android/gms/location/SettingsApi.java � play-services-location/src/main/java/org/microg/gms/location/ActivityRecognitionApiClientBuilder.java � play-services-location/src/main/java/org/microg/gms/location/ActivityRecognitionClientImpl.java � play-services-location/src/main/java/org/microg/gms/location/FusedLocationProviderApiImpl.java � play-services-location/src/main/java/org/microg/gms/location/GeofencingApiImpl.java � play-services-location/src/main/java/org/microg/gms/location/GoogleLocationManagerClient.java � play-services-location/src/main/java/org/microg/gms/location/LocationClientImpl.java � play-services-location/src/main/java/org/microg/gms/location/LocationServicesApiClientBuilder.java � play-services-wearable-api/build.gradle � play-services-wearable/src/main/java/com/google/android/gms/wearable/Wearable.java � play-services-wearable/src/main/java/org/microg/gms/wearable/WearableApiClientBuilder.java � play-services-wearable/src/main/java/org/microg/gms/wearable/WearableClientImpl.java � settings.gradle
0.2.11.202414
Made app fully functional
fixed crash
Color fixes
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.