Interface | Description |
---|---|
ProductInformationWizard.IProductInformationWizardHandler | |
ProductProviderManager.ProgressDialogListener | |
ProductProviderManager.Provider | |
ProductProviderManager.RepoSyncListener |
Listener for repo sync
|
Class | Description |
---|---|
ApkDownloader |
HTTP download support APKs.
|
ApkUpdateComponent |
Supports updating ATAK from an update server
|
ApkUpdateReceiver |
Support checking for updates
|
AppMgmtActivity |
Activity to manage plugins and other TAK apps
|
AppMgmtUtils |
Supports mgmt of ATAK plugins and auxiliary apps.
|
AppVersionUpgrade |
TODO for now just shuffles directories during startup.
|
BaseProductProvider | |
BundledProductProvider |
Provides products that are bundled within ATAK APK
Repo index stored at: atak/support/apks/bundled/product.inf
|
FileSystemProductProvider |
Provides custom filesystem based repo
Does not use the IO Abstraction for plugin installation
Repo index stored at: atak/support/apks/custom/product.inf
Based on settings, can load APKs from any directory but product.inf still lives here
First look for product.inf, then product.infz
If neither found, then attempt to build product.inf from available APK files
|
IncompatiblePluginWizard |
Wizard for updating incompatible plugins
TODO combine with ProductInformationWizard..? Needs a different dialog layout...
|
ProductInformation |
Represent an app or plugin app
|
ProductInformationAdapter |
Manages a list of App Updates
|
ProductInformationWizard | |
ProductProviderManager | |
ProductProviderManager.ProgressDialogUpdate |
Container with progress update
|
ProductRepository |
Represent a repository of available apps and plugins
|
RemoteProductProvider |
Provide products from a remote repo
Repo index stored at: atak/support/apks/remote/product.inf
|
SideloadedPluginInformation |
Represents a side loaded plugin on the local device
|
SideloadedPluginProvider |
Provide plugins that are installed on the local system, and not from another repo impl
Repo index stored only in RAM
|
Enum | Description |
---|---|
ProductInformation.Platform | |
ProductInformation.ProductType | |
ProductInformationAdapter.Mode |