UI: update logo

This commit is contained in:
Gautier Pelloux-Prayer 2015-11-04 10:29:40 +01:00
parent 8bb62c30b2
commit 1ea090ba3d
9 changed files with 6 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -126,7 +126,7 @@
[self startChatWith:@"sip://toto"];
[tester waitForViewWithAccessibilityLabel:@"Invalid address" traits:UIAccessibilityTraitStaticText];
[tester tapViewWithAccessibilityLabel:@"Cancel"];
[tester tapViewWithAccessibilityLabel:@"OK"];
}
- (void)testMessageRemoval {
@ -139,24 +139,13 @@
traits:UIAccessibilityTraitImage];
[tester tapViewWithAccessibilityLabel:@"Edit" traits:UIAccessibilityTraitButton];
[tester tapViewWithAccessibilityLabel:@"Delete message"];
[tester tapViewWithAccessibilityLabel:@"Edit" traits:UIAccessibilityTraitButton];
[tester tapViewWithAccessibilityLabel:@"Checkbox"];
[tester tapViewWithAccessibilityLabel:@"Delete all"];
[tester tapViewWithAccessibilityLabel:@"DELETE" traits:UIAccessibilityTraitButton];
// check that the tableview is empty
UITableView *tv = nil;
NSError *err = nil;
if ([tester tryFindingAccessibilityElement:nil
view:&tv
withIdentifier:@"ChatRoom list"
tappable:false
error:&err]) {
XCTAssertNotNil(tv);
ASSERT_EQ([tv numberOfRowsInSection:0], 0); // no more messages
} else {
NSLog(@"Error: %@", err);
}
UITableView *tv =
[self findTableView:@"ChatRoom list"] ASSERT_EQ([tv numberOfRowsInSection:0], 0); // no more messages
[self goBackFromChat];
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 40 KiB