BuildmLearn-Toolkit-Android
2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
|
Class for signing a unsigned apk file using a given keystore and credentials. More...
Classes | |
class | MyNodeVisitor |
interface | OnSignComplete |
Public Member Functions | |
SignerThread (Context context, String assetsApk, String finalApk, KeyStoreDetails keyDetails, String assetFilePath, String assetFileName) | |
void | setSignerThreadListener (OnSignComplete listener) |
void | run () |
Private Member Functions | |
String | getFinalApkPath (String buildmlearnPath) |
void | showNotification (String description) |
Static Private Member Functions | |
static void | modifyManifest (final String[] args) |
Private Attributes | |
final ToolkitApplication | toolkit |
final Context | context |
final String | assetsApk |
final String | assetFileName |
final String | assetFilePath |
final String | projectFile |
final KeyStoreDetails | keyDetails |
String | finalApk |
OnSignComplete | listener |
Static Private Attributes | |
static final String | TAG = "SignerThread" |
static final String | TEMP_FOLDER = "hcjb" |
static final String | NS = "http://schemas.android.com/apk/res/android" |
static boolean | needRemoveConflict |
static boolean | needRemoveLib |
static String | newPackageFullName |
static boolean | changed |
Class for signing a unsigned apk file using a given keystore and credentials.
Created by Abhishek on 10-06-2015. Modified by Anupam (opticod) on 18-05-2016
org.buildmlearn.toolkit.utilities.SignerThread.SignerThread | ( | Context | context, |
String | assetsApk, | ||
String | finalApk, | ||
KeyStoreDetails | keyDetails, | ||
String | assetFilePath, | ||
String | assetFileName | ||
) |
|
private |
|
staticprivate |
void org.buildmlearn.toolkit.utilities.SignerThread.run | ( | ) |
void org.buildmlearn.toolkit.utilities.SignerThread.setSignerThreadListener | ( | OnSignComplete | listener | ) |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
staticprivate |
|
staticprivate |
|
private |