[story_shell] Refactor Story Shell to use FIDL async Dart bindings

Refactor Story Shell to use fidl_async bindings:
 * Refactor onSurfaceFocused to use Stream<String>
 * Refactor (story shell) KeyListener to async
 * Removed redundant key_listener.dart
 * Refactored deprecated addServiceForName
 * Refactor to use Lifecycle from fuchsia_modular

 Test: for host tests build with --available topaz/packages/default
 and --available topaz/packages/tests/key_listener_test then
 fx run-host-tests mondrian_story_shell_tests

 Ermine, from terminal:
 sessionctl add_mod example_manual_relationships

 for (story shell) keylistener on Ermine:
 run fuchsia-pkg://fuchsia.com/key_listener_device_tests\
 #meta/key_listener_device_tests.cmx

Change-Id: Ice664294400ac1fce78f4c6eae7960f4d6bc3927
27 files changed
tree: a115a11be88e41daf73aacc6eec5bb99ffb18539
  1. .cargo/
  2. app/
  3. auth_providers/
  4. bin/
  5. boards/
  6. bundles/
  7. docs/
  8. examples/
  9. lib/
  10. manifest/
  11. packages/
  12. products/
  13. public/
  14. runtime/
  15. shell/
  16. tests/
  17. tools/
  18. .clang-format
  19. .gitignore
  20. AUTHORS
  21. BUILD.gn
  22. CONTRIBUTING.md
  23. LICENSE
  24. OWNERS
  25. PATENTS
  26. README.md
  27. rustfmt.toml
README.md

Topaz

Topaz augments system functionality by implementing interfaces defined by underlying layers. Topaz contains four major categories of software: modules, agents, shells, and runners.

For example, modules include the dashboard, and runners include the Web, Dart, and Flutter runners.

Removed Components

Looking for something that used to be in this repository? The list below provides a code location and sha that can be used to checkout dead code that has been removed. Please note, it is unlikely the code will build or work correctly shas are provided for reference only. Code can be checked out with:

    git checkout <sha> -- $FUCHSIA_DIR/<location>
  • topaz/app/chat: 9f6c31d2ceb8353f229a9ef6b53ba2386ff31867
  • topaz/app/color: 5a023ccb054104846e3e913951bcc7dc277d2274
  • topaz/app/contacts: 80378fe470817750188707de29237282892a3142
  • topaz/app/dashboard: 982984856fec7e45d295a6ca34bdd819b6760b72
  • topaz/app/documents: b5a3ee29b15414f232865128195d14bd8811ab02
  • topaz/app/image: 5e731a943a907cf960ecfbda1c391958f9093afa
  • topaz/app/link_viewer: 00fe1236c6851da5d54c625a8293561bb617804c
  • topaz/app/video: fc03877f787fc119140b900d476c4563bd04a529
  • topaz/bin/repl: fc25fb9b825f4100b316c4d5135156ef05e0dc4b
  • topaz/examples/bluetooth: f4287c5ae0e9b099983121b41be66e1994b83a02
  • topaz/examples/tictactoe: 07fd955f4
  • topaz/tools/dartfmt_extras: acc1f05718af2bcfbba3317a456f82b67eec4e42
  • topaz/tools/mod: acc1f05718af2bcfbba3317a456f82b67eec4e42
  • topaz/tools/widget_explorer: acc1f05718af2bcfbba3317a456f82b67eec4e42
  • topaz/examples/bluetooth: f4287c5ae0e9b099983121b41be66e1994b83a02
  • topaz/bin/repl: fc25fb9b825f4100b316c4d5135156ef05e0dc4b
  • topaz/examples/tictactoe: 07fd955f4
  • topaz/examples/ui/hello_mod: 07fd955f4
  • topaz/examples/ui/sketchy_flutter: 07fd955f4
  • topaz/examples/ui/text_flutter: 07fd955f4