Commit Graph

3 Commits

Author SHA1 Message Date
Liam Clark
e9b4b84dae Replace ActivityInstanceInfo api with in app lifecycle event tracking
Since adding a public api for the playground app was problematic,
we now keep track of onResume and onDestroy calls globally inside the
app. This fixes a few bugs in cases where tasks would be hidden from the
ActivityManger#.getAppTasks() method and allows us to listen for changes
allowing us to do without a periodic refresh of the UI.

Test: Manual

Change-Id: Idb834cbdc7aad6442dd962c95b5321e1d75695fe
2019-01-17 15:38:10 -08:00
Liam Clark
fb526d038f Rebind task navigation buttons
Test: Manual
Change-Id: Ia83cd9074152be8f5a1e2f6e00cac30c5109ada6
2019-01-16 13:16:21 -08:00
Liam Clark
1ca6b6ec7d Put the launch form behind a FAB
This greatly reduces the amount of scrolling needed to switch between
the overview-view and the launch-view. When launching the next activity
the launch view is dismissed and the user return to the overview-view
if they press back.

Test: Manual
Change-Id: I051ba98b29d666cf56753feebfaa87d2e181a3ab
2018-12-03 13:41:53 -08:00