MyHush / SilentDragonAndroid

Android companion app for SilentDragon
https://www.myhush.org
GNU General Public License v3.0
5 stars 12 forks source link

Add 'About' page #46

Closed gilardh closed 4 years ago

gilardh commented 4 years ago

Screenshot_20191120-230959_SilentDragon Screenshot_20191120-230514_SilentDragon Screenshot_20191120-231931_SilentDragon

leto commented 4 years ago

@gilardh it seems that we are missing one of the versions, there should be a version of SD/SDL and the version of SDA rendered.

Extra bonus if you can show the difference from pairing with SD + SDL (that isn't shown currently)

gilardh commented 4 years ago

@leto Right, the text of 'SilentDragon' is incomplete on 'About' page. I will change to 'SilentDragonAndroid'

leto commented 4 years ago

@gilardh to clarify, we should see 2 versions: The "peer" (which will be SD or SDL) and the local version of SDA. Currently our app does not differentiate between the peer being SD or SDL, it only gives a version number. Since SD + SDL use offset version numbers that don't yet overlap, it's possible to tell which peer you are connected to, but this is not great.

gilardh commented 4 years ago

@leto I added a text correction in this PR. I replace 'SilentDragon' to 'SilentDragonAndroid'

Screenshot_20191121-214153_SilentDragon

gilardh commented 4 years ago

Addition of the distinction between SD or SDL will be made in another PR than this one.