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)