[frameworks-kirigami] [Bug 482752] Tab navigation isn't great

2024-05-01 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=482752

--- Comment #5 from Albert Vaca Cintora  ---
Created attachment 169079
  --> https://bugs.kde.org/attachment.cgi?id=169079=edit
Screenshot of the kdeconnect Kirigami app

The buttons in the attached screenshot are created by Kirigami. In the
kdeconnect-app code we just create Kirigami.Actions and Kirigami turns the
actions into buttons. Kirigami.Actions can't have KeyNavigation.tab to "fix"
(workaround) the ordering problem (because they are abstract, non-graphical
elements).

If you manage to focus the buttons in the screenshot (you need the mouse for
that, but different bug), then they keyboard navigation goes through them
right-to-left instead of left-to-right. I haven't found anything we can do on
our side to fix that.

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

[frameworks-kirigami] [Bug 485073] Kirigami.Action doesn't honor KeyNavigation.tab

2024-05-01 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=485073

--- Comment #9 from Albert Vaca Cintora  ---
It does happen to me. If I open kdeconnect-app, I can only navigate through the
main pane ("Device") on the right. There's no key that moves the focus to the
left pane. Furthermore, if I press 'space' to select one device from the list,
the focus is lost and there's no way to continue navigating with the keyboard
whatsoever.

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

[frameworks-kirigami] [Bug 485073] Kirigami.Action doesn't honor KeyNavigation.tab

2024-04-12 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=485073

--- Comment #6 from Albert Vaca Cintora  ---
High-level issue is that if you try to navigate the app using your keyboard
instead of the mouse, it's impossible: tab doesn't circle through all the
buttons (it only does within the area you have selected, and in a somewhat
unpredictable order) and right/left arrows don't do anything.

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

[frameworks-kirigami] [Bug 485073] Kirigami.Action doesn't honor KeyNavigation.tab

2024-04-12 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=485073

--- Comment #5 from Albert Vaca Cintora  ---
I linked the code. They are in another Kirigami component, a
`Kirigami.ScrollablePage`:
https://invent.kde.org/network/kdeconnect-kde/-/blob/master/app/qml/DevicePage.qml?ref_type=heads#L20-49

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

[frameworks-kirigami] [Bug 485073] Kirigami.Action doesn't honor KeyNavigation.tab

2024-04-12 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=485073

Albert Vaca Cintora  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOT A BUG   |---
 Ever confirmed|0   |1

--- Comment #3 from Albert Vaca Cintora  ---
Reopening because in practice Kirigami.Actions do result in buttons and those
need a way to be navigated with the keyboard. See my previous comment.

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

[kdeconnect] [Bug 472528] KDE Connect crashes when calling the phone and displaying a notification

2024-04-12 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=472528

Albert Vaca Cintora  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---
 Ever confirmed|0   |1

--- Comment #5 from Albert Vaca Cintora  ---
Ah, wait, nope. The crash I fixed was on the Android side. This is on the
desktop. Reopening.

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

[kdeconnect] [Bug 472528] KDE Connect crashes when calling the phone and displaying a notification

2024-04-12 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=472528

