Re: Android app: length of name

2021-11-09 Thread Jeffrey Walton
On Sat, Nov 6, 2021 at 1:23 PM Christoph Loesch wrote: > ... > Oh, I didn't know that, thanks, that explains the limitation. > > Then I would suggest to note the limitation of 15 characters in the error > message on config import, if possible. I _think_ that may be this define: $ grep -IR -E 'I

Re: Android app: length of name

2021-11-06 Thread Christoph Loesch
Am 06.11.2021 um 17:54 schrieb Aaron Jones: On 06/11/2021 13:22, Christoph Loesch wrote: Hi, in the android app the name is limited to 15 characters. Does that have a specific reason? Is it possible to allow a longer name like e.g. 32 characters? On importing a file the error "Invalid name"

Re: Android app: length of name

2021-11-06 Thread Aaron Jones
On 06/11/2021 13:22, Christoph Loesch wrote: > Hi, > > in the android app the name is limited to 15 characters. > > Does that have a specific reason? > Is it possible to allow a longer name like e.g. 32 characters? > > On importing a file the error "Invalid name" could be more specific > to that. B

Android app: length of name

2021-11-06 Thread Christoph Loesch
Hi, in the android app the name is limited to 15 characters. Does that have a specific reason? Is it possible to allow a longer name like e.g. 32 characters? On importing a file the error "Invalid name" could be more specific to that. Because I had to struggle with the file name until I found o