mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-12 02:45:52 +02:00
Finish v0.6.16
This commit is contained in:
+16
@@ -1,3 +1,19 @@
|
||||
Changes in 0.6.16 (2018-05-23)
|
||||
===============================================
|
||||
|
||||
Improvements:
|
||||
* Upgrade MatrixKit version (v0.7.12).
|
||||
* Display quick replies in timeline (#1858).
|
||||
* Beginning of "Send sticker" support (#1860).
|
||||
* Use existing message.mp3 for notification sounds, thanks to @pixlwave (PR #1835).
|
||||
* GDPR: Display the consent tool in case of M_CONSENT_NOT_GIVEN error (#1871).
|
||||
|
||||
Bug fix:
|
||||
* Fix the display of side borders of HTML blockquotes (#1857).
|
||||
* Moved UI update to main queue, thanks to @Taiwo (PR #1854).
|
||||
* Timestamps say 'Yesterday' when it is today (#1274), thanks to @pixlwave (PR #1865).
|
||||
* RoomVC: messages with link blink forever #1869
|
||||
|
||||
Changes in 0.6.15 (2018-04-23)
|
||||
===============================================
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ source 'https://github.com/CocoaPods/Specs.git'
|
||||
|
||||
# Different flavours of pods to MatrixKit
|
||||
# The current MatrixKit pod version
|
||||
$matrixKitVersion = '0.7.11'
|
||||
$matrixKitVersion = '0.7.12'
|
||||
|
||||
# The develop branch version
|
||||
#$matrixKitVersion = 'develop'
|
||||
|
||||
+28
-28
@@ -1,18 +1,18 @@
|
||||
PODS:
|
||||
- AFNetworking (3.2.0):
|
||||
- AFNetworking/NSURLSession (= 3.2.0)
|
||||
- AFNetworking/Reachability (= 3.2.0)
|
||||
- AFNetworking/Security (= 3.2.0)
|
||||
- AFNetworking/Serialization (= 3.2.0)
|
||||
- AFNetworking/UIKit (= 3.2.0)
|
||||
- AFNetworking/NSURLSession (3.2.0):
|
||||
- AFNetworking (3.2.1):
|
||||
- AFNetworking/NSURLSession (= 3.2.1)
|
||||
- AFNetworking/Reachability (= 3.2.1)
|
||||
- AFNetworking/Security (= 3.2.1)
|
||||
- AFNetworking/Serialization (= 3.2.1)
|
||||
- AFNetworking/UIKit (= 3.2.1)
|
||||
- AFNetworking/NSURLSession (3.2.1):
|
||||
- AFNetworking/Reachability
|
||||
- AFNetworking/Security
|
||||
- AFNetworking/Serialization
|
||||
- AFNetworking/Reachability (3.2.0)
|
||||
- AFNetworking/Security (3.2.0)
|
||||
- AFNetworking/Serialization (3.2.0)
|
||||
- AFNetworking/UIKit (3.2.0):
|
||||
- AFNetworking/Reachability (3.2.1)
|
||||
- AFNetworking/Security (3.2.1)
|
||||
- AFNetworking/Serialization (3.2.1)
|
||||
- AFNetworking/UIKit (3.2.1):
|
||||
- AFNetworking/NSURLSession
|
||||
- cmark (0.24.1)
|
||||
- DTCoreText (1.6.21):
|
||||
@@ -43,34 +43,34 @@ PODS:
|
||||
- GZIP (1.2.1)
|
||||
- HPGrowingTextView (1.1)
|
||||
- libPhoneNumber-iOS (0.9.13)
|
||||
- MatrixKit (0.7.11):
|
||||
- MatrixKit (0.7.12):
|
||||
- cmark (~> 0.24.1)
|
||||
- DTCoreText (~> 1.6.21)
|
||||
- HPGrowingTextView (~> 1.1)
|
||||
- libPhoneNumber-iOS (~> 0.9.13)
|
||||
- MatrixKit/Core (= 0.7.11)
|
||||
- MatrixSDK (= 0.10.9)
|
||||
- MatrixKit/AppExtension (0.7.11):
|
||||
- MatrixKit/Core (= 0.7.12)
|
||||
- MatrixSDK (= 0.10.10)
|
||||
- MatrixKit/AppExtension (0.7.12):
|
||||
- cmark (~> 0.24.1)
|
||||
- DTCoreText (~> 1.6.21)
|
||||
- DTCoreText/Extension
|
||||
- HPGrowingTextView (~> 1.1)
|
||||
- libPhoneNumber-iOS (~> 0.9.13)
|
||||
- MatrixSDK (= 0.10.9)
|
||||
- MatrixKit/Core (0.7.11):
|
||||
- MatrixSDK (= 0.10.10)
|
||||
- MatrixKit/Core (0.7.12):
|
||||
- cmark (~> 0.24.1)
|
||||
- DTCoreText (~> 1.6.21)
|
||||
- HPGrowingTextView (~> 1.1)
|
||||
- libPhoneNumber-iOS (~> 0.9.13)
|
||||
- MatrixSDK (= 0.10.9)
|
||||
- MatrixSDK (0.10.9):
|
||||
- MatrixSDK/Core (= 0.10.9)
|
||||
- MatrixSDK/Core (0.10.9):
|
||||
- MatrixSDK (= 0.10.10)
|
||||
- MatrixSDK (0.10.10):
|
||||
- MatrixSDK/Core (= 0.10.10)
|
||||
- MatrixSDK/Core (0.10.10):
|
||||
- AFNetworking (~> 3.2.0)
|
||||
- GZIP (~> 1.2.1)
|
||||
- OLMKit (~> 2.2.2)
|
||||
- Realm (~> 3.3.2)
|
||||
- MatrixSDK/JingleCallStack (0.10.9):
|
||||
- MatrixSDK/JingleCallStack (0.10.10):
|
||||
- MatrixSDK/Core
|
||||
- WebRTC (= 63.11.20455)
|
||||
- OLMKit (2.2.2):
|
||||
@@ -90,8 +90,8 @@ DEPENDENCIES:
|
||||
- cmark
|
||||
- DTCoreText
|
||||
- GBDeviceInfo (~> 5.1.0)
|
||||
- MatrixKit (= 0.7.11)
|
||||
- MatrixKit/AppExtension (= 0.7.11)
|
||||
- MatrixKit (= 0.7.12)
|
||||
- MatrixKit/AppExtension (= 0.7.12)
|
||||
- MatrixSDK/JingleCallStack
|
||||
- OLMKit
|
||||
- PiwikTracker (from `https://github.com/manuroe/matomo-sdk-ios.git`, branch `feature/CustomVariables`)
|
||||
@@ -123,7 +123,7 @@ CHECKOUT OPTIONS:
|
||||
:git: https://github.com/manuroe/matomo-sdk-ios.git
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
AFNetworking: 8ac6017b94ea105479f7776e5288e48ae9c59bb4
|
||||
AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057
|
||||
cmark: ec0275215b504780287b6fca360224e384368af8
|
||||
DTCoreText: e5d688cffc9f6a61eddd1a4f94e2046851230de3
|
||||
DTFoundation: f03be9fd786f11e505bb8fc44e2a3732bf0917df
|
||||
@@ -131,13 +131,13 @@ SPEC CHECKSUMS:
|
||||
GZIP: 7ee835f989fb3c6ea79005fc90b8fa6af710a70d
|
||||
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
|
||||
libPhoneNumber-iOS: e444379ac18bbfbdefad571da735b2cd7e096caa
|
||||
MatrixKit: fa148ae8eef4e60e65d36af0af1be28fc8264935
|
||||
MatrixSDK: 5c3a0ddfa141775d88565e627f491a066dd1e87c
|
||||
MatrixKit: ac91b2667d1be1895994ee78654d6193a6644b09
|
||||
MatrixSDK: c74ed8b41e3e55b7510d7bddf612ed1985816e04
|
||||
OLMKit: b9d8c0ffee9ea8c45bc0aaa9afb47f93fba7efbd
|
||||
PiwikTracker: 42862c7b13028065c3dfd36b4dc38db8a5765acf
|
||||
Realm: d927fbf66df5532cfafc08afb5f7e53ded37b894
|
||||
WebRTC: f2a6203584745fe53532633397557876b5d71640
|
||||
|
||||
PODFILE CHECKSUM: a3ec9e9795d74a34aeaa86fdbc1983a365e93e9a
|
||||
PODFILE CHECKSUM: ba3cdb1f77ff6463e50f031aefd807535f5612ad
|
||||
|
||||
COCOAPODS: 1.5.0
|
||||
|
||||
+2
-2
@@ -17,11 +17,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.6.15</string>
|
||||
<string>0.6.16</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.6.15</string>
|
||||
<string>0.6.16</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<true/>
|
||||
<key>ITSEncryptionExportComplianceCode</key>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>XPC!</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.6.15</string>
|
||||
<string>0.6.16</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>NSExtension</key>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>XPC!</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.6.15</string>
|
||||
<string>0.6.16</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>NSExtension</key>
|
||||
|
||||
Reference in New Issue
Block a user