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

Enable location sharing #1020

Merged
merged 7 commits into from
Mar 28, 2024
Merged

Enable location sharing #1020

merged 7 commits into from
Mar 28, 2024

Conversation

yostyle
Copy link
Contributor

@yostyle yostyle commented Mar 25, 2024

Type of change

  • Feature
  • Bugfix
  • Technical
  • Other :

Content

Motivation and context

Screenshots / GIFs

Tests

  • Step 1
  • Step 2
  • Step ...

Tested devices

  • Physical
  • Emulator
  • OS version(s):

Checklist

@yostyle yostyle self-assigned this Mar 25, 2024
@tchap-danger-bot
Copy link

Warnings
⚠️

Please add a changelog. See instructions here

⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 dangerJS against b58c476

Copy link
Contributor

@NicolasBuquet NicolasBuquet left a comment

Choose a reason for hiding this comment

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

Remarque générale de tagguer avec // Tchap: les modifs pour faciliter les futurs rebase.

@tchap-danger-bot
Copy link

Warnings
⚠️

Please add a changelog. See instructions here

⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 dangerJS against 83b67ff

@@ -98,10 +100,8 @@ abstract class BottomSheetMessagePreviewItem : VectorEpoxyModel<BottomSheetMessa
holder.body.isVisible = locationUiData == null
holder.mapViewContainer.isVisible = locationUiData != null
locationUiData?.let { safeLocationUiData ->
GlideApp.with(holder.staticMapImageView)
Copy link
Contributor

Choose a reason for hiding this comment

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

Laisser ces lignes en commentaire pour faciliter les futurs rebase ?

Copy link
Contributor Author

@yostyle yostyle Mar 28, 2024

Choose a reason for hiding this comment

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

on a l'historique git et le code est déplacé dans map renderer.

@@ -75,25 +85,25 @@ abstract class AbsMessageLocationItem<H : AbsMessageLocationItem.Holder>(
RoundedCorners(dimensionConverter.dpToPx(8))
}
holder.staticMapImageView.updateLayoutParams {
width = mapWidth
Copy link
Contributor

Choose a reason for hiding this comment

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

Laisser les lignes en commentaire et ajouter un Tchap comment

@tchap-danger-bot
Copy link

Warnings
⚠️

Please add a changelog. See instructions here

⚠️ You seem to have made changes to views. Please consider adding screenshots.
⚠️ Please add a reviewer to your PR.

Generated by 🚫 dangerJS against df95e0c

@tchap-danger-bot
Copy link

Warnings
⚠️

Please add a changelog. See instructions here

⚠️ You seem to have made changes to views. Please consider adding screenshots.
⚠️ Please add a reviewer to your PR.

Generated by 🚫 dangerJS against d600300

Copy link
Contributor

@NicolasBuquet NicolasBuquet left a comment

Choose a reason for hiding this comment

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

LGTM

@tchap-danger-bot
Copy link

Warnings
⚠️ You seem to have made changes to views. Please consider adding screenshots.
⚠️ Please add a reviewer to your PR.

Generated by 🚫 dangerJS against 4fc3ba1

@yostyle yostyle merged commit 3270aff into develop Mar 28, 2024
11 of 16 checks passed
@yostyle yostyle deleted the yostyle/enable_location branch March 28, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants