Commit graph

8618 commits

Author SHA1 Message Date
ismailgulek
76cd9f8dcd
Update README.rst 2020-08-03 17:33:53 +03: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
manuroe
525e04454f
Merge pull request #3490 from vector-im/feature/directory_settings
BuildSettings: Add options for Room directory
2020-07-31 15:26:32 +02:00
manuroe
b7db285704 BuildSettings: Add options for Room directory 2020-07-31 15:14:26 +02:00
manuroe
822567aa0b
Merge pull request #3489 from vector-im/clean_user_defaults
Remove keys that should not be in Riot-Defaults.plist
2020-07-31 15:12:24 +02:00
manuroe
b0e59e6d2a Riot-Defaults: Remove "homeserver". It was not used 2020-07-31 12:49:22 +02:00
manuroe
e069a679bc BuildSettings: Integrate default HS and IS URLs
We still have them in user defaults but default values are defined in BuildSettings
2020-07-31 12:47:28 +02:00
manuroe
94971a58d7 BuildSettings: Integrate Sygnal URL 2020-07-31 12:12:05 +02:00
manuroe
8a57df8b18 BuidSettings: Integrate all possible permalink paths
and make [Tools isUniversalLink:] actually work
2020-07-31 12:08:15 +02:00
manuroe
78fdd2b274 BuildSettings: Integrate applicationWebAppUrlString 2020-07-31 11:44:26 +02:00
manuroe
6387261476 BuildSettings: Integrate integrationsWidgetsUrls and rename it 2020-07-31 11:36:56 +02:00
manuroe
41a9e53ff7 BuildSettings: Integrate integrations 2020-07-31 11:33:29 +02:00
manuroe
3a37f99714 BuildSettings: Integrate Matomo 2020-07-31 09:15:57 +02:00
manuroe
d2b7fb7b78 BuildSettings: Integrate roomDirectoryServers 2020-07-31 09:02:35 +02:00
manuroe
20209bfcfe BuildSettings: Integrate stunServerFallback 2020-07-31 08:49:30 +02:00
manuroe
fc2495509a BuildSettings: Integrate Bug report 2020-07-31 08:37:27 +02:00
manuroe
1e51d5617f BuildSettings: Integrate legal URLs 2020-07-31 08:29:22 +02:00
manuroe
e5a4c261ff
Merge pull request #3487 from vector-im/auth_screen_configuration
AuthenticationVC: Make custom server options and register button configurable
2020-07-30 18:16:40 +02:00
manuroe
3f7d1d08f6 AuthenticationVC: Make custom server options and register button configurable 2020-07-30 18:07:16 +02:00
ismailgulek
5ec20627ce
Merge pull request #3486 from vector-im/new_build_settings
New Build Settings
2020-07-30 18:46:36 +03:00
ismailgulek
e7c51f7a2f
Avoid mutation of sections to avoid crashes 2020-07-30 18:21:53 +03:00
ismailgulek
7267da3f05
Add sanity checks 2020-07-30 18:13:25 +03:00
ismailgulek
f328a96716
fix copy/paste issue, thanks to @Manu 2020-07-30 18:12:51 +03:00
ismailgulek
c6c5e17490
Remove report content setting 2020-07-30 18:12:17 +03:00
ismailgulek
2fff1dc5f8
Move Row and Section to individual classes 2020-07-30 18:09:30 +03:00
ismailgulek
eecd7ebca4
Integrate alloLocalContactsAccess at more points 2020-07-30 16:54:54 +03:00
ismailgulek
c6d04fc075
Use allowLocalContactsAccess in PeopleViewController 2020-07-30 16:45:30 +03:00
ismailgulek
5bef9ae3a8 Remove non-integrated settings 2020-07-30 16:13:39 +03:00
ismailgulek
f2700ebfc3 Integrate allowVoIPUsage 2020-07-30 16:13:27 +03:00
ismailgulek
a8ad34969f
All new settings moved to BuildSettings 2020-07-30 16:13:08 +03:00
ismailgulek
349cff564f Use matrixApps for allowIntegrations, will be moved later 2020-07-30 16:12:12 +03:00
ismailgulek
b8e5d641e1 Integrate allowMessageDetailsShare 2020-07-30 16:12:03 +03:00
ismailgulek
51d08641b6 Integrate allowMessageDetailsPermalink 2020-07-30 16:11:55 +03:00
ismailgulek
93edc52fcc Integrate allowMessageDetailsReportContent 2020-07-30 16:11:47 +03:00
ismailgulek
1a29cc41bf Integrate allowMessageDetailsViewSource 2020-07-30 16:11:39 +03:00
ismailgulek
f4372d1951 Integrate allowSendingStickers 2020-07-30 16:11:30 +03:00
ismailgulek
efc7a9eef4 Introduce allowBugReportingManually 2020-07-30 16:11:23 +03:00
ismailgulek
ba0cf5bd25 Refactor settings page to use new settings dynamicly 2020-07-30 16:11:05 +03:00
ismailgulek
83c80bdd18
Introduce some settings, will be replaced with BuildSettings 2020-07-30 16:10:36 +03:00
manuroe
81f2e18f3e
Merge pull request #3485 from vector-im/buildSettings
BuildSettings: A new class that entralises build settings and exposes xcconfig variables
2020-07-30 12:05:04 +02:00
manuroe
13d1b51a79 BuildSettings: Make it work from extensions 2020-07-30 11:35:50 +02:00
manuroe
341cc494f7 InfoPlist: Generated class from Info.plist 2020-07-30 10:42:05 +02:00
manuroe
c8d8f5db85 Build: Define applicationGroupIdentifier in xcconfig 2020-07-30 10:10:42 +02:00