Logica

Yes on the hardware back button (at least its hardware on this phone). But yes the not-the-button-you-drew-in-software back button.

Also, I had some free time so got round to getting you the log:

This is straight from running adb in the command prompt and I had to sift through a lot of stuff since I didn’t know what your apps package name was. So I might have missed something but I don’t think I did.

As for unbeatable levels, I’m going to admit that I haven’t been playing it as much as I would like (odd absence of train/long car journeys). There have been a few levels I’ve had to skip but I’m sure it was due to me not concentrating hard enough. (Not that it isn’t captivating, it was just late)

Oh, I actually hadn’t implemented Android back button functions. I actually don’t really own an Android so I wasn’t familiar with that… Anyway, I now implemented them (well at least for now it goes back to the menu screen from the levels or notes screen). I might have it open up the menu dialog in puzzle or editor mode, if that’s an appropriate function for the button.

Also, I think I fixed the crash (now checks if these certain variables were initialized).

Unfortunately now there’s ads for cross-promotion.

In Android apps, the default behavior for the back button is to exit the app. Yes, I think opening up the menu would be best. Essentially, since you are doing it for desktop you can’t have any android specific button doing something you cannot do in the desktop if that makes sense. A little cross platform design philosophy for you there.

As for adds, you do what you have to do.