- 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
-
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 14, 2014
-
-
str4d authored
-
- Jul 13, 2014
-
-
str4d authored
-
- Jul 11, 2014
-
-
str4d authored
-
- Jul 07, 2014
-
-
str4d authored
-
str4d authored
If we move to increment-by-one instead of calculating the version code, we need to keep the code above the current highest generated code, so that F-Droid will order new builds correctly above old builds. If we decide to go back to calculating version codes later, it is possible - we can increment the version code 2047 times before it will clash with the one for 0.9.14.
-
str4d authored
-
str4d authored
-
str4d authored
-
- Jul 04, 2014
- Jul 03, 2014
-
-
str4d authored
-
- Jul 01, 2014
-
-
str4d authored
- Jun 29, 2014
- Jun 28, 2014
- Jun 27, 2014