Commit graph

356 commits

Author SHA1 Message Date
ismailgulek
6351baf9e1 Merge branch 'develop' into fix_3408
# Conflicts:
#	Podfile
#	Riot.xcodeproj/project.pbxproj
2020-08-12 10:02:31 +03:00
ismailgulek
bbb18bdf09 Prepare for new sprint 2020-08-07 17:53:51 +03:00
manuroe
2a810082a8 Prepare for new sprint 2020-08-06 07:49:01 +02:00
Manu
76ba80ab40 version++ 2020-08-05 18:31:26 +02:00
SBiOSoftWhare
68b0200482
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
2aef5f33f0 Move scroll method to an extension 2020-08-05 15:22:27 +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
SBiOSoftWhare
9735f850ee Update pbxproj 2020-07-31 19:02:15 +02:00
ismailgulek
2fff1dc5f8
Move Row and Section to individual classes 2020-07-30 18:09:30 +03: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
fe09dffb8c BuildSettings: A new class that entralises build settings and exposes xcconfig variables 2020-07-30 10:09:12 +02:00
ismailgulek
f3ae00281b
Add configs for NSE & SiriIntents too 2020-07-29 16:49:39 +03:00
ismailgulek
4a915ca555
Use xcconfig for app display name, for both app and share extension 2020-07-29 16:28:55 +03:00
manuroe
76a839b9c3
Merge branch 'develop' into appConfig 2020-07-29 10:59:23 +02:00
manuroe
fd29e97baa AppConfig: Rename files to CommonConfiguration and AppConfiguration 2020-07-29 10:13:43 +02:00
manuroe
6b976e09af AppConfig: Fix Steve's remarks 2020-07-29 10:05:45 +02:00
manuroe
b13188f9e6 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
a2ef446ee7 AppConfig: Move it to a dedicated Config folder 2020-07-28 16:58:19 +02:00
manuroe
a8ad374075 AppConfig: Make all extensions use it 2020-07-28 16:53:55 +02:00
ismailgulek
5765b7d25e
Merge branch 'develop' into element_3437
# Conflicts:
#	CHANGES.rst
2020-07-28 15:57:23 +03:00
ismailgulek
babfe407dc
Merge pull request #3443 from vector-im/element_3436
PIN Protection
2020-07-28 15:53:23 +03:00
Manu
b7abe43f06 version++ 2020-07-28 12:06:56 +02:00
manuroe
0fd6735bff AppConfig: A central point to configure app settings 2020-07-24 18:35:37 +02:00
ismailgulek
66febe73ba
Implement biometrics module 2020-07-24 17:53:23 +03:00
ismailgulek
b0f0aec136
Fix comments of Steve 2020-07-22 17:47:45 +03:00
ismailgulek
81e8e25c58
Introduce KeyValueStore 2020-07-22 11:36:32 +03:00
ismailgulek
725444964f Merge branch 'develop' into element_3436 2020-07-21 19:38:24 +03:00
ismailgulek
657cc63e75
Introduce PinCodePreferences 2020-07-21 16:15:53 +03:00
ismailgulek
01830ea653
Create set pin module & enter pin screen 2020-07-17 19:02:28 +03:00
manuroe
5f56eb31c5 version++ 2020-07-17 16:40:50 +02:00
ismailgulek
072065ec30
Remove library files 2020-07-16 12:24:11 +03:00
ismailgulek
7ff531873e Merge branch 'develop' into riot_3137 2020-07-16 10:37:30 +03:00
Steve Barré
fd632f0e78 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
a68a151686 AppDelegate: Handle major update display. 2020-07-10 21:28:57 +02:00
Neil Alexander
5d46b46339
Load animation, colour corrections, fixed launch screen
Squashed commit of the following:

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

    Fix colour in launch screen

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

    Display -> display

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

    P3 colours

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

    Update Riot.xcodeproj

commit ac1d994c6e
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 27c88f9b3b
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date:   Fri Jul 10 17:25:08 2020 +0100

    Add animation source files

commit d19ccd5000
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 2ed922045c
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
c0b4d8de75 Create LaunchLoadingView. 2020-07-08 23:27:17 +02:00
ismailgulek
1501fb22f2
Introduce FormattedBodyParser 2020-07-03 14:22:08 +03:00
Ismail Gulek
314a683e2a Update app version to 1.0.0 2020-07-01 16:26:34 +03:00
ismailgulek
387cfb7787
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
4bac9f1e9c Refactor cross signing banner. 2020-06-30 21:46:10 +02:00
SBiOSoftWhare
0f04837ce4 Cross-signing: Create key verification setup banner. 2020-06-30 17:33:42 +02:00
ismailgulek
66d1686453
Update version to 0.12.7 2020-06-30 10:54:18 +03:00
ismailgulek
ed9750e53f
Merge branch 'develop' into xcode11
# Conflicts:
#	CHANGES.rst
#	Riot.xcodeproj/project.pbxproj
2020-06-26 17:33:09 +03:00
SBiOSoftWhare
6858bd85a5 Merge branch 'develop' into riot_3293
# Conflicts:
#	CHANGES.rst
#	Riot/Generated/Strings.swift
2020-06-26 14:30:21 +02:00
SBiOSoftWhare
e5bdd8cdef Refactoring secure backup references. 2020-06-26 14:01:33 +02:00
SBiOSoftWhare
123faa56ac Refactoring secure backup references. 2020-06-26 13:07:53 +02:00
manuroe
c162cb6a78 Add AuthenticatedSessionViewControllerFactory to set up a authenticated flow for a given CS API request 2020-06-26 07:38:38 +02:00
ismailgulek
632eeaaaea
Upgrade version to 0.12.6 2020-06-25 18:23:14 +03:00