Commit Graph

5 Commits

Author SHA1 Message Date
Meerkov
1cfb937490 Updates the project for Java 8.
Maps.newHashMap() was replaced with null in numerous locations. A null check is performed in the locations that read this value. This prevents unnecessary allocation of memory and fixes compiler errors.

"final" keyword added to RepeatEachEffect, which used local variables in non-local scope.
2018-04-16 18:26:15 -07:00
KrazyTheFox
6d5e56f6bf Normalize line endings 2017-12-28 23:40:29 -05:00
drdev
66e9c32ae4 Fix project setup 2014-05-07 03:57:03 +00:00
drdev
dc67f872e8 Work towards getting Android app to run 2014-04-23 22:02:51 +00:00
drdev
87ba4b9f1b Rename mobile projects 2014-04-09 01:33:36 +00:00