Skip to content
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

Bump Gravatar SDK to 2.2.0 #21544

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Conversation

AdamGrzybkowski
Copy link
Contributor

@AdamGrzybkowski AdamGrzybkowski commented Dec 18, 2024

This PR bumps the Gravatar SDK to 2.2.0. You can see the release notes here.

In short, this updates brings two new options to manage your existing Avatars:

  • Delete
  • Download

There were other fixes and updates, but these two are the most noticeable ones for the WP app.

On the Dependency side of things. We no longer use moshi-kotlin which means kotlin-reflect is not longer added. That will mean a smaller app size.

To Test:

Technically speaking, there's not much to test on the WP side since the features provided in the SDK have already been tested. Feel free to test this yourself.

  1. Go to the MeFragment by tapping the Me option
  2. Tap on the avatar
  3. Confirm the QuickEditor was opened
  4. Upload a new avatar if you don't have any
  5. Tap on the ... button on an Avatar and pick one of the options

You can

Regression Notes

You can see that I had to add tools:replace="android:maxSdkVersion" to the AndroidManifest.xml. This ensures that no changes to the WP manifest are done and the maxSdkVersion=29 is kept. Quick Editor needs the android.permission.WRITE_EXTERNAL_STORAGE permission but only up to API 28, so that's where the conflict is. This permission is needed for the DownloadManager (see docs) to download Avatars.

Here's a screenshot of the merge AndroidManifest from the .apk confirming no changes are made.

Screenshot 2024-12-18 at 11 53 40

PR Submission Checklist:

  • I have completed the Regression Notes.
  • I have considered adding accessibility improvements for my changes.
  • I have considered if this change warrants user-facing release notes and have added them to RELEASE-NOTES.txt if necessary.

Testing Checklist (strike-out the not-applying and unnecessary ones):

  • WordPress.com sites and self-hosted Jetpack sites.
  • Portrait and landscape orientations.
  • Light and dark modes.
  • Fonts: Larger, smaller and bold text.
  • High contrast.
  • Talkback.
  • Languages with large words or with letters/accents not frequently used in English.
  • Right-to-left languages. (Even if translation isn’t complete, formatting should still respect the right-to-left layout)
  • Large and small screen sizes. (Tablet and smaller phones)
  • Multi-tasking: Split screen and Pop-up view. (Android 10 or higher)

@AdamGrzybkowski AdamGrzybkowski added the Gravatar Gravatar integration label Dec 18, 2024
@AdamGrzybkowski AdamGrzybkowski added this to the 25.9 milestone Dec 18, 2024
@AdamGrzybkowski AdamGrzybkowski requested review from a team and nbradbury and removed request for a team December 18, 2024 11:03
Comment on lines -24 to +25
android:maxSdkVersion="29" />
android:maxSdkVersion="29"
tools:replace="android:maxSdkVersion" />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already mentioned in the description, but I'm pasting it here as well to make sure it's not missed.


You can see that I had to add tools:replace="android:maxSdkVersion" to the AndroidManifest.xml. This ensures that no changes to the WP manifest are done and the maxSdkVersion=29 is kept. Quick Editor needs the android.permission.WRITE_EXTERNAL_STORAGE permission but only up to API 28, so that's where the conflict is. This permission is needed for the DownloadManager (see docs) to download Avatars.

Here's a screenshot of the merge AndroidManifest from the .apk confirming no changes are made.

Screenshot 2024-12-18 at 11 53 40

@wpmobilebot
Copy link
Contributor

Project dependencies changes

The following changes in project dependencies were detected (configuration wordpressVanillaReleaseRuntimeClasspath):

list
Removed Dependencies
com.squareup.moshi:moshi-kotlin:1.15.1
org.jetbrains.kotlin:kotlin-reflect:1.8.22

