Beta Testflight access to beta version - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +---- Forum: Kodi Remote for iOS Official Forum (https://forum.kodi.tv/forumdisplay.php?fid=193) +---- Thread: Beta Testflight access to beta version (/showthread.php?tid=359717) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
|
RE: Testflight access to beta version - UlfSchmidt - 2021-08-18 @Buschel @kambala I am more than willing to help when you do a complete redesign of the UI. I fear for programming I would need a Mac, so I (currently) cannot support in this area (Ubuntu user), but I have some long-term experience in UX and I obviously will support any further debugging. RE: Testflight access to beta version - UlfSchmidt - 2021-08-18 @Buschel, some new little findings:
The background color issue is solved in your latest build RE: Testflight access to beta version - Buschel - 2021-08-18 (2021-08-18, 19:00)UlfSchmidt Wrote:1. Confirmed, but visually not a big deal in my opinion. Will try to figure this out. 2. Confirmed, need to look at this. 3. Yes, as per design. I use a logic which takes 3% but at least a radius of 6. Otherwise you cannot see the radius for small images. I wanted to make the redius visible also for small thumbs. I find that in line with other implementations I saw. RE: Testflight access to beta version - UlfSchmidt - 2021-08-18 (2021-08-18, 19:23)Buschel Wrote: 3. Yes, as per design. I use a logic which takes 3% but at least a radius of 6. Otherwise you cannot see the radius for small images. I wanted to make the redius visible also for small thumbs. I find that in line with other implementations I saw.This brings me back to one of my previous postings: I find the rounded corners particularly disturbing in lists where one icon is directly placed after the other without any blank space, like it is done in list views. No big issue for grid view, but yes, please limit the amount of the rounding. So maybe you can at least once try to remove the rounded corners from the list views completely, so we can see how this looks in real life. And you do not have to touch the playlist view. A big bonus! RE: Testflight access to beta version - Buschel - 2021-08-18 I need to correct myself: 1. Is in fact working, but just taking the 3%, not the minimum of a radius of 6. It looked like there are no rounded corners, but there are. You can see this when making a screenshot and zooming in (or when locally using a massive corner radius ) 2. I could fix this. 3. Works as intended, but I understand this is inconsistent to 1. An easy way to get and 1 and 3 behave same would be to always use the 3% radius and not apply the minimum radius of 6. This would similar to what you are asking for. But still there would be reduction of the size and a frame -- avoiding this is really hard and would require more rework which I am not aiming to do right now. The current implementation works for both views and images inside views. To solve this as you are asking for I would need to change this to only apply the rounded corners for views. This is not possible without reworking several screens. RE: Testflight access to beta version - UlfSchmidt - 2021-08-18 No worries. Just implement it in the most simple way. Since consistency is always also important, I think your proposal makes the most sense. As always, thanks for your good work. RE: Testflight access to beta version - Buschel - 2021-08-18 (2021-08-18, 20:27)UlfSchmidt Wrote: No worries. Just implement it in the most simple way. Since consistency is always also important, I think your proposal makes the most sense. As always, thanks for your good work.When testing the "no-minimum-radius" version I found that this impacts the overall look & feel too much -- e.g. the corners around TV station logos and such are not visible anymore as the corners become to small. I now found a better solution to let the playlist view look like the list view, including rounded edges of same size. This is consistent and still having the look I was searching for. Will provide a PR soon. Screenshots: https://abload.de/img/simulatorscreenshot-iaqjuw.png (Playlist) https://abload.de/img/simulatorscreenshot-i9oj3j.png (Recording list) https://abload.de/img/simulatorscreenshot-i7xkfm.png (Recording details) Really good to see your feedback, this helps to find some glitches I was overseeing and also helps view some changes from a different angle. RE: Testflight access to beta version - kambala - 2021-08-18 (2021-08-18, 16:53)UlfSchmidt Wrote: @Buschel @kambala maybe you already have ideas how convenient Remote UI should look? programming is easy, the hard part is figuring out the concept / design. RE: Testflight access to beta version - Buschel - 2021-08-21 Already released and fix verified: 1.7.2 Build 2567 Release Notes New Beta Version, candidate for next (1.8) release: 1.7.2 Build 2573 Release Notes What's changed: Main changes again related to "rounded corners" and few minor issues found in iPad fullscreen while workin on it. What's next: We will let this version stay unchanged for the next two weeks and see, if there is feedback on issues or problems coming up. Based on this we will decide whether to release, or not. RE: Testflight access to beta version - UlfSchmidt - 2021-08-22 (2021-08-21, 12:52)Buschel Wrote: What's next: We will let this version stay unchanged for the next two weeks and see, if there is feedback on issues or problems coming up. Based on this we will decide whether to release, or not.Sorry to be the messenger again, but I observed today a fancy glitch where the icon size of album covers changed unexpectedly after editing the playlist. This issue results in album art being presented at various different sizes: RE: Testflight access to beta version - UlfSchmidt - 2021-08-22 Feature request to @buschel: do you know or think it possible to show the High Res Audio indicator already during browsing the music archive? RE: Testflight access to beta version - Buschel - 2021-08-22 (2021-08-22, 15:14)UlfSchmidt Wrote:Nice finding, and interesting effect. I already found the root cause and will correct this soon.(2021-08-21, 12:52)Buschel Wrote: What's next: We will let this version stay unchanged for the next two weeks and see, if there is feedback on issues or problems coming up. Based on this we will decide whether to release, or not.Sorry to be the messenger again, but I observed today a fancy glitch where the icon size of album covers changed unexpectedly after editing the playlist. This issue results in album art being presented at various different sizes: Edit: Fix provided, see PR#375. RE: Testflight access to beta version - Buschel - 2021-08-22 (2021-08-22, 15:19)UlfSchmidt Wrote: Feature request to @buschel: do you know or think it possible to show the High Res Audio indicator already during browsing the music archive?I remember I looked into this when I implemented the HiRes feature, but the required data is not provided via the database. So: No, this is not possible (yet). RE: Testflight access to beta version - UlfSchmidt - 2021-08-22 (2021-08-22, 16:43)Buschel Wrote:I feared that. Thanks for looking into it.(2021-08-22, 15:19)UlfSchmidt Wrote: Feature request to @buschel: do you know or think it possible to show the High Res Audio indicator already during browsing the music archive?I remember I looked into this when I implemented the HiRes feature, but the required data is not provided via the database. So: No, this is not possible (yet). RE: Testflight access to beta version - Buschel - 2021-08-23 1.8 Build 2593 Release Notes |