Rebranding: replace Vector by Riot everywhere in the git and github repos

- Rename VectorDesignValues with RiotDesignValues
This commit is contained in:
giomfo
2017-03-08 16:14:41 +01:00
parent 513d71338b
commit 06100684bc
77 changed files with 499 additions and 441 deletions
@@ -1,5 +1,6 @@
/*
Copyright 2016 OpenMarket Ltd
Copyright 2017 Vector Creations Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -25,7 +26,7 @@
#import "RoomIncomingAttachmentBubbleCell.h"
#import "RoomIncomingTextMsgBubbleCell.h"
#import "VectorDesignValues.h"
#import "RiotDesignValues.h"
#import "RageShakeManager.h"
@@ -46,7 +47,7 @@
[super finalizeInit];
// Setup `MXKViewControllerHandling` properties
self.defaultBarTintColor = kVectorNavBarTintColor;
self.defaultBarTintColor = kRiotNavBarTintColor;
self.enableBarTintColorStatusChange = NO;
self.rageShakeManager = [RageShakeManager sharedManager];
}