Upgraded Dependencies
com.gravatar:gravatar:2.2.0, (changed from 2.0.1)
com.gravatar:gravatar-quickeditor:2.2.0, (changed from 2.0.1)
com.gravatar:gravatar-ui:2.2.0, (changed from 2.0.1)
tree
-+--- project :libs:image-editor
-|    \--- com.google.android.material:material:1.12.0
-|         \--- org.jetbrains.kotlin:kotlin-bom:1.8.22
-|              \--- org.jetbrains.kotlin:kotlin-reflect:1.8.22 (c)
++--- project :libs:login
+|    \--- com.gravatar:gravatar:2.2.0
+|         +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.0.21 (*)
+|         +--- com.squareup.retrofit2:retrofit:2.11.0
+|         |    \--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0 (*)
+|         +--- com.squareup.retrofit2:converter-moshi:2.11.0
+|         |    +--- com.squareup.retrofit2:retrofit:2.11.0 (*)
+|         |    \--- com.squareup.moshi:moshi:1.15.1
+|         |         +--- com.squareup.okio:okio:3.7.0 -> 3.9.0 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.10 (*)
+|         +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.8.1 (*)
+|         +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
++--- com.gravatar:gravatar:2.2.0 (*)
+\--- com.gravatar:gravatar-quickeditor:2.2.0
+     +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.0.21 (*)
+     +--- com.gravatar:gravatar:2.2.0 (*)
+     +--- com.gravatar:gravatar-ui:2.2.0
+     |    +--- androidx.core:core-ktx:1.13.1 (*)
+     |    +--- androidx.appcompat:appcompat:1.7.0 (*)
+     |    +--- com.google.android.material:material:1.12.0 (*)
+     |    +--- io.coil-kt:coil-compose:2.7.0
+     |    |    +--- io.coil-kt:coil-compose-base:2.7.0
+     |    |    |    +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*)
+     |    |    |    +--- com.google.accompanist:accompanist-drawablepainter:0.32.0 (*)
+     |    |    |    +--- io.coil-kt:coil-base:2.7.0
+     |    |    |    |    +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*)
+     |    |    |    |    +--- androidx.appcompat:appcompat-resources:1.6.1 -> 1.7.0 (*)
+     |    |    |    |    +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*)
+     |    |    |    |    +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*)
+     |    |    |    |    +--- androidx.exifinterface:exifinterface:1.3.7 (*)
+     |    |    |    |    +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.0 (*)
+     |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 -> 2.8.7 (*)
+     |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 (*)
+     |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+     |    |    |    |    +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
+     |    |    |    |    \--- com.squareup.okio:okio:3.9.0 (*)
+     |    |    |    +--- androidx.compose.foundation:foundation:1.6.8 -> 1.7.6 (*)
+     |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+     |    |    +--- io.coil-kt:coil:2.7.0
+     |    |    |    +--- io.coil-kt:coil-base:2.7.0 (*)
+     |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+     |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+     |    +--- io.coil-kt:coil-svg:2.7.0
+     |    |    +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*)
+     |    |    +--- com.caverock:androidsvg-aar:1.4
+     |    |    +--- io.coil-kt:coil-base:2.7.0 (*)
+     |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+     |    +--- com.gravatar:gravatar:2.2.0 (*)
+     |    +--- androidx.compose:compose-bom:2024.02.00 -> 2024.12.01
+     |    |    +--- androidx.compose.animation:animation:1.7.6 (c)
+     |    |    +--- androidx.compose.foundation:foundation:1.7.6 (c)
+     |    |    +--- androidx.compose.foundation:foundation-layout:1.7.6 (c)
+     |    |    +--- androidx.compose.material:material:1.7.6 (c)
+     |    |    +--- androidx.compose.material3:material3:1.3.1 (c)
+     |    |    +--- androidx.compose.material3.adaptive:adaptive:1.0.0 (c)
+     |    |    +--- androidx.compose.runtime:runtime:1.7.6 (c)
+     |    |    +--- androidx.compose.runtime:runtime-livedata:1.7.6 (c)
+     |    |    +--- androidx.compose.runtime:runtime-saveable:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-graphics:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-text:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-tooling:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-tooling-preview:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-unit:1.7.6 (c)
+     |    |    +--- androidx.compose.material3:material3-android:1.3.1 (c)
+     |    |    +--- androidx.compose.material3.adaptive:adaptive-android:1.0.0 (c)
+     |    |    +--- androidx.compose.animation:animation-android:1.7.6 (c)
+     |    |    +--- androidx.compose.foundation:foundation-android:1.7.6 (c)
+     |    |    +--- androidx.compose.foundation:foundation-layout-android:1.7.6 (c)
+     |    |    +--- androidx.compose.material:material-android:1.7.6 (c)
+     |    |    +--- androidx.compose.runtime:runtime-android:1.7.6 (c)
+     |    |    +--- androidx.compose.runtime:runtime-saveable-android:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-android:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-graphics-android:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-text-android:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-tooling-android:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-tooling-preview-android:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-unit-android:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-util:1.7.6 (c)
+     |    |    +--- androidx.compose.animation:animation-core:1.7.6 (c)
+     |    |    +--- androidx.compose.material:material-icons-core:1.7.6 (c)
+     |    |    +--- androidx.compose.material:material-ripple:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-geometry:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-tooling-data:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-util-android:1.7.6 (c)
+     |    |    +--- androidx.compose.animation:animation-core-android:1.7.6 (c)
+     |    |    +--- androidx.compose.material:material-icons-core-android:1.7.6 (c)
+     |    |    +--- androidx.compose.material:material-ripple-android:1.7.6 (c)
+     |    |    +--- androidx.compose.ui:ui-geometry-android:1.7.6 (c)
+     |    |    \--- androidx.compose.ui:ui-tooling-data-android:1.7.6 (c)
+     |    +--- androidx.compose.ui:ui -> 1.7.6 (*)
+     |    +--- androidx.compose.ui:ui-tooling-preview -> 1.7.6 (*)
+     |    +--- androidx.compose.material3:material3 -> 1.3.1
+     |    |    \--- androidx.compose.material3:material3-android:1.3.1
+     |    |         +--- androidx.activity:activity-compose:1.8.2 -> 1.9.3 (*)
+     |    |         +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
+     |    |         +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
+     |    |         +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*)
+     |    |         +--- androidx.compose.animation:animation-core:1.6.0 -> 1.7.6 (*)
+     |    |         +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.6 (*)
+     |    |         +--- androidx.compose.foundation:foundation-layout:1.7.0 -> 1.7.6 (*)
+     |    |         +--- androidx.compose.material:material-icons-core:1.6.0 -> 1.7.6
+     |    |         |    \--- androidx.compose.material:material-icons-core-android:1.7.6
+     |    |         |         +--- androidx.compose.ui:ui:1.6.0 -> 1.7.6 (*)
+     |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+     |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.0.21 (*)
+     |    |         +--- androidx.compose.material:material-ripple:1.7.0 -> 1.7.6 (*)
+     |    |         +--- androidx.compose.runtime:runtime:1.7.0 -> 1.7.6 (*)
+     |    |         +--- androidx.compose.ui:ui:1.6.0 -> 1.7.6 (*)
+     |    |         +--- androidx.compose.ui:ui-text:1.6.0 -> 1.7.6 (*)
+     |    |         +--- androidx.compose.ui:ui-util:1.6.0 -> 1.7.6 (*)
+     |    |         +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 (*)
+     |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.0.21 (*)
+     |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
+     +--- androidx.browser:browser:1.8.0
+     |    +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+     |    +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
+     |    +--- androidx.collection:collection:1.1.0 -> 1.4.4 (*)
+     |    +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
+     |    +--- androidx.core:core:1.1.0 -> 1.13.1 (*)
+     |    +--- androidx.interpolator:interpolator:1.0.0 (*)
+     |    \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+     +--- androidx.appcompat:appcompat:1.7.0 (*)
+     +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.3 -> 2.8.7 (*)
+     +--- androidx.navigation:navigation-compose:2.8.3 -> 2.8.5 (*)
+     +--- io.github.osipxd:security-crypto-datastore-preferences:1.1.1-beta03
+     |    +--- io.github.osipxd:encrypted-datastore-preferences:1.1.1-beta03
+     |    |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03
+     |    |    |    +--- io.github.osipxd:encrypted-datastore-preferences:1.1.1-beta03 (c)
+     |    |    |    +--- io.github.osipxd:security-crypto-datastore:1.1.1-beta03 (c)
+     |    |    |    +--- io.github.osipxd:security-crypto-datastore-preferences:1.1.1-beta03 (c)
+     |    |    |    +--- androidx.datastore:datastore-preferences:1.1.1 (c)
+     |    |    |    +--- io.github.osipxd:encrypted-datastore:1.1.1-beta03 (c)
+     |    |    |    +--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
+     |    |    |    +--- androidx.datastore:datastore:1.1.1 (c)
+     |    |    |    \--- androidx.datastore:datastore-core:1.1.1 (c)
+     |    |    +--- io.github.osipxd:encrypted-datastore:1.1.1-beta03
+     |    |    |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03 (*)
+     |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
+     |    |    |    +--- androidx.datastore:datastore-core:1.1.1
+     |    |    |    |    \--- androidx.datastore:datastore-core-android:1.1.1
+     |    |    |    |         +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
+     |    |    |    |         +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 2.0.21 (*)
+     |    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+     |    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
+     |    |    |    |         +--- androidx.datastore:datastore:1.1.1 (c)
+     |    |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (c)
+     |    |    |    |         +--- androidx.datastore:datastore-preferences:1.1.1 (c)
+     |    |    |    |         \--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
+     |    |    |    \--- com.google.crypto.tink:tink-android:1.13.0 (*)
+     |    |    +--- androidx.datastore:datastore-preferences-core:1.1.1
+     |    |    |    \--- androidx.datastore:datastore-preferences-core-jvm:1.1.1
+     |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (*)
+     |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1
+     |    |    |         |    \--- androidx.datastore:datastore-core-okio-jvm:1.1.1
+     |    |    |         |         +--- androidx.datastore:datastore-core:1.1.1 (*)
+     |    |    |         |         +--- com.squareup.okio:okio:3.4.0 -> 3.9.0 (*)
+     |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+     |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
+     |    |    |         |         +--- androidx.datastore:datastore:1.1.1 (c)
+     |    |    |         |         +--- androidx.datastore:datastore-core:1.1.1 (c)
+     |    |    |         |         +--- androidx.datastore:datastore-preferences:1.1.1 (c)
+     |    |    |         |         \--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
+     |    |    |         +--- com.squareup.okio:okio:3.4.0 -> 3.9.0 (*)
+     |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+     |    |    |         +--- androidx.datastore:datastore:1.1.1 (c)
+     |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (c)
+     |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (c)
+     |    |    |         \--- androidx.datastore:datastore-preferences:1.1.1 (c)
+     |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
+     |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03 (*)
+     |    +--- io.github.osipxd:security-crypto-datastore:1.1.1-beta03
+     |    |    +--- io.github.osipxd:encrypted-datastore:1.1.1-beta03 (*)
+     |    |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03 (*)
+     |    |    +--- androidx.datastore:datastore:1.1.1
+     |    |    |    \--- androidx.datastore:datastore-android:1.1.1
+     |    |    |         +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+     |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (*)
+     |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (*)
+     |    |    |         +--- com.squareup.okio:okio:3.4.0 -> 3.9.0 (*)
+     |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+     |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
+     |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (c)
+     |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (c)
+     |    |    |         +--- androidx.datastore:datastore-preferences:1.1.1 (c)
+     |    |    |         \--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
+     |    |    +--- androidx.security:security-crypto:1.0.0 (*)
+     |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
+     |    +--- androidx.datastore:datastore-preferences:1.1.1
+     |    |    \--- androidx.datastore:datastore-preferences-android:1.1.1
+     |    |         +--- androidx.datastore:datastore:1.1.1 (*)
+     |    |         +--- androidx.datastore:datastore-preferences-core:1.1.1 (*)
+     |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+     |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
+     |    |         +--- androidx.datastore:datastore:1.1.1 (c)
+     |    |         +--- androidx.datastore:datastore-core:1.1.1 (c)
+     |    |         +--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
+     |    |         \--- androidx.datastore:datastore-core-okio:1.1.1 (c)
+     |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
+     +--- androidx.startup:startup-runtime:1.1.1 (*)
+     +--- io.coil-kt:coil-compose:2.7.0 (*)
+     +--- com.squareup.retrofit2:retrofit:2.11.0 (*)
+     +--- com.squareup.retrofit2:converter-moshi:2.11.0 (*)
+     +--- com.automattic:ucrop:2.2.10 (*)
+     +--- androidx.compose:compose-bom:2024.02.00 -> 2024.12.01 (*)
+     +--- androidx.compose.ui:ui -> 1.7.6 (*)
+     +--- androidx.compose.ui:ui-tooling-preview -> 1.7.6 (*)
+     +--- androidx.compose.material3:material3 -> 1.3.1 (*)
+     +--- androidx.activity:activity-compose:1.9.2 -> 1.9.3 (*)
+     +--- androidx.compose.material3.adaptive:adaptive:1.0.0
+     |    \--- androidx.compose.material3.adaptive:adaptive-android:1.0.0
+     |         +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
+     |         +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
+     |         +--- androidx.compose.foundation:foundation:1.6.5 -> 1.7.6 (*)
+     |         +--- androidx.compose.ui:ui-geometry:1.6.5 -> 1.7.6 (*)
+     |         +--- androidx.window:window:1.3.0 (*)
+     |         +--- androidx.window:window-core:1.3.0
+     |         |    \--- androidx.window:window-core-android:1.3.0
+     |         |         +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
+     |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+     |         |         \--- androidx.window:window:1.3.0 (c)
+     |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+     |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.0.21 (*)
+     +--- com.composables:core:1.15.0
+     |    \--- com.composables:core-android:1.15.0
+     |         +--- androidx.activity:activity:1.9.0 -> 1.9.3 (*)
+     |         +--- androidx.activity:activity-compose:1.9.0 -> 1.9.3 (*)
+     |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.0.21 (*)
+     |         \--- org.jetbrains.compose.foundation:foundation:1.6.11
+     |              \--- androidx.compose.foundation:foundation:1.6.7 -> 1.7.6 (*)
+     \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
-+--- project :libs:login
-|    \--- com.gravatar:gravatar:2.0.1
-|         +--- com.squareup.moshi:moshi-kotlin:1.15.1
-|         |    +--- com.squareup.moshi:moshi:1.15.1
-|         |    |    +--- com.squareup.okio:okio:3.7.0 -> 3.9.0 (*)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.10 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 -> 1.8.22
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.10 (*)
-|         +--- com.squareup.retrofit2:retrofit:2.11.0
-|         |    \--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0 (*)
-|         +--- com.squareup.retrofit2:converter-moshi:2.11.0
-|         |    +--- com.squareup.retrofit2:retrofit:2.11.0 (*)
-|         |    \--- com.squareup.moshi:moshi:1.15.1 (*)
-|         +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.8.1 (*)
-|         +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
-+--- com.gravatar:gravatar:2.0.1 (*)
-\--- com.gravatar:gravatar-quickeditor:2.0.1
-     +--- com.gravatar:gravatar:2.0.1 (*)
-     +--- com.gravatar:gravatar-ui:2.0.1
-     |    +--- androidx.core:core-ktx:1.13.1 (*)
-     |    +--- androidx.appcompat:appcompat:1.7.0 (*)
-     |    +--- com.google.android.material:material:1.12.0 (*)
-     |    +--- io.coil-kt:coil-compose:2.7.0
-     |    |    +--- io.coil-kt:coil-compose-base:2.7.0
-     |    |    |    +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*)
-     |    |    |    +--- com.google.accompanist:accompanist-drawablepainter:0.32.0 (*)
-     |    |    |    +--- io.coil-kt:coil-base:2.7.0
-     |    |    |    |    +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*)
-     |    |    |    |    +--- androidx.appcompat:appcompat-resources:1.6.1 -> 1.7.0 (*)
-     |    |    |    |    +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*)
-     |    |    |    |    +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*)
-     |    |    |    |    +--- androidx.exifinterface:exifinterface:1.3.7 (*)
-     |    |    |    |    +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.0 (*)
-     |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 -> 2.8.7 (*)
-     |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 (*)
-     |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
-     |    |    |    |    +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
-     |    |    |    |    \--- com.squareup.okio:okio:3.9.0 (*)
-     |    |    |    +--- androidx.compose.foundation:foundation:1.6.8 -> 1.7.6 (*)
-     |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
-     |    |    +--- io.coil-kt:coil:2.7.0
-     |    |    |    +--- io.coil-kt:coil-base:2.7.0 (*)
-     |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
-     |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
-     |    +--- io.coil-kt:coil-svg:2.7.0
-     |    |    +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*)
-     |    |    +--- com.caverock:androidsvg-aar:1.4
-     |    |    +--- io.coil-kt:coil-base:2.7.0 (*)
-     |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
-     |    +--- com.gravatar:gravatar:2.0.1 (*)
-     |    +--- androidx.compose:compose-bom:2024.02.00 -> 2024.12.01
-     |    |    +--- androidx.compose.animation:animation:1.7.6 (c)
-     |    |    +--- androidx.compose.foundation:foundation:1.7.6 (c)
-     |    |    +--- androidx.compose.foundation:foundation-layout:1.7.6 (c)
-     |    |    +--- androidx.compose.material:material:1.7.6 (c)
-     |    |    +--- androidx.compose.material3:material3:1.3.1 (c)
-     |    |    +--- androidx.compose.material3.adaptive:adaptive:1.0.0 (c)
-     |    |    +--- androidx.compose.runtime:runtime:1.7.6 (c)
-     |    |    +--- androidx.compose.runtime:runtime-livedata:1.7.6 (c)
-     |    |    +--- androidx.compose.runtime:runtime-saveable:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-graphics:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-text:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-tooling:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-tooling-preview:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-unit:1.7.6 (c)
-     |    |    +--- androidx.compose.material3:material3-android:1.3.1 (c)
-     |    |    +--- androidx.compose.material3.adaptive:adaptive-android:1.0.0 (c)
-     |    |    +--- androidx.compose.animation:animation-android:1.7.6 (c)
-     |    |    +--- androidx.compose.foundation:foundation-android:1.7.6 (c)
-     |    |    +--- androidx.compose.foundation:foundation-layout-android:1.7.6 (c)
-     |    |    +--- androidx.compose.material:material-android:1.7.6 (c)
-     |    |    +--- androidx.compose.runtime:runtime-android:1.7.6 (c)
-     |    |    +--- androidx.compose.runtime:runtime-saveable-android:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-android:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-graphics-android:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-text-android:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-tooling-android:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-tooling-preview-android:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-unit-android:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-util:1.7.6 (c)
-     |    |    +--- androidx.compose.animation:animation-core:1.7.6 (c)
-     |    |    +--- androidx.compose.material:material-icons-core:1.7.6 (c)
-     |    |    +--- androidx.compose.material:material-ripple:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-geometry:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-tooling-data:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-util-android:1.7.6 (c)
-     |    |    +--- androidx.compose.animation:animation-core-android:1.7.6 (c)
-     |    |    +--- androidx.compose.material:material-icons-core-android:1.7.6 (c)
-     |    |    +--- androidx.compose.material:material-ripple-android:1.7.6 (c)
-     |    |    +--- androidx.compose.ui:ui-geometry-android:1.7.6 (c)
-     |    |    \--- androidx.compose.ui:ui-tooling-data-android:1.7.6 (c)
-     |    +--- androidx.compose.ui:ui -> 1.7.6 (*)
-     |    +--- androidx.compose.ui:ui-tooling-preview -> 1.7.6 (*)
-     |    +--- androidx.compose.material3:material3 -> 1.3.1
-     |    |    \--- androidx.compose.material3:material3-android:1.3.1
-     |    |         +--- androidx.activity:activity-compose:1.8.2 -> 1.9.3 (*)
-     |    |         +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
-     |    |         +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
-     |    |         +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*)
-     |    |         +--- androidx.compose.animation:animation-core:1.6.0 -> 1.7.6 (*)
-     |    |         +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.6 (*)
-     |    |         +--- androidx.compose.foundation:foundation-layout:1.7.0 -> 1.7.6 (*)
-     |    |         +--- androidx.compose.material:material-icons-core:1.6.0 -> 1.7.6
-     |    |         |    \--- androidx.compose.material:material-icons-core-android:1.7.6
-     |    |         |         +--- androidx.compose.ui:ui:1.6.0 -> 1.7.6 (*)
-     |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-     |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.0.21 (*)
-     |    |         +--- androidx.compose.material:material-ripple:1.7.0 -> 1.7.6 (*)
-     |    |         +--- androidx.compose.runtime:runtime:1.7.0 -> 1.7.6 (*)
-     |    |         +--- androidx.compose.ui:ui:1.6.0 -> 1.7.6 (*)
-     |    |         +--- androidx.compose.ui:ui-text:1.6.0 -> 1.7.6 (*)
-     |    |         +--- androidx.compose.ui:ui-util:1.6.0 -> 1.7.6 (*)
-     |    |         +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 (*)
-     |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.0.21 (*)
-     |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
-     +--- androidx.browser:browser:1.8.0
-     |    +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
-     |    +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
-     |    +--- androidx.collection:collection:1.1.0 -> 1.4.4 (*)
-     |    +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
-     |    +--- androidx.core:core:1.1.0 -> 1.13.1 (*)
-     |    +--- androidx.interpolator:interpolator:1.0.0 (*)
-     |    \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-     +--- androidx.appcompat:appcompat:1.7.0 (*)
-     +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.3 -> 2.8.7 (*)
-     +--- androidx.navigation:navigation-compose:2.8.1 -> 2.8.5 (*)
-     +--- io.github.osipxd:security-crypto-datastore-preferences:1.1.1-beta03
-     |    +--- io.github.osipxd:encrypted-datastore-preferences:1.1.1-beta03
-     |    |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03
-     |    |    |    +--- io.github.osipxd:encrypted-datastore-preferences:1.1.1-beta03 (c)
-     |    |    |    +--- io.github.osipxd:security-crypto-datastore:1.1.1-beta03 (c)
-     |    |    |    +--- io.github.osipxd:security-crypto-datastore-preferences:1.1.1-beta03 (c)
-     |    |    |    +--- androidx.datastore:datastore-preferences:1.1.1 (c)
-     |    |    |    +--- io.github.osipxd:encrypted-datastore:1.1.1-beta03 (c)
-     |    |    |    +--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
-     |    |    |    +--- androidx.datastore:datastore:1.1.1 (c)
-     |    |    |    \--- androidx.datastore:datastore-core:1.1.1 (c)
-     |    |    +--- io.github.osipxd:encrypted-datastore:1.1.1-beta03
-     |    |    |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03 (*)
-     |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
-     |    |    |    +--- androidx.datastore:datastore-core:1.1.1
-     |    |    |    |    \--- androidx.datastore:datastore-core-android:1.1.1
-     |    |    |    |         +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
-     |    |    |    |         +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 2.0.21 (*)
-     |    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-     |    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
-     |    |    |    |         +--- androidx.datastore:datastore:1.1.1 (c)
-     |    |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (c)
-     |    |    |    |         +--- androidx.datastore:datastore-preferences:1.1.1 (c)
-     |    |    |    |         \--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
-     |    |    |    \--- com.google.crypto.tink:tink-android:1.13.0 (*)
-     |    |    +--- androidx.datastore:datastore-preferences-core:1.1.1
-     |    |    |    \--- androidx.datastore:datastore-preferences-core-jvm:1.1.1
-     |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (*)
-     |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1
-     |    |    |         |    \--- androidx.datastore:datastore-core-okio-jvm:1.1.1
-     |    |    |         |         +--- androidx.datastore:datastore-core:1.1.1 (*)
-     |    |    |         |         +--- com.squareup.okio:okio:3.4.0 -> 3.9.0 (*)
-     |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-     |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
-     |    |    |         |         +--- androidx.datastore:datastore:1.1.1 (c)
-     |    |    |         |         +--- androidx.datastore:datastore-core:1.1.1 (c)
-     |    |    |         |         +--- androidx.datastore:datastore-preferences:1.1.1 (c)
-     |    |    |         |         \--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
-     |    |    |         +--- com.squareup.okio:okio:3.4.0 -> 3.9.0 (*)
-     |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-     |    |    |         +--- androidx.datastore:datastore:1.1.1 (c)
-     |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (c)
-     |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (c)
-     |    |    |         \--- androidx.datastore:datastore-preferences:1.1.1 (c)
-     |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
-     |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03 (*)
-     |    +--- io.github.osipxd:security-crypto-datastore:1.1.1-beta03
-     |    |    +--- io.github.osipxd:encrypted-datastore:1.1.1-beta03 (*)
-     |    |    +--- io.github.osipxd:encrypted-datastore-bom:1.1.1-beta03 (*)
-     |    |    +--- androidx.datastore:datastore:1.1.1
-     |    |    |    \--- androidx.datastore:datastore-android:1.1.1
-     |    |    |         +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
-     |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (*)
-     |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (*)
-     |    |    |         +--- com.squareup.okio:okio:3.4.0 -> 3.9.0 (*)
-     |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-     |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
-     |    |    |         +--- androidx.datastore:datastore-core:1.1.1 (c)
-     |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1 (c)
-     |    |    |         +--- androidx.datastore:datastore-preferences:1.1.1 (c)
-     |    |    |         \--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
-     |    |    +--- androidx.security:security-crypto:1.0.0 (*)
-     |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
-     |    +--- androidx.datastore:datastore-preferences:1.1.1
-     |    |    \--- androidx.datastore:datastore-preferences-android:1.1.1
-     |    |         +--- androidx.datastore:datastore:1.1.1 (*)
-     |    |         +--- androidx.datastore:datastore-preferences-core:1.1.1 (*)
-     |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-     |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1 (*)
-     |    |         +--- androidx.datastore:datastore:1.1.1 (c)
-     |    |         +--- androidx.datastore:datastore-core:1.1.1 (c)
-     |    |         +--- androidx.datastore:datastore-preferences-core:1.1.1 (c)
-     |    |         \--- androidx.datastore:datastore-core-okio:1.1.1 (c)
-     |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
-     +--- androidx.startup:startup-runtime:1.1.1 (*)
-     +--- io.coil-kt:coil-compose:2.7.0 (*)
-     +--- com.squareup.retrofit2:retrofit:2.11.0 (*)
-     +--- com.squareup.retrofit2:converter-moshi:2.11.0 (*)
-     +--- com.automattic:ucrop:2.2.10 (*)
-     +--- androidx.compose:compose-bom:2024.02.00 -> 2024.12.01 (*)
-     +--- androidx.compose.ui:ui -> 1.7.6 (*)
-     +--- androidx.compose.ui:ui-tooling-preview -> 1.7.6 (*)
-     +--- androidx.compose.material3:material3 -> 1.3.1 (*)
-     +--- androidx.activity:activity-compose:1.9.2 -> 1.9.3 (*)
-     +--- androidx.compose.material3.adaptive:adaptive:1.0.0
-     |    \--- androidx.compose.material3.adaptive:adaptive-android:1.0.0
-     |         +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
-     |         +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
-     |         +--- androidx.compose.foundation:foundation:1.6.5 -> 1.7.6 (*)
-     |         +--- androidx.compose.ui:ui-geometry:1.6.5 -> 1.7.6 (*)
-     |         +--- androidx.window:window:1.3.0 (*)
-     |         +--- androidx.window:window-core:1.3.0
-     |         |    \--- androidx.window:window-core-android:1.3.0
-     |         |         +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
-     |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-     |         |         \--- androidx.window:window:1.3.0 (c)
-     |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
-     |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.0.21 (*)
-     +--- com.composables:core:1.15.0
-     |    \--- com.composables:core-android:1.15.0
-     |         +--- androidx.activity:activity:1.9.0 -> 1.9.3 (*)
-     |         +--- androidx.activity:activity-compose:1.9.0 -> 1.9.3 (*)
-     |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.0.21 (*)
-     |         \--- org.jetbrains.compose.foundation:foundation:1.6.11
-     |              \--- androidx.compose.foundation:foundation:1.6.7 -> 1.7.6 (*)
-     \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)

