Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Releases: ArtSabintsev/Harpy

Updated Latvian Localization

27 Sep 04:36
Compare
Choose a tag to compare

Vietnamese Localization Fix

13 Aug 18:55
Compare
Choose a tag to compare

Fixed typo in Vietnamese localization (Siren PR#83).

Vietnamese Localization and fix for _BSMachError

27 Jul 03:44
Compare
Choose a tag to compare
  • Added Vietnamese localization (#78)
  • Fixed _BSMachError issue (#141)

Fixed tintColor

21 Jul 03:14
Compare
Choose a tag to compare

The UIAlertController wasn't respecting the tintColor attribute.

Issue: #139
Fix: #140

Thanks to @nikolay-petrov for finding this issue and pushing a quick PR fix.

appID is now properly set

19 Jul 16:15
Compare
Choose a tag to compare

There was a bug in 4.0.0 & 4.0.1 where the appID variable (previously public, now private) was not being set after fetching the JSON results (#137).

This has been fixed in #138.

Fix to Device OS Comparability Logic

14 Jul 16:27
Compare
Choose a tag to compare

Apps that were not yet shipped to the app store (e.g., completely new apps), but had Harpy installed, were crashing due to faulty device checking logic. This problem does not exist in Siren.

  • Problem identified in #135
  • Problem fixed in #136

Massive Update!

14 Jul 02:53
Compare
Choose a tag to compare

This update has been in the works for a long time! Specifically, it brings Harpy back into full feature parity with its sister Swift language library, Siren.

Here's what's new (PR #133):

  • The appID variable no longer needs to be set nor is it exposed to the developer. Harpy now uses app's bundleID for version checking, which it can grab from the main NSBundle.
  • Added ability to show alerts only if current app store version is compatible with the device's version of iOS
    • Example: If version 1.0.0 of the app is installed on a user's device that is running iOS 9 and a new version, let's say 1.1.0 requires iOS 10, an update will not be shown until the user upgrades their device.
  • Fix to Brazilian Portuguese Language
  • Making use of NSURLComponents and NSURLQueryItem APIs
  • Modern syntax (making use of nullability syntax and generics)
  • Unit Tests!

Finally, the README has received a lot of love, so check it out for more details!

Croatian Localization

24 Jun 04:50
Compare
Choose a tag to compare

Added Croatian Localization. Thanks to @jinjic in ArtSabintsev/Siren#73

Localization Fixes and Device Compatibility Check

18 Jun 06:41
Compare
Choose a tag to compare
  • Fixed Polish localization
  • Fixed Hungarian localization

Fixed NSBundle/Framework issue

24 May 06:26
Compare
Choose a tag to compare