dkanada

Results 199 comments of dkanada

Found a [post](https://stackoverflow.com/questions/39530255/how-can-i-programmatically-turn-off-screen-in-android) on StackOverflow that might be useful. Anything small like this that would work as an action item is pretty easy to add, just takes a bit of...

Is this still happening on the latest version from F-Droid? I think this might have been fixed.

The reworked version doesn't have too many drastic frontend changes, it is mainly a migration of about half the codebase back to Java since Kotlin was giving us problems. The...

Yeah, I didn't do any work on this because I couldn't think of a decent solution. Only rotating icons would break the paging because you would have to swipe vertically...

I tried out an implementation but it broke a lot of things so it was reverted.

It's working on the master branch but install and uninstall events don't trigger a refresh, so I haven't pushed an update to F-Droid yet.

Yes, I was planning on going through with a release soon, so you'll see it in the next one.

The issue might be from [this](https://github.com/OpenLauncherTeam/openlauncher/blob/master/app/src/main/java/com/benny/openlauncher/activity/HomeActivity.java#L246) return value, it might need to be inverted.

It could also be the DatabaseHelper deleting apps it can't find since the SD card hasn't been mounted fast enough. I will push a few possible solutions for you guys...

This should be fixed in the latest version, are you guys still having issues?