aboutsummaryrefslogtreecommitdiff
path: root/templates/android_project
AgeCommit message (Collapse)Author
2016-07-18Update ro raylib 1.5 releaseraysan5
2016-07-16Added release versions of raylib 1.5raysan5
2016-06-08Add physac module to android compile instructions...victorfisac
... and switch from debug build to release
2016-06-08Fix default android project game with new functionsvictorfisac
2016-05-20remove user-specific ant filesGordon McShane
2016-04-17Updated template game library nameraysan5
2016-02-21Updated some filesraysan5
2016-01-05Added some comments and fixed spacesvictorfisac
2016-01-05Fixed Android lock screen bugvictorfisac
- Fixed Android locking screen bug. OnDestroy() was called when locking screen. - Power button input must be handled by OS. - AndroidManifest.xml is affected by configChanges="screenSize". - Updated library header for android template.
2016-01-03Updated Android project templateraysan5
2015-12-31Gestures system is automatically Init and Updatedraysan5
2015-12-30Fixed and improved android templatevictorfisac
- Added gestures module functions. - Fixed screen tap detection.
2015-12-30Fixed Android compilation with 1.3 updatesvictorfisac
- Fixed Android MakeFile adding gestures module. - Fixed Android project template functions names. - Updated compiled library and header.
2015-09-02Updated to raylib 1.3raysan5
2015-07-18Updated minSdkVersion and added commentsraysan5
2014-09-18Android project template for basic gameraysan5
A basic Android template is provided to start a game