Alexander Danilov

Results 63 comments of Alexander Danilov

@gaotongsh No, that's not what I mean. Did you install these plugins or did you just click the "enable" checkbox in the IITC Button plugin list?

Can you please provide examples of plugins where this PR helps?

Today I repeated the steps from the documentation, including use API 14. I used to miss this point, so they had to fix PIE. But at API 14, the application...

I've added the code ``` window.chat.renderData = function (data, element, likelyWereOldMsgs, sortedGuids) { return comm.renderData(data, element, likelyWereOldMsgs, sortedGuids); }; ``` And it fixed 2 plugins that work with chat (COMM...

If you want to put all comm.js functions in IITC.comm, make these changes in jsdoc ``` diff --git a/core/code/comm.js b/core/code/comm.js index fe97c8f6..9c8b78f6 100644 --- a/core/code/comm.js +++ b/core/code/comm.js @@ -1,5 +1,5...

It should be noted that swipe from bottom to open chat can not be done. > I suppose we should separate them at desktop too agreed

> Right, it couldn't be directly invoked by swipe, as by swipe we open menu, from where we need to select chat tab. No, another reason. Chat opens inside WebView,...

> it is currently green > I'm thinking about using stock intel default color scheme. ![изображение](https://user-images.githubusercontent.com/1785196/56645725-e54a1880-6686-11e9-8011-0c76ed5a0366.png) It's dark-blue now. But if change, I prefer gray. Probably. It need to test....

I have prepared other versions of the layouts: Details ![photo_2019-04-23_13-04-18_v2](https://user-images.githubusercontent.com/1785196/56649466-df0b6a80-668d-11e9-9e93-27924b64b6d8.jpg) ![photo_2019-04-23_13-04-18_v3](https://user-images.githubusercontent.com/1785196/56649468-df0b6a80-668d-11e9-93f3-5cdd0583afac.jpg) If i choose between these two, I prefer the second one. Besides, I'm not sure I can implement the...

> Is it possible to use swipe up as gesture only, to open usual chat pane? I think it's possible