-
Notifications
You must be signed in to change notification settings - Fork 27
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
Alpha bugs list #1
Comments
moved to top |
By the way, AsyncTask is deprecated in Android 11, so I see the problem here. |
Does it have the ability to play through playlists yet like the website and LBRY Desktop? https://odysee.com/$/lists |
Try this build. Older builds did not have v2 signing enabled. Subsequent builds will have this option. |
That's unrelated to the signature problem. AsyncTask was deprecated, but not yet removed. All my new code was also using Java Futures instead of AsyncTask |
I see. But I think it will be removed in the future though. So yep, patch it up. |
moved to top |
Feature request for first run: // edit: asked Julian about this lol |
This will happen probably on Google's in app purchases, not stripe. |
I've been playing around with odysee android alpha. Probably not ready for release yet.
|
Any idea/updates on when private lists will be watchable in the app? https://odysee.com/$/lists |
Livestreams are again listed on the Following fragment. Fixed on branch, will be merged on master branch. This will come along the fix for livestream play and a few of threading API changes -my code was using Future.get(), which was blocking Android UI thread; the branch changes it-. This branch will should also make the content Reaction code faster, as it will no longer block the main thread. |
The item on the top is certainly not the same. Mini player -the one at the bottom- is using a explicitly different layout than list items. Also look at the background color. What is happening is that somehow recyclerview is using the list item's layout for smaller screens for the one on the top. Odysee Android added a new layout for items to be used on more common screens nowadays, which have more pixels available and can show the thumbnail side-to-side of the screen. But the older layout remained, as older or cheaper -with lower resolution- phones can use it instead. It looks like some graphic artifact from the Android OS. What shouldn't be happening at all is that top item to be stuck there. |
Are downloads every going to be added? |
Closing this for #91. |
missing features:
Will add more here as I find it, anyone else is free to edit/add also.
Fixed:
Some new stuff from the recent beta (12/17):
The text was updated successfully, but these errors were encountered: