Giter VIP home page Giter VIP logo

Comments (11)

jeluchu avatar jeluchu commented on June 12, 2024 1

@LinkStatu Good news, I include also the preview for static and animated stickers in the last commit (1236286) so when you click on the stickers in the details screen, the view will be enlarged and the sticker will be shown bigger, and in the animated stickers, the animation of the sticker will be played.

This concludes this issue and I will close it, in case of new suggestions do not hesitate to indicate them by creating a new one. Thank you very much for your contribution to improve this app! 😄

from wastickersonline.

LinkStatu avatar LinkStatu commented on June 12, 2024 1

I just want to thank you for your efforts, now the app is great!!
One more thing, I have a question but can't ask it here, so I sent a message to you on twitter, please check it.

from wastickersonline.

jeluchu avatar jeluchu commented on June 12, 2024

Hello @LinkStatu!

Sorry for the delay in replying, I hadn't missed any notice of the issue, I'm glad you like it, I haven't updated the repository for a while, maybe I should also take a look to see if there is a possibility to migrate it to Jetpack Compose, or make another alternate repository with the example in Compose, anyway the first thing I will try to do will be to update everything that has been deprecated.

On the subject of animated stickers I would have to see it, I know that WhatsApp once released availability on that, but I did not get to look at what adaptations would have to do, I will investigate, anyway if you discover a way, you can always write me or make a pull request. And the preview could be cool, as well as the possibility of saving in favourites locally with Room Database.

from wastickersonline.

LinkStatu avatar LinkStatu commented on June 12, 2024

OK bro, I will be waiting. And sorry, I'm still a newbie at this, so unfortunately, I can't make a pull request, yet.

from wastickersonline.

jeluchu avatar jeluchu commented on June 12, 2024

No problem, so far in these last two commits (c8b7a1c / b5d1a60) I have updated a bit the code and the project dependencies that were quite outdated, and I have migrated many things to my component library.

from wastickersonline.

LinkStatu avatar LinkStatu commented on June 12, 2024

I tested the updates you made, there is an issue. When I uploaded my version to Play Store the stickers didn't appear for some reason. When I tested it on Android Studio, it works very well, but Idk why when I upload the Play Store copy (or rather a signed apk), the stickers don't appear. Here is a signed apk if you want to confirm: link

from wastickersonline.

jeluchu avatar jeluchu commented on June 12, 2024

@LinkStatu I just tested the application and it crashes (I guess because there is no information), this is also useful to include a warning when there is no information.

On the other hand, do you have ProGuard rules activated? If so, you should indicate in the rules file the network models as follows:

-keep class com.jeluchu.wastickersonline.features.sticker.models.** { *; }

This way, when the application is signed and the code is obfuscated, that class will be excluded and will leave the passage to the network, so if that is the problem in your case, it should be solved in that way.

The proguard rules are written in the file "proguard-rules.pro", you can check in "build.gradle.kts" that this is added:

            proguardFiles(
                getDefaultProguardFile("proguard-android-optimize.txt"),
                "proguard-rules.pro"
            )

If you are, you should include the rule in Proguard as I said at the beginning of the commentary

from wastickersonline.

LinkStatu avatar LinkStatu commented on June 12, 2024

@jeluchu
Great! it worked as you said.
What about animated stickers adding possibility, did you check the compatibility with WhatsApp?
If there is no way to implement them in the app, I'll continue using it, np.

from wastickersonline.

jeluchu avatar jeluchu commented on June 12, 2024

Great @LinkStatu! Maybe I should include a README indicating such things so there are no surprises like that. On the other hand, I haven't checked it yet, I'm quite active with the development of the other apps I have published and with the library of components that I told you about, at the moment I've updated the project, I need to check how WhatsApp is sending this kind of elements, I'll try to investigate it

from wastickersonline.

LinkStatu avatar LinkStatu commented on June 12, 2024

Ok, thank you and good luck!

from wastickersonline.

jeluchu avatar jeluchu commented on June 12, 2024

@LinkStatu I inform you that in the last commit I uploaded (613a1ab) I have already included support for animated stickers (currently without preview, but if it works, just check the last sticker pack added and add it to WhatsApp with the button), you will see that they are added and animated.

I have to see to include animated anime stickers, and not the default ones from WhatsApp.

from wastickersonline.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.