orb.dialogs.app_store.app_store_dialog module

class orb.dialogs.app_store.app_store_dialog.AppStoreDialog(**kwargs)

Bases: PopupDropShadow

The AppStore displays apps, and allows installing and uninstalling apps in Orb.

The installed apps are loaded from the file-system, while the available apps are loaded from a remote data source.

load_available()
load_installed()
on_selected(widget, val)
on_tab_switch(instance_tabs, instance_tab, instance_tab_label, tab_text)
open(*args)

Open the AppStore.

class orb.dialogs.app_store.app_store_dialog.Tab(**kwargs)

Bases: MDFloatLayout, MDTabsBase

Class implementing content for a tab.