Commit Graph

6285 Commits

Author SHA1 Message Date
manuroe fca6ff0a20 Merge pull request #2613 from vector-im/riot_2612
Widgets: Whitelist https://scalar-staging.vector.im/api
2019-07-29 18:18:04 +02:00
manuroe 073a499787 Widgets: Whitelist https://scalar-staging.vector.im/api
#2612
2019-07-29 18:12:13 +02:00
manuroe f445490f48 Merge pull request #2611 from vector-im/fix_settings_crash_due_to_backup_section
BF: Crash when leaving settings due to backup section refresh animation.
2019-07-29 18:06:33 +02:00
manuroe b7bc408939 BF: Crash when leaving settings due to backup section refresh animation.
The exception was:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of rows in section 10.  The number of rows contained in an existing section after the update (0) must be equal to the number of rows contained in that section before the update (3), plus or minus the number of rows inserted or deleted from that section (0 inserted, 0 deleted) and plus or minus the number of rows moved into or out of that section (0 moved in, 0 moved out).'

To raise this exception:
- Execute the removed code after a delay (2s)
- Enter and leave the settings page
-> Crash
2019-07-29 17:31:07 +02:00
SBiOSoftWhare aba455720e Merge pull request #2605 from vector-im/riot_2370
Reactions: Emoji picker
2019-07-26 14:31:46 +02:00
SBiOSoftWhare 5cf9299ac5 Emoji picker: Handle Manu's comments. 2019-07-26 14:06:19 +02:00
SBiOSoftWhare 94f391a0a6 Update Riot/Modules/Room/RoomViewController.m
Co-Authored-By: manuroe <manuroe@users.noreply.github.com>
2019-07-25 19:16:15 +02:00
SBiOSoftWhare c9932f5f93 Update changes 2019-07-25 16:58:54 +02:00
SBiOSoftWhare 877ccf8d5d Update pbxproj 2019-07-25 16:58:14 +02:00
SBiOSoftWhare daabdce716 Podfile: Handle RiotTests target. 2019-07-25 16:58:14 +02:00
SBiOSoftWhare 6fa3dc3bbc RoomVC: Handle Emoji picker. 2019-07-25 16:58:14 +02:00
SBiOSoftWhare 88bcd822bd Emoji picker: Implement coordinator bridge presenter. 2019-07-25 16:58:14 +02:00
SBiOSoftWhare cacb8834f0 Emoji picker: Implement Emoji picker screen. 2019-07-25 16:58:14 +02:00
SBiOSoftWhare 3c7ab23ce3 Emoji picker: Implement cell and header view. 2019-07-25 16:58:14 +02:00
SBiOSoftWhare 65da7f1a78 Emoji picker: Implement Emoji store, view model and view data. 2019-07-25 16:58:14 +02:00
SBiOSoftWhare 166056796c Contextual menu: Fix reactions menu theme update. 2019-07-25 16:58:14 +02:00
SBiOSoftWhare 7a2a9fd082 Emoji picker: Add Emoji parsing unit tests. 2019-07-25 16:58:14 +02:00
SBiOSoftWhare 831b89469b Emoji picker: Handle Emoji parsing with EmojiService. 2019-07-25 16:58:14 +02:00
SBiOSoftWhare 2de7c571e6 Create SerializationService that enables to deserialize or serialize an object conforming to Codable. 2019-07-25 16:58:14 +02:00
SBiOSoftWhare f7b85698de Themes: Handle search bar text color. 2019-07-25 16:58:14 +02:00
SBiOSoftWhare 7ed138d92c Reactions menu: Add more reactions button. 2019-07-25 16:58:14 +02:00
manuroe ca12f77196 Merge pull request #2598 from vector-im/riot_2597
Soft logout: SSO support
2019-07-24 17:52:50 +02:00
manuroe 93856e080e Bump version 2019-07-24 17:08:44 +02:00
manuroe ef010e2054 Soft logout: SSO support: Make sure the "Sign in with SSO" button does not overlap the explanation of the soft logout 2019-07-24 15:24:37 +02:00
manuroe fa8d68d0ff Soft logout: SSO support: Display the clear data section upper 2019-07-24 14:59:40 +02:00
manuroe 63ffed4013 Merge pull request #2590 from vector-im/riot_2540
Support soft logout
2019-07-24 14:44:37 +02:00
manuroe b28ea8b1f3 Soft logout: Retain MXFileStore instance while getting user display name 2019-07-24 12:14:31 +02:00
manuroe ac26c1a29d Soft logout: Display the message about keys only if there are keys not yet backed ip 2019-07-23 17:36:10 +02:00
manuroe 93f7fd3067 Soft logout: Do not show the clear data section on the forgot password flow 2019-07-23 17:17:05 +02:00
manuroe 4249fa1320 Soft logout: Do not try to log against matrix.org if the password was wrong 2019-07-23 17:03:24 +02:00
manuroe 37949f342f Soft logout: Implement the clear data button
#2540
2019-07-23 16:20:07 +02:00
manuroe bdcb548f42 Soft logout: Implement design for the clear data section
#2540
2019-07-23 14:45:51 +02:00
manuroe cb5a3866a5 Soft logout: Implement design
This is an adapted version of the zeplin design. It uses the current app login look and feel with the copy of the zeplin design

#2540
2019-07-23 11:51:46 +02:00
manuroe 3bb50d0ccd Soft logout: Support soft logout
#2540
2019-07-19 14:25:45 +02:00
manuroe 16bec420f5 Finish v0.9.1 2019-07-17 14:03:02 +02:00
manuroe 86857f9c10 version++ 2019-07-17 14:02:51 +02:00
manuroe 220d7c6c94 Merge pull request #2586 from vector-im/riot_2585
BF: Edits history: Original event is missing
2019-07-17 14:00:07 +02:00
manuroe a3273747fe BF: Edits history: Original event is missing
#2585

The original event is not an edit event. It must be processed a bit differently
2019-07-17 13:58:09 +02:00
manuroe 6976515117 Finish v0.9.0 2019-07-16 18:51:56 +02:00
manuroe b97253488f version++ 2019-07-16 18:48:41 +02:00
manuroe 415e0ef692 Merge pull request #2582 from vector-im/riot_2348
Push: Update code to follow API break
2019-07-16 15:50:36 +02:00
manuroe a70bec46f1 Push: Update code to follow API break
#2348
2019-07-16 14:42:25 +02:00
manuroe d984073bf9 Merge pull request #2576 from vector-im/_is_clock
Device Verification: Name for  is "Clock
2019-07-15 17:53:06 +02:00
manuroe 0ed4a775ba Merge pull request #2581 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Update from Weblate
2019-07-15 14:16:26 +02:00
Weblate 1eb3198cb0 Merge branch 'origin/develop' into Weblate. 2019-07-15 12:15:37 +00:00
manuroe deb1dac114 Merge pull request #2580 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Update from Weblate
2019-07-15 14:15:34 +02:00
Weblate f00265d721 Merge branch 'origin/develop' into Weblate. 2019-07-15 12:14:50 +00:00
Weblate 688f5e0ba7 Merge branch 'origin/develop' into Weblate. 2019-07-15 12:14:49 +00:00
manuroe 08edc041a8 Merge pull request #2579 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Update from Weblate
2019-07-15 14:14:46 +02:00
Weblate 5d5e9b5c9d Merge branch 'origin/develop' into Weblate. 2019-07-15 12:14:28 +00:00