Closed TacoTheDank closed 1 year ago
@kaputnikGo Any reason for the closure (besides its age)? I think this still has some important upgrades like ViewPager2.
this projects viability is in question with all the latest android API updates: ie concurrent audio, voice assistants and system MIC status and software switches (which may or may not do what the user thinks it does). Also Google Play are forcing identity requirements for developer accounts which means this app may no longer be on offer there.
Made a bunch of QoL improvements around the app.
1st commit
2nd commit
3rd commit
4th commit
5th commit
6th commit
7th commit
8th commit
9th commit
10th commit
11th commit
When a RecyclerView uses setHasFixedSize(...) you cannot use wrap_content for size in the scrolling direction.
Tested and works fine on my Android 10 device. Feel free to ask any questions you might have.