All Versions
14
Latest Version
Avg Release Cycle
113 days
Latest Release
1529 days ago

Changelog History
Page 1

  • v1.6.0 Changes

    February 18, 2020

    ๐Ÿš€ This release contains few significant upgrade and recommend to migrate to this version. The changes are below:

    โž• Adding a new ADKMetalImageView to support Metal framework. It can be used for CIImage instance and render view very fast with GUP clips.

    โž• Adding ADKHexString compatible of UIColor to support different HEX color formate. EX: 0xFFAA33 and FFAA33.

    โž• Adding the UIColor support for extended SRGB color space.

    ๐Ÿ›  Fixing the issues that ADKGradientView and ADKMultiGradientView won't display gradient color correctly when setting color contains transparent alpha channel.

    ๐Ÿ›  Fixing the crash issue when PullToRefresh and InfiniteScrolling are using in the same UIScrollView. It would miss the paired removeObserver: method call.

  • v1.5.0 Changes

    February 01, 2019

    #90 Creating a complicated linear gradient view with orientations for you. Enhancing ADKGradientView with redraw method.
    ๐Ÿ’ป #87 ADKGradientView supports UI adjustment in InterfaceBuilder.

  • v1.4.0 Changes

    June 26, 2018

    โž• Adding a new method to support manual update layout in UIScrollView+ADKInfiniteScrollingView. It allows you to modify UIScrollView's contentInsets dynamically.

    โšก๏ธ #82 New method ADKUpdateInfiniteScrollingLayout to support manual layout updating.

  • v1.3.1 Changes

    March 14, 2018

    ๐Ÿš€ This quick release is for revert below commit.
    โช #78 Revert prepareForReuse: method call in ADKCellDynamicSizeCalculator.

  • v1.3.0 Changes

    February 02, 2018

    ๐Ÿš€ For this major release that includes several significant fixing and update. We're highly recommend to upgrade AppDevKit to this version. Below are key updates.

    • ๐Ÿ›  fixing some bugs in ADKNibCacheManager, ADKCellDynamicSizeCalculator and etc.
    • #67 Adding ADKOpenGLImageView to provides OpenGL rendering solution for CameraKit.
    • #65 Adding color transfer methods for ARGB, GBRA in UIColor.
  • v1.2.2 Changes

    August 31, 2017

    โฌ†๏ธ The iOS 11 changes navigationBar's layout rules. It would trigger incorrect layout if you compile your project by XCode 9 and run it on iOS 11. Please upgrade this version if you're using ADKPullToRefresh mechanism.

    #59 Fix Pull-To_Refreash on iOS 11

  • v1.2.1 Changes

    August 25, 2017

    ๐Ÿ›  We fixed the problem of final image result with wrong mirror setting after users switch camera lens from front to rear or rear to front.
    #56 Fixing flip camera lens issue

  • v1.2.0 Changes

    July 12, 2017

    ๐Ÿ‘ We extended CameraKit to support live video data feature. When you use CameraKit to implement a camera, CameraKit has the capability that allows you to do the real-time image analysis.
    #52 Adding a live video data delegate to handle real-time camera image data.

  • v1.1.1 Changes

    July 06, 2017

    ๐Ÿ›  We fixed a bug in UIView+ADKAutoLayoutSupport and also add a new example to teach users how to use CameraKit to create a simple camera app.
    ๐Ÿ‘ #46 Fix logic error in UIView+ADKAutoLayoutSupport.
    #48 Adding a demo sample for CameraKit.

  • v1.1.0 Changes

    May 10, 2017

    ๐Ÿ”€ #40 Merging CameraKit into AppDevkit to cover camera controlling features. The CameraKit is a powerful kit that allows you use high-level APIs to control advanced manual camera features. You also can customize your camera view in your app.