meshenger-android icon indicating copy to clipboard operation
meshenger-android copied to clipboard

Default random name

Open wuniversales opened this issue 5 years ago • 9 comments

It would be nice to have a random name by default, and then be able to change the name.

wuniversales avatar Jan 07 '20 13:01 wuniversales

You mean a random name that is inserted in the initial setup window, so the user only need to click ok instead of inserting something? Anyway, you can change the name afterwards in the settings menu.

mwarning avatar Jan 07 '20 13:01 mwarning

Better not to ask anything, just to start the application with a random name, then if you want to configure the name manually, it can be changed in the settings

wuniversales avatar Jan 07 '20 13:01 wuniversales

in general, that is a good idea.

mwarning avatar Jan 07 '20 13:01 mwarning

The random name generated (only once) at the start should be different in each device. @wuniversales please also specify, what will that random name consist of.

iamvasuh avatar Jan 09 '20 15:01 iamvasuh

consider random name to be English pronounceable instead of garbage block of consonants like fsdvgfdsnhmm

should be different in each device

..built in part from last three octets of interface mac address

ToEatFreshBabies avatar Jan 12 '20 15:01 ToEatFreshBabies

The random name generated (only once) at the start should be different in each device. @wuniversales please also specify, what will that random name consist of.

@iamvasuh You could, for example, generate a hash based on the current time and date. If you want the word to make sense, it would be more complicated ...

wuniversales avatar Jan 12 '20 16:01 wuniversales

This seems more memorable @ToEatFreshBabies

fire eat fish locker maven noble glitz moat

eveofdestruction avatar Jan 28 '20 07:01 eveofdestruction

I have seen services before today, and I quite like this idea, that the username is constructed by using adjective-randomword

This generates usernames such as; lame-bungalow, alarmed-horse, exclusive-winks, sugary-spider. And a really simple way to do that would be to just have the placeholder text on this screen be generated from the word list:

The "problem" here is that when you want to translate the app and support multiple languages then you have a lot of work on your hands. Or just don't suggest usernames for non-english languages.

mattcoxonline avatar Feb 20 '20 13:02 mattcoxonline

For now I would postpone this change as there are other pressing matters (that is a working/stable app).

mwarning avatar Feb 20 '20 14:02 mwarning

The Cancel button is now labelled Skip and then will generate a random name.

mwarning avatar Oct 09 '22 16:10 mwarning