[Touch-packages] [Bug 1479076] Re: Does not process %0A line feed symbol

2016-02-25 Thread Michał Karnicki
Take a text buffer with more than a single line, copy the content and try launching the messaging-app with a URI, which contains the content of that buffer. I think tiagosh knows the format of the URI. You notice the text in the messaging-app is then all in single line. ** Changed in:

[Touch-packages] [Bug 1534776] Re: Notification sounds cause multimedia to pause

2016-02-24 Thread Michał Karnicki
** No longer affects: telegram-app -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1534776 Title: Notification sounds cause multimedia to pause Status in Canonical System

[Touch-packages] [Bug 1515977] Re: Nexus4 Shell rotates inappropriately in windowed mode

2016-01-18 Thread Michał Karnicki
I don't have the device, quote from IRC: (on Avila) > it's sortof focus > launch another app > and it flips shell to landscape > click on TG, and you're in portrait-shell > click on the lanscape app, and it stays portrait > auto-rotating in windowed mode is a bit broken, imho I can't give an

[Touch-packages] [Bug 1472755] Re: corrupted double-linked list probably cause by telegram scope

2015-12-09 Thread Michał Karnicki
My /var/crash is still empty, although I can't say I've done much testing beyond browsing the scopes and refreshing them now and then. (The bug was hard to reproduce for me earlier in general.) I'll repeat my request for other folks on Telegram feedback group to give this a try if they can. --

[Touch-packages] [Bug 1472755] Re: corrupted double-linked list probably cause by telegram scope

2015-12-09 Thread Michał Karnicki
Michi, this needs no explanation, I completely agree with every sentence you said. Same goal, just trying to get more data :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu.

[Touch-packages] [Bug 1472755] Re: corrupted double-linked list probably cause by telegram scope

2015-12-08 Thread Michał Karnicki
Hi Michi. I myself have seen it rarely, but I've asked Timo and in the folks in Telegram Feedback group to give this a try, as Timo seemed he was able to reproduce this quite easily. I'll install it too, and pay attention if I notice anything. -- You received this bug notification because you

[Touch-packages] [Bug 1472755] Re: corrupted double-linked list probably cause by telegram scope

2015-12-07 Thread Michał Karnicki
Wow, great catch Michi!! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1472755 Title: corrupted double-linked list probably cause by telegram scope

[Touch-packages] [Bug 1472755] Re: corrupted double-linked list probably cause by telegram scope

2015-11-26 Thread Michał Karnicki
You're a rockstar Michi, thank you for all this. We don't have mock data for this purpose, but you could run Telegram off this branch (README.md will quickly tell you how to, basically ./setup.sh -t desktop -d && ./setup.sh -t desktop -b will download deps and build it for you). The branch is a

[Touch-packages] [Bug 1472755] Re: corrupted double-linked list probably cause by telegram scope

2015-11-26 Thread Michał Karnicki
Replied on IRC, for record purposes: Sorry I only now noticed your comments, I forgot to leave the link :/ lp:~libqtelegram-team/telegram-app/telegram2-all-platforms I will verify the external library for use of boost. -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1472755] Re: corrupted double-linked list probably cause by telegram scope

2015-11-26 Thread Michał Karnicki
Talked on IRC, but for the record: While the app uses two dependencies, these don't use boost - and the scope uses none of those altogether. The scope's pure Qt talking to an sqlite db and surfacing results to scopes-api, not much going on in there, so at least on that end it's not related to

[Touch-packages] [Bug 1472755] Re: corrupted double-linked list probably cause by telegram scope

2015-11-25 Thread Michał Karnicki
Hi guys, sorry for late reply. I've been pulled to Tg unrelated assignment and was neck down in documentation. First of all, thank you for your input, I appreciate this wasn't just left here. Michi, I'm sorry, but I have not had chance to run this with valgrind on the desktop. I'll have to

[Touch-packages] [Bug 1472755] Re: corrupted double-linked list probably cause by telegram scope

