Commit Graph

140 Commits

Author SHA1 Message Date
David Langley 7378847594 Merge pull request #5293 from vector-im/langleyd/5292_refresh_tokens
App: Refresh Tokens Implementation
2022-01-31 08:59:19 +00:00
ismailgulek 7e92b7cef5 Merge branch 'develop' into ismail/5068_start_thread 2022-01-17 11:35:10 +03:00
David Langley 4bc9df0549 Merge branch 'develop' of https://github.com/vector-im/element-ios into langleyd/5292_refresh_tokens 2022-01-14 11:43:09 +00:00
David Langley 21d49a5067 Add analytics for Unauthenticated errors 2022-01-13 17:33:51 +00:00
ismailgulek f6a3f8def1 Merge branch 'develop' into ismail/4384_summary_db 2022-01-13 12:20:41 +03:00
ismailgulek 13f77cd00b Adapt summaries module name change 2022-01-07 18:30:30 +03:00
SBiOSoftWhare d9601c0c9b Rename RoomTimelineStyle enum to RoomTimelineStyleIdentifier. 2022-01-04 17:53:15 +01:00
SBiOSoftWhare f4a9a94730 Fix targets configuration. 2022-01-04 11:11:02 +01:00
SBiOSoftWhare 410bf07e84 Update targets for new BuildSettings properties. 2022-01-03 18:18:37 +01:00
ismailgulek 1d040cc806 Adapt from summaries to rooms & little naming fixes 2021-12-29 17:40:09 +03:00
ismailgulek 5cd768d01e Merge branch 'develop' into ismail/4384_summary_db 2021-12-27 15:59:37 +03:00
ismailgulek 8093844aea Merge branch 'develop' into ismail/5068_start_thread 2021-12-09 15:25:14 +03:00
SBiOSoftWhare 56a51da9f9 Update all Objective-C MatrixKit imports to handle new location. 2021-11-30 16:09:53 +01:00
SBiOSoftWhare 517f9446d3 SiriIntents target: Handle new MatrixKit location. 2021-11-29 17:24:03 +01:00
SBiOSoftWhare e13e4ff24b SiriIntents: Add bridging header. 2021-11-29 17:22:33 +01:00
ismailgulek e041b9003e Merge branch 'develop' into ismail/5068_start_thread 2021-11-11 21:43:16 +03:00
ismailgulek b49620b7d4 Adapt to send event api changes 2021-11-04 02:07:09 +03:00
Philippe Loriaux eaa2450be7 Improve the Obj-C Generated Interface Header Name definition 2021-10-26 17:42:33 +02:00
ismailgulek 072aeaa0ed Adapt to store api changes 2021-10-20 02:35:22 +03:00
ismailgulek f76f778e0b Merge branch 'develop' into ismail/4384_room_summary_store 2021-09-28 17:30:39 +03:00
ismailgulek 878291f50c Adapt store method changes 2021-09-23 16:55:58 +03:00
Stefan Ceriu b41cd1e1a4 Fixes #4881 - Replaced InfoPlist.cfBundleDisplayName with AppInfo.current.displayName and removed the now unused InfoPlist generated class. 2021-09-22 16:59:47 +03:00
Stefan Ceriu a331233cf3 Using a property wrapper for UserDefaults backed application settings (RiotSettings). 2021-08-30 11:02:06 +03:00
SBiOSoftWhare 085ac6e25a Include AppVersion.xcconfig in all Common.xcconfig. 2021-08-16 11:35:09 +02:00
Stefan Ceriu a8b0e8700e Adopt consolidated logging mechanism (#4370)
* Adopted the new MXLog and replaced NSLog throughout the application - vector-im/element-ios/issues/4351
* Replaced NSLog() and print() usages with MXLog.debug()
* Added swiftlint rules for NSLog(), print(), println() and os_log()
* Escape paths used to run script build phases for swiftlint and swiftgen
2021-06-03 11:30:07 +03:00
manuroe 9c8266ba03 EncryptionKeyManager: Update Xcodegen yml to use it 2021-02-18 16:02:07 +01:00
manuroe 619ad4a9cc XcodeGen: Removed useless postbuildScripts 2021-02-11 09:37:07 +01:00
manuroe 4d874c0022 XcodeGen: Use same names for yml and xcconfig files in every target 2021-02-11 09:21:00 +01:00
manuroe 2bf6def72e XcodeGen: Fix xcconfig 2021-02-09 21:02:20 +01:00
manuroe e7d2488ccf XcodeGen: Move yml files into their sub folder 2021-02-09 19:29:17 +01:00
manuroe 205cf1e982 Xcodegen: No more build settings in yml files 2021-02-09 18:57:06 +01:00
manuroe 394a32c923 XcodeGen: Common.xcconfig does not need to be included by targets anymore
It is loaded by the project (project.yml)
2021-02-09 18:10:56 +01:00
manuroe 7511cf022a XcodeGen: Move all base settings from yml to xcconfig 2021-02-09 17:37:14 +01:00
manuroe 8ed7f7ed83 XcodeGen: Create AppIdentifiers.xcconfig
To centralise app id, profiles, etc in one place
2021-02-09 09:51:39 +01:00
SBiOSoftWhare 2943805393 IntentHandler: Remove deprecated method usage. 2020-09-01 11:40:31 +02:00
ismailgulek d46de376a0 Use keychain access group config in entitlements 2020-08-05 17:05:10 +03:00
ismailgulek 2c7b662ecf Add common configs for each target 2020-08-03 12:42:19 +03:00
manuroe dcb67b5d5f Build: Define applicationGroupIdentifier in xcconfig 2020-07-30 10:10:42 +02:00
ismailgulek 15e7bee959 Add configs for NSE & SiriIntents too 2020-07-29 16:49:39 +03:00
manuroe 1c37851396 Merge branch 'develop' into appConfig 2020-07-29 10:59:23 +02:00
manuroe addaff152a AppConfig: Rename files to CommonConfiguration and AppConfiguration 2020-07-29 10:13:43 +02:00
manuroe cc201fd010 AppConfig: Fix Steve's remarks 2020-07-29 10:05:45 +02:00
manuroe e25f62a46e Config: Cut AppConfig into Config and AppConfig
so that the app can have its own configuration
2020-07-28 17:20:14 +02:00
manuroe 5d21a8a60c AppConfig: Make all extensions use it 2020-07-28 16:53:55 +02:00
ismailgulek 32847fa8d2 Add keychain access group 2020-07-22 17:06:39 +03:00
SBiOSoftWhare ad39156550 version++
Update target versions using project build settings. Deployment target rely on project build settings.
2020-05-29 12:44:16 +02:00
manuroe 451d5c971b Share extension & Siri intent: Do not fail when sending to locally unverified devices
#3252

Use cross-signing as the Riot main app.
2020-05-18 13:59:42 +02:00
manuroe a22125cbbb version++ 2020-05-18 12:38:20 +02:00
manuroe b114624191 version++ 2020-05-08 08:00:17 +02:00
SBiOSoftWhare 48f42373b1 version++ 2020-05-07 18:11:16 +02:00