Commit Graph

2777 Commits

Author SHA1 Message Date
ismailgulek b460ddf134 Add create room v2 to action sheet 2020-09-09 19:40:30 +03:00
ismailgulek 6a5fccbb78 Fix build 2020-09-09 19:39:30 +03:00
ismailgulek 72ebacc81d Compose some UI in table view, not complete yet 2020-09-09 19:33:47 +03:00
ismailgulek e5619e1113 Make some legacy cells conform Reusable & Themable, add some new 2020-09-09 19:32:54 +03:00
ismailgulek a79d6a8a1e Create new screen 2020-09-09 16:15:09 +03:00
ismailgulek 72842c7dbb Update searchbar placeholder 2020-09-09 15:05:06 +03:00
ismailgulek 90fa583943 Fine tune interface 2020-09-09 15:02:57 +03:00
ismailgulek 44e6161b4e Override plus button action on Rooms list 2020-09-09 14:41:00 +03:00
ismailgulek b2966fc7ba Make PublicRoomsDirectoryDataSource conform NSCopying 2020-09-09 14:40:33 +03:00
ismailgulek aea60d3959 Introduce SearchableDirectoryViewController 2020-09-09 14:39:56 +03:00
ismailgulek 4480c4e0d8 Change asset name 2020-09-08 14:05:28 +03:00
ismailgulek 5b2262a248 Avoid tinting of the new icon 2020-09-08 13:57:19 +03:00
ismailgulek 3529e5d74f Use new icon 2020-09-08 13:56:59 +03:00
ismailgulek c7a17fd15d Change icon in Rooms screen 2020-09-08 13:09:44 +03:00
ismailgulek ee218cd2b8 Change icon and behaviour on People screen 2020-09-08 13:09:30 +03:00
ismailgulek 3b57f7e949 Move logic to a separate method 2020-09-08 11:22:53 +03:00
ismailgulek ccb9d9cd02 Add inactive view on resign active, change when coming back 2020-09-07 18:10:54 +03:00
ismailgulek 091c333bd6 Introduce inactive view mode, and allow update on view mode 2020-09-07 18:10:29 +03:00
ismailgulek 34aaafa5c2 Introduce inactive state 2020-09-07 18:09:47 +03:00
ismailgulek eb67e91ce5 Merge branch 'develop' into element_3622 2020-09-07 13:52:15 +03:00
ismailgulek dc83b1d6ee Close keyboard on pin code screen 2020-09-07 13:51:48 +03:00
ismailgulek 7e56aa5c3b Inroduce pinCodeGraceTimeInSeconds 2020-09-07 13:41:52 +03:00
ismailgulek 5e5d1d6a07 Decrease pin grace time to zero 2020-09-07 13:08:09 +03:00
SBiOSoftWhare 5e76664af9 SplitViewCoordinator: Integrate TabBarCoordinator. 2020-09-07 10:06:03 +02:00
SBiOSoftWhare de7d676824 Create TabBarCoordinator. 2020-09-07 10:05:18 +02:00
SBiOSoftWhare 7964d41286 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 9c96d63792 MasterTabBarController: Remove show detail segues. Delegate presentation. 2020-09-07 10:01:06 +02:00
SBiOSoftWhare c8afb8e3ad PlaceholderDetailViewController: Add instantiate method. 2020-09-07 09:57:52 +02:00
SBiOSoftWhare d976e1d48c LegacyAppDelegate: Remove split view management. Let SplitViewCoordinator handle these. 2020-09-04 13:19:26 +02:00
SBiOSoftWhare f78f1531c6 AppDelegate: Create UIWindow programmatically and use AppCoordinator. 2020-09-04 13:19:26 +02:00
SBiOSoftWhare 9752f213ae Create AppCoordinator to handle navigation at root level. 2020-09-04 13:19:26 +02:00
SBiOSoftWhare 7317246dfc Create SplitViewCoordinator to handle split view navigation. 2020-09-04 13:19:26 +02:00
SBiOSoftWhare fe3c8049b1 Create PlaceholderDetailViewController a placeholder detail view controller for UISplitViewController. 2020-09-04 13:19:26 +02:00
SBiOSoftWhare 32a37d9041 Merge pull request #3603 from vector-im/reduce_warnings
Reduce Xcode warnings
2020-09-04 13:13:54 +02:00
SBiOSoftWhare e7dd9da864 Merge branch 'develop' into element_3594
# Conflicts:
#	CHANGES.rst
2020-09-04 12:35:08 +02:00
SBiOSoftWhare c43c93bdc5 AppDelegate: Add comments for window property. 2020-09-04 12:24:36 +02:00
SBiOSoftWhare 9934c42d54 Remove code used before iOS 11. 2020-09-01 14:19:21 +02:00
SBiOSoftWhare 9e0adf7430 RecentsViewController: Remove warning. 2020-09-01 14:11:23 +02:00
SBiOSoftWhare 317e8ec845 Remove deprecated -[UIApplication openURL] usage. 2020-09-01 12:20:44 +02:00
SBiOSoftWhare cbba38b72b Remove some Swift warnings. 2020-09-01 11:57:30 +02:00
SBiOSoftWhare 7656f6f169 Move generated loading animation files in a folder and exclude them from SwiftLint linting. 2020-09-01 11:33:13 +02:00
SBiOSoftWhare 15551ec9b4 Remove local Flow files. 2020-09-01 11:31:53 +02:00
SBiOSoftWhare 4995d71334 Remove old AppDelegate imports. 2020-08-31 19:38:06 +02:00
SBiOSoftWhare f4c9ad9bf5 Convert AppDelegate to Swift, call legacy ObjC AppDelegate from the one. Remove main.m. 2020-08-31 19:33:10 +02:00
SBiOSoftWhare 30f14b2012 Refactor ObjC AppDelegate to LegacyAppDelegate. 2020-08-31 19:23:26 +02:00
ismailgulek 5ead6cd03c Update room input toolbar on theme change 2020-08-27 12:29:39 +03:00
manuroe eefd7c3c4b Code Quality: Fix Stève's remarks 2020-08-26 08:32:07 +02:00
manuroe 14f2ed58f1 Code Quality: Make sonar happier
by removing some code smells
2020-08-25 18:54:47 +02:00
ismailgulek bb51204784 Merge branch 'develop' into element_3556 2020-08-24 16:03:20 +03:00
ismailgulek 3fcf318bf2 Add new loading state, add a label and activity indicator for loading state 2020-08-21 16:31:22 +03:00