2015-11-23 Thread Michał Karnicki
Since Jean-Baptiste raised this affects Telegram 2.0.4.* as well, perhaps we could get some fellow developers to review the code, as it seems we're out of luck trying to address this, and it's not really much code in the query.cpp http://bazaar.launchpad.net/~libqtelegram-team/telegram-

[Touch-packages] [Bug 1513449] [NEW] 1.3 DraggingArea reference error MathUtils is not defined

2015-11-05 Thread Michał Karnicki
Public bug reported: This shows up in the log: - when resizing the app window on desktop (15.04 with phone overlay installed) - occasionally on the phone I think the error is pretty obvious, so probably the bug report need to be super detailed. file:///usr/lib/x86_64-linux-

[Touch-packages] [Bug 1501706] [NEW] DraggingArea.qml - MathUtils is not defined

2015-10-01 Thread Michał Karnicki
Public bug reported: Latest rc-proposed. file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/1.3/DraggingArea.qml:27: ReferenceError: MathUtils is not defined when calling .open() on a Panel component. Similar to: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1248731 ** Affects:

[Touch-packages] [Bug 1501397] Re: Can't use Action id's in ActionList

2015-09-30 Thread Michał Karnicki
I can't even do: Page { head.actions: ActionList { } } I get: "Cannot assign object to list" -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1501397 Title:

[Touch-packages] [Bug 1501397] [NEW] Can't use Action id's in ActionList

2015-09-30 Thread Michał Karnicki
Public bug reported: Latest rc-proposed, UbuntuComponents 1.3 I can't use Action id's to compile an ActionList in order to re-use those actions elsewhere. Please see example: http://paste.ubuntu.com/12625111/ You may want to reference ActionSelectionPopover documentation here:

[Touch-packages] [Bug 1500934] [NEW] The new AdaptivePageLayout should allow replacing primaryPage

2015-09-29 Thread Michał Karnicki
Public bug reported: The new AdaptivePageLayout does not allow replacing of the primaryPage. Simplest use case: primaryPage: isSignedIn ? masterPage : signInPage I've explained in more detail in the #sdk channel, it seems I have convinced two developers the limitation of not allowing to replace

[Touch-packages] [Bug 1479076] Re: Does not process %0A line feed symbol

2015-09-17 Thread Michał Karnicki
Has anyone had a look at this bug? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to messaging-app in Ubuntu. https://bugs.launchpad.net/bugs/1479076 Title: Does not process %0A line feed symbol Status in messaging-app

[Touch-packages] [Bug 1413818] Re: Notification sounds aren't being played back on E4.5

2015-09-16 Thread Michał Karnicki
For the record ^^^ I meant sound from a Telegram notification works. This also works on krillin now: PULSE_PROP="media.role=alert" paplay /usr/share/sounds/ubuntu/notifications/Slick.ogg -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1413818] Re: Notification sounds aren't being played back on E4.5

2015-09-16 Thread Michał Karnicki
Works on not so up-to-date krillin/vivid. Amazing :') phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 24 device name: krillin channel: ubuntu-touch/stable/ubuntu last update: 2015-08-27 18:54:48 version version: 24 version ubuntu: 20150713 version device: 20150529-8e13c5f

