- Dec 01, 2014
-
-
str4d authored
-
- Nov 30, 2014
- Nov 25, 2014
-
-
str4d authored
-
- Nov 16, 2014
-
-
str4d authored
-
- Nov 03, 2014
-
-
str4d authored
-
- Oct 18, 2014
-
-
str4d authored
-
- Oct 17, 2014
-
-
str4d authored
This only fixes the symptom, but the crash log on Google Play doesn't shed light on what the problem is.
-
- Oct 16, 2014
-
-
str4d authored
-
- Sep 29, 2014
- Sep 26, 2014
- Aug 20, 2014
- Aug 18, 2014
-
-
str4d authored
-
- Aug 06, 2014
-
-
str4d authored
-
- Jul 17, 2014
-
-
str4d authored
Talked with zzz and did more research, the overhead of Enum is minimal compared to the benefits it provides.
-
- Jul 16, 2014
-
-
str4d authored
-
str4d authored
Enums often require more than twice as much memory as static constants, and should be strictly avoided on Android. https://developer.android.com/training/articles/memory.html#Overhead The advantage of this change is that client library users can directly compare the status values they get from IRouterState to the constants, instead of parsing a string representation of an Enum.
-
str4d authored
-
- Jul 15, 2014
- Jul 13, 2014
-
-
str4d authored
-