Add browser notifications to mobile version
Many users complained about "not having an Android / iOS application" for diaspora*. When discussing with them, it looks like the main feature they are missing is notifications. We added them using pulling in the desktop version in https://github.com/diaspora/diaspora/pull/6952, this should be done in the mobile version too. It can be done by pulling at the moment, as that's the easiest way. Then there could be improvement, see https://github.com/diaspora/diaspora/issues/6668 for example.
@Flaburgan unfortunately the desktop implementation is mostly done in Backbone which the current mobile site really isn't wired to use. Getting it ported over would be non-trivial.
Would this be the ticket to talk about implementing support for Google's Firebase in order to create android app notifications? Seems like an essential part of a social media platform, I don't see pods surviving without mobile app notifications..