[Touch-packages] [Bug 1472755] Re: /usr/lib/arm-linux-gnueabihf/unity-scopes/scoperunner:*** Error in `/usr/lib/arm-linux-gnueabihf/unity-scopes/scoperunner': corrupted double-linked list: ADDR ***

2015-09-11 Thread Michał Karnicki
I believe I may have found the source of the problem. When the scope is aggregated, the author assumed they can access results[0], which may not be true if: 1) the user is signed in 2) but has no messages whatsoever That'd mean the scope would crash for all users, who have set up Telegram

[Touch-packages] [Bug 1488080] [NEW] Should not use generic contact avatar

2015-08-24 Thread Michał Karnicki
Public bug reported: I'm not sure I'm filing the bug against the right package. The persistent notifications on vivid (phone) show a generic human/contact icon, if no avatar was specified. However, that image may not match all contexts in terms of who/what posted the notification (it may be a

[Touch-packages] [Bug 1479688] [NEW] ListItem does not swipe with custom MouseAreas

2015-07-30 Thread Michał Karnicki
Public bug reported: Expected: ListItem with user avatar an an image/attachment. I want to be able to detect the click on the avatar or the image, so I need to place MouseAreas within the list view. This used to work with the old ListViewItemWithActions. Actual: ListItem does not allow a swipe

[Touch-packages] [Bug 1479076] [NEW] Does not process %0A line feed symbol

2015-07-28 Thread Michał Karnicki
Public bug reported: Follow up on: https://bugs.launchpad.net/messaging-app/+bug/1382623 The app does not process line feed (%0A) symbol when passed in URL (see bug above for reference). phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 24 device name: krillin channel:

[Touch-packages] [Bug 1274095] Re: FilterGrid backed by FilterProxyModel renders wrong

2015-07-16 Thread Michał Karnicki
This bug is 1.5 years old, unless you consider it important based on the description (which I hope is detailed enough), please feel free to drive the bug however you decide, thanks. If Unity8 is still using FilterGrid, I believe it would be worth investigating, but I currently don't have the

[Touch-packages] [Bug 1470951] [NEW] ListItem.Standard deprecated, but ListItem.ThinDivider not - two imports

2015-07-02 Thread Michał Karnicki
Public bug reported: Perhaps the title of the bug could be worded differently, but I find it weird we deprecate ListItem.Standard and encourage use of ListItem component, but we don't move ListItem.ThinDivider. For the list item, you need Ubuntu.Components For the list thin divider, you need

[Touch-packages] [Bug 1466410] [NEW] Tabs/Pages don't work correctly when Repeater used

2015-06-18 Thread Michał Karnicki
Public bug reported: Steps to reproduce: Follow: https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Tabs/ Use a Repeater to create two tabs. On one of the tabs, press open page button. Expected: page is opened, and it's possible to go back Actual: page is opened, and

[Touch-packages] [Bug 1447735] [NEW] PopupUtils.open may not work from non-root Component.onCompleted

2015-04-23 Thread Michał Karnicki
Public bug reported: If PopupUtils.open is used from a Component.onCompleted that is not the root of the hierarchy, it may not show. See: http://askubuntu.com/questions/282629/how-to-display-popup-dialog-after-app-start ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided

[Touch-packages] [Bug 1433563] [NEW] QAudioRecorder recording hangs

2015-03-18 Thread Michał Karnicki
Public bug reported: Recording audio with QAudioRecorder intermittently fails for me. Another user even reported that it only works 1 out of 5-10 times. QAudioRecorder seems to hang on requesting the audio to be recorded (status QMediaRecortder::StartingStatus). When it actually works, it

[Touch-packages] [Bug 1424485] Re: Plural case error in Ubuntu Phone lock screen

2015-02-23 Thread Michał Karnicki
Or follow what has been suggested/decided here: https://bugs.launchpad.net/ubuntu/+source/libusermetrics/+bug/1351421 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libusermetrics in Ubuntu.

[Touch-packages] [Bug 1413302] Re: GSM connected, but no data plan - should report disconnected

2015-01-21 Thread Michał Karnicki
I'm less worried about keeping track of data and more worried on apps defining their behavior based on connectivity state (enabled parts of the UI, etc). ** Description changed: Steps to reproduce: 1. insert SIM card with data plan that has run out/expired 2. notice NetworkingStatus

[Touch-packages] [Bug 1413302] Re: GSM connected, but no data plan - should report disconnected

2015-01-21 Thread Michał Karnicki
list-modems http://paste.ubuntu.com/9810922/ list-contexts http://paste.ubuntu.com/9810930/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1413302 Title: GSM

[Touch-packages] [Bug 1386109] Re: com.ubuntu.connectivity1.NetworkingStatus.Status is always online

2014-11-03 Thread Michał Karnicki
I'm on 140 (clean flash) and it's not the case here (regarding comment #21). y1/NetworkingStatus com.ubuntu.connectivity1.NetworkingStatus.Status/connectivit online disabled wi-fi (only connection) y1/NetworkingStatus com.ubuntu.connectivity1.NetworkingStatus.Status/connectivit online

[Touch-packages] [Bug 1386109] Re: com.ubuntu.connectivity1.NetworkingStatus.Status is always online

2014-11-03 Thread Michał Karnicki
I'm sorry, I shoud have noted I ineed was testing this on 140, but with ubuntu39 package: phablet@ubuntu-phablet:~$ apt-cache policy network-manager network-manager: Installed: 0.9.8.8-0ubuntu29 Candidate: 0.9.8.8-0ubuntu29 Version table: *** 0.9.8.8-0ubuntu29 0 500

[Touch-packages] [Bug 1386109] Re: com.ubuntu.connectivity1.NetworkingStatus.Status is always online

2014-10-31 Thread Michał Karnicki
Can't publish: Some projects (urfkill) that were in the silo configuration list were not built I can't confirm. I'm on 14.09-proposed, I did: citrain host-upgrade 16 ubuntu-rtm and I'm getting 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. I'm probably doing something

[Touch-packages] [Bug 1386109] Re: com.ubuntu.connectivity1.NetworkingStatus.Status is always online

2014-10-31 Thread Michał Karnicki
$ citrain device-upgrade 16 ubuntu-rtm Correct, thank you Saviq. It was sitting really long on phablet-writable-image, so I ended-up going Albert's route. I confirm the problem is solved in silo 16. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1373462] Re: [background] Preview/Background is black for some images

2014-10-13 Thread Michał Karnicki
** Changed in: libqtelegram Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1373462 Title: [background] Preview/Background is

[Touch-packages] [Bug 1358294] Re: App .config not removed when app uninstalled

2014-10-06 Thread Michał Karnicki
Do we want to include this for RTM? Do we have capacity to do so? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to click in Ubuntu. https://bugs.launchpad.net/bugs/1358294 Title: App .config not removed when app uninstalled

[Touch-packages] [Bug 1373462] Re: [background] Preview/Background is black for some images

2014-10-03 Thread Michał Karnicki
** Changed in: libqtelegram Assignee: (unassigned) = Michał Karnicki (karni) ** Changed in: libqtelegram Status: New = Fix Committed ** Changed in: libqtelegram Assignee: Michał Karnicki (karni) = (unassigned) ** Changed in: libqtelegram Assignee: (unassigned) = Penk Chen

[Touch-packages] [Bug 1367802] Re: sharing a url is not displayed correctly in message view

2014-09-25 Thread Michał Karnicki
** Changed in: libqtelegram Milestone: None = m4-beta1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to messaging-app in Ubuntu. https://bugs.launchpad.net/bugs/1367802 Title: sharing a url is not displayed correctly in

[Touch-packages] [Bug 1367802] Re: sharing a url is not displayed correctly in message view

2014-09-25 Thread Michał Karnicki
** Changed in: libqtelegram Milestone: m4-beta1 = m3-alpha3 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to messaging-app in Ubuntu. https://bugs.launchpad.net/bugs/1367802 Title: sharing a url is not displayed

[Touch-packages] [Bug 1367802] Re: sharing a url is not displayed correctly in message view

2014-09-25 Thread Michał Karnicki
** Changed in: libqtelegram Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to messaging-app in Ubuntu. https://bugs.launchpad.net/bugs/1367802 Title: sharing a url is not displayed

[Touch-packages] [Bug 1367802] Re: sharing a url is not displayed correctly in message view

2014-09-23 Thread Michał Karnicki
** Changed in: libqtelegram Assignee: Michał Karnicki (karni) = Penk Chen (penk) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to messaging-app in Ubuntu. https://bugs.launchpad.net/bugs/1367802 Title: sharing a url

[Touch-packages] [Bug 1367802] Re: sharing a url is not displayed correctly in message view

2014-09-18 Thread Michał Karnicki
** Changed in: libqtelegram Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to messaging-app in Ubuntu. https://bugs.launchpad.net/bugs/1367802 Title: sharing a url is not displayed correctly in

[Touch-packages] [Bug 1368243] Re: Scope consistently causes scope runner crash

2014-09-16 Thread Michał Karnicki
No longer can reproduce on krillin with r44. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-api in Ubuntu. https://bugs.launchpad.net/bugs/1368243 Title: Scope consistently causes scope runner crash Status

[Touch-packages] [Bug 1368243] Re: Scope consistently causes scope runner crash

2014-09-16 Thread Michał Karnicki
Tested on clean r44 on krillin. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-api in Ubuntu. https://bugs.launchpad.net/bugs/1368243 Title: Scope consistently causes scope runner crash Status in

[Touch-packages] [Bug 1368243] Re: Scope consistently causes scope runner crash

2014-09-16 Thread Michał Karnicki
Back to New. Just found /var/crash/_usr_lib_arm-linux-gnueabihf_unity-scopes_scoperunner.32011.crash file with: ProcCmdline: /usr/lib/arm-linux-gnueabihf/unity-scopes/scoperunner /home/phablet/.local/share/unity-

[Touch-packages] [Bug 1368243] [NEW] Scope consistently causes scope runner crash

2014-09-11 Thread Michał Karnicki
Public bug reported: Ubuntu 14.10 r29 The Photos scope consistently causes scope runner crash. See attachment. ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Attachment added: scope runner crash

[Touch-packages] [Bug 1368243] Re: Scope consistently causes scope runner crash

2014-09-11 Thread Michał Karnicki
opes_scoperunner.32011.crashsh# apport-cli _usr_lib_arm-linux- gnueabihf_unity-sc *** Error: Problem in scoperunner Sorry, the program scoperunner closed unexpectedly Your computer does not have enough free memory to automatically analyze the problem and send a report to the developers. --

[Touch-packages] [Bug 1357348] Re: Cannot play sound files due to apparmor permission issue

2014-08-27 Thread Michał Karnicki
** Changed in: libqtelegram Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/1357348 Title: Cannot play sound files due to apparmor

[Touch-packages] [Bug 1358294] Re: App .config not removed when app uninstalled

2014-08-21 Thread Michał Karnicki
** Tags added: ubuntu-ux -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to click in Ubuntu. https://bugs.launchpad.net/bugs/1358294 Title: App .config not removed when app uninstalled Status in “click” package in Ubuntu:

[Touch-packages] [Bug 1358294] Re: App .config not removed when app uninstalled

2014-08-21 Thread Michał Karnicki
Hi all. Thank you for your constructive feedback on the bug. Regarding what mvo said (But we could remove the cache data.) -- that is closer to the nature of this bug. We recognize there may be user data involved (that is, XDG_DATA_HOME). However, we believe .cache and .config directories could

[Touch-packages] [Bug 1357348] Re: Cannot play sound files due to apparmor permission issue

2014-08-21 Thread Michał Karnicki
** Changed in: libqtelegram Importance: High = Low -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/1357348 Title: Cannot play sound files due to apparmor

[Touch-packages] [Bug 1358294] [NEW] App .config not removed when app uninstalled

2014-08-18 Thread Michał Karnicki
Public bug reported: If an app uses ~/.config/foo (say, uses Qt.labs.settings), and the user uninstalls the app, ~/.config/foo is not removed. It should be deleted when the app is uninstalled. Using latest utopic on the phone. ** Affects: click (Ubuntu) Importance: Undecided

[Touch-packages] [Bug 1357348] Re: Cannot play sound files due to apparmor permission issue

2014-08-15 Thread Michał Karnicki
** Also affects: libqtelegram Importance: Undecided Status: New ** Changed in: libqtelegram Status: New = Confirmed ** Changed in: libqtelegram Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which