Commit Graph

257 Commits

Author SHA1 Message Date
manuroe 710beb2f34 IM: Detect not signed terms error
(cherry picked from commit 80877eabafc2184ef55c279d2a8f2db10d9735e3)
2019-08-09 15:30:58 +02:00
SBiOSoftWhare 2de7c571e6 Create SerializationService that enables to deserialize or serialize an object conforming to Codable. 2019-07-25 16:58:14 +02:00
SBiOSoftWhare f7b85698de Themes: Handle search bar text color. 2019-07-25 16:58:14 +02:00
SBiOSoftWhare 8adc6a3fce LABS: Remove reaction settings, reactions are enabled by default. 2019-07-09 13:51:14 +02:00
manuroe d0afb4a736 Integrations: Manage the error of provided integrations server not responding 2019-06-21 15:06:41 +02:00
manuroe 339966ca95 Integrations: Manage the error of no configured integrations server 2019-06-21 12:12:32 +02:00
manuroe e782e6b339 Integrations: Make code support use of an integration manager other than modular/scalar.
The default value is still modular/scalar.
2019-06-21 11:26:34 +02:00
fridtjof a020dd0a58 Complete the migration code 2019-05-23 22:07:04 +02:00
fridtjof 29adbc1950 (Almost) fix the Matomo migration code 2019-05-23 22:06:45 +02:00
fridtjof d2ef366d4c Rename PiwikTracker to MatomoTracker and update to version 6.0.0 2019-05-23 22:05:06 +02:00
SBiOSoftWhare d78a755201 Theme: Remove non needed reaction colors 2019-05-21 01:09:42 +02:00
SBiOSoftWhare fff83b69d6 Theme: Add reaction button colors and update header background color. 2019-05-20 21:49:27 +02:00
manuroe 824db1fab3 Reactions: Add a labs setting
#2441
2019-05-20 17:31:25 +02:00
manuroe ad78f4f5a5 Merge branch 'aggregations' into riot_2393 2019-05-16 14:51:14 +02:00
manuroe c06015eea5 Reactions: Customise primary reactions buttons 2019-05-15 23:35:09 +02:00
SBiOSoftWhare f6245cdc44 Make Themable protocol available for Obj-C 2019-05-15 21:18:02 +02:00
manuroe b2d7f73091 Device Verification: Verify screen: Theme emojis names 2019-04-08 17:10:40 +02:00
manuroe 3a38162ee6 Widgets: Use scalar v1.1 2019-03-12 17:55:50 +01:00
manuroe ede9ab4c5d Widgets: Attempt to re-register for a scalar token if ours is invalid
#2326

As the integration manager page (https://scalar-staging.riot.im/scalar-web) does not return a 403, check scalar token validity before opening it
2019-03-12 17:12:44 +01:00
manuroe fa4f571ae3 Widget: Pass scalar_token only when required 2019-03-12 15:56:19 +01:00
SBiOSoftWhare a5266eaef5 Add user name colors property on Theme. Used for user name color generation. 2019-03-07 17:33:52 +01:00
SBiOSoftWhare 8fe6e3fa89 Fix SwiftLint warnings 2019-02-27 10:07:51 +01:00
manuroe 095d9df058 Maintenance: Update cocopoads and pods. Automatic update to Swift4.2 2019-02-20 16:45:32 +01:00
manuroe 23bba2167e Merge pull request #2221 from fridtjof/deprecations/percent_encoding
Take care of percent encoding related deprecations
2019-02-20 15:06:11 +01:00
SBiOSoftWhare dd78330d9b Remove UISearchBar border color 2019-02-19 09:40:38 +01:00
SBiOSoftWhare 86d876206c Handle UISearchBar cancel button color in ThemeService 2019-02-19 09:39:40 +01:00
SBiOSoftWhare 49201a0711 Add style method for UITabBar on Theme protocol. Update themes and make UITabBar non translucent. 2019-02-19 09:39:01 +01:00
SBiOSoftWhare 8f05b94b53 Update dark theme colors 2019-02-19 09:36:43 +01:00
fridtjof 3ad4481827 use the Matrix SDK's method for percent encoding 2019-02-18 15:31:55 +01:00
manuroe 4cf6b4d7b4 reskin: Fix dark theme colors 2019-02-14 19:20:50 +01:00
manuroe a0adcbe42e Reskin: Replace separatorColor with lineBreakColor, the color introduced in the new uniformed palette 2019-02-13 09:39:32 +01:00
manuroe 1f98b2395f Reskin: Use same color names as in https://app.zeplin.io/project/5c122fa790c5b4241ffa6be7/screen/5c619592daff2f1241d82e75 2019-02-12 19:06:22 +01:00
manuroe fb1d3b4b2c Reskin: Update colors
#2237
2019-02-12 18:54:39 +01:00
fridtjof 3a0fb32054 take care of percent encoding related deprecations 2019-02-04 21:22:43 +01:00
manuroe 83a10be1d2 reskin: invert avatarColor[1] & avatarColor[2] to match previous colors 2019-01-25 10:26:29 +01:00
manuroe 6647a5b6ab Update Riot/Managers/PasswordStrength/PasswordStrengthManager.swift
Co-Authored-By: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
2019-01-22 17:14:32 +01:00
SBiOSoftWhare 5f9d9366a0 Create PasswordStrengthManager to compute password strength from a given string. 2019-01-22 00:34:00 +01:00
manuroe b90539acef reskin: kill riotColorRed & riotColorPinkRed
Merge them into Theme.warningColor

Part of #2174
2019-01-18 13:40:09 +01:00
manuroe 46ccc1abc1 reskin: Create a black theme from the dark theme
#2175
2019-01-18 11:32:37 +01:00
manuroe 71bb16e0a8 reskin: Make existing themes inheritable 2019-01-18 11:31:29 +01:00
SBiOSoftWhare 4294414454 Update DarkTheme and DefaultTheme to conform Theme protocol 2019-01-18 10:40:37 +01:00
SBiOSoftWhare 9aff95e51a In Theme set placeholderTextColor non optional. Add commodity methods for text field and button. 2019-01-18 10:24:58 +01:00
manuroe 829d905a29 reskin: Kill KVO on theme setting 2019-01-14 13:57:53 +01:00
manuroe 368bd101a6 reskin: Kill KVO on theme setting 2019-01-14 10:53:43 +01:00
manuroe 650265e680 reskin: Fix Steve's remarks 2019-01-11 18:29:32 +01:00
manuroe 9a554bf764 reskin: move theme files under Manager/Theme/ 2019-01-11 17:31:08 +01:00
manuroe cd28180bd2 reskin: kill ThemeService.kRiotRoomXxxxLevel 2019-01-11 12:43:47 +01:00
fridtjof a310741536 make use of Obj-C's modern syntax for literals and subscripting 2019-01-08 00:24:11 +01:00
Aaron Raimist f7889501be Remove all calls of [NSUserDefaults synchronize] (#1924)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-15 16:58:10 -05:00
manuroe f08ece38b8 Riot-bot: Do not try to create a room with it if the user homeserver is not federated 2018-08-24 15:28:01 +02:00