1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00
QB64-PE/programs/android/template/untitled
Galleondragon 0ea631d375 Implements the _DIR$("desktop") function which returns OS specific paths.
Implements changes to allow programs to run on ARMBI-v7 Android devices which also provides a massive performance boost to but runtime and startup time.
Implements changes to allow programs to run on x86-based Android devices.
Fix to ensure variables allocated in the "stack" are aligned on appropriate boundaries which would have otherwise crashed on Android.
Fix to _DEVICES to ensure variables are aligned on appropriate boundaries which would have otherwise crashed on Android (includes some refactoring).
Added permissions to allow reading from/writing to external storage. Use the _DIR$(...) function to help locate appropriate paths.
2016-03-20 18:56:10 +11:00
..
.idea Added support for Android & Virtual Keyboards 2015-10-30 23:18:44 +11:00
app Implements the _DIR$("desktop") function which returns OS specific paths. 2016-03-20 18:56:10 +11:00
gradle/wrapper Added support for Android & Virtual Keyboards 2015-10-30 23:18:44 +11:00
build.gradle Added support for Android & Virtual Keyboards 2015-10-30 23:18:44 +11:00
gradle.properties Added support for Android & Virtual Keyboards 2015-10-30 23:18:44 +11:00
gradlew Added support for Android & Virtual Keyboards 2015-10-30 23:18:44 +11:00
gradlew.bat Added support for Android & Virtual Keyboards 2015-10-30 23:18:44 +11:00
local.properties Added support for Android & Virtual Keyboards 2015-10-30 23:18:44 +11:00
settings.gradle Added support for Android & Virtual Keyboards 2015-10-30 23:18:44 +11:00
untitled.iml Added support for Android & Virtual Keyboards 2015-10-30 23:18:44 +11:00