Commit graph

8722 commits

Author SHA1 Message Date
ismailgulek
8e9806da65 Use new variables 2020-08-05 17:11:46 +03:00
ismailgulek
2f9fc18702 Add Info.plist values to BuildSettings 2020-08-05 17:11:06 +03:00
ismailgulek
71131a208d Add Info.plist variables 2020-08-05 17:10:32 +03:00
ismailgulek
ae70a4bed0 Use keychain access group config in entitlements 2020-08-05 17:05:10 +03:00
ismailgulek
db4110ab46 Add keychain access group common config 2020-08-05 17:04:30 +03:00
ismailgulek
0439ce6c2f
Merge pull request #3505 from vector-im/element_3467
Fix Custom Homeserver Textfield on AuthenticationViewController
2020-08-05 16:40:51 +03:00
ismailgulek
2aef5f33f0 Move scroll method to an extension 2020-08-05 15:22:27 +03:00
manuroe
1ff5de918b
Merge pull request #3509 from vector-im/fix-ci
[Internal] [CI] Fix switcheroo logic
2020-08-05 14:13:54 +02:00
ismailgulek
09208741d9 Read repo url and name from current git repo 2020-08-05 15:10:26 +03:00
Olivier Halligon
0d10dd7509 Fix switcheroo logic: we need to also edit the :tag => s.version.to_s from the MatrixKit.podspec
So that it downloads from the branch and not the tag when using that podspec in the Podfile
2020-08-05 13:58:32 +02:00
ismailgulek
e78c5db15d Move scroll logic to KeyboardAvoider 2020-08-05 14:49:37 +03:00
ismailgulek
38bd9fe85a Call super initializer on KeyboardAvoider 2020-08-05 14:16:42 +03:00
ismailgulek
b0c0831961 Have voip backgroundMode back 2020-08-05 14:14:17 +03:00
ismailgulek
b68d55bb6e Use PushNotificationManager 2020-08-05 14:13:53 +03:00
ismailgulek
a8af28170b
Introduce PushNotificationManager 2020-08-05 14:12:37 +03:00
SBiOSoftWhare
3d6dfd6947 RoomDataSource: Handle cells conforming to BubbleCellReactionsDisplayable. 2020-08-04 17:25:53 +02:00
manuroe
e90c41791a
Merge pull request #3506 from vector-im/ci-setup
[Internal] [CI] Remove unused require in scripts #trivial
2020-08-04 17:04:42 +02:00
ismailgulek
98ce0209d7
Use KeyboardAvoider instead of keyboard height 2020-08-04 17:01:26 +03:00
ismailgulek
7e61662ddd
Change auth scrollView contentInsets to automatic 2020-08-04 17:01:01 +03:00
ismailgulek
06d75eb6d1
Make KeyboardAvoider respect to safe area insets 2020-08-04 17:00:09 +03:00
ismailgulek
eaedd478f1
Make KeyboardAvoider ObjC compatible 2020-08-04 16:59:41 +03:00
ismailgulek
fb4025d48b
Update CHANGES.rst 2020-08-04 13:09:37 +03:00
ismailgulek
45e6255a49
Auto scroll to the custom server textfield 2020-08-04 13:08:44 +03:00
ismailgulek
d8eba13314
Adjust scrollView scrollIndicatorInsets 2020-08-04 13:06:44 +03:00
ismailgulek
db9cb7bf00
Fix contentSize when custom servers option hidden 2020-08-04 13:03:44 +03:00
ismailgulek
3abb6584fc
Make scrollView dismiss mode interactive 2020-08-04 13:02:11 +03:00
SBiOSoftWhare
cd51bf15cb Add comments. 2020-08-03 19:43:45 +02:00
Olivier Halligon
6cf6951005 Remove unused require in Fastfile 2020-08-03 19:07:26 +02:00
ismailgulek
2556a1b0af
Merge pull request #3502 from vector-im/build_settings_namespaces
Build Settings Namespaces
2020-08-03 19:46:00 +03:00
Olivier Halligon
168126ae57
Merge pull request #3498 from vector-im/ci-setup
[Internal] fastlane: code for branch switcheroo used by CI
2020-08-03 16:55:44 +02:00
ismailgulek
76cd9f8dcd
Update README.rst 2020-08-03 17:33:53 +03:00
ismailgulek
ccf369ec1d
Update CHANGES.rst 2020-08-03 17:19:03 +03:00
ismailgulek
d787727c8b
Add mobile.element.io config for universal link 2020-08-03 17:17:43 +03:00
Olivier Halligon
aa620bd896 Implement deploy_release lane (manual upload for now) 2020-08-03 16:01:50 +02:00
ismailgulek
dddce367f8
Update CHANGES.rst 2020-08-03 16:08:06 +03:00
ismailgulek
d3c539d59e
Namespace some settings 2020-08-03 16:07:39 +03:00
Olivier Halligon
661af34e5e Refactor switcheroo to use RegEx and not YAML Podspec 2020-08-03 14:37:52 +02:00
ismailgulek
dbc4dd7e22
Merge pull request #3501 from vector-im/element_3497
Remove Riot from App Name
2020-08-03 15:17:31 +03:00
ismailgulek
b032a0e1c7
Disable popup for fresh installs 2020-08-03 15:15:33 +03:00
ismailgulek
b39e8f660c
Merge pull request #3500 from vector-im/configure_bundle_ids
Make Bundle Identifiers Configurable
2020-08-03 15:02:49 +03:00
ismailgulek
e978cce7a7
Update CHANGES.rst 2020-08-03 13:48:03 +03:00
ismailgulek
10132a50dc
Remove Riot from app name 2020-08-03 13:47:05 +03:00
ismailgulek
43e49745f7
Update CHANGES.rst 2020-08-03 12:43:48 +03:00
ismailgulek
2a5e4f7336
Use PRODUCT_BUNDLE_IDENTIFIER on each target 2020-08-03 12:42:49 +03:00
ismailgulek
4d3729dd6f
Add common configs for each target 2020-08-03 12:42:19 +03:00
Olivier Halligon
488bffe70a Implement the switcheroo 2020-08-03 04:05:35 +02:00
Olivier Halligon
89ac9cf25f Move lanes to right section (were under Private) 2020-08-03 02:53:17 +02:00
SBiOSoftWhare
9735f850ee Update pbxproj 2020-07-31 19:02:15 +02:00
SBiOSoftWhare
2ebd0cb336 Create SizableBubbleCell that enables to self size a cell using Auto Layout. 2020-07-31 19:01:50 +02:00
Olivier Halligon
d322b1f9aa Add build lane for CI 2020-07-31 19:01:19 +02:00