Skip to content

Commit

Permalink
Finish v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Aug 10, 2018
2 parents d796236 + eb749fb commit 4934df1
Show file tree
Hide file tree
Showing 858 changed files with 7,601 additions and 5,462 deletions.
23 changes: 22 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Changes in 0.7.0 (2018-08-10)
===============================================

Improvements:
* Upgrade MatrixKit version (v0.8.0).
* RoomVC: Add "view decrypted source" option on the selected event (#1642).
* RoomVC: Implement replies sending (#1911).
* Support room versioning (#1938).
* Add support of lazy-loading of room members (#1931) (disabled for now).
* i18n: Add Traditional Chinese (zh_Hant).
* i18n: Add Albanian (sq).
* Update project structure. Organize UI related files by feature (PR#1932).
* Move image files to xcassets (PR#1932).
* Replies: Implement sending (#1911).
* Support room versioning (#1938).
* Add support of lazy-loading of room members (#1931).
* Chat screen: Add "view decrypted source" option on the selected event (#1642).
* Improve GDPR consent webview management (#1952).

Bug fix:
* Multiple rooms can be opened (#1967).

Changes in 0.6.20 (2018-07-13)
===============================================

Expand All @@ -16,7 +38,6 @@ Changes in 0.6.18 (2018-07-03)
===============================================

Improvements:
* Upgrade MatrixKit version (v0.7.15).
* RoomVC: Add a re-request keys button on message unable to decrypt (#1879).
* Analytics: Move code from AppDelegate to a dedicated class: Analytics.
* Analytics: Track Matrix SDK stats (time to startup the app).
Expand Down
8 changes: 7 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.15'
$matrixKitVersion = '0.8.0'

# The develop branch version
#$matrixKitVersion = 'develop'
Expand All @@ -23,15 +23,18 @@ $matrixKitVersion = '0.7.15'
def import_MatrixKit
if $matrixKitVersion == 'local'
pod 'MatrixSDK', :path => '../matrix-ios-sdk/MatrixSDK.podspec'
#pod 'MatrixSDK/SwiftSupport', :path => '../matrix-ios-sdk/MatrixSDK.podspec'
pod 'MatrixSDK/JingleCallStack', :path => '../matrix-ios-sdk/MatrixSDK.podspec'
pod 'MatrixKit', :path => '../matrix-ios-kit/MatrixKit.podspec'
else
if $matrixKitVersion == 'develop'
pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
#pod 'MatrixSDK/SwiftSupport', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
pod 'MatrixSDK/JingleCallStack', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
else
pod 'MatrixKit', $matrixKitVersion
#pod 'MatrixSDK/SwiftSupport'
pod 'MatrixSDK/JingleCallStack'
end
end
Expand All @@ -41,15 +44,18 @@ end
def import_MatrixKitAppExtension
if $matrixKitVersion == 'local'
pod 'MatrixSDK', :path => '../matrix-ios-sdk/MatrixSDK.podspec'
#pod 'MatrixSDK/SwiftSupport', :path => '../matrix-ios-sdk/MatrixSDK.podspec'
pod 'MatrixSDK/JingleCallStack', :path => '../matrix-ios-sdk/MatrixSDK.podspec'
pod 'MatrixKit/AppExtension', :path => '../matrix-ios-kit/MatrixKit.podspec'
else
if $matrixKitVersion == 'develop'
pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
#pod 'MatrixSDK/SwiftSupport', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
pod 'MatrixSDK/JingleCallStack', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
pod 'MatrixKit/AppExtension', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
else
pod 'MatrixKit/AppExtension', $matrixKitVersion
#pod 'MatrixSDK/SwiftSupport'
pod 'MatrixSDK/JingleCallStack'
end
end
Expand Down
56 changes: 28 additions & 28 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,55 +43,55 @@ PODS:
- GZIP (1.2.1)
- HPGrowingTextView (1.1)
- libPhoneNumber-iOS (0.9.13)
- MatrixKit (0.7.15):
- MatrixKit (0.8.0):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixKit/Core (= 0.7.15)
- MatrixSDK (= 0.10.12)
- MatrixKit/AppExtension (0.7.15):
- MatrixKit/Core (= 0.8.0)
- MatrixSDK (= 0.11.0)
- MatrixKit/AppExtension (0.8.0):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21)
- DTCoreText/Extension
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.10.12)
- MatrixKit/Core (0.7.15):
- MatrixSDK (= 0.11.0)
- MatrixKit/Core (0.8.0):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.10.12)
- MatrixSDK (0.10.12):
- MatrixSDK/Core (= 0.10.12)
- MatrixSDK/Core (0.10.12):
- MatrixSDK (= 0.11.0)
- MatrixSDK (0.11.0):
- MatrixSDK/Core (= 0.11.0)
- MatrixSDK/Core (0.11.0):
- AFNetworking (~> 3.2.0)
- GZIP (~> 1.2.1)
- OLMKit (~> 2.2.2)
- Realm (~> 3.6.0)
- MatrixSDK/JingleCallStack (0.10.12):
- OLMKit (~> 2.3.0)
- Realm (~> 3.7.4)
- MatrixSDK/JingleCallStack (0.11.0):
- MatrixSDK/Core
- WebRTC (= 63.11.20455)
- OLMKit (2.2.2):
- OLMKit/olmc (= 2.2.2)
- OLMKit/olmcpp (= 2.2.2)
- OLMKit/olmc (2.2.2)
- OLMKit/olmcpp (2.2.2)
- OLMKit (2.3.0):
- OLMKit/olmc (= 2.3.0)
- OLMKit/olmcpp (= 2.3.0)
- OLMKit/olmc (2.3.0)
- OLMKit/olmcpp (2.3.0)
- PiwikTracker (4.4.2):
- PiwikTracker/Core (= 4.4.2)
- PiwikTracker/Core (4.4.2)
- Realm (3.6.0):
- Realm/Headers (= 3.6.0)
- Realm/Headers (3.6.0)
- Realm (3.7.6):
- Realm/Headers (= 3.7.6)
- Realm/Headers (3.7.6)
- WebRTC (63.11.20455)

DEPENDENCIES:
- cmark
- DTCoreText
- GBDeviceInfo (~> 5.2.0)
- MatrixKit (= 0.7.15)
- MatrixKit/AppExtension (= 0.7.15)
- MatrixKit (= 0.8.0)
- MatrixKit/AppExtension (= 0.8.0)
- MatrixSDK/JingleCallStack
- OLMKit
- PiwikTracker (from `https://github.com/manuroe/matomo-sdk-ios.git`, branch `feature/CustomVariables`)
Expand Down Expand Up @@ -131,13 +131,13 @@ SPEC CHECKSUMS:
GZIP: 7ee835f989fb3c6ea79005fc90b8fa6af710a70d
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libPhoneNumber-iOS: e444379ac18bbfbdefad571da735b2cd7e096caa
MatrixKit: 5668775ddcb36939f22cb5e76dcf617980c52c75
MatrixSDK: 5d5eae9a9a098ec130022da4a4925332df8df1d9
OLMKit: b9d8c0ffee9ea8c45bc0aaa9afb47f93fba7efbd
MatrixKit: 836da10ae05005c2539911a046987f795f7bd634
MatrixSDK: 9d8219d72cee12d40f5077c6f6b7a1dd591c2578
OLMKit: dd79cdc5fab9ec04c940a901e025195b7801f306
PiwikTracker: 42862c7b13028065c3dfd36b4dc38db8a5765acf
Realm: 08b464b462d4f31bbd4ba5f5a1c8722ef0a700b7
Realm: 9eaecad54712d6246d08ba34c10f354e4715d7d3
WebRTC: f2a6203584745fe53532633397557876b5d71640

PODFILE CHECKSUM: 948cd5479b6467245ee83ba82304e73d83c7e4e2
PODFILE CHECKSUM: f6598a5961337b27b4348d537ed315d2596d5485

COCOAPODS: 1.5.3
Loading

0 comments on commit 4934df1

Please sign in to comment.