Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-v0.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Apr 26, 2016
2 parents ba62ec5 + 77b1bb5 commit 1f09572
Show file tree
Hide file tree
Showing 68 changed files with 3,392 additions and 786 deletions.
36 changes: 36 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
Changes in Vector iOS in 0.1.4 (2016-04-26)
===============================================

Improvements:
* Universal link: Support universal links declared at https://vector.im.
* Room Members: Add Admin/Moderator badge on members's picture.
* Room members: Support search option #154.
* Room member details: display matrix id when user taps on display name #129.
* Expanded Header: adjust labels position when room topic is empty #134.
* Expanded Header: the height is now variable.
* Chat screen: Support room preview.
* Support room preview from email invitation.
* Chat Screen: Expand header on new created room #229.
* Chat Screen: Collapse expander header when user scrolls it down.
* Chat Screen: Keep visible the expanded header or the preview in case of screen rotation, except on iPad and iPhone 6 plus.
* Universal link: Handle universal links clicked within the app.
* Universal link: Manage email validation link as universal link
* AppDelegate: Improved popToHomeViewControllerAnimated: there is now a completion callback called when we are sure that HomeVC is the visibility VC.
* AppDelegate: Added fixURLWithSeveralHashKeys method in order to fix iOS NSURLs with several hash keys in it.
* VoIP: Show an action sheet when the user clicks on the call button. He will be able to select Voice or Video Call.

Bug fixes:
* Store: Detect and remove corrupted room data #160.
* Cannot paginate to the origin of the room #214.
* Wrong application icon badge number #254.
* The hint text animated weirdly horizontally after i send msgs #124.
* Cancelling registration while waiting for email validation does not actually cancel it #240.
* Chat screen: lag during the history scrolling. #192.
* Chat screen: wrong attachment is opened #237.
* Add nextLink to registration link #202.
* Room members: Add a specific section INVITED #132.
* Room Members: Handle correctly the power level.
* Messages: The user should be able to shrink/expand each section (Invites, Favourites, Conversations...).
* Chat header: Room details opening is delayed #181.
* Messages: Room creation button does not respond #249.

Changes in Vector iOS in 0.1.3 (2016-04-08)
===============================================

Expand Down
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ target "Vector" do

# Different flavours of pods to MatrixKit
# The tagged version on which this version of Console has been built
#pod 'MatrixKit', '~> 0.3.5'
pod 'MatrixKit', '~> 0.3.6'

# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'

# The develop branch version
pod 'MatrixSDK', :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'
#pod 'MatrixSDK', :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'

# The one used for developping both MatrixSDK and MatrixKit
# Note that MatrixSDK must be cloned into a folder called matrix-ios-sdk next to the MatrixKit folder
Expand Down
29 changes: 6 additions & 23 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,41 +25,24 @@ PODS:
- GBJailbreakDetection (1.3.0)
- HPGrowingTextView (1.1)
- libPhoneNumber-iOS (0.8.11)
- MatrixKit (0.3.5):
- MatrixKit (0.3.6):
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.8.7)
- MatrixSDK (~> 0.6.5)
- MatrixSDK (0.6.5):
- MatrixSDK (~> 0.6.6)
- MatrixSDK (0.6.6):
- AFNetworking (~> 2.6.0)

DEPENDENCIES:
- GBDeviceInfo (~> 3.4.0)
- MatrixKit (from `https://github.com/matrix-org/matrix-ios-kit.git`, branch `develop`)
- MatrixSDK (from `https://github.com/matrix-org/matrix-ios-sdk.git`, branch `develop`)

EXTERNAL SOURCES:
MatrixKit:
:branch: develop
:git: https://github.com/matrix-org/matrix-ios-kit.git
MatrixSDK:
:branch: develop
:git: https://github.com/matrix-org/matrix-ios-sdk.git

CHECKOUT OPTIONS:
MatrixKit:
:commit: b4cc5e3530216023fa78cadcae42624b8af1b60e
:git: https://github.com/matrix-org/matrix-ios-kit.git
MatrixSDK:
:commit: 48e2580540dbd5bf312f75d60c8922f6e2ca11d5
:git: https://github.com/matrix-org/matrix-ios-sdk.git
- MatrixKit (~> 0.3.6)

SPEC CHECKSUMS:
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
GBDeviceInfo: bab0f43d351b6f641a626cd7d21492abef1afe46
GBJailbreakDetection: a216773574b62dddb6c876ffdb52c54ac05e27e0
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libPhoneNumber-iOS: ded33fab2c51ee847979556aa504c9e70f32d703
MatrixKit: defac2bf01d1397e00cf4b1a72a25ac10c2c901c
MatrixSDK: 598925faff319441724db8a6af2a9cfc21d167e5
MatrixKit: 4f5350456d503575cd40e9a9a9e672a7bb326d85
MatrixSDK: dcf3a2cc6478a6a1f0c8b8eaead78b74ada7c439

COCOAPODS: 0.39.0
Loading

0 comments on commit 1f09572

Please sign in to comment.