Commit Graph

1893 Commits

Author SHA1 Message Date
SBiOSoftWhare 7e722ad146 Merge branch 'develop' into element_3594
# Conflicts:
#	CHANGES.rst
2020-09-04 12:35:08 +02:00
SBiOSoftWhare 212dd25c14 AppDelegate: Add comments for window property. 2020-09-04 12:24:36 +02:00
SBiOSoftWhare 97104edb6a Remove code used before iOS 11. 2020-09-01 14:19:21 +02:00
SBiOSoftWhare 435c6a8629 RecentsViewController: Remove warning. 2020-09-01 14:11:23 +02:00
SBiOSoftWhare 7ccc184e97 Remove deprecated -[UIApplication openURL] usage. 2020-09-01 12:20:44 +02:00
SBiOSoftWhare 2de47ea160 Remove some Swift warnings. 2020-09-01 11:57:30 +02:00
SBiOSoftWhare 2a7a31f413 Move generated loading animation files in a folder and exclude them from SwiftLint linting. 2020-09-01 11:33:13 +02:00
SBiOSoftWhare 0d95bac1f2 Remove local Flow files. 2020-09-01 11:31:53 +02:00
SBiOSoftWhare 1f6743f612 Remove old AppDelegate imports. 2020-08-31 19:38:06 +02:00
SBiOSoftWhare c9f900fb04 Convert AppDelegate to Swift, call legacy ObjC AppDelegate from the one. Remove main.m. 2020-08-31 19:33:10 +02:00
SBiOSoftWhare 5e15375019 Refactor ObjC AppDelegate to LegacyAppDelegate. 2020-08-31 19:23:26 +02:00
ismailgulek 1fb40073fb Update room input toolbar on theme change 2020-08-27 12:29:39 +03:00
manuroe 1a4462eca5 Code Quality: Fix Stève's remarks 2020-08-26 08:32:07 +02:00
manuroe efbca319f0 Code Quality: Make sonar happier
by removing some code smells
2020-08-25 18:54:47 +02:00
ismailgulek 62413a27fe Merge branch 'develop' into element_3556 2020-08-24 16:03:20 +03:00
ismailgulek 8309a576c6 Add new loading state, add a label and activity indicator for loading state 2020-08-21 16:31:22 +03:00
ismailgulek a239176069 Wait for session sync complete 2020-08-21 14:07:43 +03:00
ismailgulek 7dff7deb08 Revert session state 2020-08-21 13:24:17 +03:00
ismailgulek 5f8bf1abab Wait for the first sync to complete loading 2020-08-21 13:18:53 +03:00
ismailgulek 19f5d89730 Add presentationController delegate 2020-08-20 16:57:58 +03:00
ismailgulek 5773f0f249 Avoid email validation link to redirect to web app 2020-08-20 14:41:24 +03:00
SBiOSoftWhare d396f355de AuthenticationVC: Fix show forgot password conditions. 2020-08-20 10:47:52 +02:00
SBiOSoftWhare 9132481a3e AuthInputsView: Handle phone number text field display with BuildSettings. 2020-08-19 17:36:07 +02:00
SBiOSoftWhare 4375ccd374 AuthenticationVC: Handle forgot button display customization with BuildSettings. 2020-08-19 17:32:35 +02:00
ismailgulek 8f4d60af5b Fix LAContext.biometryType none case 2020-08-19 15:37:05 +03:00
ismailgulek f37654e562 Fix Steves remarks 2020-08-18 18:14:52 +03:00
ismailgulek 27d6625ec1 Change location of TableViewSections 2020-08-18 17:51:11 +03:00
ismailgulek 81ef8cf80b Suppress warnings 2020-08-18 17:38:52 +03:00
ismailgulek f8f07cd402 Use TableViewSections in SettingsViewController 2020-08-18 17:32:31 +03:00
ismailgulek 3ef0c82a45 Use TableViewSections in RoomSettingsViewController 2020-08-18 17:32:13 +03:00
ismailgulek 69ca0b518e Make Row and Section Swift classes, introduce TableViewSections 2020-08-18 17:31:52 +03:00
ismailgulek ff8da60b5f Replace edit API with swipe actions configuration 2020-08-18 13:53:43 +03:00
ismailgulek 15ccb38ea6 Refactor section tags 2020-08-18 13:11:13 +03:00
ismailgulek e9aeb7121e Refactor room settings screen to use new settings 2020-08-18 13:06:20 +03:00
ismailgulek fcd7c64539 Introduce hasAnyRows on Section 2020-08-18 12:54:45 +03:00
ismailgulek 2e3a595dd9 Change config name 2020-08-14 14:55:06 +03:00
ismailgulek 68cc47ffe1 Introduce messageDetailsAllowSaving 2020-08-14 14:06:22 +03:00
ismailgulek 5508df767e Merge branch 'develop' into element_3452 2020-08-13 13:32:46 +03:00
ismailgulek 17a66d3580 Do not render swipe action images 2020-08-12 18:42:57 +03:00
ismailgulek e595490bd1 Fix pin code cell selection 2020-08-12 13:17:59 +03:00
ismailgulek fa81a75bc8 Merge branch 'develop' into element_3452 2020-08-12 10:24:11 +03:00
ismailgulek 71f885c1b7 Merge branch 'develop' into fix_3408
# Conflicts:
#	Podfile
#	Riot.xcodeproj/project.pbxproj
2020-08-12 10:02:31 +03:00
ismailgulek 62667b48b4 Remove incoming call view 2020-08-11 21:11:41 +03:00
ismailgulek 8812dc0905 Merge pull request #3515 from vector-im/element_3514
Polish Pin Screen
2020-08-06 18:33:58 +03:00
ismailgulek f6acdcf507 Force orientation to portrait on phones 2020-08-06 16:54:58 +03:00
ismailgulek 2116c81a81 Hide cancel button if pin forced 2020-08-06 16:35:07 +03:00
ismailgulek 685cdcc2f9 Make modal fullscreen 2020-08-06 16:34:21 +03:00
ismailgulek 3468a53848 Fix interface orientation 2020-08-06 10:48:19 +03:00
ismailgulek c89d4ffc56 Merge branch 'develop' into reuse_base_bundle_identifier 2020-08-05 19:12:05 +03:00
SBiOSoftWhare 6d4753ea3d Merge pull request #3491 from vector-im/sizable_cell
Room: Create a base cell to manage default UI structure and create a self sizing base cell for child using auto layout
2020-08-05 16:40:26 +02:00