Maksim Paimushkin
Maksim Paimushkin
Hehe, looks like original author Madhav Vaidy made a new version on Google Play recently - https://play.google.com/store/apps/details?id=com.midisheetmusic
> The more open source projects out there the better 🙂 seems original app will stay Freeware, I didn't find any new source code that had published since 2013, but...
Hi @ditek , no worries, take your time, health is more important ❤️ > After freshly installing the app you get asked for file access permission. There is not way...
> > Also, I'm not sure who the back button becoming not usable to exit the app is related to this. > > I might be mistaken about this. I...
Now it has dark theme and night mode by default but on API21 and API22 text is displaying with red color.
I did rebase of my master branch, squash reformat code and revert back IDEA code-style files, but ignore rest of working and temporary files. Anyway, about Storage permission, I suggest...
> Now it has dark theme and night mode by default but on API21 and API22 text is displaying with red color. I found solution, it's a bug in MaterialDrawer,...
I tested fix with my [aar from jetpack.io](https://jitpack.io/com/github/bmx666/materialdrawer/materialdrawer/develop-fab6ef6b5c-1/materialdrawer-develop-fab6ef6b5c-1.aar) and it works fine: ```gradle dependencies { //implementation 'com.mikepenz:materialdrawer:9.0.1' implementation files('src/main/libs/materialdrawer-develop-fab6ef6b5c-1.aar') implementation "com.mikepenz:fastadapter:5.7.0" implementation('com.mikepenz:materialdrawer-iconics:9.0.1') { exclude group: 'com.mikepenz', module: 'materialdrawer' } implementation('com.mikepenz:materialdrawer-nav:9.0.1')...
Hi @ditek I rebased my master to include fixed materialdrawer v9.0.2 Now it works fine, no more red color
There is only one change since the last update - I updated just numbers from 9.0.1 to 9.0.2, I didn't touch a source code at all 😉 The ugly solution...