39aldo39 / DecSyncCC

Android app to sync contacts, calendars and tasks without a server using DecSync
GNU General Public License v3.0
232 stars 10 forks source link

Auto suggest a new name for a collection #54

Closed JohnVeness closed 3 years ago

JohnVeness commented 3 years ago

When the user clicks the + to create a new collection, the name is blank so they have to type in a new name from scratch. I think it would be good if there could be a pre-filled suggested collection name, e.g. DecSync, so the user could just click OK in many cases. Bonus points for detecting if there is already a collection of the same name, and offering, e.g. "DecSync 2" in that case.

39aldo39 commented 3 years ago

Thanks for the suggestion! I agree and have implemented it. I did use 'Personal' as a default name as that is more common I think.