Skip to content

Commit

Permalink
Finish v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Oct 11, 2019
2 parents 22bb825 + 878750f commit 25aa432
Show file tree
Hide file tree
Showing 98 changed files with 8,332 additions and 993 deletions.
36 changes: 35 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
Changes in 0.10.0 (2019-10-11)
===============================================

Improvements:
* Upgrade MatrixKit version ([v0.11.1](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.11.1)).
* Upgrade MatrixKit version ([v0.11.0](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.11.0)).
* Widgets: Whitelist [MSC1961](https://github.com/matrix-org/matrix-doc/pull/1961) widget urls.
* Settings: CALLS section: Always display the CallKit option but grey it out when not available (only on China).
* VoIP: Fallback to matrix.org STUN server with a confirmation dialog (#2646).
* Widgets: Whitelist [MSC1961](https://github.com/matrix-org/matrix-doc/pull/1961) widget urls
* i18n: Enable Polish (pl).
* Room members: third-party invites can now be revoked
* Privacy: Prompt to accept integration manager policies on use (#2600).
* Privacy: Make clear that device names are publicly readable (#2662).
* Privacy: Remove the ability to set an IS at login/registration (#2661).
* Privacy: Remove the bind true flag from 3PID calls on registration (#2648).
* Privacy: Remove the bind true flag from 3PID adds in settings (#2650).
* Privacy: Email help text on registration should be updated without binding (#2675).
* Privacy: Use MXIdentityService to perform identity server requests (#2647).
* Privacy: Support identity server v2 API authentication (#2603).
* Privacy: Use the hashed v2 lookup API for 3PIDs (#2652).
* Privacy: Prompt to accept identity server policies on firt use (#2602).
* Privacy: Settings: Allow adding 3pids when no IS (#2659).
* Privacy: Allow password reset when no IS (#2658).
* Privacy: Allow email registration when no IS (#2657).
* Privacy: Settings: Add a Discovery section (#2606).
* Privacy: Make NSContactsUsageDescription more generic and mention that 3pids are now uploaded hashed (#2521).
* Privacy: Settings: Add IDENTITY SERVER section (#2604).
* Privacy: Make IS terms wording clearer when we fallback to vector.im (#2760).

Bug fix:
* Theme: Make button theming work (#2734).

Changes in 0.9.5 (2019-09-20)
===============================================

Expand Down Expand Up @@ -29,7 +62,8 @@ Improvements:
* Reactions: Emoji picker (#2370).
* Widgets: Whitelist https://scalar-staging.vector.im/api (#2612).
* Reactions: Show who reacted (#2591).
* Media picking: Use native camera and use separate actions for camera and media picker (#638).
* Media picking: Use native camera and use separate actions for camera and media picker (#638).
* Ability to disable all identity server functionality via the config file (#2643).

Bug fix:
* Crash when leaving settings due to backup section refresh animation.
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use_frameworks!

# Different flavours of pods to MatrixKit
# The current MatrixKit pod version
$matrixKitVersion = '0.10.2'
$matrixKitVersion = '0.11.1'

# The develop branch version
#$matrixKitVersion = 'develop'
Expand Down
40 changes: 20 additions & 20 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,41 +49,41 @@ PODS:
- MatomoTracker (6.0.1):
- MatomoTracker/Core (= 6.0.1)
- MatomoTracker/Core (6.0.1)
- MatrixKit (0.10.2):
- MatrixKit (0.11.1):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixKit/Core (= 0.10.2)
- MatrixSDK (= 0.13.1)
- MatrixKit/Core (= 0.11.1)
- MatrixSDK (= 0.14.0)
- SwiftUTI (~> 1.0.6)
- MatrixKit/AppExtension (0.10.2):
- MatrixKit/AppExtension (0.11.1):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21)
- DTCoreText/Extension
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.13.1)
- MatrixSDK (= 0.14.0)
- SwiftUTI (~> 1.0.6)
- MatrixKit/Core (0.10.2):
- MatrixKit/Core (0.11.1):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.13.1)
- MatrixSDK (= 0.14.0)
- SwiftUTI (~> 1.0.6)
- MatrixSDK (0.13.1):
- MatrixSDK/Core (= 0.13.1)
- MatrixSDK/Core (0.13.1):
- MatrixSDK (0.14.0):
- MatrixSDK/Core (= 0.14.0)
- MatrixSDK/Core (0.14.0):
- AFNetworking (~> 3.2.0)
- GZIP (~> 1.2.2)
- libbase58 (~> 0.1.4)
- OLMKit (~> 3.1.0)
- Realm (~> 3.13.1)
- MatrixSDK/JingleCallStack (0.13.1):
- MatrixSDK/JingleCallStack (0.14.0):
- JitsiMeetSDK (~> 2.1.0)
- MatrixSDK/Core
- MatrixSDK/SwiftSupport (0.13.1):
- MatrixSDK/SwiftSupport (0.14.0):
- MatrixSDK/Core
- OLMKit (3.1.0):
- OLMKit/olmc (= 3.1.0)
Expand All @@ -109,8 +109,8 @@ DEPENDENCIES:
- DTCoreText
- GBDeviceInfo (~> 5.2.0)
- MatomoTracker (~> 6.0.1)
- MatrixKit (= 0.10.2)
- MatrixKit/AppExtension (= 0.10.2)
- MatrixKit (= 0.11.1)
- MatrixKit/AppExtension (= 0.11.1)
- MatrixSDK/JingleCallStack
- MatrixSDK/SwiftSupport
- OLMKit
Expand All @@ -121,7 +121,7 @@ DEPENDENCIES:
- zxcvbn-ios

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- AFNetworking
- cmark
- DGCollectionViewLeftAlignFlowLayout
Expand Down Expand Up @@ -150,7 +150,7 @@ EXTERNAL SOURCES:

CHECKOUT OPTIONS:
SwiftUTI:
:commit: c21237f13e9fb31a07f3fcd5243c5cf79d75901c
:commit: b6b46942fb3aad819610851f62a70e17a528444e
:git: https://github.com/speramusinc/SwiftUTI.git

SPEC CHECKSUMS:
Expand All @@ -166,8 +166,8 @@ SPEC CHECKSUMS:
libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
MatomoTracker: 3ae4f65a1f5ace8043bda7244888fee28a734de5
MatrixKit: 208801ba995442a6daa913eb6d639bb918c91c24
MatrixSDK: 16c8c4b530a7f9fb264baced52b6b0948b1d0a98
MatrixKit: db698352271a738b3c0e2f1a331088ea41f90ae1
MatrixSDK: 0f965f8700420696ab15bf48d827a03d98b0ffac
OLMKit: 4ee0159d63feeb86d836fdcfefe418e163511639
Realm: 50071da38fe079e0735e47c9f2eae738c68c5996
Reusable: 82be188f29d96dc5eff0db7b2393bcc08d2cdd5b
Expand All @@ -176,6 +176,6 @@ SPEC CHECKSUMS:
SwiftUTI: 917993c124f8eac25e88ced0202fc58d7eb50fa8
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c

PODFILE CHECKSUM: 131195037301d9bfb7465da86b3ea79aac686b74
PODFILE CHECKSUM: 724a8f79621df730d939fff2b7e703f5c9ec3b06

COCOAPODS: 1.7.2
COCOAPODS: 1.8.3
Loading

0 comments on commit 25aa432

Please sign in to comment.