Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • GmsCore GmsCore
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • e
  • os
  • GmsCoreGmsCore
  • Merge requests
  • !31

Update to v0.2.20.212158

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Romain Hunault requested to merge import_v0.2.20.212158 into master Jul 01, 2021
  • Overview 2
  • Commits 15
  • Pipelines 6
  • Changes 73

Description

Sync microG with upstream

Issue(s)

e/backlog#3418 (closed)

Test environment

  1. Download release microG APK from this MR

    • play-services-core/build/outputs/apk/withMapboxWithoutNearby/release/play-services-core-withMapbox-withoutNearby-release-unsigned.apk
    • play-services-core/build/outputs/apk/withMapboxWithNearby/release/play-services-core-withMapbox-withNearby-release-unsigned.apk
  2. Sign the APKs with test keys (download here)

    apksigner sign --key platform.pk8 --cert platform.x509.pem --out microG_signed.apk play-services-core-withMapbox-withoutNearby-release-unsigned.apk
    apksigner sign --key platform.pk8 --cert platform.x509.pem --out microG_EN_signed.apk play-services-core-withMapbox-withNearby-release-unsigned.apk
  3. On an /e/OS test build on both APK

    adb install -r microG_signed.apk

Test procedures

Both microG_signed.apk&microG_EN_signed.apk

  • Location
  • Notification
  • Google account named "Google microG"
  • Google account
  • in-app Maps

Only microG_signed.apk

  • Shortcut from microG Settings to install microG EN

Only microG_EN_signed.apk

  • Exposure notification

Technical details

Screenshots

Check list

  • Self review
  • Test procedure explained
  • Tested on fresh install
  • Tested applied as an update
  • License
  • Internal documentation
  • User documentation
Edited Jul 19, 2021 by Rohit
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: import_v0.2.20.212158