Open Sulfkain opened 4 years ago
Can you post the crash log?
Hello @Jawnnypoo, with libs updates, v1.24.2 for Parse and 1.2.0 for liveParse. The crash is the same here https://github.com/parse-community/Parse-SDK-Android/issues/1036
The problem here don't has log, warnings, nothing, just this weird behaviour :/.
Do you think there is something which could break this when you updated the facebook lib to androidX, the problem seems to be some weird collision between androidX.
Hello,i have the same probleme (#1036)
recently i received this problem #1028 ,but in new version the error is solved for facebook,but now,the live query crash using: implementation 'com.github.parse-community.Parse-SDK-Android:parse:1.24.2' implementation 'com.github.parse-community:ParseLiveQuery-Android:1.2.0' implementation 'com.github.parse-community.Parse-SDK-Android:facebook:1.24.2'
Hi there, please update to the latest dependency for LiveQuery (1.2.1) and this will be resolved.
Sorry @Jawnnypoo but have you read my messages? Maybe you missunderstood the bug.
I have tested with the newest versions 1.24.1 and 1.2.1 and the bug still there.
The problem it's not with bolts (which was a secondary problem due versions), the problem it's with Parse Facebook and his migration to androidX.
You updated to LiveQuery 1.2.1 and still see it? @pc-cesar can you confirm if you still see the issue too?
Yes, I updated to latests versions.
I think @pc-cesar speaks about the bolt bugs, but I speak to a visual bug, not related with bolts, nor liveQuery.
You can see the videos I attached on the first message. And the bug is pointing to the new ParseFacebook lib with AndroidX. Because with the old one, the bug didn't happen.
@Jawnnypoo could you open this issue again?, because it's not fixed :/.
Thank you. If you need any more info, just ask for. :)
Sure. I have really not clues where to start with this. If you could get a sample project that isolates this problem, maybe there is more we can do, but this seems like a very specific problem that may or may not be due to Parse.
I will try to replicate with a dummy project as soon as I can. thanks.
Hello, I was using implementation "com.github.parse-community.Parse-SDK-Android:parse:1.1.0" implementation "com.github.parse-community.Parse-SDK-Android:fcm:1.1.0" implementation "com.github.parse-community.Parse-SDK-Android:ktx:1.1.0" implementation "com.github.parse-community:ParseLiveQuery-Android:1.1.0" implementation "com.github.parse-community:ParseFacebookUtils-Android:1.14.0" implementation 'com.facebook.android:facebook-login:5.1.1'
And my bottomNavBar was working fine.
When I migrate to the new versions: implementation "com.github.parse-community.Parse-SDK-Android:parse:1.23.1" implementation "com.github.parse-community.Parse-SDK-Android:fcm:1.23.1" implementation "com.github.parse-community.Parse-SDK-Android:ktx:1.23.1" implementation "com.github.parse-community:ParseLiveQuery-Android:1.1.0" implementation ("com.github.parse-community.Parse-SDK-Android:facebook:1.24.2" implementation 'com.facebook.android:facebook-login:6.3.0'
Then some buttons are not working fine, just click listener jump when click around the icon :/. I don't use new versions of parse due https://github.com/parse-community/Parse-SDK-Android/issues/1036, I'm still receiving crashes of bolts with that's versiones. So please, don't tell me update to the new SDK versiones, I already have tested.
I was isolating the problem and was with the version 1.23.0, the migration to Facebook to AndroidX and deprecation of ParseFacebookUtils-Android Repo.
It' doesn't matter if I update the appcompat to 1.2.1-beta01 version, downgrade everything except facebook and any other test you could think (I was checking 8h, test old commits until I find it's Parse Facebook SDK for sure). The old repo works, the new facebookUtils not.
I was trying to avoid transitive dependencies on com.github.parse-community.Parse-SDK-Android:facebook but it doesn't work neither.
My BottomBar it's simple and didn't change during commits that works, and then not.
I attach 2 videos showing the issue: BottomBarProblem.zip
The video is on a Emulator but it happens too in real phone with 8.1 Android.
The dependencies of my project are this: ParseFacebookDependencies.txt
And after update: ParseFacebookUtilsDependencies.txt
Any other question, test you need, just tell me please.