Back to develop

This commit is contained in:
giomfo 2016-07-02 00:16:50 +02:00
commit 8044725b23
4 changed files with 41 additions and 21 deletions

View file

@ -7,7 +7,8 @@ Improvements:
* Room preview: Improve header in landscape
* Add missing slash commands: /invite, /part and /topic #223.
* Add Markdown typing support and display of "org.matrix.custom.html" messages body #403
* Room search: search result should include the search pattern when it corresponds to a valid room alias or id #328 #329.
* Room search: search result includes the search pattern when it corresponds to a valid room alias or id #328
* Room search: Room preview is used when the user selects a public room that he did not join yet #329.
* Rooms global search: Refresh the current search results when view will appear.
* Directory: handle tap on clock status bar.
* Search Screen: add People tab and contact picker.
@ -32,7 +33,8 @@ Bug fixes:
* Can't view MemberInfo when inviting users without actually inviting them #271.
* Room Participants: Idle contacts must be listed before offline contacts in search result.
* Media Picker: move the camera roll at the top of the folders #373.
* Room members: double loading wheel #180
* Room members: double loading wheel #180.
* App crashes on '/join' command when no param is provided.
Changes in Vector iOS in 0.1.10 (2016-06-04)
===============================================

View file

@ -8,7 +8,7 @@ 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.9'
#pod 'MatrixKit', '~> 0.3.10'
# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'

View file

@ -20,21 +20,35 @@ PODS:
- AFNetworking/UIKit (2.6.3):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- GBDeviceInfo (3.4.1):
- GBJailbreakDetection (~> 1.0)
- GBJailbreakDetection (1.3.0)
- DTCoreText (1.6.17):
- DTFoundation/Core (~> 1.7.5)
- DTFoundation/DTAnimatedGIF (~> 1.7.5)
- DTFoundation/DTHTMLParser (~> 1.7.5)
- DTFoundation/UIKit (~> 1.7.5)
- DTFoundation/Core (1.7.10)
- DTFoundation/DTAnimatedGIF (1.7.10)
- DTFoundation/DTHTMLParser (1.7.10):
- DTFoundation/Core
- DTFoundation/UIKit (1.7.10):
- DTFoundation/Core
- GBDeviceInfo (4.1.0):
- GBDeviceInfo/Core (= 4.1.0)
- GBDeviceInfo/Core (4.1.0)
- GHMarkdownParser (0.1.2)
- GoogleAnalytics (3.14.0)
- HPGrowingTextView (1.1)
- libPhoneNumber-iOS (0.8.13)
- MatrixKit (0.3.9):
- libPhoneNumber-iOS (0.8.14)
- MatrixKit (0.3.10):
- DTCoreText (~> 1.6.17)
- GHMarkdownParser (~> 0.1.2)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.8.7)
- MatrixSDK (~> 0.6.8)
- MatrixSDK (0.6.8):
- libPhoneNumber-iOS (~> 0.8.14)
- MatrixSDK (~> 0.6.9)
- MatrixSDK (0.6.9):
- AFNetworking (~> 2.6.0)
DEPENDENCIES:
- GBDeviceInfo (~> 3.4.0)
- GBDeviceInfo (~> 4.1.0)
- GoogleAnalytics
- 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`)
@ -49,20 +63,24 @@ EXTERNAL SOURCES:
CHECKOUT OPTIONS:
MatrixKit:
:commit: d480f21af49c9426755b5b6812aab276bd07f32d
:commit: b5764e0b6d460b3b9a3a824ee6a2ae02f268f389
:git: https://github.com/matrix-org/matrix-ios-kit.git
MatrixSDK:
:commit: cfd8ecefbb052616c98b98126da0ef666188dc56
:commit: 34a74838efff4bb3344b4580503f22111be5a149
:git: https://github.com/matrix-org/matrix-ios-sdk.git
SPEC CHECKSUMS:
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
GBDeviceInfo: bab0f43d351b6f641a626cd7d21492abef1afe46
GBJailbreakDetection: a216773574b62dddb6c876ffdb52c54ac05e27e0
DTCoreText: 3ea8bba23dd2141ba18adb227a7dd33a822df1c4
DTFoundation: 3b6b1b817d2a7fb02e7eaf2596c922a68145bd43
GBDeviceInfo: e50df975a95e21faec93e2bf98376846fe17d307
GHMarkdownParser: 14cbf59d0ab9450017d843dffd4a3ef691e5bd77
GoogleAnalytics: 9be1afdb8deeac4bb5f13ca7f7d3b9db2a1f43dc
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libPhoneNumber-iOS: 3a37004baf779b4262ab29a31a87d2ae668159d4
MatrixKit: 9c8ceb305c33019bfe2c6f06512f60d80381ceb7
MatrixSDK: 6810a9781ad61ac26a52bd127b136000af7eb622
libPhoneNumber-iOS: fb165271ebe7fb32e55da97b83219382f2f9d409
MatrixKit: f777a251efb4c62d6b6414dab032998add4a415e
MatrixSDK: 46b12fd15ef0d50c6ac189989897855b47ce6ba2
COCOAPODS: 0.39.0
PODFILE CHECKSUM: 69ead5355ed3feb10e54e4f3a9d295700c8e911a
COCOAPODS: 1.0.1

View file

@ -36,7 +36,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.10</string>
<string>0.1.11</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>