lufebe16
lufebe16
Indeed, restoring of games failed due to refactoring with attrs. Fixed it on occasion, commit 97267e9.
@shlomif This worked so far. But when I think about it deeper, a big black hole opens, that swallows all my statistics and all my games collected over years! -...
New and old formats seem to be compatible on import, only the code throws an assert. So this could be fixed by ignoring some checks. Then old games from the...
Instead of a general zoom: a function, which enlarges a choosen region for a short time, before returning to the basic status, might be useful. Would that be in the...
Thanks for the report. The error described here is easily reproducible and does not depend on the operating system version. A workaround is simple: The blocked animation is reactivated by...
The new icons are too colorful and no longer fit into the otherwise simple design of this app. Please bring back the old icons or if it is a matter...
Addendum: Here is a list of Android devices that shows whether they are capable of LE advertising or not. [(https://altbeacon.github.io/android-beacon-library/beacon-transmitter-devices.htmll)](url)
Just coming back of a fdroidata merge. And agiain trapped into the avdmanager ClassNonFoundException. f-droid too seems to have its own problems with the new command line tools. But why...
Addendum (correctly formatted now): ``` def get_available_apis(sdk_dir): apis = [] path = join(sdk_dir, 'platforms') if exists(path): targets = os.listdir(path) apis = [s for s in targets if re.match(r'^ *android-', s)]...
New build support for android version has been added to the repo using buildozer. This build system might also be able to produce for iOS. Maybe a good starting point...