#1 On Android 4.0 (and maybe any older) the update of the status in the footer is not working properly. The issue is present in all versions of Activity Log. After tapping on the list of activities (often only on this first tap) , the footer doesn't show the update unless the user additionally taps somewhere else on the page. If not additionally tapping, the subsequent updates might result in showing the text of the previous status. Tested various approaches, but none is solving the issue: - No effect refreshing the toolbar widget (i.e. the footer div). - No effect hiding and showing the status element (i.e. the h4 which gets the updated html). - No effect disabling/enabling one or more elments in the DOM (introduces additional issues). - No effect emptying each status element before updating (but it slows down the update) - No effect updating each single status element (but it slows down a bit the update). javascript:doUpdateStatus reflects the last state of the attempts to solve the issue.