android Golly: updated Gradle version and AGP dependency
Fix for Android 15
Fix for Android 15
Fix for Android 15
fix net::ERR_ACCESS_DENIED when accessing Help in API 30 and above
pull out settings
fix: java.lang.RuntimeException: Init failed
fix: Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
specify latest LTS NDK version
Several changes to get Android building again
fix: Missing parameter: 'jobject thiz'.
fix: Incorrect return type bool, which should have been jboolean.
fix: android:exported needs to be explicitly specified
fix: Google Play requires that apps target API level 33 or higher.
fix: warning: [options] source value 7 is obsolete and will be removed in a future release
fix: error: constant expression required
fix: Android resource linking failed
fix: error: non-constant-expression cannot be narrowed from type 'int' to 'GLfloat' (aka 'float') in initializer list [-Wc++11-narrowing]
fix: The specified Android SDK Build Tools version (26.0.2) is ignored
fix: Namespace not specified.
fix: C/C++: No project() command is present.
fix: [CXX1110] Platform version 14 is unsupported by this NDK.
fix: stlport_shared is no longer supported.
fix: Could not find method destinationDir() for arguments [/Users/brenton/development/sourceforge/golly-code/gui-android/Golly/app/src/main/assets]
fix: Could not find method archiveName() for arguments [Help.zip]
fix: Could not find method compile() for arguments [com.android.support:support-fragment:26.1.0]
update .gitignore files
update gradle
Use ActivityLifecycleCallbacks to manage current activity stack
Fix up versions
Update to use CMake for building native code
Update to use CMake for building native code
Merge branch 'master' of ssh://git.code.sf.net/...
update to Android Studio 2.2
Merge branch 'master' of ssh://git.code.sf.net/...
update to Android Studio 2.2
Update Android code to modern Android Studio an...
do not transmit file contents through intents, ...
move appropriate application-scope state and me...
always retain MainActivity state
fix problem of multiple instances of activities
move anonymous Handler classes outside, to fix ...
fix Configuration.screenWidthDp uses. Introduce...
fix crash when exiting app