[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2025-01-15 Thread Ovidiu-Florin BOGDAN
https://bugs.kde.org/show_bug.cgi?id=495526

Ovidiu-Florin BOGDAN  changed:

   What|Removed |Added

 CC||kde.kf...@simplelogin.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-12-25 Thread Pavel Dobiáš
https://bugs.kde.org/show_bug.cgi?id=495526

Pavel Dobiáš  changed:

   What|Removed |Added

 CC||pavel23...@proton.me

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-12-16 Thread Aleksey Gavrilov
https://bugs.kde.org/show_bug.cgi?id=495526

Aleksey Gavrilov  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||hxk...@gmail.com
 Ever confirmed|0   |1
   Platform|Other   |Android
 OS|Linux   |All

--- Comment #9 from Aleksey Gavrilov  ---
This appears to be due to commit 8cb9a180 [1] "Migrate SettingsFragment to
Kotlin"

The original java version aborted device name change if the string was empty:

> if (StringUtils.isBlank(name))

But in the kotlin version, the condition is reversed, device name change fails
if the string is *not* empty:

> if (!name.isNullOrBlank())

Indeed, 1.32.7 and 1.32.9 allow you to change device name to the empty string
(which predictably breaks app's functionality).

[1]
https://invent.kde.org/network/kdeconnect-android/-/commit/8cb9a1809de64c94a577678c7c982398f3ed69eb

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-12-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=495526

thegt1k...@gmail.com changed:

   What|Removed |Added

 CC||thegt1k...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-12-05 Thread James Flynn
https://bugs.kde.org/show_bug.cgi?id=495526

James Flynn  changed:

   What|Removed |Added

 CC||my-...@duk13.win

--- Comment #8 from James Flynn  ---
future10se from comment #7)
> TLDR: Problem not present in 1.32.5
> 
> Hi, I ran into this problem setting up a new phone, a Samsung Galaxy Z Fold
> 5 running OneUI 6.1.1 / Android 14. I was installing the latest version
> 1.32.9 from F-Droid.
> 
> Any name I entered, including just accepting the default, would result in
> "invalid device name." I didn't run into this problem with my older phone,
> so I uninstalled 1.32.9 and installed two versions back, 1.32.5 from
> F-Droid. I was able to change the name as usual. This suggests that the
> problem is in a recent commit.
> 
> Afterwards, I updated to 1.32.9 with no issues. The new name stuck, but I
> haven't tried to change it since.
> 
> I was not able to check if the release in-between (1.32.7) also has the same
> issue. I hope this information is useful.

Thank you for this workaround, I uninstalled/downgraded to 1.32.5 (from F-Droid
repo) and was able to rename, then updated again.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-11-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=495526

elydgol...@gmail.com changed:

   What|Removed |Added

 CC||elydgol...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-11-25 Thread burster
https://bugs.kde.org/show_bug.cgi?id=495526

burster  changed:

   What|Removed |Added

 CC||burs...@protonmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-11-19 Thread future10se
https://bugs.kde.org/show_bug.cgi?id=495526

future10se  changed:

   What|Removed |Added

 CC||f10se+...@proton.me

--- Comment #7 from future10se  ---
TLDR: Problem not present in 1.32.5

Hi, I ran into this problem setting up a new phone, a Samsung Galaxy Z Fold 5
running OneUI 6.1.1 / Android 14. I was installing the latest version 1.32.9
from F-Droid.

Any name I entered, including just accepting the default, would result in
"invalid device name." I didn't run into this problem with my older phone, so I
uninstalled 1.32.9 and installed two versions back, 1.32.5 from F-Droid. I was
able to change the name as usual. This suggests that the problem is in a recent
commit.

Afterwards, I updated to 1.32.9 with no issues. The new name stuck, but I
haven't tried to change it since.

I was not able to check if the release in-between (1.32.7) also has the same
issue. I hope this information is useful.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-11-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=495526

je...@yeah-chaos.de changed:

   What|Removed |Added

 CC||je...@yeah-chaos.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-11-17 Thread Aqeel Zafar
https://bugs.kde.org/show_bug.cgi?id=495526

Aqeel Zafar  changed:

   What|Removed |Added

 CC||aq...@aqeeliz.com

--- Comment #6 from Aqeel Zafar  ---
Version: 1.32.9 
Installed from: F-Droid
Device: Samsung Galaxy Tab A9+ 5G (SM-X216B)

Same issue as others, trying to edit device name gives error "Invalid device
name". Even if I don't change anything and just press "rename".

Let me know if you need any more info.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-11-15 Thread Daniel G
https://bugs.kde.org/show_bug.cgi?id=495526

Daniel G  changed:

   What|Removed |Added

 CC||dg.unr...@gmail.com

--- Comment #5 from Daniel G  ---
Also experiencing the same bug, Samsung XCover 6 Pro (Android 14)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-11-12 Thread Frederick Zhang
https://bugs.kde.org/show_bug.cgi?id=495526

Frederick Zhang  changed:

   What|Removed |Added

 CC||frederick...@tsundere.moe

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-11-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=495526

tsf_accou...@protonmail.com changed:

   What|Removed |Added

 CC||tsf_accou...@protonmail.com

--- Comment #4 from tsf_accou...@protonmail.com ---
Same issue, invalid device name error when attempting to rename device.
Fairphone4, LineageOS21 (Android 14).

There is also some strange behaviour with Autofill when typing the new device
name - with every character typed, the word suggestion is filled in. 
eg:
T
TTe
TTeTes
TTeTesTest

Unsure if it is related, but maybe it helps.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-11-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=495526

kde-briar...@sneakemail.com changed:

   What|Removed |Added

 CC||kde-briar...@sneakemail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-10-30 Thread Tux34
https://bugs.kde.org/show_bug.cgi?id=495526

--- Comment #3 from Tux34  ---
I'm using a Samsung A12 (android 13), same behavior.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-10-30 Thread Filip
https://bugs.kde.org/show_bug.cgi?id=495526

Filip  changed:

   What|Removed |Added

 CC||dobrov...@gmail.com

--- Comment #2 from Filip  ---
*** Bug 495579 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 495526] Can't rename device, invalid device name

2024-10-29 Thread Todd Crimson
https://bugs.kde.org/show_bug.cgi?id=495526

Todd Crimson  changed:

   What|Removed |Added

 CC||crimsonsp...@protonmail.com

--- Comment #1 from Todd Crimson  ---
I would like to report the exact same bug. I'm using a Pixel 8 Pro. Same
behavior. Cannot rename the device on the Android.
Please fix / address. 
Thankyou.

-- 
You are receiving this mail because:
You are watching all bug changes.