Albert Vaca Cintora  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Albert Vaca Cintora  ---
This should be fixed in KDE Connect version 1.30.1 for Android, which we just
pushed. It might take a couple days for you to get the update, though. Sorry
for the inconvenience :(

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

[kdeconnect] [Bug 485278] KDE Connect 1.30.0 keeps crashing on my Android phone

2024-04-12 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=485278

Albert Vaca Cintora  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Albert Vaca Cintora  ---
This is related to the SMS plugin and should be fixed in KDE Connect version
1.30.1 for Android, please reopen if it still crashes after updating. As a
workaround, disabling the plugin should stop the issues.

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

[frameworks-kirigami] [Bug 485073] Kirigami.Action doesn't honor KeyNavigation.tab

2024-04-08 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=485073

--- Comment #2 from Albert Vaca Cintora  ---
Created attachment 168294
  --> https://bugs.kde.org/attachment.cgi?id=168294=edit
Kirigami.Actions as buttons

Fair enough. I still need a way to fix tab navigation, though. In KDE Connect
we have 3 Kirigami.Action [1] that end up as buttons on the top bar (see
screenshot). Tab navigation circles through them backwards. How do I fix that?

[1]
https://invent.kde.org/network/kdeconnect-kde/-/blob/master/app/qml/DevicePage.qml?ref_type=heads#L20-49

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

[frameworks-kirigami] [Bug 485073] New: Kirigami.Action doesn't honor KeyNavigation.tab

2024-04-05 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=485073

Bug ID: 485073
   Summary: Kirigami.Action doesn't honor KeyNavigation.tab
Classification: Frameworks and Libraries
   Product: frameworks-kirigami
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: albertv...@gmail.com
CC: m...@ratijas.tk, notm...@gmail.com
  Target Milestone: Not decided

Context: I'm trying to fix the fact that pressing "tab" in the KDE Connect app
walks the buttons backwards. I originally reported this in
https://bugs.kde.org/show_bug.cgi?id=482752 but was told that this should be
fixed per-app and not in Kirigami.

I found that Qt supports KeyNavigation.tab [1] to indicate, for each element,
which is the next element to be selected when tab is pressed, together with
KeyNavigation.right and KeyNavigation.left for the arrow keys.

Although I still think that tab navigation should work out of the box,
KeyNavigation seemed like a way to (with a bit of hardcoding) fix it for KDE
Connect at least. However, when I tried it, I found that KeyNavigation.tab
makes no difference when I use it in a Kirigami.Action.

Does Kirigami.Action not support KeyNavigation.tab?

[1] https://doc.qt.io/qt-6.5/qml-qtquick-keynavigation.html#tab-attached-prop

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

[kdeconnect] [Bug 472395] Changing the volume doesn't work outside of the media player screen

2024-04-05 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=472395

Albert Vaca Cintora  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Summary|functions that worked   |Changing the volume doesn't
   |before are now not working  |work outside of the media
   |anymore.|player screen
 Status|REPORTED|CONFIRMED

--- Comment #1 from Albert Vaca Cintora  ---
I can confirm that changing the volume doesn't work outside of the media player
screen.

Ring my phone seems to work fine for me, at least on Android 13.

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

[kdeconnect] [Bug 476551] Clipboard is sent to phone when reconnecting after disabling clipboard autoshare

2024-03-31 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=476551

Albert Vaca Cintora  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-kde/-/commit
   ||/642c99056837053d943aa04ebd
   ||6a487c25d2bd56

--- Comment #8 from Albert Vaca Cintora  ---
Git commit 642c99056837053d943aa04ebd6a487c25d2bd56 by Albert Vaca Cintora, on
behalf of Marx Zhu.
Committed on 31/03/2024 at 14:48.
Pushed by albertvaka into branch 'master'.

fix: do not send NetworkPacket if autoshare is disabled when connecting

M  +8-1plugins/clipboard/clipboardplugin.cpp

https://invent.kde.org/network/kdeconnect-kde/-/commit/642c99056837053d943aa04ebd6a487c25d2bd56

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

[frameworks-kirigami] [Bug 482752] Tab navigation isn't great

2024-03-12 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=482752

Albert Vaca Cintora  changed:

   What|Removed |Added

   Target Milestone|--- |Not decided
  Component|messaging-application   |general
Product|kdeconnect  |frameworks-kirigami
   Assignee|si...@ergotech.com  |kdelibs-b...@kde.org

--- Comment #2 from Albert Vaca Cintora  ---
I don't think those can be fixed in KDE Connect, we don't have any way to
affect the behavior of tabbing through elements... it need to be fixed in
Kirigami or Qt, so I'm bouncing it back to Kirigami and if Qt folks need to get
involved I think this should happen from a Kirigami perspective. However, at
the very least the issue of selected items not being visually highlighted
should be 100% solvable within Kirigami. I also found this issue had been
reported in the past already [1] so sorry for the dupe.

[1]  https://bugs.kde.org/show_bug.cgi?id=475093

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

[frameworks-kirigami] [Bug 482753] PlaceholderMessage isn't accessible (eg: using a screen reader)

2024-03-10 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=482753

--- Comment #4 from Albert Vaca Cintora  ---
> And if they don't or can't, they should have Accessible.name set instead.
 Yeah, the bug is about Accessible.name not being honored.

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

[frameworks-kirigami] [Bug 482753] New: Kirigami isn't accessible (eg: using a screen reader)

2024-03-07 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=482753

Bug ID: 482753
   Summary: Kirigami isn't accessible (eg: using a screen reader)
Classification: Frameworks and Libraries
   Product: frameworks-kirigami
   Version: Master
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: albertv...@gmail.com
CC: m...@ratijas.tk, notm...@gmail.com
  Target Milestone: Not decided

- `Kirigami.PlaceholderMessage` content isn't read by screen readers
- `Kirigami.Action` that don't have a text property don't use the
`Accessible.name` property when using a screen reader.

STEPS TO REPRODUCE
Can be seen in the kdeconnect-app when using a screen reader.

Code for the app can be found here:
https://github.com/KDE/kdeconnect-kde/blob/master/app/qml/

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

[frameworks-kirigami] [Bug 482752] New: Tab navigation in Kirigami is unintuitive and has no visual feedback

2024-03-07 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=482752

Bug ID: 482752
   Summary: Tab navigation in Kirigami is unintuitive and has no
visual feedback
Classification: Frameworks and Libraries
   Product: frameworks-kirigami
   Version: Master
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: albertv...@gmail.com
CC: m...@ratijas.tk, notm...@gmail.com
  Target Milestone: Not decided

Somehow pressing "tab" in a kririgami app iterates through buttons right to
left.

Furthermore, Tab doesn't iterate through all items on the Window, just the
current selected view (eg: you can't jump to a sidebar from the main content).

Furthermore, in many elements there's no visual indication that they are
selected at all.

STEPS TO REPRODUCE
Can be seen in kdeconnect-app:
- The buttons on the top right are selected right to left instead of left to
right.
- The elements in the sidebar can't be selected if you are on the main content
(tabbing never gets to them).
- The elements on the sidebar don't have visual indication when they are
selected.
- I also think "Enter" doesn't work to "click" on something and you need to
press Space instead.

KDE Connect app code is here:
https://github.com/KDE/kdeconnect-kde/blob/master/app/qml/

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

[kdeconnect] [Bug 482199] KCM header appearance is broken

2024-03-06 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=482199

Albert Vaca Cintora  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-kde/-/commit
   ||/1785160049b29f3be6c729e344
   ||774afab2f26928

--- Comment #6 from Albert Vaca Cintora  ---
Git commit 1785160049b29f3be6c729e344774afab2f26928 by Albert Vaca Cintora, on
behalf of Nicolas Fella.
Committed on 06/03/2024 at 22:03.
Pushed by albertvaka into branch 'master'.

[kcm] Use correct KCModule constructor
Related: bug 478091

M  +2-2kcm/kcm.cpp
M  +1-1kcm/kcm.h

https://invent.kde.org/network/kdeconnect-kde/-/commit/1785160049b29f3be6c729e344774afab2f26928

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

[systemsettings] [Bug 478091] Does not remove previous KCM header when switching to certain QtWidgets KCMs (KDE Connect KCM, Digital Camera)

2024-03-06 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=478091

--- Comment #8 from Albert Vaca Cintora  ---
Git commit 1785160049b29f3be6c729e344774afab2f26928 by Albert Vaca Cintora, on
behalf of Nicolas Fella.
Committed on 06/03/2024 at 22:03.
Pushed by albertvaka into branch 'master'.

[kcm] Use correct KCModule constructor
Related: bug 482199

M  +2-2kcm/kcm.cpp
M  +1-1kcm/kcm.h

https://invent.kde.org/network/kdeconnect-kde/-/commit/1785160049b29f3be6c729e344774afab2f26928

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

[kdeconnect] [Bug 456517] 2 finger gesture scrolls too much

2024-02-25 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=456517

Albert Vaca Cintora  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Albert Vaca Cintora  ---


*** This bug has been marked as a duplicate of bug 407293 ***

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

[kdeconnect] [Bug 407293] Remote input plugin's scrolling speed is too fast, can't be adjusted

2024-02-25 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=407293

Albert Vaca Cintora  changed:

   What|Removed |Added

 CC||alexban...@gmail.com

--- Comment #3 from Albert Vaca Cintora  ---
*** Bug 456517 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 480165] When copying a folder to ExFAT with a name that has unsupported characters, Dolphin suggests to rename it but then fails to copy the contents

2024-01-22 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=480165

--- Comment #1 from Albert Vaca  ---
Created attachment 165130
  --> https://bugs.kde.org/attachment.cgi?id=165130=edit
Rename dialog

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

[dolphin] [Bug 480165] New: When copying a folder to ExFAT with a name that has unsupported characters, Dolphin suggests to rename it but then fails to copy the contents

2024-01-22 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=480165

Bug ID: 480165
   Summary: When copying a folder to ExFAT with a name that has
unsupported characters, Dolphin suggests to rename it
but then fails to copy the contents
Classification: Applications
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: albertv...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Created attachment 165129
  --> https://bugs.kde.org/attachment.cgi?id=165129=edit
Error dialog

SUMMARY
ExFAT doesn't allow file names with characters like question marks, colons,
etc. When copying a file folder that has such a character in its name, Dolphin
is smart enough to suggest renaming it on the fly. However, the contents of the
folder then fail to be copied to the renamed location.

STEPS TO REPRODUCE
You need a disk formatted with a proper filesystem like ext4 and a flashdrive
formatted with exfat.
1. Create a folder in your ext4 disk with a name that contains question marks
eg: "hello??". Create one file inside the folder.
2. Copy the folder to the exFAT disk. Dolphin suggests to rename it to replace
the question marks, which are not valid in exfat, in the previous example to
"hello__".

OBSERVED RESULT
3. Dolphin fails to copy the contents of the directory, with the attached
error. (BONUS BUG: the filename is cropped even if I resize the window, so I
can't never fully read the file path).

EXPECTED RESULT
Once the folder is renamed, the contents should be copied successfully from the
unrenamed to the renamed.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: master
KDE Plasma Version: master
KDE Frameworks Version: master 
Qt Version: master

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

[kdeconnect] [Bug 407293] Remote input plugin's scrolling speed is too fast, can't be adjusted

2024-01-18 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=407293

Albert Vaca  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-android/-/co
   ||mmit/3cacafad29c13845d1a32d
   ||8c03084c02abc7c6cb
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Albert Vaca  ---
Git commit 3cacafad29c13845d1a32d8c03084c02abc7c6cb by Albert Vaca Cintora, on
behalf of Matteo Princisgh.
Committed on 18/01/2024 at 23:15.
Pushed by albertvaka into branch 'master'.

Add scroll sensitivity option for MousePadPlugin

Added a seekbar to adjust the scrolling speed of the touchpad

M  +2-0res/values/strings.xml
M  +7-0res/xml/mousepadplugin_preferences.xml
M  +6-1   
src/org/kde/kdeconnect/Plugins/MousePadPlugin/MousePadActivity.java

https://invent.kde.org/network/kdeconnect-android/-/commit/3cacafad29c13845d1a32d8c03084c02abc7c6cb

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

[kdeconnect] [Bug 443155] kdeconnect breaks when openssh is upgraded to version 8.8p1-1

2023-10-29 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=443155

--- Comment #43 from Albert Vaca  ---
I've modified GSConnect to use ECDSA and it doesn't seem to fix the issue.
Here's my change:
https://github.com/albertvaka/gnome-shell-extension-gsconnect/compare/main...ecdsa-keys

After applying this change I deleted ~/.config/gsconnect to force it to
recreate a key.

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

[kdeconnect] [Bug 475795] no plugin for kdeconnect.sftp.request

2023-10-28 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=475795

--- Comment #2 from Albert Vaca  ---
We should give a better error in these cases.

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

[kdeconnect] [Bug 475960] Kde connect crash each time

2023-10-28 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=475960

--- Comment #3 from Albert Vaca  ---
*with kdeconnect installed from a packet from your distribution I mean

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

[kdeconnect] [Bug 475960] Kde connect crash each time

2023-10-28 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=475960

--- Comment #2 from Albert Vaca  ---
Have you maybe ever built kdeconnect from sources and mixed that with packets
from your distribution? It seems it's failing to load some plugin for some
reason, which could be a version mismatch.

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

[kdeconnect] [Bug 443155] kdeconnect breaks when openssh is upgraded to version 8.8p1-1

2023-10-01 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=443155

--- Comment #41 from Albert Vaca  ---
I'm out of ideas, the only alternative is to upgrade the version of mina-sshd
that we use (which doesn't seem easy).

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

[kdeconnect] [Bug 443155] kdeconnect breaks when openssh is upgraded to version 8.8p1-1

2023-10-01 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=443155

--- Comment #40 from Albert Vaca  ---
I added rsa-sha2-256 but I think it still didn't fix the issue:
https://invent.kde.org/network/kdeconnect-android/-/merge_requests/401

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

[kdeconnect] [Bug 443155] kdeconnect breaks when openssh is upgraded to version 8.8p1-1

2023-09-28 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=443155

--- Comment #38 from Albert Vaca  ---
Thanks for the insight, Lukáš!

This change might do the trick:
https://invent.kde.org/network/kdeconnect-android/-/commit/4f44aef5f8bee8603d08cab18decae70f618faa4

Can you please give it a test? You should be able to download a debug APK from
this link once the build job succeeds:
https://invent.kde.org/network/kdeconnect-android/-/jobs/1220040/artifacts/browse/build/outputs/apk/debug/

(Note that if you have a non-debug version of the app you will have to
uninstall it before you can install this)

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

[kdeconnect] [Bug 443155] kdeconnect breaks when openssh is upgraded to version 8.8p1-1

2023-09-26 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=443155

--- Comment #35 from Albert Vaca  ---
If I'm not mistaken this should be fixed in the Android app version 1.29.0.
However, the fix only applies to new installs, so if you have an existing
version of the Android app installed you will have to use "Clear Data" in the
app settings (or uninstall & reinstall it). Note that you will have to redo the
pairing and configuration.

Please confirm if this works / doesn't.

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

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-22 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=461872

Albert Vaca  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/kdeconnect-kde/-/commit |ork/kdeconnect-kde/-/commit
   |/d721f72a9bd98775dd91a4d00a |/de45a8017cff7df63ec0c967d0
   |9b5695484946eb  |bfd8774afbddf8

--- Comment #17 from Albert Vaca  ---
Git commit de45a8017cff7df63ec0c967d0bfd8774afbddf8 by Albert Vaca Cintora.
Committed on 22/09/2023 at 21:53.
Pushed by albertvaka into branch 'release/23.08'.

Iterate KFilePlacesModel instead of using closestItem to remove SFTP entries

Fixes bug where we could miss entries due to `closestItem()` skipping hidden
items. It is also more performant.

(cherry picked from commit d721f72a9bd98775dd91a4d00a9b5695484946eb)

# Conflicts:
#   plugins/sftp/sftpplugin.cpp

M  +7-4plugins/sftp/sftpplugin.cpp

https://invent.kde.org/network/kdeconnect-kde/-/commit/de45a8017cff7df63ec0c967d0bfd8774afbddf8

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

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-22 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=461872

Albert Vaca  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-kde/-/commit
   ||/d721f72a9bd98775dd91a4d00a
   ||9b5695484946eb

--- Comment #16 from Albert Vaca  ---
Git commit d721f72a9bd98775dd91a4d00a9b5695484946eb by Albert Vaca Cintora.
Committed on 22/09/2023 at 21:51.
Pushed by albertvaka into branch 'master'.

Iterate KFilePlacesModel instead of using closestItem to remove SFTP entries

Fixes bug where we could miss entries due to `closestItem()` skipping hidden
items. It is also more performant.

M  +7-4plugins/sftp/sftpplugin.cpp

https://invent.kde.org/network/kdeconnect-kde/-/commit/d721f72a9bd98775dd91a4d00a9b5695484946eb

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

[kdeconnect] [Bug 472697] Open with Open on Connected Device via KDE Connect appears for all files in Dolphin

2023-09-22 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=472697

--- Comment #12 from Albert Vaca  ---
This missed 23.08.1 and will be in 23.08.2

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

[kdeconnect] [Bug 407289] KDEConnect crashes upon trying to 'Add storage location' from 'Filesystem expose settings'

2023-09-22 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=407289

Albert Vaca  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #18 from Albert Vaca  ---
documentsui is no longer needed in Android 13, since we now get access to the
whole filesystem so no file picker is used.

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

[kdeconnect] [Bug 474601] Make KDE Connect an independent project

2023-09-16 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=474601

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #3 from Albert Vaca  ---
KDE is the community, not the desktop.

The same way Microsoft Office is available for non-MS OSes, KDE Connect can be
used on any OS and desktop.

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

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-15 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=461872

--- Comment #15 from Albert Vaca  ---
*** Bug 466416 has been marked as a duplicate of this bug. ***

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

[kdeconnect] [Bug 466416] KDE Connect floods kio places (user-places.xbel) with a ton of entries of the same device causing overall desktop performance degeneration.

2023-09-15 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=466416

Albert Vaca  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #12 from Albert Vaca  ---
We should be able to fix this before the next release. Let's centralize this in
bug 461872, marking this one as duplicated.

*** This bug has been marked as a duplicate of bug 461872 ***

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

[kdeconnect] [Bug 474552] Crash in sftp plugin when device link is lost

2023-09-15 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=474552

--- Comment #2 from Albert Vaca  ---
Thanks Kai <3

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

[kdeconnect] [Bug 474552] Crash in sftp plugin when device link is lost

2023-09-15 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=474552

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-kde/-/commit
   ||/66cf7093fbc14a6b014fc396f5
   ||d214e858964253
 Status|REPORTED|RESOLVED

--- Comment #1 from Albert Vaca  ---
Git commit 66cf7093fbc14a6b014fc396f5d214e858964253 by Albert Vaca Cintora.
Committed on 16/09/2023 at 01:11.
Pushed by albertvaka into branch 'master'.

Fix SFTP plugin, m_mounter was not initialized

M  +1-0plugins/sftp/sftpplugin.cpp

https://invent.kde.org/network/kdeconnect-kde/-/commit/66cf7093fbc14a6b014fc396f5d214e858964253

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

[kdeconnect] [Bug 474121] Photo plugin fails to transfer picture

2023-09-15 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=474121

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Albert Vaca  ---
Plugin has been removed in the following MRs:
https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/598
https://invent.kde.org/network/kdeconnect-m/-/merge_requests/398
https://invent.kde.org/network/kdeconnect-meta/-/merge_requests/3

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

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-14 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=461872

--- Comment #13 from Albert Vaca  ---
Good catch! I think we can fix this by adding a version of this function that
doesn't skip hidden entries... I'll take a look.

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

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-14 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=461872

--- Comment #9 from Albert Vaca  ---
Before adding an item to the menu, we check if any items for the same device ID
exists and we remove them, so I don't see how this could happen.

For reference, here's the code in 23.08 and in master (it has changed a bit but
the logic is the same):

https://invent.kde.org/network/kdeconnect-kde/-/blame/release/23.08/plugins/sftp/sftpplugin.cpp#L63
https://invent.kde.org/network/kdeconnect-kde/-/blame/master/plugins/sftp/sftpplugin.cpp#L48

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

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-14 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=461872

--- Comment #7 from Albert Vaca  ---
I still can't reproduce it with your steps. When the phone stops being
available from the computer, the entry disappears for me. Are you on KDE
Connect 23.08? If not, can you try there? Maybe it has been fixed already
(although I don't remember any change regarding this...). If it continues to
happen to you, there might be some difference in our steps or steps...

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

[kdeconnect] [Bug 472697] Open with Open on Connected Device via KDE Connect appears for all files in Dolphin

2023-09-14 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=472697

Albert Vaca  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/kdeconnect-kde/-/commit |ork/kdeconnect-kde/-/commit
   |/64f9df96ece0d3f72096401ffd |/8b78ba6a583fd83d44b8b69122
   |d1884fdb64e7b7  |83c826b0314daa

--- Comment #9 from Albert Vaca  ---
Git commit 8b78ba6a583fd83d44b8b6912283c826b0314daa by Albert Vaca Cintora.
Committed on 14/09/2023 at 08:25.
Pushed by albertvaka into branch 'release/23.08'.

Remove "Open on connected device via KDE Connect"

It seems to be causing too many problems compared to the advantages that
using "send" instead of "open" brings.

(cherry picked from commit 64f9df96ece0d3f72096401ffdd1884fdb64e7b7)

M  +0-1data/CMakeLists.txt
D  +0-134  data/org.kde.kdeconnect_open.desktop

https://invent.kde.org/network/kdeconnect-kde/-/commit/8b78ba6a583fd83d44b8b6912283c826b0314daa

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

[kdeconnect] [Bug 472697] Open with Open on Connected Device via KDE Connect appears for all files in Dolphin

2023-09-14 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=472697

Albert Vaca  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-kde/-/commit
   ||/64f9df96ece0d3f72096401ffd
   ||d1884fdb64e7b7

--- Comment #8 from Albert Vaca  ---
Git commit 64f9df96ece0d3f72096401ffdd1884fdb64e7b7 by Albert Vaca Cintora.
Committed on 14/09/2023 at 08:18.
Pushed by albertvaka into branch 'master'.

Remove "Open on connected device via KDE Connect"

It seems to be causing too many problems compared to the advantages that
using "send" instead of "open" brings.

M  +0-1data/CMakeLists.txt
D  +0-137  data/org.kde.kdeconnect_open.desktop

https://invent.kde.org/network/kdeconnect-kde/-/commit/64f9df96ece0d3f72096401ffdd1884fdb64e7b7

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

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-13 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=461872

--- Comment #5 from Albert Vaca  ---
Does this happen even without unpairing/repairing the device? We shouldn't
create more than one entry for the same device, and I can't reproduce this.

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

[kdeconnect] [Bug 433051] Option to disable Android Notifications for send/received files via KDEConnect

2023-09-11 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=433051

Albert Vaca  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-android/-/co
   ||mmit/17757908c4f140102983db
   ||8943f87a687997b4bc

--- Comment #2 from Albert Vaca  ---
Git commit 17757908c4f140102983db8943f87a687997b4bc by Albert Vaca Cintora.
Committed on 12/09/2023 at 05:14.
Pushed by albertvaka into branch 'master'.

Split notification channels for received and sent files

M  +2-1res/values/strings.xml
M  +14   -5src/org/kde/kdeconnect/Helpers/NotificationHelper.java
M  +2-2   
src/org/kde/kdeconnect/Plugins/SharePlugin/ReceiveNotification.java
M  +2-2   
src/org/kde/kdeconnect/Plugins/SharePlugin/UploadNotification.java

https://invent.kde.org/network/kdeconnect-android/-/commit/17757908c4f140102983db8943f87a687997b4bc

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

[kdeconnect] [Bug 474121] Photo plugin fails to transfer picture

2023-09-11 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=474121

--- Comment #3 from Albert Vaca  ---
I thought KItinerary was using the plugin programmatically, but I checked  the
code and it isn't. So there's really no tie with it: KItinerary users can still
take a photo + share instead.

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

[kdeconnect] [Bug 474121] Photo plugin fails to transfer picture

2023-09-10 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=474121

Albert Vaca  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Albert Vaca  ---
I can't reproduce the stacktrace, but for me the plugin isn't working either.
This plugin isn't probably used that much if it's broken and nobody complained
before? 

Maybe we should kill it? It's only a minor convenience to launch the camera app
automatically vs taking a photo manually and then sharing via kdeconnect, and
on the other side I think it's a very confusing plugin (since it doesn't just
take the photo by itself as one might expect, the user still needs to grab the
phone and do it).

What do you think?

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

[kdeconnect] [Bug 473511] Filesystem Expose has been broken ever since version 1.24 of kdeconnect

2023-09-10 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=473511

--- Comment #10 from Albert Vaca  ---
No, this change is specific for Windows. In Arch it should work fine (I use
Arch) with the latest version of kdeconnect. Open a separate issue if it
doesn't.

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

[kdeconnect] [Bug 469405] Clipboard not sync

2023-09-10 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=469405

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from Albert Vaca  ---
This is an Android 8+ limitation.

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

[kdeconnect] [Bug 472697] Open with Open on Connected Device via KDE Connect appears for all files in Dolphin

2023-09-09 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=472697

--- Comment #6 from Albert Vaca  ---
Thanks Ilia, that's the commit while the file was fixed and thus started to
work as intended (which seems to be problematic). I'm going to remove this
feature until we find a way to do this without causing the problems described.

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

[kdeconnect] [Bug 473956] keyboard input space button bug

2023-09-09 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=473956

Albert Vaca  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/kdeconnect-kde/-/commit |ork/kdeconnect-kde/-/commit
   |/89548932a60742a1ecd11ea5a0 |/98dd492f75a208f79d8ef0e6bd
   |7b14ac0dcfd9db  |0b23ffaf84fd9c

--- Comment #5 from Albert Vaca  ---
Git commit 98dd492f75a208f79d8ef0e6bd0b23ffaf84fd9c by Albert Vaca Cintora.
Committed on 10/09/2023 at 05:22.
Pushed by albertvaka into branch 'release/23.08'.

Fix remote keyboard sending "space" when pressing space

I believe this was broken in
https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/543
(cherry picked from commit 89548932a60742a1ecd11ea5a07b14ac0dcfd9db)

M  +1-1plugins/remotekeyboard/remotekeyboardplugin.cpp

https://invent.kde.org/network/kdeconnect-kde/-/commit/98dd492f75a208f79d8ef0e6bd0b23ffaf84fd9c

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

[kdeconnect] [Bug 473956] keyboard input space button bug

2023-09-07 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=473956

Albert Vaca  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-kde/-/commit
   ||/89548932a60742a1ecd11ea5a0
   ||7b14ac0dcfd9db

--- Comment #4 from Albert Vaca  ---
Git commit 89548932a60742a1ecd11ea5a07b14ac0dcfd9db by Albert Vaca Cintora.
Committed on 07/09/2023 at 19:55.
Pushed by albertvaka into branch 'master'.

Fix remote keyboard sending "space" when pressing space

I believe this was broken in
https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/543

M  +1-1plugins/remotekeyboard/remotekeyboardplugin.cpp

https://invent.kde.org/network/kdeconnect-kde/-/commit/89548932a60742a1ecd11ea5a07b14ac0dcfd9db

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

[kdeconnect] [Bug 470085] App does not reconnect on wifi connect

2023-09-07 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=470085

Albert Vaca  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Albert Vaca  ---
Version 1.28.0 has been released which should fix this issue. Please reopen if
it doesn't.

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

[kdeconnect] [Bug 473956] keyboard input space button bug

2023-09-05 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=473956

Albert Vaca  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Albert Vaca  ---
Thanks for reporting this. I've opened a MR with a bugfix. Since the bug is on
the desktop side, it will have to wait until a patch release of KDE Apps 23.08
for distros to get it.

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

[kdeconnect] [Bug 473511] Filesystem Expose has been broken ever since version 1.24 of kdeconnect

2023-09-05 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=473511

--- Comment #7 from Albert Vaca  ---
I just pushed a fix for this. The fix is on the desktop side, so it will have
to wait until the next release for Windows to be available to users. Sorry for
having this broken for so long and thanks for all the info you provided about
the bug, which helped find the issue.

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

[kdeconnect] [Bug 473511] Filesystem Expose has been broken ever since version 1.24 of kdeconnect

2023-09-05 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=473511

Albert Vaca  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-kde/-/commit
   ||/393624af9c6cf1af8bf2b912a4
   ||acaeb06abdbb40
 Resolution|--- |FIXED

--- Comment #6 from Albert Vaca  ---
Git commit 393624af9c6cf1af8bf2b912a4acaeb06abdbb40 by Albert Vaca Cintora.
Committed on 06/09/2023 at 04:45.
Pushed by albertvaka into branch 'release/23.08'.

Fix SFTP plugin on Windows

Broken by
https://invent.kde.org/network/kdeconnect-android/-/merge_requests/320

(cherry picked from commit 4d5474db7bc2a573063415ff3e9156a605b67794)

M  +9-1plugins/sftp/sftpplugin-win.cpp

https://invent.kde.org/network/kdeconnect-kde/-/commit/393624af9c6cf1af8bf2b912a4acaeb06abdbb40

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

[kdeconnect] [Bug 408508] wake up from sleep/ logoff kills kdeconnect

2023-08-31 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=408508

Albert Vaca  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Albert Vaca  ---
We don't need an autostart, kdeconnect is dbus-activated so simply trying to
use kdeconnect after it has crashed should start it. This bug is very old and I
don't think it can be reproduced nowadays, closing.

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

[kdeconnect] [Bug 473659] I currently am using the blendOS v3.0. whem i originally installed the os

2023-08-23 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=473659

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from Albert Vaca  ---
This isn't really a bug in kdeconnect. You need to install it following the
regular blendOS install procedures, and if that fails file a ticket for the
blendOS developers.

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

[kdeconnect] [Bug 471879] Pen Support for KDEConnect

2023-08-23 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=471879

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Albert Vaca  ---


*** This bug has been marked as a duplicate of bug 445511 ***

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

[kdeconnect] [Bug 445511] Use input mode as graphic tablet

2023-08-23 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=445511

Albert Vaca  changed:

   What|Removed |Added

 CC||daeng...@gmail.com

--- Comment #1 from Albert Vaca  ---
*** Bug 471879 has been marked as a duplicate of this bug. ***

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

[kdeconnect] [Bug 459573] KDE Daemon crashes on startup

2023-08-22 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=459573

--- Comment #7 from Albert Vaca  ---
Does removing the configuration (from ~/.config/kdeconnect) fix this for you?

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

[kdeconnect] [Bug 470085] App does not reconnect on wifi connect

2023-08-21 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=470085

--- Comment #6 from Albert Vaca  ---
Maybe a cleaner alternative to passing the Network to the sendUdpIdentityPacket
function would be to use bindProcessToNetwork in the networkChange callback,
which should affect all the sockets that are created from that point:
https://developer.android.com/reference/android/net/ConnectivityManager#bindProcessToNetwork(android.net.Network)

This should also guarantee that we never broadcast over a cellular network,
which seems like an improvement.

And btw, thanks for catching this issue and investigating it!

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

[kdeconnect] [Bug 470085] App does not reconnect on wifi connect

2023-08-21 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=470085

--- Comment #5 from Albert Vaca  ---
The issue described by Pedro where we would create two sockets and that would
cause a race condition where neither connection works should be fixed by this
commit:
https://invent.kde.org/network/kdeconnect-android/-/commit/5c99b1d32e697e842ca972c4fb7f0dabbad1e576
 I will soon make a release including this fix.

The issue where we broadcast too soon and the WiFi network isn't the default
yet seems an also real but different problem. Axel, since you wrote a patch for
this issue, maybe you can open a merge request on Gitlab?
https://invent.kde.org/network/kdeconnect-android

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

[kdeconnect] [Bug 473511] Filesystem Expose has been broken ever since version 1.24 of kdeconnect

2023-08-20 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=473511

--- Comment #1 from Albert Vaca  ---
This is probably the change that affects you:
https://invent.kde.org/network/kdeconnect-android/-/commit/1ba9e59872e811615a152882469e9b9f07cc7001

What we are doing since this change is request permissions to have full access
to the storage, instead of requesting it folder by folder (since recently some
folders are not allowed accessing otherwise).

This permission doesn't appear in the regular list of app permissions in
Android, similar to the permission to access notifications it has its own menu.

However, we should detect it is missing and show a link in-app that opens the
screen where you can grant the permission. Maybe there's something broken and
this link doesn't show?

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

[kdeconnect] [Bug 472920] Remember which modules are enabled/disabled for a device

2023-08-11 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=472920

--- Comment #1 from Albert Vaca  ---
Are you unpairing the device each time? If you don't unpair, the settings are
not deleted.

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

[kdeconnect] [Bug 411750] KDE Connect still won't connect, requiring a reboot to re-pair

2023-08-10 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=411750

Albert Vaca  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

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

[kdeconnect] [Bug 446337] KDE Connect KCM launched via system tray applet should open inside System Settings

2023-07-30 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=446337

Albert Vaca  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-kde/-/commit
   ||/c5b955fe10173d390150c8
   ||d15b64894fc167
 Resolution|--- |FIXED

--- Comment #4 from Albert Vaca  ---
Git commit c5b955fe10173d390150c8d15b64894fc167 by Albert Vaca Cintora, on
behalf of Phani Pavan Kambhampati.
Committed on 30/07/2023 at 09:30.
Pushed by albertvaka into branch 'master'.

Changed KCM to launch in system settings

KCM used to open in a separate window, changed that behaviour to launch in
system settings when launched via the plasmoid.

M  +1-1plasmoid/package/contents/ui/FullRepresentation.qml
M  +1-1plasmoid/package/contents/ui/main.qml

https://invent.kde.org/network/kdeconnect-kde/-/commit/c5b955fe10173d390150c8d15b64894fc167

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

[kdeconnect] [Bug 460458] website https://aiix.tk/ is linked, which seems to be no longer online

2023-07-22 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=460458

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #2 from Albert Vaca  ---
Fixed in master.

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

[kdeconnect] [Bug 466088] Discussion: Shared text is saved to file instead of storing in clipboard

2023-07-22 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=466088

Albert Vaca  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Albert Vaca  ---
This was done.

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

[kdeconnect] [Bug 460448] Last 2 chars of device key are cut off

2023-07-22 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=460448

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

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

[kdeconnect] [Bug 465136] Handbook is outdated

2023-07-22 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=465136

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

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

[kdeconnect] [Bug 356914] Add an option to don't start playing media when call ends

2023-07-22 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=356914

Albert Vaca  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

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

[kdeconnect] [Bug 442169] Unlocking remote control inputs on the desktop app requires pressing left and right mouse buttons at the same time which is impossible on many devices without a mouse

2023-07-21 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=442169

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #2 from Albert Vaca  ---
This has been fixed in
https://invent.kde.org/network/kdeconnect-kde/-/commit/6bd8beba

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

[kdeconnect] [Bug 472276] KDE Connect crash in start computer

2023-07-17 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=472276

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|RESOLVED

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

[kdeconnect] [Bug 472276] KDE Connect crash in start computer

2023-07-17 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=472276

--- Comment #2 from Albert Vaca  ---
Let me know if that fixes it.

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

[kdeconnect] [Bug 472276] KDE Connect crash in start computer

2023-07-17 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=472276

--- Comment #1 from Albert Vaca  ---
Can you delete the config files from ~/.config/kdeconnect and try again?

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

[kdeconnect] [Bug 472287] Media control notification missing

2023-07-17 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=472287

Albert Vaca  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Albert Vaca  ---
This has been fixed but Google is rejecting the update to the Play Store.
Alternatively you can get the app from F-Droid:
https://f-droid.org/es/packages/org.kde.kdeconnect_tp/ Note that to install
from F-Droid you will first have to uninstall the Play Store version due to
different signatures.

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

[kdeconnect] [Bug 471066] KDE Connect Media control doesn't work anymore after update

2023-07-02 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=471066

Albert Vaca  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Albert Vaca  ---
It should be fixed in 1.26.2

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

[kdeconnect] [Bug 471271] CPU usage at 100% making UI unresponsive

2023-06-29 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=471271

Albert Vaca  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Albert Vaca  ---
It might take a bit to propagate, but it should already be available both on
Play Store and F-Droid.

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

[kdeconnect] [Bug 471271] CPU usage at 100% making UI unresponsive

2023-06-24 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=471271

--- Comment #1 from Albert Vaca  ---
It looks like an infinite loop, because you get lots of log lines in a short
amount of time. I recently fixed a bug of this kind in
https://invent.kde.org/network/kdeconnect-android/-/commit/e4743002be768261a4eab288326bcebf11a308aa,
but this one seems to be in the notifications code so it might be different.
Can you check if this happens to you in 1.26.1 that was just released? Also,
does this happen reliably/all the time?

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

[kdeconnect] [Bug 471233] kdeconnect's default sleep/suspend remote computer command doesn't work

2023-06-24 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=471233

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Albert Vaca  ---
This was already fixed in
https://invent.kde.org/network/kdeconnect-kde/-/commit/0d362169a8e30cc5a78a87982f0d15009b988538

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

[kdeconnect] [Bug 424912] Last modified dates of received images are incorrect after sharing through the app

2023-06-19 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=424912

--- Comment #3 from Albert Vaca  ---
Does this happen when using the "browse filesystem" option or the "share file"
option? Does it happen only when sharing from phone -> PC? Which version of the
Android app are you using?

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

[kdeconnect] [Bug 471066] KDE Connect Media control doesn't work anymore after update

2023-06-15 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=471066

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Albert Vaca  ---
What kdeconnect version do you have on your PC?

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

[kdeconnect] [Bug 469877] No way to cancel / revoke a pairing request once started

2023-05-31 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=469877

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-android/-/co
   ||mmit/537f2e35ac84b498b248d7
   ||fd5da1abeeffe439dd

--- Comment #2 from Albert Vaca  ---
Git commit 537f2e35ac84b498b248d7fd5da1abeeffe439dd by Albert Vaca Cintora.
Committed on 31/05/2023 at 15:23.
Pushed by albertvaka into branch 'master'.

Add the option to cancel a pairing request we sent

M  +1-0res/values/strings.xml
M  +1-1src/org/kde/kdeconnect/Backends/BasePairingHandler.java
M  +1-1   
src/org/kde/kdeconnect/Backends/BluetoothBackend/BluetoothPairingHandler.java
M  +2-2   
src/org/kde/kdeconnect/Backends/LanBackend/LanPairingHandler.java
M  +2-2   
src/org/kde/kdeconnect/Backends/LoopbackBackend/LoopbackPairingHandler.java
M  +3-4src/org/kde/kdeconnect/Device.java
M  +8-1src/org/kde/kdeconnect/UserInterface/DeviceFragment.kt
M  +1-1src/org/kde/kdeconnect/UserInterface/MainActivity.kt

https://invent.kde.org/network/kdeconnect-android/-/commit/537f2e35ac84b498b248d7fd5da1abeeffe439dd

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

[Powerdevil] [Bug 469895] Cannot change laptop display brightness when connected to external monitor with ddcutil support

2023-05-31 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=469895

Albert Vaca  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/powerdevil/-/commit/ddca
   ||baf93712b953e3ec327416e0332
   ||d7e44fc40
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #10 from Albert Vaca  ---
Git commit ddcabaf93712b953e3ec327416e0332d7e44fc40 by Albert Vaca Cintora, on
behalf of Quang Ngô.
Committed on 31/05/2023 at 11:24.
Pushed by albertvaka into branch 'Plasma/5.27'.

Fix ddcutil for laptop user

This will prioritize usage of backlight helper over ddcutil.
If backlight helper fail, fall back to ddcutil.
Expected result:
 * Laptop users can now change the brightness of the internal
display. External display will use its own controls.
 * Does not affect desktop users.

M  +71   -76   daemon/backends/upower/powerdevilupowerbackend.cpp

https://invent.kde.org/plasma/powerdevil/-/commit/ddcabaf93712b953e3ec327416e0332d7e44fc40

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

[kdeconnect] [Bug 470078] File sharing will fail when transferring multiple files with same name.

2023-05-25 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=470078

Albert Vaca  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-kde/-/commit
   ||/571575df28af878ccbe5abc914
   ||40f8d1fc36727a
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Albert Vaca  ---
Git commit 571575df28af878ccbe5abc91440f8d1fc36727a by Albert Vaca Cintora.
Committed on 25/05/2023 at 22:54.
Pushed by albertvaka into branch 'master'.

When receiving files, delay de-duplicating filenames

When receiving two files with the same name, the first file might not be
saved to disk already when we have to decide the name for the second if
we do it too early.

M  +13   -4core/filetransferjob.cpp
M  +5-0core/filetransferjob.h
M  +1-4plugins/share/shareplugin.cpp

https://invent.kde.org/network/kdeconnect-kde/-/commit/571575df28af878ccbe5abc91440f8d1fc36727a

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

[kdeconnect] [Bug 470231] Mouse does not work from Linux to Android

2023-05-24 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=470231

--- Comment #1 from Albert Vaca  ---
Google didn't let us publish the app anymore with that usage of the
accessibility permission. I tried reaching out to Google to understand why but
failed (I just got generic "this is not allowed" responses, from the various
people I managed to talk to), so I had to remove that functionality from the
app to be able to publish it.

It sucks, because I think we are not doing anything against the policies, but
speaking with Google is impossible in my experience.

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

[qca] [Bug 470214] Exception messages

2023-05-24 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=470214

Albert Vaca  changed:

   What|Removed |Added

   Assignee|albertv...@gmail.com|unassigned-b...@kde.org
  Component|plasmoid|general
Product|kdeconnect  |qca
 CC||aa...@kde.org,
   ||br...@frogmouth.net,
   ||jus...@karneges.com

--- Comment #1 from Albert Vaca  ---
I agree that the message is confusing. This message is printed by QCA,
re-assigning the bug.

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

[Powerdevil] [Bug 469895] Cannot change laptop display brightness when connected to external monitor with ddcutil support

2023-05-24 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=469895

--- Comment #8 from Albert Vaca  ---
Related issue about supporting multiple brightness backends:
https://invent.kde.org/plasma/powerdevil/-/issues/19

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

[Powerdevil] [Bug 449263] Laptop screen not controllable when hdmi DDC monitor is plugged in

2023-05-24 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=449263

Albert Vaca  changed:

   What|Removed |Added

 CC||albertv...@gmail.com

--- Comment #2 from Albert Vaca  ---
Thanks for the bug triaging work Nate! I know we usually prefer keeping the
oldest bug when marking as duplicate, but given the conversation happened in
the other thread I think it would be best to do it the other way around in
cases like this :) I added a reply on the other bug.

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

[Powerdevil] [Bug 469895] Cannot change laptop display brightness when connected to external monitor with ddcutil support

2023-05-24 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=469895

--- Comment #7 from Albert Vaca  ---
I'm the one who enabled compiling with libddc by default. I think it's a great
feature to be able to control your monitor brightness from Plasma instead of
having to use the wonky built-in buttons, and would be nice to polish this
feature before Plasma 6. Maybe it can be one of the "cool new things" for
marketing. 

I also told Antonio, the Arch packager, that it was ready to enable in Plasma 5
even if it was not on by default. 

I didn't know that powerdevil could only use one backend though, and that
enabling libddc would mean the laptop brightness control would be effectively
disabled.

Thanks quagngo for the fix where the laptop brightness backend takes
precedence, I'll give a review now. The best fix however would be for both
backends to be active at the same time, and for Plasma to show two sliders. It
would be awesome if we can get that for Plasma 6.

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

[kdeconnect] [Bug 468894] Play doesn't work on VLC snap

2023-04-26 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=468894

--- Comment #2 from Albert Vaca  ---
Happy to hear it's resolved. There were a ton of fixes and changes by different
people in this last release, so it might very well be the update :)

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

