Miltiadis Vasilakis

Results 17 issues of Miltiadis Vasilakis

Handles the edge case where an attachment download task will finish with status code 401, but it is masked by another error message. User case in this forum [comment](https://forums.zotero.org/discussion/comment/461352/#Comment_461352). We...

Adds support for multiple open items. - [x] Keep track of open items in order of most recently opened - [x] Show in items navigation bar button that restores last...

https://forums.zotero.org/discussion/comment/458539 The issue appeared when we upgraded PSPDFKit from `13.3.1` to `13.3.2`. Before: After: I'll contact their support.

Consider adding the following rules with `severity: error`. (Check https://github.com/zotero/zotero-ios/pull/692 for related discussion) - [ ] `large_tuple` - [ ] `line_length` - [ ] `type_name` - [ ] `accessibility_trait_for_button` -...

Transforms highlight annotation that are added by a user in the device, if there are overlapping line rects, by trimming equidistantly. Closes #984

* Adds `Remove Downloads` action in collection context menu, when the collection has items. Similar to `Download Attachments` action, it doesn't explicitely check if there are any attachments already downloaded,...

The comment icon disappears for shape annotations (square, ink) when they are selected, because PSPDFKit redraws them in a separate ShapeAnnotationView, so that it can be resized or moved. However,...

Populate dynamic application shortcuts with actions that open the last 3 visited group libraries, displaying their name as the action title.

* Adds support for PDF worker via `PDFWorkerWebViewHandler`. * Adds `PDFWorkerController` that exposes PDF worker for extracting recognizer data and full text. * Adds `RecognizerController` that extracts recognizer data, performs...