Commit graph

4675 commits

Author SHA1 Message Date
SBiOSoftWhare
804d76ae92 [RoomViewController] Handle sending a reply by highlighting a message on timeline for supported events. 2018-07-23 16:56:03 +02:00
SBiOSoftWhare
1e42fc5b81 Add send reply mode in RoomInputToolbarView in order to update text input placeholder when sending a reply. 2018-07-23 16:54:23 +02:00
SBiOSoftWhare
7e299a45f6 Add english string localizations for room message send reply 2018-07-23 16:49:45 +02:00
manuroe
01182b8ab7
Merge pull request #1940 from vector-im/reduce_room_state_dependency
Reduce dependency to room.state
2018-07-18 04:33:10 +00:00
manuroe
e7deec57a5 Fix regression with new MXRoomMembers 2018-07-17 18:41:28 +02:00
manuroe
b79b1b0c38 MXRoomState: Apply new membership property 2018-07-17 18:00:56 +02:00
manuroe
fd6a106da6 Make use of MXRoom.summary instead of MXRooms.state 2018-07-17 17:28:32 +02:00
manuroe
977dd5cb0b Make use of state.membersCount 2018-07-17 17:28:26 +02:00
manuroe
b64b5767fb Make use of MXRoom.roomId and MXRoom.summary instead of MXRooms.state 2018-07-16 22:30:55 +02:00
SBiOSoftWhare
c2f72e7f04 Finish v0.6.20 2018-07-13 15:57:57 +02:00
SBiOSoftWhare
4f051210e8 version++ 2018-07-13 15:55:20 +02:00
SBiOSoftWhare
026af21768 Update contact permission text (NSContactsUsageDescription), only for english and french at the moment, in order to be clearer about the reasons for access to the address book. 2018-07-13 15:49:56 +02:00
manuroe
5f37739e34
Merge pull request #1936 from RiotTranslateBot/weblate-riot-ios-riot-ios
Update from Weblate.
2018-07-13 13:31:01 +00:00
Weblate
97b1e3a9f0 Merge remote-tracking branch 'origin/develop' into develop 2018-07-13 13:30:08 +00:00
Markel
e8bcb63e7f Translated using Weblate (Spanish)
Currently translated at 13.2% (67 of 505 strings)

Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/es/
2018-07-13 13:29:54 +00:00
manuroe
61b77824ea
Merge pull request #1935 from vector-im/decouple_room_state_and_members
Decouple room state and members
2018-07-12 16:13:12 +00:00
manuroe
5a61d1c227 Use new MXRoomState.membersCount 2018-07-12 10:50:59 +02:00
manuroe
7af86d9f9d MXRoomState: Apply new MXRoomMembers property 2018-07-12 00:19:48 +02:00
SBiOSoftWhare
ffbe94e4a6
Merge pull request #1932 from vector-im/refactor-project-structure
Refactor project structure
2018-07-10 18:09:56 +02:00
SBiOSoftWhare
ac662a0a1e Update changelog 2018-07-10 18:08:19 +02:00
SBiOSoftWhare
0e3ee5a5c8 Fix image references in xib and storyboards by removing .png suffix 2018-07-10 17:16:26 +02:00
SBiOSoftWhare
371936497d String localization files are now visible as one file in which you could choose language. Remove readme files from bundle resources. 2018-07-10 16:50:51 +02:00
SBiOSoftWhare
8832a9d3cb Move RiotShareExtension supporting files to a physical folder 2018-07-10 15:22:01 +02:00
SBiOSoftWhare
5c86dc2be6 Organize files by features in share extension target 2018-07-10 15:10:56 +02:00
SBiOSoftWhare
c7aadce4f9 Remove unused files in RiotShareExtension target 2018-07-10 15:03:07 +02:00
SBiOSoftWhare
4081878653 Remove Riot target override of ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES build settings value 2018-07-10 10:21:21 +02:00
SBiOSoftWhare
a5c96ad6e9 Update project compatibility to Xcode 9.3 2018-07-10 10:21:21 +02:00
SBiOSoftWhare
8b188f7e9e Update project recommended settings 2018-07-10 10:21:21 +02:00
SBiOSoftWhare
c377f5f739 Move cell data and data sources to corresponding modules. 2018-07-10 10:21:21 +02:00
SBiOSoftWhare
bc5773d9eb Move RiotDesignValues to Constants folder 2018-07-10 10:21:21 +02:00
SBiOSoftWhare
3e87ccbe0e Create physical SupportingFiles folder 2018-07-10 10:21:21 +02:00
SBiOSoftWhare
9207684834 Move readme files at top of the project tree 2018-07-10 10:21:21 +02:00
SBiOSoftWhare
75bee4365f Move some resource files to Assets folder 2018-07-10 10:21:21 +02:00
SBiOSoftWhare
fc80ff912a Create SharedImages.xcassets in order to share images between main app and share extension 2018-07-10 10:21:21 +02:00
SBiOSoftWhare
605373826e Fix RiotShareExtension target 2018-07-10 10:21:21 +02:00
SBiOSoftWhare
1b67cee302 Remove unused images 2018-07-10 10:21:21 +02:00
SBiOSoftWhare
a25c8e2bd3 Move images to Image.xcassets 2018-07-10 10:21:21 +02:00
SBiOSoftWhare
53361bc33f Update Riot CallKit icon file name for retina display. Remove back icon @4x file. 2018-07-10 10:21:20 +02:00
SBiOSoftWhare
94c08785da Create managers folder 2018-07-10 10:21:20 +02:00
SBiOSoftWhare
421e8bc84b Organize views by feature 2018-07-10 10:21:20 +02:00
SBiOSoftWhare
3f3c4f471b Structure project almost by features. Start by organizing view controllers. 2018-07-10 10:21:20 +02:00
SBiOSoftWhare
f0c1788890 Merge branch 'release/v0.6.19' 2018-07-05 11:02:12 +02:00
SBiOSoftWhare
0e85828a8a Merge branch 'release/v0.6.19' into develop 2018-07-05 11:02:12 +02:00
SBiOSoftWhare
07fed3bf1c version++ 2018-07-05 11:00:17 +02:00
manuroe
64d33b8d19
Merge pull request #1929 from vector-im/duplicate_read_receipt
RoomVC: Fix duplication of read receipts
2018-07-04 08:44:06 +00:00
manuroe
5f3c9d4d86 RoomVC: Fix duplication of read receipts
Regression due to read receipt perf improvement.

Disable the optimisation with `foundSenders` because the assumption "As there is one (the last) read receipt displayed per user" was wrong  for internal processing data.
2018-07-04 09:42:00 +02:00
manuroe
80898d935e Finish v0.6.18 2018-07-03 16:04:22 +02:00
manuroe
8fdadef744 Finish v0.6.18 2018-07-03 16:04:22 +02:00
manuroe
91f2b8c186 version++ 2018-07-03 16:04:11 +02:00
manuroe
05871c21f6
Merge pull request #1922 from vector-im/e2e_telemetry_reasons
Crypto: Telemetry: Categorise e2e failures
2018-07-03 11:05:05 +02:00