Page 42 of 65

Re: [Addon] RuneUI Enhancement

PostPosted: 07 Feb 2019, 20:46
by AndyF
No noticeable delay here (Chrome on Android).

I think there's an issue on clearing the playlist at once. Playlist is empty after clicking on the most top "-". But entries are still shown until you switch between the tabs.

Andy

Re: [Addon] RuneUI Enhancement

PostPosted: 07 Feb 2019, 20:58
by s.k.
Thanks for the feedback Andy.
I am on 0.5b 20180903-8.
I have a notable delay when the UI starts up and when it's switched back - from menu options.
In that delay period the Rune logo is displayed.
Onece the UI appears i can switch tabs faster than the previous version.
Playlist entrys appear faster also.

Is your version the same ?
Regards
Stavros

Sent from my ONEPLUS A5000 using Tapatalk

Re: [Addon] RuneUI Enhancement

PostPosted: 08 Feb 2019, 05:49
by rern
AndyF wrote:...
I think there's an issue on clearing the playlist at once. Playlist is empty after clicking on the most top "-". But entries are still shown until you switch between the tabs.
...

To be fixed in next update.

s.k. wrote:...
I have a notable delay when the UI starts up and when it's switched back - from menu options.
In that delay period the Rune logo is displayed.
Onece the UI appears i can switch tabs faster than the previous version.
Playlist entrys appear faster also.
...

The initial delay depends on how long it counts Library items. It can't be disabled at the moment but it will in next update.
Time it:
Code: Select all
time /srv/http/enhancecount.sh

Re: [Addon] RuneUI Enhancement

PostPosted: 08 Feb 2019, 06:30
by s.k.
I understand - it make sense.

time:
Code: Select all
real    0m5.658s
user    0m0.888s
sys     0m0.206s

Thanks rern

Regards
Stavros

Re: [Addon] RuneUI Enhancement

PostPosted: 08 Feb 2019, 16:57
by AndyF
Hi rern,

thanks for your reply - I´ve added function "clearPlaylist" from Update-branch an it works.

I´ve got an issue with "Debug"-Infos from Dev.-Menu. If you activate them, following output is thrown:
Unbenannt.png
Unbenannt.png (84.36 KiB) Viewed 1143 times


So I think, there´s something wrong ;) ;)

regards, Andy

Re: [Addon] RuneUI Enhancement

PostPosted: 09 Feb 2019, 13:28
by rern
Hi Andy,

Many items in Development page should not applicable in RuneUI Enhancenent. The debug option is one of them. They will be hidden in next update.

rern

Re: [Addon] RuneUI Enhancement

PostPosted: 09 Feb 2019, 19:56
by AndyF
Hi rern,

in latest Update searching in library categories is broken. Results are visible for a very short time until library is visible again. Top and bottom bars are hidden after that.


Regards, Andy

Re: [Addon] RuneUI Enhancement

PostPosted: 10 Feb 2019, 04:45
by rern
AndyF wrote:...
in latest Update searching in library categories is broken. Results are visible for a very short time until library is visible again. Top and bottom bars are hidden after that.
...

This is a big one. To be fixed soon.

rern

Re: [Addon] RuneUI Enhancement

PostPosted: 10 Feb 2019, 08:04
by AndyF
Hi rern,

thanks for your reply - in the mean time I did some workarround in enhance.js
$( '#db-search-close' ).click( function():

- disable getDB ( data );
- show hidden #db-back button

At the moment it works for me.

regards, Andy

P.S.: Hidden bars were some problems with Force-Immersive plugin for XPosed. Bars are working correctly. Sorry!

Update 20190210

PostPosted: 10 Feb 2019, 11:29
by rern
Update 20190210

Fix search bug
Fix delay on initial page loading with large Library
Improve text scrolling in scaled landscape mode on small screen
Add option to disable open Playback on Add+Play

rern