Author : cwolf

Version 1.5

Thank you for your interest in OA Helper, in this release a lot has happened: Improved DOI recognition ———————— Several enhancements have been made to make the recognition of Digital Object Identifiers on popular sites, such as PubMed.gov more accurate. Improved handling of unpaywall.org response ——————————————- I had made a mistake in handling the unpaywall.org […]

Version 1.1

For this version, I focused on improving the user experience: * in the result overview you will now see up to two lines of the title and three lines of the abstract * furthermore in the result list an icon indicates whether a PDF is readily available (green) or a click to core.ac.uk is needed […]

Swift 4: Copy a UILabel in iOS

By default a UILabel doesn’t get any copy & paste commands in iOS. After all, it’s a label, why would you want to copy a label? It turns out, you might want to do that, if you are “abusing” a label to show something useful and in that case you probably want the entire label […]

Swift 4: Adding new UI Elements to the Main.strings file, which Xcode auto-generates for you

When you are ready to localize your App, Xcode will auto-generate a Main.strings file for your Main Storboard. In that file every element of the User Interface (labels & more) are listed in the following format: /* Class = “UILabel”; text = “Subtitle”; ObjectID = “y5E-9n-LU8”; */ “y5E-9n-LU8.text” = “Untertitel”; That’s a pretty awesome format, […]

Version 1.2

Support for Internationalization: German translation Added basic Voice Over support (Aria Live Region) Added Keyboard Shortcut (ctrl + alt + o) Added highlight & search – will search base-search.netto use: highlight text and use right-click to select OA Search for… menu option Improved handling of “inactive” state

Version 1.1

Improved DOI Detection for: PubMed.gov ieeexplore.ieee.org nber.org base-search.net WebScraper OA Detection for: IngentaConnect base-search.net ieeexplore.ieee.org journals.sagepub.com academic.oup.com Introduced DOI validation Using 5 Regular Expressions from CrossRef Refactored function to compare current URL to target URL Fixed several bugs, where JSON parsing failed, due to unexpected data conditions Introduced a proper About Page Updated Help Menu […]

Scroll to top