-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Dependency Updates - Main Batch - AndroidX Other #17565
Comments
Generated by 🚫 dangerJS |
2 similar comments
Generated by 🚫 dangerJS |
Generated by 🚫 dangerJS |
✅ ✅ The latest stable versions for both, the ❗ However, we might take this opportunity and see if we can get rid of this legacy dependency altogether. No matter, the least we can do is to merge these two separate versions into one, the |
✅ The latest stable version of ❗ However, we might take this opportunity and get rid of this dependency and |
❓ The |
FYI: Multidex got removed as part of this PR. |
As part of the above effort of mine to try and update the current @mzorz -
|
Hi @ParaskP7 ! Thanks a ton for getting into the weeds of this and all the efforts to try and make this work 🙏 I believe everything you're saying is right. There is one thing to have in mind: IIRC we disabled the dedicated button for "stickers" (actually emoji) but the library should still support adding emoji when you add a text view. So what I would test would be to add some text with emoji, introduced with the keyboard itself (something like text combined with emoji). From what you said above, it looks like you did test it and it worked, except for Android 14.0? (am I reading that correctly on point 3?) If that is the case then I guess we'd need to fix it for Android 14.0 at some point. Other than that, your steps described above make sense to me! (i.e. essentially "revert" this PR #12045 and fix anything that comes out of removing that code, hopefully not much). Again, thanks for your efforts maintaining the codebase 🙌 |
👋 @mzorz and thank you for the reply! 🥇
😊 🤞
💯
Yea, I did that test and everything worked as expected. 👍 PS: Actually, the emojis weren't working with the current custom emoji support configuration, but they started to work fine when the
Actually, this 14.0 from the list of emojis above refers to the emoji version, not the Android version (see first table within Support modern emoji). Apologies for making you think it is the Android 14 version. So, this ❌ on 14.0 and those 🫠, 🫱🏼🫲🏿, 🫰🏽 emojis that I tested meant that those emoji wheren't working on Android 10 or below, but they do work anyway, even without the As such, I think this is minor and can be ignored. Also, the fact that our emoji supports improved anyway gives me the confidence that we are going towards the correct direction here, right? 🤓 Does the above make sense? 😊
Great, thank you so much for the confirmation on that, I'll now proceed into the "revert"! 🙇 🧹 🙏
❤️ Thank YOU! ❤️ |
Thanks for the detailed answer and the clarification on emoji version 14, not Android 14 😅 - my bad, should have read through the links too.
This all sounds great to me! I agree this looks like the way to go 🙌
Awesome! Hope it's not a big problem :D 🙏 Thank you once more @ParaskP7 🙏 ❤️ |
Coolio, its a deal, once more thank you for helping and the confirmation on the "revert" @mzorz , you are awesome! 🚀 🙇 ❤️ |
Hey @ParaskP7 👋 , thanks for the heads up and sharing all details 🙇 .
Great, good to know this is already covered 😅 .
Oh, good catch! I wasn't aware of this issue in Gutenberg. I checked the references to I understand from your comments that this could be addressed simply by bumping the version to @derekblank @geriux I was wondering if this library was involved when upgrading the React Native version, but I haven't found any references. Would you mind taking a look at this? Thanks!
I agree we should also update this in Aztec. In the case of Gutenberg, my gut feeling is that it won't be needed because we set the Appcompat version in the library that integrates it ( Otherwise, I'd like to defer this to active contributors of the Aztec-Android repository. @ParaskP7 WDYT? |
👋 @fluiddot and thanks so much for taking a look at this! 🙇 ❤️ 🙏
Yeaaa... 😅 🤞
Thanks for checking! 🥇
Yea, I hope that would do it as I can't think out of the top of my head why the
🙏
👍
That makes sense, yes, but who do you think those active contributors might be? 🤔 |
Hey @ParaskP7 with the message above did you mean with emojis above I checked on the editor and I can see the others correctly <=
There weren't any updates for this library, I guess we could update it in the references you mentioned.
Well they're different apps, I guess unless we force all appcompat versions we'll have different behaviors between apps Aztec/React Native Editor So just to confirm, are the next steps to update these references react-native-aztec, react-native-editor to the latest appcompat version? |
👋 @geriux and thanks for helping with this! 🙇 ❤️ 🙏
With my testing on a Pixel API 28 emulator device (Android 9), what I am seeing is that even emojis on What device did you use? 🤔
👍
I am not sure which references exactly you would need to update, and within which modules, but make sure to update PS: You won't be able to update it to any latest version anyway due to the below
Also, you updating Does this help? |
@ParaskP7 Oh, I haven't thought about anyone specific to be honest. Maybe we could ping the contributors of the last releases in a GitHub issue, and see if anyone has the bandwidth to tackle it. |
👍
Yes @fluiddot , I was actually thinking the same, but from what I am seeing I doubt that anyone has any bandwidth to tackle such tech debt. I am not trying to be pessimistic here, please don't get me wrong, I am just seeing everyone being on full capacity lately so I am always twice as thoughtful before asking for additional support on tech debt. 😊 |
Sounds good, I'm currently checking the Gutenberg emoji issues and I will report back in a new issue 👍 |
To close the loop, I created an issue with my findings after some investigations. |
Great, thank you for creating that issue @geriux , and of course, for sharing your findings! 💯 🙇 ❤️ Question (❓): Reading the issue I understand that the issue with emojis not displaying persists even after updating Appcompat to |
That's correct, after updating to |
Parent #17551
This issue is about updating all
Main - AndroidX Other
related dependencies for the whole project.This
Main - AndroidX Other
batch contains the following5
dependencies:androidXLegacySupportCoreUiVersion = '1.0.0'
(see releases) -> Comment with Call to Action (❗) + FYI CommentandroidXLegacySupportV4Version = '1.0.0'
(see releases) -> Comment with Call to Action (❗) + FYI CommentandroidXMultidexVersion = '2.0.1'
(see releases) -> Comment with Call to Action (❗) -> Multidex RemovalandroidXExifInterfaceVersion = '1.0.0'
(see releases) -> CommentandroidxEmojiVersion = '1.0.0'
(see releases) -> Comment with Call to Action (❓) -> Emoji Removal Question (❓) -> Emoji RemovalThe text was updated successfully, but these errors were encountered: