AnimationHelper.java |
|
6193 |
BitmapCache.java |
|
7955 |
ConnectivityReceiver.java |
|
1688 |
DeviceType.java |
|
2748 |
EnvironmentsManager.java |
|
9499 |
EnvironmentUtils.java |
Gets the ouput path for a given environment id.
@param context An activity context.
@param envId The environment id. This maps to the Remote properties JSON "value" environment property
for external environments and the environment value list in option_value.xml for builtin ones.
@param versionName The target version name string.
@return The path to the env. It will be a relate path for builtin environments and a absolute path
for external environments.
|
14745 |
InternalPages.java |
|
6600 |
LocaleUtils.java |
|
18419 |
RemoteProperties.kt |
|
966 |
ServoUtils.java |
|
2580 |
StringUtils.java |
The version code is composed like: yDDDHHmm
* y = Double digit year, with 16 substracted: 2017 -> 17 -> 1
* DDD = Day of the year, pad with zeros if needed: September 6th -> 249
* HH = Hour in day (00-23)
* mm = Minute in hour
For September 6th, 2017, 9:41 am this will generate the versionCode: 12490941 (1-249-09-41).
For local debug builds we use a fixed versionCode to not mess with the caching mechanism of the build
system. The fixed local build number is 1.
@param aVersionCode Application version code minus the leading architecture digit.
@return String The converted date in the format yyyy-MM-dd
|
4289 |
SystemUtils.java |
|
5296 |
UrlUtils.java |
|
9326 |
ViewUtils.java |
|
8383 |