Commit Graph

2477 Commits

Author SHA1 Message Date
ismailgulek 2feba65be4 Remove redundant string 2020-09-24 12:41:25 +03:00
SBiOSoftWhare 65f4237ae0 Merge branch 'develop' into convert_to_coordinators
# Conflicts:
#	CHANGES.rst
#	Riot/Modules/TabBar/MasterTabBarController.h
#	Riot/Modules/TabBar/MasterTabBarController.m
2020-09-24 11:37:24 +02:00
ismailgulek 53bedc9c63 Update Riot/Modules/Room/RoomInfo/RoomInfoList/Views/RoomInfoBasicView.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-09-23 18:24:25 +03:00
ismailgulek 4a945082a7 Update Riot/Modules/Room/RoomInfo/RoomInfoList/Views/RoomInfoBasicView.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2020-09-23 18:24:12 +03:00
ismailgulek c53ddf8870 Force reload data source when opened from a push 2020-09-23 16:53:40 +03:00
ismailgulek 2214c78d8d Keep a reference to last navigated roomId from push 2020-09-23 16:53:00 +03:00
ismailgulek 7ab0cfe3b0 Stop using a cell for basic info, remove unneccessary GroupedTableViewCell 2020-09-23 13:35:34 +03:00
ismailgulek 4681b8685a Convert to RoomInfoBasicViewData 2020-09-23 12:46:33 +03:00
ismailgulek cfc991236c Create RoomInfoListViewData 2020-09-23 12:33:44 +03:00
ismailgulek e0dfb6b6b3 Move segmented view controller to coordinator 2020-09-23 12:18:37 +03:00
ismailgulek 86e56aaacb Move leave alert to view controller 2020-09-23 12:06:36 +03:00
ismailgulek 84b5d79eed Rename TableViewHeaderFooterView 2020-09-23 11:48:26 +03:00
ismailgulek f9af1d09e8 Use a constant for section & footer height 2020-09-23 11:45:10 +03:00
ismailgulek 4fde44cee1 Change rowHeight 2020-09-23 11:42:52 +03:00
ismailgulek 9c33616b0d Update row & section variable names 2020-09-23 11:40:28 +03:00
ismailgulek 4c57271b97 Use CloseButton 2020-09-23 11:37:08 +03:00
ismailgulek 823082bfea Remove SimpleCoordinator 2020-09-23 11:14:14 +03:00
ismailgulek 4a1e186f56 Change loc key 2020-09-23 11:06:53 +03:00
ismailgulek 4a60dd524d Override user interface style for effect views 2020-09-22 14:17:40 +03:00
ismailgulek aff86d9197 Change group name 2020-09-21 18:12:37 +03:00
ismailgulek 2c27a7d022 Fix room cell 2020-09-21 18:12:08 +03:00
ismailgulek 486bbb35d4 Fix choose avatar image bg color 2020-09-21 17:59:04 +03:00
ismailgulek 2fd6d2ed7b Disable interactive dismissal when presented over room settings 2020-09-21 17:06:32 +03:00
ismailgulek ee493e23dd Add iOS 13 drag callback 2020-09-21 16:30:33 +03:00
ismailgulek 99ab413201 Implement leave 2020-09-21 14:53:12 +03:00
ismailgulek 57f8a36c41 Listen summary changes 2020-09-21 14:08:29 +03:00
ismailgulek 4d4fa5d8a5 UI changes 2020-09-21 14:08:15 +03:00
ismailgulek 3a1350cc37 Add avatar shadow 2020-09-21 14:07:12 +03:00
ismailgulek 8f05760750 Create GroupedTableViewCell 2020-09-21 14:06:50 +03:00
ismailgulek 51d72e6117 Move SimpleCoordinator out 2020-09-18 19:02:22 +03:00
ismailgulek db29156ed3 Show new screen on tap header tap 2020-09-18 18:57:40 +03:00
ismailgulek 6d07d55cfa Implement UI and logic, not completed yet 2020-09-18 18:57:12 +03:00
ismailgulek 70a555cbfc Add basic info cells 2020-09-18 18:55:41 +03:00
ismailgulek 9657fdffdf Create room info module 2020-09-18 14:37:12 +03:00
ismailgulek ba4e2632ec Remove expanded header from room screen 2020-09-18 14:11:45 +03:00
ismailgulek 014e5ff4cc Specify set pin view mode after auth 2020-09-17 20:42:49 +03:00
ismailgulek 02c14f8efe Keep original view mode, fixes 2020-09-17 20:37:52 +03:00
ismailgulek f6735887de Add new view states and explanatory label 2020-09-17 20:20:43 +03:00
ismailgulek 761761133f Add setPin view modes after login & registration 2020-09-17 18:34:00 +03:00
ismailgulek c797b9905f Change localization key 2020-09-17 16:22:32 +03:00
ismailgulek b3ce9cdace Change variables' names 2020-09-17 16:01:08 +03:00
ismailgulek 49ded6f0fc Change view state name 2020-09-17 15:58:25 +03:00
ismailgulek 413c74b679 Change view mode name 2020-09-17 15:57:06 +03:00
ismailgulek d87cbe8849 Change variable name to notAllowedPINs 2020-09-17 15:55:41 +03:00
ismailgulek 8d9c694672 Implement logic and UI 2020-09-17 14:07:12 +03:00
ismailgulek 013a9cc0e4 Add blockedPin view mode 2020-09-17 14:06:31 +03:00
ismailgulek fc6e96b68a Add blocked pins build setting 2020-09-17 14:01:29 +03:00
manuroe aae95a837f AppDelegate: Do not show incoming key verification requests while authenticating. 2020-09-15 17:39:19 +02:00
manuroe a31148d9fb AppDelegate: Fix missing delegate 2020-09-15 17:27:56 +02:00
manuroe c6c5b4234b * Loading animation: Fix the bug where, after authentication, the animation disappeared too early and made auth screen flashed. 2020-09-15 16:48:35 +02:00