Skip to content

Commit

Permalink
Merge pull request #68 from NordicSemiconductor/develop
Browse files Browse the repository at this point in the history
Version 4.5.1
  • Loading branch information
philips77 authored Aug 21, 2019
2 parents 71260bb + 3f9484c commit 3caf65f
Show file tree
Hide file tree
Showing 12 changed files with 70 additions and 64 deletions.
70 changes: 37 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

New in V4.5.1:

* DFU Library 4.5.1 - fixed issue with DFU on iOS 13.

New in V4.5.0:

* Migrated to Swift 5
Expand All @@ -9,12 +13,12 @@ New in V4.5.0:

New in V4.4.4:

* Improvet HomeKit view, allowing user to switch homes, and create a home if none exists.
* Improved HomeKit view, allowing user to switch homes, and create a home if none exists.
* Fixed issuew with HomeKit showing permission error as soon as the permission was given.
* Removed automatic home creation in HomeKit view, now user can manually create the home.
* Improved error handling to show the user actual parsed messages from homekit errors instead of showing generic errors
* Updated DFULibrary to version 4.1.1
* Improved fieltype selection UI
* Improved error handling to show the user actual parsed messages from homekit errors instead of showing generic errors.
* Updated DFULibrary to version 4.1.1.
* Improved fieltype selection UI.
* Added an option to allow users to select the DFU scope when flashing distribution packages.

New in V4.4.3:
Expand All @@ -25,59 +29,59 @@ New in V4.4.3:

New in V4.4.2:

* Fixed an issue with glucose monitors context reading that caused a crash or missing data from the reading context
* iPhone X support
* iOS11 Support (Large navigation bar)
* Swift 4 migration
* iOSDFULibrary V4.0.2 updated within app
* UI improvements for smaller screens, and improvemetns for newer lagers screens
* Fixed an issue with glucose monitors context reading that caused a crash or missing data from the reading context.
* iPhone X support.
* iOS11 Support (Large navigation bar).
* Swift 4 migration.
* iOSDFULibrary V4.0.2 updated within app.
* UI improvements for smaller screens, and improvemetns for newer lagers screens.

New in V4.4.1:

* Fixed an issue introduced in V4.4.0 causing the HomeKit accessory service to not be readable
* Enhanced HomeKit profile view by notifying of any HomeKit related errors instead of logging to console
* Fixed an issue introduced in V4.4.0 causing the HomeKit accessory service to not be readable.
* Enhanced HomeKit profile view by notifying of any HomeKit related errors instead of logging to console.

New in V4.4.0:

* Adds HomeKit profile, allowing browsing and adding HomeKit accessories.
* Adds Secure DFU Feature for HomeKit accessories, accessible through the HomeKit Profile view.
* Fixed small icon size issues for 3x resolution devices (iPhone 6+/7+)
* Improved UI throughout the app and all the profile views
* Fixed small icon size issues for 3x resolution devices (iPhone 6+/7+).
* Improved UI throughout the app and all the profile views.

New in V4.3.0:

* Adds Experimental Buttonless DFU feature
* DFU Library version now displayed in the DFU View
* Minor UI improvements
* Updated iOSDFULibrary to v3.0.6
* Adds Experimental Buttonless DFU feature.
* DFU Library version now displayed in the DFU View.
* Minor UI improvements.
* Updated iOSDFULibrary to v3.0.6.

New in v4.1.1:

* Fixed bug with reading IEEE Float values
* Fixed erratic values in HTS Example view see issue #27
* Fixed bug causing intermittent failures in scanner view
* Updated iOSDFULibrary to v2.1.2
* Fixed bug with reading IEEE Float values.
* Fixed erratic values in HTS Example view see issue #27.
* Fixed bug causing intermittent failures in scanner view.
* Updated iOSDFULibrary to v2.1.2.

New in v4.1:

* The application is now Fully migrated to Swift3.0
* Bugfix: Importing of distribution packets via email no longer crashes
* Bugfix: Glucose monitor demo no longer crashes/displays incorrect timestamps when the device uses the 12 hour format locale
* Bugfix: Glucose monitor demo no longer duplicates data on the last row when refresh button is tapped
* The application is now Fully migrated to Swift 3.0.
* Bugfix: Importing of distribution packets via email no longer crashes.
* Bugfix: Glucose monitor demo no longer crashes/displays incorrect timestamps when the device uses the 12 hour format locale.
* Bugfix: Glucose monitor demo no longer duplicates data on the last row when refresh button is tapped.

New in v4.0:

* The application is fully migrated to Swift2.2
* Added **Continuous Glucose Monitor** profile support
* The Application now uses the Cocoapods version of our DFU Library. See [cocoapods/iOSDFULibrary](https://cocoapods.org/pods/iOSDFULibrary)
* Minor bugfixes in characteristics reading on some profiles
* The application is fully migrated to Swift 2.2.
* Added **Continuous Glucose Monitor** profile support.
* The Application now uses the Cocoapods version of our DFU Library. See [cocoapods/iOSDFULibrary](https://cocoapods.org/pods/iOSDFULibrary).
* Minor bugfixes in characteristics reading on some profiles.

New in v3.0:

* The application uses DFU Library, instead of having it's own implementation.

New in v2.5:

* Refreshed Look & Feel
* Better user experience in DFU and UART profiles
* Bug fixes
* Refreshed Look & Feel.
* Better user experience in DFU and UART profiles.
* Bug fixes.
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- EVReflection (5.10.1):
- EVReflection/Core (= 5.10.1)
- EVReflection/Core (5.10.1)
- iOSDFULibrary (4.5.0):
- iOSDFULibrary (4.5.1):
- ZIPFoundation (= 0.9.9)
- SWRevealViewController (2.3.0)
- ZIPFoundation (0.9.9)
Expand All @@ -25,7 +25,7 @@ SPEC REPOS:
SPEC CHECKSUMS:
CorePlot: cbe0c6e14220705e32e06a89c7d6a5a908b7d7d8
EVReflection: 8124de482178d34ccd56473e16cd95990f9a1113
iOSDFULibrary: 0422433b3875f175de522846b9e82282792488b2
iOSDFULibrary: 87c6a088cf7172e3694dfaa8305e7ded5eda2547
SWRevealViewController: 6d3fd97f70112fd7cef9de14df4260eacce4c63a
ZIPFoundation: 89df685c971926b0323087952320bdfee9f0b6ef

Expand Down
4 changes: 2 additions & 2 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/iOSDFULibrary/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nRF Toolbox/Utilities/AppUtilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enum ServiceIds : UInt8 {

class AppUtilities: NSObject {

static let iOSDFULibraryVersion = "4.5.0"
static let iOSDFULibraryVersion = "4.5.1"

static let uartHelpText = "This profile allows you to connect to a device that support Nordic's UART service. The service allows you to send and receive String messages.\n\nThe main screen contains 9 programmable buttons. Use the Edit button to edit a command or an icon assigned to each button. Unused buttons may be hidden.\n\nTap the Show Log button to see the conversation or to send a custom message."

Expand Down
4 changes: 2 additions & 2 deletions nRF Toolbox/nRF Toolbox-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.5.0</string>
<string>4.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>22</string>
<string>23</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 3caf65f

Please sign in to comment.