Commit Graph

1780 Commits

Author SHA1 Message Date
ismailgulek 56b919f58c Complete refactoring 2020-09-10 14:56:46 +03:00
ismailgulek 595ac3e021 Create ShowDirectory module 2020-09-10 12:50:26 +03:00
ismailgulek 9f42f0f522 Move MXThirdPartyProtocolInstance extension to a new file 2020-09-10 11:25:43 +03:00
ismailgulek 8725dc4880 Add create room v2 to action sheet 2020-09-09 19:40:30 +03:00
ismailgulek 6a028e98ec Fix build 2020-09-09 19:39:30 +03:00
ismailgulek faa95f07e8 Compose some UI in table view, not complete yet 2020-09-09 19:33:47 +03:00
ismailgulek 5c0a86e2f0 Make some legacy cells conform Reusable & Themable, add some new 2020-09-09 19:32:54 +03:00
ismailgulek 0f7d0d32c4 Create new screen 2020-09-09 16:15:09 +03:00
ismailgulek 24d1cb7736 Update searchbar placeholder 2020-09-09 15:05:06 +03:00
ismailgulek 408f98dab2 Fine tune interface 2020-09-09 15:02:57 +03:00
ismailgulek 5f7eb48002 Override plus button action on Rooms list 2020-09-09 14:41:00 +03:00
ismailgulek 2db6bac4ea Make PublicRoomsDirectoryDataSource conform NSCopying 2020-09-09 14:40:33 +03:00
ismailgulek ff8c6fc595 Introduce SearchableDirectoryViewController 2020-09-09 14:39:56 +03:00
ismailgulek 0faf406fcb Change asset name 2020-09-08 14:05:28 +03:00
ismailgulek 0da40b0ae4 Avoid tinting of the new icon 2020-09-08 13:57:19 +03:00
ismailgulek 8f0f6cd18d Use new icon 2020-09-08 13:56:59 +03:00
ismailgulek bb803a9800 Change icon in Rooms screen 2020-09-08 13:09:44 +03:00
ismailgulek 66e73e99c1 Change icon and behaviour on People screen 2020-09-08 13:09:30 +03:00
ismailgulek dbcdab5799 Move logic to a separate method 2020-09-08 11:22:53 +03:00
ismailgulek bad9398053 Add inactive view on resign active, change when coming back 2020-09-07 18:10:54 +03:00
ismailgulek 8fb11e2f08 Introduce inactive view mode, and allow update on view mode 2020-09-07 18:10:29 +03:00
ismailgulek b2621924fe Introduce inactive state 2020-09-07 18:09:47 +03:00
ismailgulek 84312e11bd Merge branch 'develop' into element_3622 2020-09-07 13:52:15 +03:00
ismailgulek cd5c9d9a0d Close keyboard on pin code screen 2020-09-07 13:51:48 +03:00
ismailgulek c13db018bd Inroduce pinCodeGraceTimeInSeconds 2020-09-07 13:41:52 +03:00
ismailgulek edb35e683c Decrease pin grace time to zero 2020-09-07 13:08:09 +03:00
SBiOSoftWhare bc003cae6b SplitViewCoordinator: Integrate TabBarCoordinator. 2020-09-07 10:06:03 +02:00
SBiOSoftWhare 8f44349365 Create TabBarCoordinator. 2020-09-07 10:05:18 +02:00
SBiOSoftWhare 3f17038a23 Create SplitViewPresentable used by the master view controller of a UISplitViewController and enables to abstract interaction. 2020-09-07 10:04:36 +02:00
SBiOSoftWhare cdfbcd4a05 MasterTabBarController: Remove show detail segues. Delegate presentation. 2020-09-07 10:01:06 +02:00
SBiOSoftWhare ca1a28f615 PlaceholderDetailViewController: Add instantiate method. 2020-09-07 09:57:52 +02:00
SBiOSoftWhare c1a283a2c3 LegacyAppDelegate: Remove split view management. Let SplitViewCoordinator handle these. 2020-09-04 13:19:26 +02:00
SBiOSoftWhare 2576cb5ba8 AppDelegate: Create UIWindow programmatically and use AppCoordinator. 2020-09-04 13:19:26 +02:00
SBiOSoftWhare bdfcaddc2a Create AppCoordinator to handle navigation at root level. 2020-09-04 13:19:26 +02:00
SBiOSoftWhare d09dc2c006 Create SplitViewCoordinator to handle split view navigation. 2020-09-04 13:19:26 +02:00
SBiOSoftWhare aef69a8dbd Create PlaceholderDetailViewController a placeholder detail view controller for UISplitViewController. 2020-09-04 13:19:26 +02:00
SBiOSoftWhare e7c212c3b5 Merge pull request #3603 from vector-im/reduce_warnings
Reduce Xcode warnings
2020-09-04 13:13:54 +02:00
SBiOSoftWhare 2202d26b11 Merge branch 'develop' into element_3594
# Conflicts:
#	CHANGES.rst
2020-09-04 12:35:08 +02:00
SBiOSoftWhare d2aadccabe AppDelegate: Add comments for window property. 2020-09-04 12:24:36 +02:00
SBiOSoftWhare 2e77fc3a6f Remove code used before iOS 11. 2020-09-01 14:19:21 +02:00
SBiOSoftWhare f83bf099b7 RecentsViewController: Remove warning. 2020-09-01 14:11:23 +02:00
SBiOSoftWhare e16d495ea6 Remove deprecated -[UIApplication openURL] usage. 2020-09-01 12:20:44 +02:00
SBiOSoftWhare fb60650638 Remove some Swift warnings. 2020-09-01 11:57:30 +02:00
SBiOSoftWhare c7cbceab73 Move generated loading animation files in a folder and exclude them from SwiftLint linting. 2020-09-01 11:33:13 +02:00
SBiOSoftWhare a1235fd1f1 Remove local Flow files. 2020-09-01 11:31:53 +02:00
SBiOSoftWhare bc6306bda9 Remove old AppDelegate imports. 2020-08-31 19:38:06 +02:00
SBiOSoftWhare c50ff0fd05 Convert AppDelegate to Swift, call legacy ObjC AppDelegate from the one. Remove main.m. 2020-08-31 19:33:10 +02:00
SBiOSoftWhare ed6f452482 Refactor ObjC AppDelegate to LegacyAppDelegate. 2020-08-31 19:23:26 +02:00
ismailgulek 42705c93ff Update room input toolbar on theme change 2020-08-27 12:29:39 +03:00
manuroe fcebc84337 Code Quality: Fix Stève's remarks 2020-08-26 08:32:07 +02:00