mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
version++
This commit is contained in:
18
CHANGES.rst
18
CHANGES.rst
@@ -1,3 +1,21 @@
|
||||
Changes in 0.4.2 (2017-06-30)
|
||||
===============================================
|
||||
|
||||
Improvements:
|
||||
* Upgrade MatrixKit version (v0.5.2).
|
||||
* Chat: Expand read receipts when user taps on it #59, thanks to @aramsargsyan (#1341).
|
||||
* GA: Disable GA in debug as it pollutes stats and crashes.
|
||||
* Home: Display room name on 2 lines.
|
||||
|
||||
Bug fixes:
|
||||
* Fix: Crash when scrolling in the public rooms from Unified Search (#1355).
|
||||
* Chat screen: the message overlaps its timestamp.
|
||||
* Chat screen: several encryption icons are displayed on the same event.
|
||||
* Blank pages with random "unread msgs" bars whilst they load.
|
||||
* Fix a crash when rotating + debackgrounding the app (#1362).
|
||||
* Bug report: Remove the old requirement for an existing email account.
|
||||
* Crash report: Do not loose what the user typed when debackgrounding the app.
|
||||
|
||||
Changes in 0.4.1 (2017-06-23)
|
||||
===============================================
|
||||
|
||||
|
||||
2
Podfile
2
Podfile
@@ -8,7 +8,7 @@ target "Riot" do
|
||||
|
||||
# Different flavours of pods to MatrixKit
|
||||
# The tagged version on which this version of Riot has been built
|
||||
pod 'MatrixKit', '0.5.1'
|
||||
pod 'MatrixKit', '0.5.2'
|
||||
|
||||
# The lastest release available on the CocoaPods repository
|
||||
#pod 'MatrixKit'
|
||||
|
||||
14
Podfile.lock
14
Podfile.lock
@@ -39,13 +39,13 @@ PODS:
|
||||
- GZIP (1.1.1)
|
||||
- HPGrowingTextView (1.1)
|
||||
- libPhoneNumber-iOS (0.9.10)
|
||||
- MatrixKit (0.5.1):
|
||||
- MatrixKit (0.5.2):
|
||||
- cmark (~> 0.24.1)
|
||||
- DTCoreText (~> 1.6.17)
|
||||
- HPGrowingTextView (~> 1.1)
|
||||
- libPhoneNumber-iOS (~> 0.9.10)
|
||||
- MatrixSDK (= 0.8.1)
|
||||
- MatrixSDK (0.8.1):
|
||||
- MatrixSDK (= 0.8.2)
|
||||
- MatrixSDK (0.8.2):
|
||||
- AFNetworking (~> 3.1.0)
|
||||
- GZIP (~> 1.1.1)
|
||||
- OLMKit (2.2.2):
|
||||
@@ -63,7 +63,7 @@ DEPENDENCIES:
|
||||
- DTCoreText
|
||||
- GBDeviceInfo (~> 4.3.0)
|
||||
- GoogleAnalytics
|
||||
- MatrixKit (= 0.5.1)
|
||||
- MatrixKit (= 0.5.2)
|
||||
- OLMKit
|
||||
- Realm (~> 2.8.1)
|
||||
- WebRTC (= 58.17.16937)
|
||||
@@ -78,12 +78,12 @@ SPEC CHECKSUMS:
|
||||
GZIP: f8beb59597f651e6970a45b816508a9c6d700b77
|
||||
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
|
||||
libPhoneNumber-iOS: f721ae4d5854bce60934f9fb9b0b28e8e68913cb
|
||||
MatrixKit: 185b23b7ff54237d615cb69a6760b2596656475c
|
||||
MatrixSDK: 0b7e63cd59a6344dcd503157f4bada4a69dc75bd
|
||||
MatrixKit: daad23e5724d8f26a44a322f4d259a26b614ddc6
|
||||
MatrixSDK: 1f9b5fa6334485c431884d2d2ea9ac5f65557528
|
||||
OLMKit: b9d8c0ffee9ea8c45bc0aaa9afb47f93fba7efbd
|
||||
Realm: 3601ef091c8c499a31101d8563b991e75546cdce
|
||||
WebRTC: 1e9a85bf75509eec44be6478c64e9de65ac82332
|
||||
|
||||
PODFILE CHECKSUM: af8b159b66069db7b31001f090aba7c298bb56e4
|
||||
PODFILE CHECKSUM: ba9311a74b4af32f75db5053d87c9f7181a42d17
|
||||
|
||||
COCOAPODS: 1.2.1
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.4.1</string>
|
||||
<string>0.4.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.4.1</string>
|
||||
<string>0.4.2</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<true/>
|
||||
<key>ITSEncryptionExportComplianceCode</key>
|
||||
|
||||
Reference in New Issue
Block a user