Skip to content

Commit

Permalink
Commit of version 1.1.5 - Please see changelog for more info.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMeier committed Jun 10, 2016
1 parent 05a8260 commit 68c11c2
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 13 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#fliclib-ios 1.1.5

Bug fix release.

**Issues Fixed**

* Added an event ack for every button events unique per app. In certain conditions a race condition could occur where one app could fetch all the queued events from the button before the other app connected. Now both the third party app and the Flic app will get all the events even if one of the apps had the button disconnected while the event happened.
* Corrected HTML tags is header file.

#fliclib-ios 1.1.3

This release has a lot of API breaking changes. We have collected a lot of feedback and decided to make some structural changes in order to make it easier to implement the fliclib framework. This framework will only work together with the Flic 2.0 and above app version and requires that the 'flic20' url scheme is added to the plist file instead of 'flic'.
Expand All @@ -19,7 +28,6 @@ This release has a lot of API breaking changes. We have collected a lot of feedb
**Issues Fixed**

* Fixed issue that caused a manually disconnected button to connect after state restoration.
*

#fliclib-ios 1.0.3

Expand Down
2 changes: 1 addition & 1 deletion fliclib.framework/Headers/SCLFlicButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ typedef NS_ENUM(NSInteger, SCLFlicError) {
* @property lowLatency
*
* @discussion The latency setting for this button. If you set this to YES then you will get lower latency on the click events when your
* is in the foreground. As soon as the app leaves the foreground it will be set back to the regular latency setting.
* app is in the foreground. As soon as the app leaves the foreground it will be set back to the regular latency setting.
* Please only use this if you have a very good reason for it, such as if you are designing a foreground game that requires it.
* Battery consumption will increase with this activated.
*
Expand Down
4 changes: 2 additions & 2 deletions fliclib.framework/Headers/SCLFlicManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ typedef NS_ENUM(NSInteger, SCLFlicManagerBluetoothState) {
* @property enabled
*
* @discussion This is a flag that lets you know if the manager is enabled for Bluetooth LE communication. This can be toggled on/off using the
* <code>enable</code> and <code>disable</methods>. When This property is set to <code>NO</code>, then no Bluetooth LE communication
* <code>enable</code> and <code>disable</code>. When This property is set to <code>NO</code>, then no Bluetooth LE communication
* will be allowed. This means that no communication with a flic can be made.
*/
@property (readonly, getter=isEnabled) BOOL enabled;
Expand Down Expand Up @@ -166,7 +166,7 @@ typedef NS_ENUM(NSInteger, SCLFlicManagerBluetoothState) {
* @method disable
*
* @discussion This will disable all bluetooth communication and disconnect all currently connected buttons and pending connections.
* You will not be able to do any communication with a flic until you call <code>enable</enable>.
* You will not be able to do any communication with a flic until you call <code>enable</code>.
*
*/
- (void) disable;
Expand Down
4 changes: 2 additions & 2 deletions fliclib.framework/Headers/fliclib.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// fliclib.h
// fliclib
//
// Created by Anton Meier on 2014-10-13.
// Copyright (c) 2014 Shortcut Labs. All rights reserved.
// Created by Anton Meier on 2016-04-20.
// Copyright (c) 2016 Shortcut Labs. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
Binary file modified fliclib.framework/Info.plist
Binary file not shown.
14 changes: 7 additions & 7 deletions fliclib.framework/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<dict>
<key>Headers/SCLFlicButton.h</key>
<data>
WZ8NRdHj47pgKRQELxYWstXIij8=
rJrmUbTsu+0a+Uaw14FTNyvExl8=
</data>
<key>Headers/SCLFlicManager.h</key>
<data>
/3qA56ARP8MJ5Pj3gz7w2wDwBzQ=
rwpYvLtyGbxrExGHypiY5xKcHXg=
</data>
<key>Headers/fliclib.h</key>
<data>
lJgn4ow64Lb3JweGZffzUhsYVSA=
kDHRwtezI57a4MdVG1UGtRKjueo=
</data>
<key>Info.plist</key>
<data>
BzIhGQMCgcDqfWvap/Dd5JIXMWk=
XPiCkhEv7C8gOqxJFhgdbfr/Ht8=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -29,15 +29,15 @@
<dict>
<key>Headers/SCLFlicButton.h</key>
<data>
WZ8NRdHj47pgKRQELxYWstXIij8=
rJrmUbTsu+0a+Uaw14FTNyvExl8=
</data>
<key>Headers/SCLFlicManager.h</key>
<data>
/3qA56ARP8MJ5Pj3gz7w2wDwBzQ=
rwpYvLtyGbxrExGHypiY5xKcHXg=
</data>
<key>Headers/fliclib.h</key>
<data>
lJgn4ow64Lb3JweGZffzUhsYVSA=
kDHRwtezI57a4MdVG1UGtRKjueo=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file modified fliclib.framework/fliclib
Binary file not shown.

0 comments on commit 68c11c2

Please sign in to comment.