From ae0e3ab53b8bf05733d7eb44e0417f694339f717 Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Fri, 14 Aug 2020 11:58:41 +0200 Subject: [PATCH] document the app's activity hierarchy --- activities.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 activities.md diff --git a/activities.md b/activities.md new file mode 100644 index 0000000..3d340c1 --- /dev/null +++ b/activities.md @@ -0,0 +1,16 @@ +# APRSdroid activities and inheritance + +* **LoadingListActivity** (Android ListActivity) -- helper to show progress spinner while loading + * **ConversationsActivity** -- shows all APRS message conversations + * **MainListActivity** -- helper with start/stop action buttons at the bottom + * **HubActivity** -- list of stations sorted by distance + * **LogActivity** -- list of all packets sent and received + * **StationHelper** -- helper for per-station menus + * **MessageActivity** -- conversation with a callsign + * **StationActivity** -- details of a callsign, list of all SSIDs, list of all packets +* **MapAct** (MapsForge MapActivity) -- offline map +* **GoogleMapAct** (Android Activity) -- online map +* **PrefsAct** (Android PreferenceActivity) -- central preferences +* **PrefSymbolAct** (Android Activity) -- chooser for APRS symbol +* **ProfileImportActivity** (Android Activity) -- JSON profile file import +* **KeyfileImportActivity** (Android Activity) -- SSL key (.p12) file import