Posts: 1,401
Joined: Mar 2018
Reputation:
30
True, made this change before I raised the PR.
Posts: 541
Joined: Apr 2014
Reputation:
8
Played with the iPad app this evening and found one bug which I believe to be new and finally am able to reproduce a strange quirk I have noticed for months.
Bug: if you enter the search bar of a library view the menu at the bottom of the view becomes inoperable. Buttons like grid/list toggle and full screen. None of them will work without reinitializing the view.
Now the quirk. Typically if you have a single pane visible on iPad then the pane will be movable left and right but will not stay centered. It snaps to the right hand side of the screen. You can trick the pane to stay in the center though.
Steps:
Go to a library view such as movies.
Bring up remote.
Tap settings gear.
Slide settings pane off to the right.
On library view tap full screen.
Exit full screen.
Slide library view to the left.
It now stays centered.
Posts: 1,401
Joined: Mar 2018
Reputation:
30
Just fixed the bounce behavior. This was a classic example of not fully resetting internal variables.
The search topics at a first glance also looks promising, most likely because of the search bar rework of the past months. I can allow the toolbar presses, ending an active search before executing the button press. Feels quite natural. I am yet a bit reluctant to make this change as I am not sure about any side effects -- search functionality always has been difficult to maintain.
Posts: 1,401
Joined: Mar 2018
Reputation:
30
Ouch, just received (and fixed) a nasty regression in the last build: It is not possible to enter add-ons anymore, e.g. youtube.
Posts: 551
Joined: Jan 2021
Reputation:
8
These (recently) introduced new confirmation dialogues “Are you sure?” - what was the rationale for these? Honestly, I find them quite (read: very) disturbing und unnecessary. Any chance to get rid of these or at least to make them configurable?
Posts: 1,401
Joined: Mar 2018
Reputation:
30
2024-08-25, 19:49
(This post was last modified: 2024-08-25, 20:10 by Buschel. Edited 1 time in total.)
Those were there for iPhone since I started to maintain the app. They got just added to iPad as well -- recently, I admit. I guess this was mainly done to avoid that someone is running scans or shutting down the system or Kodi by accident. Basically, confirmation is asked for everything which impacts the system or Kodi activity status or the database. This is obviously a matter of playing safe with system and database. It was just not done for iPad all the years.
But I admit you can have different opinions on this. E.g. there is even an open GitHub issue which asks to do the same every time "play" overwrites an existing playlist.
Posts: 541
Joined: Apr 2014
Reputation:
8
In keeping with my philosophy of giving the user choice, how about making this an app option? Default could be to display the confirmation dialog, with option to toggle it off.
I have to admit I really had no idea what dialog was even being discussed.