Giom Foret
552f841c34
Bug Fix: Room settings, ticks are badly refreshed
...
#681
2017-07-19 15:23:19 +02:00
Aram Sargsyan
c60bdffe9e
Merge branch 'develop' of https://github.com/aramsargsyan/riot-ios into share-extension
2017-07-19 12:40:49 +04:00
giomfo
dbff10fe9a
Merge pull request #1400 from vector-im/riot_meta_85
...
Translate the potential error observed during 3pid handling
2017-07-18 16:31:10 +02:00
manuroe
0207c3ea5d
Merge pull request #1399 from vector-im/riot_1157
...
MXKEventFormatter: Add singleEmojiTextFont property to special case t…
2017-07-18 16:19:26 +02:00
Giom Foret
864a30ac71
Translate the potential error observed during 3pid handling
...
https://github.com/vector-im/riot-meta/issues/85
2017-07-18 15:57:11 +02:00
manuroe
20d2c73140
MXKEventFormatter: Add singleEmojiTextFont property to special case the display of message with a single emoji.
...
https://github.com/vector-im/riot-ios/issues/1157 : optionally boost size of lone emoji like on riot-web
2017-07-18 14:43:46 +02:00
Giom Foret
b0634f23b1
Bug Fix: Change API used to add email in order to check if the email is already used.
...
(idem for msisdn)
https://github.com/vector-im/riot-meta/issues/85
2017-07-18 13:57:15 +02:00
manuroe
fa318a6e2e
MELS: Reset the event selection before collapsing
...
This fixes a crash
2017-07-17 16:15:49 +02:00
manuroe
b6c5ae4f71
MELS: For now, do not merge VoIP conference events
2017-07-17 15:59:43 +02:00
giomfo
dd7b955308
Merge pull request #1391 from vector-im/remove_mxk_alert
...
Remove mxk alert
2017-07-17 14:33:17 +02:00
manuroe
1230af415f
Merge pull request #1390 from vector-im/MELS
...
MELS
2017-07-17 10:41:28 +02:00
manuroe
7df8e25506
MELS: s/serie/series
2017-07-17 10:30:46 +02:00
manuroe
d4a1a22c24
MELS: Simplify check condition
2017-07-17 10:17:16 +02:00
manuroe
ee05036c8e
MELS: Fix typo
2017-07-17 09:15:41 +02:00
Aram Sargsyan
5942a19330
Merge branch 'develop' of https://github.com/vector-im/riot-ios into share-extension
2017-07-16 02:24:18 -05:00
Tong Hui
9be31e1ef5
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/zh_Hans/
2017-07-14 19:12:31 +00:00
Giom Foret
c3d65d6874
Remove MXKAlert class use.
...
UIAlertController is directly used.
2017-07-14 16:41:25 +02:00
Tong Hui
da5283c27d
Added translation using Weblate (Chinese (Simplified))
2017-07-14 12:24:08 +00:00
Tong Hui
a78c630990
Added translation using Weblate (Chinese (Simplified))
2017-07-14 12:23:56 +00:00
Giom Foret
626bca3555
Prepare MXKAlert withdrawal
2017-07-14 00:36:11 +02:00
manuroe
63cb2284af
MELS: Improve detection on how to configure a cell
2017-07-13 17:10:15 +02:00
Giom Foret
d6ab8639f0
RoomTableViewCell: Replace the direct chat icon with a green ring
2017-07-12 15:51:28 +02:00
Giom Foret
b4932acd2a
Bug Fix: Camera preview is broken after a second try
...
The camera preview was set up with a wrong frame value. We wait for the first `viewDidLayoutSubviews` call before setting up the preview.
#686
+ fix the wrong preview layout on iPad described in PR #1372 MediaPicker xib layout fix.
2017-07-11 17:48:18 +02:00
manuroe
b53902b93a
MELS: Force use of Riot style placeholder in collapsed cells
2017-07-11 17:02:23 +02:00
manuroe
41e400c9da
MELS: Do not show read receipts on collapsed bubbles
2017-07-11 16:51:31 +02:00
manuroe
ef783774ee
MELS: Make RoomEmptyBubbleCell really empty (ie, height = 0)
2017-07-11 16:33:45 +02:00
manuroe
22f0e47df3
MELS: Fix call of bubbleCell.blurred when selected an event
2017-07-11 16:26:59 +02:00
manuroe
d2d53062a4
MELS: Remove attributedTextMessageBackup and let MXKRoomBubleCellDataStoring implementation display attributedTextMessage or collapsedAttributedTextMessage
2017-07-11 15:35:11 +02:00
manuroe
642eacab31
MXKRoomBubbleCellData: Add the hasAttributedTextMessage property to avoid to do recomputation in MXKRoomBubbleCellData.attributedTextMessage when there is no strings to compose
2017-07-11 11:47:18 +02:00
Giom Foret
8dfae572f1
Bug Fix - Home: Fix the flickering effects observed when user edits a room on iOS < 10
...
https://github.com/vector-im/riot-meta/issues/75
2017-07-10 18:33:27 +02:00
Giom Foret
1d17ed85d7
Bug Fix - Home: On iOS <= 9.0, the rooms collection scrolls to the left on room edition.
...
https://github.com/vector-im/riot-meta/issues/75
2017-07-10 17:18:11 +02:00
manuroe
f362413411
MELS: Add RoomMembershipExpandedWithPaginationTitleBubbleCell
2017-07-10 15:05:21 +02:00
manuroe
29aed5db0f
MELS: Add RoomMembershipCollapsedWithPaginationTitleBubbleCell
2017-07-10 14:30:53 +02:00
manuroe
09aacc7687
MELS: Rename RoomMembershipBubbleCellWithPaginationTitleBubbleCell to RoomMembershipWithPaginationTitleBubbleCell
2017-07-10 10:25:06 +02:00
Giom Foret
d23b6c65c7
UX Rework: Add home page
...
- Add edition mode support.
https://github.com/vector-im/riot-meta/issues/75
2017-07-09 18:32:40 +02:00
Krombel
76879af932
Added translation using Weblate (French)
2017-07-09 00:54:12 +00:00
Krombel
7cd9293862
Added translation using Weblate (French)
2017-07-09 00:53:21 +00:00
Krombel
8fdbe06d10
Added translation using Weblate (German)
2017-07-09 00:51:05 +00:00
Krombel
058a68f594
Translated using Weblate (German)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: Riot iOS/Riot iOS (Dialogs)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-dialogs/de/
2017-07-09 00:50:04 +00:00
Krombel
22b5b70f1a
Added translation using Weblate (German)
2017-07-09 00:45:32 +00:00
Krombel
3ef3985c6d
Translated using Weblate (German)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/de/
2017-07-09 00:35:58 +00:00
Krombel
0f1c4ea83b
Added translation using Weblate (German)
2017-07-09 00:27:56 +00:00
Aram Sargsyan
dfcf39e4bf
Initial commit. Added a new target for the share extension, created an app group to share info between the app and the extension.
2017-07-08 18:06:29 -05:00
manuroe
c6f2114f0c
MELS: some i18n
2017-07-07 17:58:39 +02:00
manuroe
4788aa05a1
MELS: Use normal membership cell for single membership event
2017-07-07 17:47:58 +02:00
manuroe
d65ef69477
MELS: Do not expand cell with single membership event
2017-07-07 17:46:37 +02:00
manuroe
8173ede5ca
MELS: EventFormater: provide a string for membership events as simple as possible for now
2017-07-07 15:26:30 +02:00
manuroe
5e2fe527ad
MELS: implement [MXKRoomBubbleCellDataStoring collaspseWith:]
2017-07-07 14:32:49 +02:00
manuroe
29120ce01c
MELS: Implement onCollapseButtonTap with matrix-kitty way
2017-07-07 11:53:49 +02:00
manuroe
7d6bbcb131
MELS: Uncheck :installed" in xibs
2017-07-07 11:14:05 +02:00