Changed so that on start up we find the font dir and assign it to a global.
Double checked that 'droidsans' is a safe ttf to default to - it is.
#codereview chris.babcock, nick.atamas
[CL 2290870 by Robert Jones in Main branch]
- Added option to allow for splitting up into multiple .apks, or a single "fat" .apk (also not exposed yet in the project settings)
- A fat binary is just named <Project>.apk, no longer <Project>-armv7.apk
- x86 almost works, except missing libCurl and ICU
- x64 and arm64 will come next now that this framework is in place
#codereview chris.babcock
[CL 2272105 by Josh Adams in Main branch]
- Unified some of the hardware survey code to use Set/GetStoredValue() for last survey time
- Added Get/SetStoredValue for IOS (to use NSUserDefaults)
- NOTE: Mobile devices will report very often - settings are per app, and when they are deleted and re-installed, they will report again.
#codereview chris.babcock,ian.thomas
[CL 2267419 by Josh Adams in Main branch]
Second pass
Removed new interface and change implementation to use the Indentify interface
Created Android implementation of the same.
[CL 2239877 by Robert Jones in Main branch]
Initial pass
Adds component for blueprint and interface
Contains Android implementation only.
Everything else is null stubbed out.
Todo: figure out how to deal with failure error codes properly
[CL 2238494 by Robert Jones in Main branch]
On Google Play, this command will reset the achievements of the currently signed in user, and this user must be flagged as tester account in the developer console.
Google only seems to be resetting standard (non-incremental) achievements for some reason.
[CL 2234599 by Ryan Gerleve in Main branch]
Changed the achivement query so that if not connected it will fail right away instead of waiting.
#codereview Ryan.Gerleve
#codereview Chris.Babcock
[CL 2187831 by Daniel Lamb in Main branch]
Don't try to connect() to Google Play before the activity's onCreate() has been called, this was causing a crash/hang.
[CL 2119526 by Ryan Gerleve in Main branch]