Releases: QuickBlox/q-municate-services-ios
Releases · QuickBlox/q-municate-services-ios
0.6.2
New
- Added support for
use_frameworks!
for development podspec - Implemented
isEmpty
method ofQMMemoryStorage
protocol for all dependencies
Removed:
- Removed deprecated login method through Twitter Digits
Fixed:
- GitHub issue:
_CDAttachment
duplicated class, which conflicts with system library. Thanks to Serproger. - GitHub issue:
- [QMAttachmentStoreService
method
cachedImageForAttachment:]
always returns nil. Thanks to haarj. - Warnings:
Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- Renamed
- [QMChatCache deleteMessageWithDialogID:]
with- [QMChatCache deleteMessagesWithDialogID:]
0.6.1
0.6
0.5.5
Added jpegCompressionQuality:
/*
The quality of the resulting JPEG image, expressed as a value from 0.0 to 1.0.
The value 0.0 represents the maximum compression (or lowest quality)
while the value 1.0 represents the least compression (or best quality). Default value - 1.0.
*/
+@property (nonatomic) CGFloat jpegCompressionQuality;
0.5.4
- Fixed the issue QuickBlox/quickblox-ios-sdk#881. Thanks @aly-irshad.
0.5.3
0.5.2
0.5.1
0.5
0.4.6
QMServices v0.4.6:
- Updated
QMChatServiceModel xcdatamodel
version;
Regenerated modelsCDDialog
,CDMessage
,CDAttachment
,CDContactListItem
,CDUser
using mogenerator - Added support for application groups:
ImplementedsetupDBWithStoreNamed:applicationGroupIdentifier: method
inQMDBStorage
class. Use this method to setup shared CoreData stack.
AddedappGroupIdentifie
r delegate toQMServiceManagerProtocol
. Use it to set app group identifier for cache storages related to this service.
Use app groups to allow multiple apps access to shared containers and allow additional interprocess communication between apps.