-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #189 from teogor/deprecated/remove-app-metadata
Refactor App Information Access with BuildProfiler
- Loading branch information
Showing
3 changed files
with
0 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +0,0 @@ | ||
public final class dev/teogor/ceres/core/android/config/BuildConfig { | ||
public static final field BUILD_DATE_TIME Ljava/lang/String; | ||
public static final field BUILD_TYPE Ljava/lang/String; | ||
public static final field CERES_FRAMEWORK_VERSION Ljava/lang/String; | ||
public static final field DEBUG Z | ||
public static final field GIT_HASH Ljava/lang/String; | ||
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String; | ||
public fun <init> ()V | ||
} | ||
|
||
public final class dev/teogor/ceres/core/runtime/AppMetadataManager { | ||
public static final field INSTANCE Ldev/teogor/ceres/core/runtime/AppMetadataManager; | ||
public final fun getApkSignature ()Ljava/lang/String; | ||
public final fun getBuildDateTime ()Ljava/time/LocalDateTime; | ||
public final fun getBuildType ()Ljava/lang/String; | ||
public final fun getCeresFrameworkVersion ()Ljava/lang/String; | ||
public final fun getDebug ()Z | ||
public final fun getFlavor ()Ljava/lang/String; | ||
public final fun getGitHash ()Ljava/lang/String; | ||
public final fun getPackageInfo ()Landroid/content/pm/PackageInfo; | ||
public final fun getPackageManager ()Landroid/content/pm/PackageManager; | ||
public final fun getPackageName ()Ljava/lang/String; | ||
public final fun getSanitizedPackageName ()Ljava/lang/String; | ||
public final fun getVersionCode ()J | ||
public final fun getVersionName ()Ljava/lang/String; | ||
public final fun getZoneOffset ()Ljava/time/ZoneOffset; | ||
public final fun isDebuggable ()Z | ||
} | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
117 changes: 0 additions & 117 deletions
117
core/runtime/src/main/kotlin/dev/teogor/ceres/core/runtime/AppMetadataManager.kt
This file was deleted.
Oops, something went wrong.