Commit Graph

458 Commits

Author SHA1 Message Date
manuroe d193c37b65 Prepare for new sprint 2020-08-06 07:49:01 +02:00
Manu 66e2a2d2b1 version++ 2020-08-05 18:31:26 +02: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
ismailgulek e86f33119d Move scroll method to an extension 2020-08-05 15:22:27 +03:00
ismailgulek 28402add2d Introduce PushNotificationManager 2020-08-05 14:12:37 +03:00
ismailgulek 0f7f789962 Use PRODUCT_BUNDLE_IDENTIFIER on each target 2020-08-03 12:42:49 +03:00
ismailgulek df8efba189 Add common configs for each target 2020-08-03 12:42:19 +03:00
SBiOSoftWhare 9956426873 Update pbxproj 2020-07-31 19:02:15 +02:00
ismailgulek aa8a95d6dc Move Row and Section to individual classes 2020-07-30 18:09:30 +03:00
manuroe c0f49307b2 BuildSettings: Make it work from extensions 2020-07-30 11:35:50 +02:00
manuroe bb8296196b InfoPlist: Generated class from Info.plist 2020-07-30 10:42:05 +02:00
manuroe 34e3e03476 BuildSettings: A new class that entralises build settings and exposes xcconfig variables 2020-07-30 10:09:12 +02:00
ismailgulek 8eac1699bd Add configs for NSE & SiriIntents too 2020-07-29 16:49:39 +03:00
ismailgulek 935f011934 Use xcconfig for app display name, for both app and share extension 2020-07-29 16:28:55 +03:00
manuroe f672744231 Merge branch 'develop' into appConfig 2020-07-29 10:59:23 +02:00
manuroe 1223d09b42 AppConfig: Rename files to CommonConfiguration and AppConfiguration 2020-07-29 10:13:43 +02:00
manuroe fafd6f7687 AppConfig: Fix Steve's remarks 2020-07-29 10:05:45 +02:00
manuroe 621a631ac5 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 ada5bc7d73 AppConfig: Move it to a dedicated Config folder 2020-07-28 16:58:19 +02:00
manuroe 74a6a7f4bf AppConfig: Make all extensions use it 2020-07-28 16:53:55 +02:00
ismailgulek 2d671580f7 Merge branch 'develop' into element_3437
# Conflicts:
#	CHANGES.rst
2020-07-28 15:57:23 +03:00
ismailgulek ab97d145f4 Merge pull request #3443 from vector-im/element_3436
PIN Protection
2020-07-28 15:53:23 +03:00
Manu 1e7517ee15 version++ 2020-07-28 12:06:56 +02:00
manuroe d70a553d2f AppConfig: A central point to configure app settings 2020-07-24 18:35:37 +02:00
ismailgulek dd38d81b77 Implement biometrics module 2020-07-24 17:53:23 +03:00
ismailgulek 409dd2eb5a Fix comments of Steve 2020-07-22 17:47:45 +03:00
ismailgulek 192aea6d62 Introduce KeyValueStore 2020-07-22 11:36:32 +03:00
ismailgulek 0fe6d7078d Merge branch 'develop' into element_3436 2020-07-21 19:38:24 +03:00
SBiOSoftWhare 4bd4e17801 Merge pull request #3441 from vector-im/file_header_template
Add Xcode file header template
2020-07-21 17:05:10 +02:00
ismailgulek 2d0bed58a7 Introduce PinCodePreferences 2020-07-21 16:15:53 +03:00
ismailgulek 23458eb09f Create set pin module & enter pin screen 2020-07-17 19:02:28 +03:00
SBiOSoftWhare f9a6a9f0c8 Add Xcode file header template. 2020-07-17 16:59:49 +02:00
manuroe bddaaac990 version++ 2020-07-17 16:40:50 +02:00
ismailgulek fa3da3b5c5 Remove library files 2020-07-16 12:24:11 +03:00
ismailgulek 7248a310ea Merge branch 'develop' into riot_3137 2020-07-16 10:37:30 +03:00
Steve Barré 1d4945b576 Merge branch 'add_major_update_modal' into 'rebranding'
Add major update modal

See merge request new-vector/element/element-ios!29
2020-07-10 19:35:18 +00:00
SBiOSoftWhare 4e881c3142 AppDelegate: Handle major update display. 2020-07-10 21:28:57 +02:00
Neil Alexander dae8c572db Load animation, colour corrections, fixed launch screen
Squashed commit of the following:

commit e11d0e589469db9ead0d96449f9e31677edb2031
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:59:30 2020 +0100

    Fix colour in launch screen

commit aa59e85d309433a05992e446bdd789b59b87089d
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:57:01 2020 +0100

    Display -> display

commit 6da06421bedfe7aff6a0ff1dff4360685e708cf2
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:55:20 2020 +0100

    P3 colours

commit b1fc009ab9002eb75403c287ce75bdbf08e222cd
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:52:22 2020 +0100

    Update Riot.xcodeproj

commit ac1d994c6eb3f863f5310364ee4582476d59b76e
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:44:41 2020 +0100

    Revert changes to Images.swift and Storyboards.swift

commit 27c88f9b3ba7c22efd19f6e8aa17c2af17f3289b
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:25:08 2020 +0100

    Add animation source files

commit d19ccd50009280b45f3165e1a2a03a2bd241ccf7
Merge: 8e5ac3f6 2ed92204
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:18:04 2020 +0100

    Fix launch screen and update loading screen

    Merge commit '2ed92204' into rebranding

commit 2ed922045cd6381202b8d7bb80136f8b24a95141
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:13:56 2020 +0100

    Fix launch screen, smooth transition to loading animation
2020-07-10 17:59:57 +01:00
SBiOSoftWhare 7526fb33fc Create LaunchLoadingView. 2020-07-08 23:27:17 +02:00
ismailgulek 389c437e09 Introduce FormattedBodyParser 2020-07-03 14:22:08 +03:00
Ismail Gulek c71f28da8f Update app version to 1.0.0 2020-07-01 16:26:34 +03:00
ismailgulek 31c89bf4f8 Merge branch 'develop' into xcode11
# Conflicts:
#	CHANGES.rst
#	Gemfile.lock
#	Riot.xcodeproj/project.pbxproj
#	Riot/SupportingFiles/Info.plist
#	RiotShareExtension/SupportingFiles/Info.plist
#	SiriIntents/Info.plist
2020-07-01 09:59:29 +03:00
SBiOSoftWhare ece9e77cd8 Refactor cross signing banner. 2020-06-30 21:46:10 +02:00
SBiOSoftWhare 9c9e01cb76 Cross-signing: Create key verification setup banner. 2020-06-30 17:33:42 +02:00
ismailgulek 2d6f3e5095 Update version to 0.12.7 2020-06-30 10:54:18 +03:00
ismailgulek 6c2c2faea2 Merge branch 'develop' into xcode11
# Conflicts:
#	CHANGES.rst
#	Riot.xcodeproj/project.pbxproj
2020-06-26 17:33:09 +03:00
SBiOSoftWhare b1908231f7 Merge branch 'develop' into riot_3293
# Conflicts:
#	CHANGES.rst
#	Riot/Generated/Strings.swift
2020-06-26 14:30:21 +02:00
SBiOSoftWhare f353d69c14 Refactoring secure backup references. 2020-06-26 14:01:33 +02:00
SBiOSoftWhare f3f1654007 Refactoring secure backup references. 2020-06-26 13:07:53 +02:00
manuroe b378080857 Add AuthenticatedSessionViewControllerFactory to set up a authenticated flow for a given CS API request 2020-06-26 07:38:38 +02:00