@wpmobilebot
Copy link
Contributor

Jetpack📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
App NameJetpack Jetpack
FlavorJalapeno
Build TypeDebug
Versionpr21544-6e9574c
Commit6e9574c
Direct Downloadjetpack-prototype-build-pr21544-6e9574c.apk
Note: Google Login is not supported on these builds.

@wpmobilebot
Copy link
Contributor

WordPress📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
App NameWordPress WordPress
FlavorJalapeno
Build TypeDebug
Versionpr21544-6e9574c
Commit6e9574c
Direct Downloadwordpress-prototype-build-pr21544-6e9574c.apk
Note: Google Login is not supported on these builds.

Copy link
Contributor

@nbradbury nbradbury left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AdamGrzybkowski I'll approve this but wanted to point out some unexpected behavior that's unrelated to this PR. When I tapped my profile pic on the Me tab, it correctly showed two profile photos I previously added. But when I tapped a photo, instead of updating my profile pic it gave me the option to either delete or download the photo. I chose to download and was told I would get a notification when the download completed, but I never received one. I waited a minute, tapped the photo again, and then it changed my profile pic. :shipit:

Update: Just to clarify, my expectation was that tapping a photo would change my profile pic. I didn't understand why I needed to download it first.

@AdamGrzybkowski
Copy link
Contributor Author

Thanks for the feedback @nbradbury

You don't need to download the Image to select it. There's a button on the Avatar in the bottom right corner that when tapped would display the Popup with the options you mentioned.
Screenshot 2024-12-18 at 15 16 23

I guess you might have missed it.

I chose to download and was told I would get a notification when the download was completed, but I never received one.

We don't control the notifications here, DownloadManager does. It's a system app. One reason could be that the notifications are disabled. If you don't mind checking you can do it in: System settings -> Apps -> Show system apps -> Download Manager.

@nbradbury
Copy link
Contributor

There's a button on the Avatar in the bottom right corner that when tapped would display the Popup with the options you mentioned.

Once again my eyesight has failed me! Sorry for the false alarm. Feel free to merge when ready.

@AdamGrzybkowski AdamGrzybkowski merged commit 24a3ae4 into trunk Dec 19, 2024
25 of 27 checks passed
@AdamGrzybkowski AdamGrzybkowski deleted the adam/bump_gravatar_to_2.2.0 branch December 19, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gravatar Gravatar integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants