Pages (i.e. images and and corresponding transcript lists) and Transcripts should be loaded non-blocking, i.e. async, to improve user experience and remove annyoing ProgressBarDialog popups on every pages switch.
Also: currently, when a page or transcript fails to load, the whole user interface is blocked, there is no way to cancel and thus you have to close the whole application. Async loading fixes that issue too.
Pages (i.e. images and and corresponding transcript lists) and Transcripts should be loaded non-blocking, i.e. async, to improve user experience and remove annyoing ProgressBarDialog popups on every pages switch. Also: currently, when a page or transcript fails to load, the whole user interface is blocked, there is no way to cancel and thus you have to close the whole application. Async loading fixes that issue too.