Skip to content

Commit

Permalink
Refactored conference UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
kapejod committed Feb 21, 2015
1 parent 147f2a6 commit afac23a
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 16 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified src/ios/AhoySDK.bundle/Base.lproj/Localizable.strings
Binary file not shown.
16 changes: 14 additions & 2 deletions src/ios/AhoySDK.bundle/Resources/Base.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,17 @@
Created by kapejod on 16.02.15.
Copyright (c) 2015 AhoyRTC. All rights reserved.
*/
"room_label %@" = "Room %@";
"room_label %@ (%@)" = "Room %@ (%@)";
"room_label %@" = "Room '%@'";
"room_label %@ (%@)" = "Room '%@' (%@)";
"leave_button" = "Leave room";
"empty_message_label" = "Waiting for somebody to join...";
"participants_label %d" = "%d other participants";
"lock_conference_label" = "Lock conference";
"speaker_detection_label" = "Speaker detection";
"microphone_label" = "Microphone";
"camera_label" = "Camera";
"leave_conference_confirm_message" = "Do you want to leave this conference room?";
"leave_conference_confirm_title" = "Leave conference?";
"leave_conference_confirm_ok" = "OK";
"leave_conference_confirm_cancel" = "Cancel";"

17 changes: 15 additions & 2 deletions src/ios/AhoySDK.bundle/Resources/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,18 @@
Created by kapejod on 16.02.15.
Copyright (c) 2015 AhoyRTC. All rights reserved.
*/
"room_label %@" = "Raum %@";
"room_label %@ (%@)" = "Raum %@ (%@)";
"room_label %@" = "Raum '%@'";
"room_label %@ (%@)" = "Raum '%@' (%@)";
"leave_button" = "Raum verlassen";
"empty_message_label" = "Warte auf Teilnehmer...";
"participants_label %d" = "%d weitere Teilnehmer";
"lock_conference_label" = "Raum verschließen";
"speaker_detection_label" = "Sprecher-Erkennung";
"microphone_label" = "Mikrofon";
"camera_label" = "Kamera";
"leave_conference_confirm_message" = "Möchten Sie diese Konferenz verlassen?";
"leave_conference_confirm_title" = "Konferenz verlassen?";
"leave_conference_confirm_ok" = "OK";
"leave_conference_confirm_cancel" = "Abbrechen";"


This file was deleted.

Binary file modified src/ios/AhoySDK.bundle/de.lproj/Localizable.strings
Binary file not shown.
3 changes: 3 additions & 0 deletions src/ios/include/AhoySDK/AhoySDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@
+ (void)destroy;
+ (BOOL)isDeviceVideoCapable;
+ (BOOL)isDeviceHdVideoCapable;
+ (BOOL)isVideoCaptureAvailable;

- (void)setApiKey:(NSString *)apiKey apiUrl:(NSString *)apiUrl;
- (void)setApnToken:(NSString *)token;
- (void)setPushKitToken:(NSString *)token;
- (void)initializeWithCallback:(void (^)(BOOL, NSDictionary *))callback;
- (NSDictionary *)getSettings;
- (NSDictionary *)setSettings:(NSDictionary *)settings;
- (NSDictionary *)uiColors;
- (UIColor *)uiColor:(NSString *)name or:(unsigned int)hex;

- (void)didReceivePushNotification:(NSDictionary *)notification;
- (void)didReceiveLocalNotification:(NSDictionary *)notification;
Expand Down
Binary file modified src/ios/libAhoySDK.a
Binary file not shown.

0 comments on commit afac23a

Please sign in to comment.