Commit Graph

6572 Commits

Author SHA1 Message Date
ismailgulek 2b98664ca0 Add on hold call view and set it from CallService 2020-12-16 13:36:53 +03:00
Gil Eluard eb07c9ec8e Code updated after code review 2020-12-15 16:55:34 +01:00
Gil Eluard 2740f14973 Code updated after code review 2020-12-15 16:47:07 +01:00
Gil Eluard bf5b3ef7b7 Implementation of the MXKeyProviderDelegate to enable encryption of contacts, accounts, and crypto DB 2020-12-14 23:05:57 +01:00
ismailgulek 621c740a7c Fix call bar issue on end of second call case 2020-12-14 15:01:05 +03:00
ismailgulek a72f276203 Shift more button to the left for voice calls 2020-12-14 15:00:36 +03:00
ismailgulek ed407b4622 Add return label and make button spans whole view 2020-12-14 15:00:07 +03:00
ismailgulek c83aefead6 Add localization for call bar return 2020-12-14 14:59:02 +03:00
ismailgulek 4e9bda87a3 Fix call bar after a call ended 2020-12-14 14:34:48 +03:00
Nikita Epifanov 2ac12f7e14 Translated using Weblate (Russian)
Currently translated at 100.0% (1135 of 1135 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ru/
2020-12-11 08:35:34 +00:00
manuroe 32494663e5 Merge pull request #3747 from vector-im/element_3579
Background Sync on Pushes
2020-12-10 11:17:49 +01:00
ismailgulek b50f071d2f Remove unused strings 2020-12-10 13:04:20 +03:00
Jadran Prodan f65ddc1b02 Added translation using Weblate (Slovenian) 2020-12-10 09:00:50 +00:00
manuroe e844166828 PushNotificationService: Remove double start for profiling AnalyticsNoficationsTimeToDisplayContent 2020-12-09 18:49:20 +01:00
Gil Eluard a74d1ae51b Plugged BuildSettings.messageDetailsAllowShare to self.allowActionsInDocumentPreview MXKRoomViewController's property 2020-12-08 22:01:46 +01:00
random 12ca85a843 Translated using Weblate (Italian)
Currently translated at 100.0% (1135 of 1135 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/it/
2020-12-06 14:50:06 +00:00
Priit Jõerüüt e942e1b5ea Translated using Weblate (Estonian)
Currently translated at 100.0% (1135 of 1135 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/et/
2020-12-03 14:50:08 +00:00
LinAGKar 66b8848f48 Translated using Weblate (Swedish)
Currently translated at 100.0% (1135 of 1135 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sv/
2020-12-03 14:50:07 +00:00
Marcelo Filho b280641c58 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1135 of 1135 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/pt_BR/
2020-12-03 14:50:06 +00:00
Besnik Bleta be6ca0ea7a Translated using Weblate (Albanian)
Currently translated at 99.2% (1127 of 1135 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sq/
2020-12-03 14:50:05 +00:00
ismailgulek bfe16f020d Fix some UI races 2020-12-03 16:05:08 +03:00
ismailgulek c191947607 Merge branch 'develop' into voip_2746 2020-12-03 12:26:26 +03:00
ismailgulek 50feecc4df Introduce CallBar view management 2020-12-02 23:17:06 +03:00
manuroe 170d74ffcf Merge branch 'develop' into element_3579 2020-12-02 17:22:48 +01:00
Element Translate Bot ae141a4acf Translated using Weblate (French) (#3848)
Currently translated at 100.0% (6 of 6 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/fr/

Co-authored-by: Arthur Pons <unguestdev@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
2020-12-02 09:15:28 +01:00
Element Translate Bot 07d3316387 Translations update from Weblate (#3847)
* Translated using Weblate (Estonian)

Currently translated at 100.0% (1129 of 1129 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/et/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1129 of 1129 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/pt_BR/

* Translated using Weblate (Russian)

Currently translated at 99.7% (1126 of 1129 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ru/

* Translated using Weblate (Russian)

Currently translated at 100.0% (1129 of 1129 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ru/

Co-authored-by: Priit Jõerüüt <riot@joeruut.com>
Co-authored-by: Marcelo Filho <marceloaof@protonmail.com>
Co-authored-by: Nikita Epifanov <NikGreens@protonmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
2020-12-02 09:14:56 +01:00
ismailgulek c2e616b870 Introduce CallService 2020-12-01 13:41:31 +03:00
giomfo dcea091011 Merge branch 'develop' into giomfo/fix_content_report 2020-12-01 09:03:01 +01:00
Gil Eluard 12577bc4b7 Merge pull request #3845 from vector-im/element_3842
Added blur background support for iPhone and iPad. Slight API changes…
2020-12-01 08:42:09 +01:00
SBiOSoftWhare edb25db0a2 HomeVC: Handle app name in empty view. 2020-11-30 18:22:59 +01:00
SBiOSoftWhare 24743cf590 Remove unused extension. 2020-11-30 18:03:27 +01:00
SBiOSoftWhare 698bd175ee Merge develop into element_3836 2020-11-30 17:54:16 +01:00
SBiOSoftWhare f95185632f RoomsVC: Fix empty view issue. 2020-11-30 16:44:57 +01:00
SBiOSoftWhare 638fa64958 Empty screens: Use dark artworks when the theme is dark or black. 2020-11-30 16:42:47 +01:00
SBiOSoftWhare 0f63424d36 ThemeService: Add convenient method to check if a dark theme is used. 2020-11-30 16:41:48 +01:00
SBiOSoftWhare b698536ae6 Empty views: Update assets. 2020-11-30 16:41:08 +01:00
Gil Eluard cc4e5f543c Added blur background support for iPhone and iPad. Slight API changes to avoid race conditions while sharing a presenter. 2020-11-30 15:11:08 +01:00
Giom Foret 68278c8ac2 Room History: Remove the report option for outgoing messages
I don't think the user wants to report on themselves
(This check was lost during the recent refactoring)
2020-11-30 14:12:47 +01:00
SBiOSoftWhare 0902e59fa4 Merge branch 'develop' into invites_quick_approval
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2020-11-27 14:50:04 +01:00
SBiOSoftWhare 5c6480bbea InviteRecentTableViewCell: Do not show preview button. 2020-11-26 18:17:02 +01:00
SBiOSoftWhare 08d40ee61f Empty screens: Prevent empty screens display while searching. 2020-11-26 12:02:18 +01:00
SBiOSoftWhare 17f25a4dad Update home empty screen asset. 2020-11-26 11:37:09 +01:00
SBiOSoftWhare f7fb7ae90d Remove HomeEmptyView. 2020-11-26 11:31:31 +01:00
SBiOSoftWhare ec79cde2f1 Empty screens: Update home empty screen. 2020-11-26 11:28:14 +01:00
SBiOSoftWhare 47b5fa1661 Empty screens: Implement rooms empty screens. 2020-11-26 11:23:57 +01:00
SBiOSoftWhare 84f10d15b1 Empty screens: Implement people empty screen. 2020-11-26 11:22:55 +01:00
SBiOSoftWhare c9f4a67fc0 Empty screens: Implement favourites empty screen. 2020-11-26 11:20:24 +01:00
SBiOSoftWhare 941b57ef4a Empty screens: Implement empty view management in RecentsViewController. 2020-11-26 11:02:42 +01:00
SBiOSoftWhare f88b58ee55 Empty screens: Add RootTabEmptyView a view displayed when there is no UI item to display on a screen. 2020-11-26 10:41:29 +01:00
SBiOSoftWhare 244fc4fff9 Empty screens: Add strings. 2020-11-26 10:36:46 +01:00