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
|
RE: Testflight access to beta version - Buschel - 2021-01-12 Thanks for feedback and for the flowers Can someone confirm "seek" is now working with Kodi19 setups? This fix is also in since build 1919. RE: Testflight access to beta version - humantraffic - 2021-01-13 (2021-01-09, 23:07)kambala Wrote: https://testflight.apple.com/join/VQkpfqDN Can we get change logs for the v1.6 currently on TestFlight and future beta versions? Just so we know what's changed or should be stress tested Context: It's not everyday I go and try to make Media > Library settings changes on my iOS app to notice it now crashes on iOS 14.1 Just a thought RE: Testflight access to beta version - Buschel - 2021-01-13 Sure. From a user perspective: v1.6: - Stable on iOS14 (issue 99 and several forum threads) - Supports new iPhones and iPads without Home button - Optimized screen layout for new devices (issue 111 and issue 116) - Changes UI buttons layout for sort and view - Fixes seek for Kodi 19 (issue 95) To make the update possible there were many changes "under the hood" which a user might not obviously recognize: 1. Migrated to new JSON implementation. This fixed the main crashes observed with iOS14 which were reported in several forum threads and github issues. As this impacts sending/receiving/interpreting JSON commands it will be good to go through the commands / UI items which interact with Kodi server. This can be done via walking through the main screen, the tabs, selecting items from list of movies/shows/albums/titles and using playback commands. 2. Search massively reworked. This was needed to get the App running when compiled with the current development environment. What is needed here is to walk through the search function in all main screen and tabs where this is possible, e.g. Music, Movies, TV Shows, Pictures, Live TV, Detailed Info screen, ... I am sure there are a few issues left here as I am already knowing a few (see below). 3. Screen layout, scaling for new devices. For new iPhone and iPads there was quite some work done to use the new screen sizes and take care of layout for devices without Home button. What is needed here is to check if there are problems with screen elements not displayed as expected (e.g. banners not using full width, or banners being scaled up too much and cut). Also here are still a few issues known (see below). Known issues: - Collection View: even though searchbar should be hidden, it is sometimes shown. - Collection View: when touching "/" in the index bar, the list scrolls too far up - Collection View: on iPads only one columns of album covers is shown (issue 122) - Searchbar: after scrolling the list during an active search you cannot close the search via "Cancel". You need to re-enter the main screen. - Kodi19 support: posters are not shown proplerly (issue 96 and issue 88) RE: Testflight access to beta version - kambala - 2021-01-13 basically every aspect of the app must be tested because of huge internal changes RE: Testflight access to beta version - Buschel - 2021-01-14 Build 1939: - Fix for album not shown when entering via list on played / non-played albums - Fix for manually added buttons not showing - Fix for collection view only showing 1 column on iPad (issue 122) RE: Testflight access to beta version - Buschel - 2021-01-17 Build 1968: - Updated German translation and overlay images - Fix for poster not shown with Kodi 19 (issue 96) - Fix for posters instead of banners were shown (issue 88) - Fix wrong message position for iPhone settings menu (issue 125) - Hide SearchBar in CollectionView also when this is the last mode - Fix CollectionView jumping to a wrong position after pushing "/" in the index bar - Enable loading "Details" from list (e.g. list of albums) via longpress actions for all languages (was only working for English or a subset of all possible actions) - Fix longpress action from filtered list (was not working during active search) - Use full display height for WebViewController - Fix vertical position of WebViewBrowser and MoreItemsView for iOS <11 RE: Testflight access to beta version - Buschel - 2021-01-18 Build 1970: - Fix regression causing TV Show posters always to be preferred over banners (issue 132) RE: Testflight access to beta version - regis.frias - 2021-01-19 Hi, I posted this to TestFlight, but don't know if you monitor that, so I'll also post it here. I haven't seen anyone mention these, so I'll post them.
RE: Testflight access to beta version - Buschel - 2021-01-19 Thanks for the feedback, really appreciated. To your comments: 1. From what you describe I do not see a problem. If the playlist is having more items than can be shown, the list is extending further. The botton toolbar is opaque and therefor the list with more titles is shining through. Or did I misunderstand? 2. You´re in Dark Mode, correct? This is not supported well yet, but I will take a look at some of the obvious issues. If you have more examples, please share. 3. Oh, yes. I am very well aware of this. This is the place where the searchbar resides. As the searchbar has no function in the collectionview (aka grid view), I am hiding it. This is better than showing a non-usable searchbar imho. If I find time, I will look into this but at lower prio because it does not really hurt. 4. Good to see someone using the grid view for music albums. But, as I was never coming along this path: How do you enable grid view for the genres? RE: Testflight access to beta version - kambala - 2021-01-19 (2021-01-19, 19:49)Buschel Wrote: 1. From what you describe I do not see a problem. If the playlist is having more items than can be shown, the list is extending further. The botton toolbar is opaque and therefor the list with more titles is shining through. Or did I misunderstand? from what I understood, the issue is with the very last item - it's cut. You probably need to set proper contentInset.bottom. RE: Testflight access to beta version - Buschel - 2021-01-19 (2021-01-19, 20:49)kambala Wrote: from what I understood, the issue is with the very last item - it's cut. You probably need to set proper contentInset.bottom. Yep, got it now. Correcting the insets fixes this. RE: Testflight access to beta version - Saens - 2021-01-21 (2021-01-12, 08:10)Buschel Wrote:You were right. I installed over the old version.(2021-01-11, 22:38)Saens Wrote: Seems to make no difference if I do it slow or fast. Clean install solves this. RE: Testflight access to beta version - regis.frias - 2021-01-21 (2021-01-19, 21:40)Buschel Wrote:(2021-01-19, 20:49)kambala Wrote: from what I understood, the issue is with the very last item - it's cut. You probably need to set proper contentInset.bottom. Great that you managed to understand what I meant, sorry about the poor framing I just noticed another thing: if you check the same image with genres you'll see that the view mode button is missing, so you can't toggle list/cover from there. On the albums page it's at the bottom with the menu, but that menu doesn't exist in genres mode. By "genres mode" I mean, when you go to genres and select a genre. This image (ignore the arrow as it's meaningless now): RE: Testflight access to beta version - Buschel - 2021-01-21 (2021-01-21, 09:35)Saens Wrote: You were right. I installed over the old version.Thanks for checking. RE: Testflight access to beta version - Buschel - 2021-01-21 (2021-01-21, 13:00)regis.frias Wrote: I just noticed another thing: if you check the same image with genres you'll see that the view mode button is missing, so you can't toggle list/cover from there. On the albums page it's at the bottom with the menu, but that menu doesn't exist in genres mode. By "genres mode" I mean, when you go to genres and select a genre. This perfectly answers the question I had on how you could enable grid view when being in the Genres menu. You enabled this with the old UI and now have this still active. But you cannot change it back anymore as the buttons are missing ... How I would approach this: I already did remove the empty black bar when grid view is active. In this case the "Pull to sync" is directly shown on top of the grid. Out of consistency I would avoid to add the list/grid and sort buttons at different places in different menus. Therefore I tend towards showing the toolbar in the Genre view as well. This eats up some space, but keeps the UI consistent. |