[kdeconnect] [Bug 468924] KDEConnect modifies (converts) files when sent from Desktop to Android

2023-04-24 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=468924

Albert Vaca  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from Albert Vaca  ---
I promise you KDE Connect doesn't do this. Something else is doing it.

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

[kdeconnect] [Bug 446337] KDE Connect KCM launched via system tray applet should open inside System Settings

2023-04-24 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=446337

Albert Vaca  changed:

   What|Removed |Added

   Keywords||junior-jobs

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

[kdeconnect] [Bug 446337] KDE Connect KCM launched via system tray applet should open inside System Settings

2023-04-24 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=446337

--- Comment #2 from Albert Vaca  ---
The standalone window is there so we can use the KCM on Windows, MacOS,
Gnome... I'm not against opening System Settings as long as we have a check to
only do it when running Plasma.

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

[kdeconnect] [Bug 468326] SMS listing stopped working since 1.23.0

2023-04-15 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=468326

Albert Vaca  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #3 from Albert Vaca  ---
This should be fixed in 1.24.1, however if you got the app from the Play Store
the 1.24.1 update is being rejected by Google and we are fighting that at the
moment. Please reopen if 1.24.1 doesn't fix it once it's out (or if you install
it from a different store :)

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

[kdeconnect] [Bug 446349] Android phone does not stop ringing after using 'Ring my phone' feature

2023-04-13 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=446349

Albert Vaca  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-android/comm
   ||it/4c6cda711f70af00b81ca962
   ||70e9b4ee63a3f4fd
 Resolution|--- |FIXED

--- Comment #5 from Albert Vaca  ---
Git commit 4c6cda711f70af00b81ca96270e9b4ee63a3f4fd by Albert Vaca Cintora.
Committed on 13/04/2023 at 17:10.
Pushed by albertvaka into branch 'master'.

Fix "find my phone" notification being dismissable

Dismissing the notification caused the alarm to keep playing without a
way to stop it.

M  +1-0   
src/org/kde/kdeconnect/Plugins/FindMyPhonePlugin/FindMyPhonePlugin.java

https://invent.kde.org/network/kdeconnect-android/commit/4c6cda711f70af00b81ca96270e9b4ee63a3f4fd

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

  1   2   3   4   5   >